/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }
  
  .chinputwrap{text-align:left;margin-top:16px; padding:14px; border:solid 1px #ccc;   border-radius: 3px;  width: 100%;}
  
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

.inverse a[href^="tel:"] {
  color: white;
  text-decoration: underline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }
  
  span.wpcf7-list-item { display: block; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

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

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

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

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

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

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.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: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

body {
  color: #282828;
  background: #f5f5f5;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.42857; }

.hero .wp-post-image {
  display: block;
  width: 100%;
  max-width: 1650px;
  height: auto;
  max-height: 575px;
  margin: 0 auto; }

.hero h2.blog-post-title {
  font-size: 50px; }

@media only screen and (max-width: 1200px) {
  .hero h2.blog-post-title {
    font-size: 40px; } }

@media only screen and (max-width: 480px) {
  .hero h2.blog-post-title {
    font-size: 27px; } }

html {
  position: relative;
  min-height: 100%; }

body {
  margin-bottom: 60px; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid #282828; }

footer .footer-navigation ul li {
  display: inline-block; }

.ui-autocomplete {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 160px;
  margin: 0 0 10px 25px;
  padding: 4px 0;
  list-style: none;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #f5f5f5;
  background-clip: padding-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px; }

.ui-menu-item > a.ui-corner-all {
  display: block;
  clear: both;
  padding: 3px 15px;
  white-space: nowrap;
  text-decoration: none;
  color: #282828;
  font-weight: normal;
  line-height: 18px; }

.ui-state-hover, .ui-state-active {
  text-decoration: none;
  color: #f5f5f5;
  border-radius: 0px;
  background-color: #0088cc;
  background-image: none; }

.ui-helper-hidden-accessible {
  display: none; }

@font-face {
  font-family: 'thwhite';
  src: url("/wp-content/themes/thwhite/assets/fonts/FSElliotWeb-Regular.eot?qflefz");
  src: url("/wp-content/themes/thwhite/assets/fonts/FSElliotWeb-Regular.eot?qflefz#iefix") format("embedded-opentype"), url("/wp-content/themes/thwhite/assets/fonts/FSElliotWeb-Regular.woff?qflefz") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'thwhite-bold';
  src: url("/wp-content/themes/thwhite/assets/fonts/FSElliotWeb-Heavy.eot?qflefz");
  src: url("/wp-content/themes/thwhite/assets/fonts/FSElliotWeb-Heavy.eot?qflefz#iefix") format("embedded-opentype"), url("/wp-content/themes/thwhite/assets/fonts/FSElliotWeb-Heavy.woff?qflefz") format("woff");
  font-weight: normal;
  font-style: normal; }

html {
  margin: 0;
  padding: 0; }

body {
  color: #3C3C3B;
  background: #FFFFFF;
  font-family: "thwhite", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 8px 0; }

a {
  color: #FF8300; }
  a:hover {
    text-decoration: none; }

svg {
  width: 100%;
  height: 100%; }

img {
  width: 100%;
  height: auto;
  display: block;
  position: relative; }

strong {
  font-family: "thwhite-bold", Helvetica, Arial, sans-serif;
  font-weight: normal; }

p {
  display: block;
  width: 100%; }

section {
  display: block;
  position: relative;
  width: 100%; }

.container {
  display: block;
  position: relative;
  padding: 0 16px;
  z-index: 1;
  width: 100%; }
  .container .container-fluid {
    padding: 0;
    z-index: 1; }
  @media (min-width: 992px) {
    .container {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px; } }

.flex-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: -16px;
  margin-right: -16px; }
  .flex-grid > .item {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding: 16px; }
    @media (min-width: 600px) {
      .flex-grid > .item {
        width: 50%; } }

.product-grid {
  -ms-flex-pack: left;
  justify-content: left; }
  .product-grid .product-block {
    width: 32% !important;
    margin: 0 6px 15px; }
    @media (min-width: 1200px) {
      .product-grid .product-block {
        margin: 0 7.8px 15px; } }
  .product-grid.events-offers {
    float: left;
    min-height: 300px; }
    .product-grid.events-offers p {
      max-width: 200px;
      overflow: hidden; }
      .product-grid.events-offers p a {
        font-size: 14px; }
    .product-grid.events-offers img {
      margin-bottom: 16px; }

.item.flex-grid {
  margin: 0; }
  .item.flex-grid > .item {
    padding: 0; }

body {
  margin-top: 80px; }
  @media (min-width: 992px) {
    body {
      margin-top: 120px; } }

.site-header {
  z-index: 900;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #FFFFFF; }

.nav-wrapper {
  height: 80px; }
  .nav-wrapper > .container {
    z-index: 1;
    height: 100%;
    overflow: visible; }
    @media (max-width: 991px) {
      .nav-wrapper > .container {
        padding: 0; } }
  @media (min-width: 992px) {
    .nav-wrapper {
      height: 120px; } }

.navbar-default {
  border: 0;
  background: transparent;
  border-radius: 0;
  text-align: right;
  margin: 0;
  z-index: 1; }
  @media (min-width: 992px) {
    .navbar-default {
      height: 120px; } }

.navbar-collapse {
  border: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: 0 !important;
  overflow: hidden;
  height: 10px !important;
  min-height: 0;
  max-height: 10px;
  display: block;
  background: #FFFFFF;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-shadow: 0px 3px 10px 0px rgba(60, 60, 59, 0.3);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  z-index: 1; }
  .navbar-collapse::-webkit-scrollbar {
    display: none; }
  .navbar-collapse.collapse {
    overflow: hidden !important; }
  .navbar-collapse.in {
    height: auto;
    min-height: 375px;
    max-height: calc(100vh - 200px);
    overflow-y: scroll !important;
    position: relative;
    padding-bottom: 32px; }
  @media (min-width: 992px) {
    .navbar-collapse {
      -ms-transform: translateY(0);
      transform: translateY(0);
      box-shadow: none;
      background: transparent;
      margin-top: 36px;
      top: 34px;
      padding: 0;
      margin-right: 42px !important;
      margin-left: 190px !important;
      position: relative;
      overflow: visible !important; }
      .navbar-collapse.collapse {
        overflow: visible !important;
        min-height: 38px;
        z-index: 2; } }
  @media (min-width: 1800px) {
    .navbar-collapse {
      margin-left: 252px !important; } }
  @media (max-width: 991px) {
    .navbar-collapse {
      transition: 0.3s; } }

.navbar-nav {
  z-index: 1;
  float: none;
  text-align: center; }
  .navbar-nav > li {
    float: none !important;
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%; }
    .navbar-nav > li.menu-item-home {
      display: none; }
    .navbar-nav > li a {
      font-size: 16px;
      line-height: 16px;
      font-family: "thwhite-bold", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      white-space: nowrap;
      height: 38px;
      display: block; }
    .navbar-nav > li.active a,
    .navbar-nav > li.current-menu-item > a,
    .navbar-nav > li:hover > a,
    .navbar-nav > li:focus a,
    .navbar-nav > li a:focus {
      font-weight: normal;
      font-family: "thwhite-bold", Helvetica, Arial, sans-serif;
      background: #FF8300 !important;
      color: #FFFFFF !important; }
    .navbar-nav > li.external-link a:focus {
      background: #3C3C3B !important; }
    .navbar-nav > li.menu-item-has-children > a {
      padding-right: 32px;
      z-index: 1; }
      .navbar-nav > li.menu-item-has-children > a:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        width: 12px;
        height: 12px;
        top: 47%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 5px !important;
        left: inherit;
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(/wp-content/themes/thwhite/assets/svg/down-white.svg); }
        @media (min-width: 992px) {
          .navbar-nav > li.menu-item-has-children > a:after {
            display: block; } }
        @media (min-width: 1200px) {
          .navbar-nav > li.menu-item-has-children > a:after {
            right: 16px !important; } }
  @media (min-width: 992px) {
    .navbar-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-line-pack: center;
      align-content: center;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-align: start;
      align-items: flex-start; }
      .navbar-nav > li {
        float: none;
        display: block;
        background: transparent;
        padding-right: 4px;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 14%;
        flex-basis: 14%;
        max-width: 14%; }
        .navbar-nav > li:nth-child(1) {
          max-width: 15%; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .navbar-nav > li:nth-child(1) {
        max-width: 15%; } }
  @media (min-width: 992px) {
        .navbar-nav > li a {
          padding: 10.4px 8px;
          color: #FFFFFF !important;
          background: #3C3C3B;
          font-size: 11.2px;
          min-height: 38px; } }

.sub-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #FF8300;
  z-index: 10;
  height: auto;
  transition-property: max-height, padding;
  transition-duration: 0.2s;
  transition-delay: 0s; }
  .sub-menu li {
    display: block;
    position: relative; }
    .sub-menu li.menu-item-has-children:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: none;
      width: 12px;
      height: 12px;
      top: 47%;
      -ms-transform: translateY(-50%) rotate(-90deg);
      transform: translateY(-50%) rotate(-90deg);
      right: 5px !important;
      left: inherit;
      background-size: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url(/wp-content/themes/thwhite/assets/svg/down-white.svg); }
      @media (min-width: 992px) {
        .sub-menu li.menu-item-has-children:after {
          display: block; } }
    .sub-menu li a {
      display: block;
      background: #cc6900;
      text-transform: none;
      font-size: 16px;
      text-align: left;
      color: #FFFFFF;
      font-family: "thwhite", Helvetica, Arial, sans-serif;
      padding: 12px 32px 12px 12px; }
      .navbar-nav > li:hover .sub-menu li a,
      .navbar-nav > li.current-menu-item .sub-menu li a {
        background: #FF8300;
        font-family: "thwhite", Helvetica, Arial, sans-serif; }
    .sub-menu li a[target=_blank] {
      padding-left: 38px; }
      .sub-menu li a[target=_blank]:before {
        content: '';
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 12px;
        background-size: contain;
        background-position: center;
        background-image: url("/wp-content/themes/thwhite/assets/images/external-link.svg"); }
    .sub-menu li .sub-menu {
      padding: 0;
      margin: 0;
      width: auto !important;
      display: none; }
      .sub-menu li .sub-menu li:after {
        content: '';
        display: none !important; }
      .sub-menu li .sub-menu li a {
        background: #cc6900; }
  @media (min-width: 992px) {
    .sub-menu {
      overflow: hidden;
      max-height: 0;
      padding: 0;
      min-width: calc(200% + 10px);
      width: auto;
      background: #FF8300; }
      .sub-menu:hover {
        overflow: visible; }
        .sub-menu:hover .sub-menu {
          overflow: hidden; }
      .sub-menu .sub-menu {
        position: absolute;
        width: 0;
        left: 100%;
        top: 0;
        transition-property: width;
        transition-duration: 0.5s; }
      .navbar-nav > li:hover .sub-menu {
        max-height: 500px;
        transition-duration: 0.5s; }
      .sub-menu > li:hover .sub-menu {
        padding: 0;
        width: 100%;
        display: block;
        min-width: 100%; }
      .sub-menu > li:hover a {
        background-color: #ff9c33 !important; } }

.external-menu-link a {
  padding-left: 38px; }
  .external-menu-link a:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 12px;
    background-size: contain;
    background-position: center;
    background-image: url("/wp-content/themes/thwhite/assets/images/external-link.svg"); }

.navbar-header {
  z-index: 2;
  pointer-events: none;
  margin: 0 !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 120px;
  padding-top: 34px; }
  .navbar-header:after, .navbar-header:before {
    content: none; }
  @media (max-width: 991px) {
    .navbar-header {
      background: #FFFFFF;
      padding-top: 0;
      z-index: 2;
      -ms-flex-align: center;
      align-items: center;
      height: auto;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.navbar-brand {
  -ms-flex-order: 1;
  order: 1;
  pointer-events: initial;
  width: 160px;
  height: 40px;
  padding: 0;
  position: relative; }
  @media (min-width: 992px) {
    .navbar-brand {
      width: 180px;
      height: 45px; } }
  @media (min-width: 1800px) {
    .navbar-brand {
      width: 220px;
      height: 55px; } }
  @media (max-width: 479px) {
    .navbar-brand {
      margin-left: -32px;
      width: 140px;
      height: 35px; } }
  .navbar-brand .logo {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }

@media (max-width: 991px) {
  .navbar-default .navbar-header > .navbar-toggle {
    -ms-flex-order: 3;
    order: 3;
    pointer-events: initial;
    background: transparent;
    border: 0;
    margin: 0;
    display: block;
    height: 80px;
    box-sizing: border-box;
    padding: 16px;
    font-size: 0;
    line-height: 0; }
    .navbar-default .navbar-header > .navbar-toggle:hover, .navbar-default .navbar-header > .navbar-toggle:focus {
      background: transparent;
      border: 0; } }

.navbar-default .navbar-header > #history-button {
  display: none; }
  @media (max-width: 991px) {
    .navbar-default .navbar-header > #history-button {
      pointer-events: initial;
      position: relative;
      display: block;
      -ms-flex-order: 0;
      order: 0;
      -ms-transform: translateY(0);
      transform: translateY(0);
      pointer-events: none;
      visibility: hidden; }
      .navbar-default .navbar-header > #history-button svg {
        pointer-events: none; }
      .navbar-default .navbar-header > #history-button svg {
        visibility: hidden; } }
  @media (max-width: 479px) {
    .navbar-default .navbar-header > #history-button {
      padding: 8px; }
      .navbar-default .navbar-header > #history-button svg {
        width: 24px;
        height: 24px; } }

.banner-image {
  margin-top: -64px;
  margin-bottom: 48px;
  padding-top: 24px;
  display: block;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  border-bottom: 2px dashed #FF8300;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: end;
  align-content: flex-end; }
  .banner-image .banner-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    bottom: 0; }
    .banner-image .banner-grid:before, .banner-image .banner-grid:after {
      display: none; }
    .banner-image .banner-grid > .item {
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      display: block; }
      .banner-image .banner-grid > .item.text {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto 0; }
      .banner-image .banner-grid > .item.image {
        -ms-flex-item-align: end;
        align-self: flex-end; }
      .banner-image .banner-grid > .item img {
        width: 100%;
        height: auto; }
    .banner-image .banner-grid h1, .banner-image .banner-grid h2 {
      margin: 0 0 20px 0;
      display: block; }
    @media (min-width: 992px) {
      .banner-image .banner-grid .button {
        margin: 0; } }
    @media (min-width: 992px) {
      .banner-image .banner-grid h1, .banner-image .banner-grid h2 {
        font-size: 36px;
        margin: 0 0 20px 0; }
      .banner-image .banner-grid .button {
        margin-bottom: 20px; }
      .banner-image .banner-grid > .item.text {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }
    @media (max-width: 991px) {
      .banner-image .banner-grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .banner-image .banner-grid h1, .banner-image .banner-grid h2 {
          font-size: 36px;
          margin: 80px auto 40px auto;
          max-width: 80%; }
        .banner-image .banner-grid > .item {
          text-align: center;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
          .banner-image .banner-grid > .item.text {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            display: block;
            padding: 0 16px; } }
    @media (max-width: 599px) {
      .banner-image .banner-grid h1, .banner-image .banner-grid h2 {
        font-size: 22px;
        line-height: 1.2em; } }
  .banner-image.home {
    border-bottom: 0;
    padding-top: 0; }
    .banner-image.home .banner-grid {
      min-height: 376px; }
      .banner-image.home .banner-grid > .item {
        color: #FFFFFF; }
      @media (max-width: 991px) {
        .banner-image.home .banner-grid {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .banner-image.home .banner-grid h1, .banner-image.home .banner-grid h2 {
            margin: 40px auto; } }
  .banner-image.support {
    border-bottom: solid 8px #FF8300; }
    @media (max-width: 991px) {
      .banner-image.support {
        margin-bottom: 120px; } }

#cookie-bar {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c4c4c4;
  color: #3C3C3B;
  z-index: 999; }
  #cookie-bar .container {
    padding: 8px 100px 8px 16px; }
  #cookie-bar.hide {
    display: none; }

@keyframes height {
  0% {
    height: auto; }
  100% {
    height: 0;
    max-height: 0; } }

#history-button {
  display: block;
  display: none;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
  background: transparent;
  border: 0;
  color: #FFFFFF;
  fill: #FFFFFF;
  padding: 8px 0;
  margin: 0;
  font-weight: 600; }
  #history-button svg {
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    transition: 0.2s;
    padding-right: 4px; }
  #history-button span {
    display: inline-block;
    vertical-align: middle; }
  #history-button:hover svg {
    padding-right: 5.3333333333px; }
  @media (max-width: 991px) {
    #history-button {
      right: auto;
      left: 0;
      top: 0;
      height: 80px;
      padding: 8px 16px;
      color: #3C3C3B;
      fill: #3C3C3B;
      z-index: 200; }
      #history-button span {
        display: none; }
      #history-button svg {
        width: 32px;
        height: 32px; }
      #history-button:hover svg {
        -ms-transform: scale(1.2);
        transform: scale(1.2); } }

#drp-breadcrumbs {
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  padding: 0;
  color: #FFFFFF; }
  #drp-breadcrumbs a {
    color: #FFFFFF; }
  #drp-breadcrumbs .item-current {
    font-family: "thwhite-bold", Helvetica, Arial, sans-serif; }
  @media (max-width: 991px) {
    #drp-breadcrumbs {
      display: none; } }

.breadcrumbs {
  display: block;
  position: relative;
  height: 60px;
  background: #FF8300;
  color: #FFFFFF; }
  .breadcrumbs .container {
    display: block;
    position: relative;
    height: 60px; }
  .post-type-archive-products .breadcrumbs,
  .slider + .breadcrumbs {
    margin-top: 32px;
    background: rgba(60, 60, 59, 0.2); }
    .post-type-archive-products .breadcrumbs .bread-link,
    .post-type-archive-products .breadcrumbs .separator,
    .post-type-archive-products .breadcrumbs .item-current,
    .slider + .breadcrumbs .bread-link,
    .slider + .breadcrumbs .separator,
    .slider + .breadcrumbs .item-current {
      color: #3C3C3B !important; }
  @media (max-width: 991px) {
    .breadcrumbs {
      height: 45px; }
      .breadcrumbs #drp-breadcrumbs,
      .breadcrumbs #history-button {
        display: none; } }

.icon-menu-burger {
  display: inline-block;
  height: 2px;
  width: 32px;
  transition: 0.3s;
  position: relative; }
  .icon-menu-burger span {
    display: inline-block;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    background: #3C3C3B;
    position: absolute;
    top: 50%;
    left: 0;
    transition: inherit;
    margin-top: -1px; }

.icon-menu-burger::before, .icon-menu-burger::after {
  display: inline-block;
  height: 2px;
  width: 32px;
  border-radius: 2px;
  background: #3C3C3B;
  content: '';
  position: absolute;
  left: 0;
  transition: top .3s .6s ease, transform .3s ease; }

.icon-menu-burger::before {
  top: 8px; }

.icon-menu-burger::after {
  top: -8px; }

.navbar-toggle:hover .icon-menu-burger {
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.nav-visible .icon-menu-burger .middle {
  background: #FFFFFF;
  opacity: 0; }

.nav-visible .icon-menu-burger::before, .nav-visible .icon-menu-burger::after {
  top: 0;
  width: 32px;
  transition: top .3s ease, transform .3s .5s ease; }

.nav-visible .icon-menu-burger::before {
  transform: rotate3d(0, 0, 1, -45deg); }

.nav-visible .icon-menu-burger::after {
  transform: rotate3d(0, 0, 1, 45deg); }

.icon.-arrowDown {
  height: 20px;
  position: relative;
  width: 20px; }

.icon.-arrowDown::before, .icon.-arrowDown::after {
  content: "";
  border-radius: 1px;
  display: block;
  width: 60%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.3s;
  background: #FF8300;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.icon.-arrowDown::after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: auto;
  right: 0; }

.-open .-arrowDown._arrowUp::before {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.-open .-arrowDown._arrowUp::after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.menu:hover .-arrowDown._arrowUp::before {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.menu:hover .-arrowDown._arrowUp::after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

#emergency-number .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  fill: white; }
  @media (min-width: 992px) {
    #emergency-number .icon {
      position: absolute;
      top: 50%;
      left: 0;
      fill: black;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

.button,
input[type="submit"],
.search-results a.read-more {
  display: inline-block;
  position: relative;
  font-weight: 300;
  color: #FFFFFF;
  background: #3C3C3B;
  padding: 16px 24px;
  text-align: center;
  width: 200px;
  transition: 0.3s; }
  .button:hover,
  input[type="submit"]:hover,
  .search-results a.read-more:hover {
    text-decoration: none;
    background: #cc6900;
    color: #FFFFFF; }
  .equipment-brand-list .button,
  ._semi-inverse .button, .equipment-brand-list
  input[type="submit"],
  ._semi-inverse
  input[type="submit"], .equipment-brand-list
  .search-results a.read-more,
  ._semi-inverse
  .search-results a.read-more {
    background: #ff9c33;
    color: #FFFFFF; }
    .equipment-brand-list .button:hover,
    ._semi-inverse .button:hover, .equipment-brand-list
    input[type="submit"]:hover,
    ._semi-inverse
    input[type="submit"]:hover, .equipment-brand-list
    .search-results a.read-more:hover,
    ._semi-inverse
    .search-results a.read-more:hover {
      background: #3C3C3B; }
  .product-list .button,
  ._inverse .button, .product-list
  input[type="submit"],
  ._inverse
  input[type="submit"], .product-list
  .search-results a.read-more,
  ._inverse
  .search-results a.read-more {
    background: #ff9c33;
    color: #FFFFFF; }
    .product-list .button:hover,
    ._inverse .button:hover, .product-list
    input[type="submit"]:hover,
    ._inverse
    input[type="submit"]:hover, .product-list
    .search-results a.read-more:hover,
    ._inverse
    .search-results a.read-more:hover {
      background: #3C3C3B; }

.-btn-group {
  margin: 32px -4px 32px -4px; }
  .-btn-group > .item {
    padding: 4px;
    width: 100%; }
    @media (min-width: 600px) {
      .-btn-group > .item {
        width: 50%; } }
    @media (min-width: 1200px) {
      .-btn-group > .item {
        width: 25%; } }

.dep-button {
  display: block;
  position: relative;
  border: 2px solid #FF8300;
  padding: 16px 32px 16px 16px;
  background: #FFFFFF;
  color: #FF8300;
  text-transform: uppercase;
  font-family: "thwhite-bold", Helvetica, Arial, sans-serif;
  white-space: nowrap;
  transition: all 0.3s ease; }
  .dep-button .icon {
    display: block;
    position: absolute;
    fill: #FF8300;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 12px;
    margin-top: -8px;
    transition: fill 0.3s ease; }
  .dep-button:hover, .dep-button:focus {
    background: #FF8300;
    color: #FFFFFF; }
    .dep-button:hover .icon, .dep-button:focus .icon {
      fill: #FFFFFF; }

#emergency-callout,
#emergency-number {
  margin-top: 38px;
  display: none;
  position: relative;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  background-color: #A3212B; }
  #emergency-callout:hover, #emergency-callout:focus, #emergency-callout:active,
  #emergency-number:hover,
  #emergency-number:focus,
  #emergency-number:active {
    background-color: #8e1d25; }
  @media (min-width: 992px) {
    #emergency-callout,
    #emergency-number {
      position: absolute;
      right: 0;
      top: 76px;
      display: inline-block;
      margin-top: 0; } }

#emergency-number {
  display: block;
  font-family: "thwhite", Helvetica, Arial, sans-serif;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 992px) {
    #emergency-number {
      font-family: "thwhite-bold", Helvetica, Arial, sans-serif;
      right: 210px;
      background: transparent;
      color: #3C3C3B; }
      #emergency-number:hover, #emergency-number:focus, #emergency-number:active {
        background: transparent; } }

.navbar-collapse.collapse.in ~ #emergency-number {
  z-index: 9999; }

.footer {
  display: block;
  position: relative;
  border: 0;
  color: #FFFFFF;
  background: #3C3C3B;
  min-height: 150px;
  height: auto;
  text-align: center;
  color: #DDDDDD; }
  .footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-weight: 300; }
    .footer ul li {
      display: inline-block;
      vertical-align: middle; }
      .footer ul li a {
        color: #FFFFFF;
        display: block;
        text-transform: uppercase;
        padding: 8px;
        font-size: 17.6px;
        font-family: "thwhite-bold", Helvetica, Arial, sans-serif; }
        .footer ul li a:hover {
          text-decoration: underline; }
      @media (max-width: 599px) {
        .footer ul li {
          display: block;
          width: 100%;
          text-align: center; } }
  .footer .footer-navigation {
    padding: 20px 0; }
  .footer .copyright {
    border-top: 1px solid #DDDDDD;
    padding: 30px 0;
    font-size: 14.4px;
    line-height: 16px; }
    .footer .copyright p {
      margin: 0; }

.accreditations-section {
  padding: 64px 0; }
  .accreditations-section .title {
    text-align: center; }
  .accreditations-section .flex-grid > .item {
    width: 25%;
    padding: 0;
    margin: 0; }
    @media (max-width: 479px) {
      .accreditations-section .flex-grid > .item {
        width: 100%; }
        .accreditations-section .flex-grid > .item + .item {
          padding-top: 16px; } }
  .accreditations-section .acc-wrap {
    display: block;
    position: relative;
    height: 120px;
    text-align: center; }
    .accreditations-section .acc-wrap img {
      display: block;
      max-height: 100%;
      width: auto;
      margin: 0 auto; }

.ats-widgets {
  margin-top: 20px; }
  .ats-widgets .title {
    text-align: center;
    margin-bottom: 32px; }
  .ats-widgets .item {
    display: block;
    position: relative;
    background: #3C3C3B;
    color: #FFFFFF; }
    .ats-widgets .item svg {
      fill: #FFFFFF; }
    .ats-widgets .item .image-wrap {
      width: 100%;
      height: 150px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center; }
    .ats-widgets .item .content {
      display: block;
      position: relative;
      height: 100px;
      width: 100%;
      text-align: left; }
      .ats-widgets .item .content .title {
        text-align: left;
        font-size: 16px;
        padding: 16px 16px 0 16px;
        margin: 0; }
      .ats-widgets .item .content .icon {
        position: absolute;
        bottom: 16px;
        right: 24px;
        width: 24px;
        height: 24px; }

.footer-hero {
  height: 586px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("/wp-content/themes/thwhite/assets/images/hero.jpg");
  margin-top: -140px; }
  @media (max-width: 767px) {
    .footer-hero {
      height: 390px; } }

.footer-blocks-widget {
  background: #FF8300;
  color: #FFFFFF;
  padding: 40px 0; }
  .footer-blocks-widget a {
    color: #FFFFFF;
    text-decoration: underline; }
    .footer-blocks-widget a:hover {
      font-weight: bold; }
  .footer-blocks-widget .item {
    color: white;
    font-size: 16px;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 220px; }
    .footer-blocks-widget .item .title,
    .footer-blocks-widget .item p {
      display: block;
      width: 100%; }
    .footer-blocks-widget .item .title {
      font-size: 24px;
      text-transform: none;
      margin-top: 0;
      white-space: normal; }
    .footer-blocks-widget .item p {
      margin-bottom: 24px;
      white-space: normal; }
    .footer-blocks-widget .item .button {
      background: #ff9c33;
      color: white;
      width: auto;
      margin-top: auto; }
      .footer-blocks-widget .item .button:hover {
        background: #3C3C3B; }
  @media (max-width: 767px) {
    .footer-blocks-widget {
      padding-bottom: 0; }
      .footer-blocks-widget .item {
        text-align: center;
        padding: 0 24px;
        -ms-flex-align: center;
        align-items: center; } }

.group-sites {
  padding: 40px 0;
  border-top: 1px solid #3C3C3B;
  text-align: center; }
  .group-sites .logo {
    display: block;
    position: relative;
    max-width: 206px;
    margin: 0 auto; }
  .group-sites ul {
    padding: 0;
    margin: 40px auto 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    max-width: 700px; }
    .group-sites ul > li {
      display: block;
      position: relative; }
      .group-sites ul > li a {
        min-width: 0;
        display: block;
        padding: 8px;
        text-align: center;
        white-space: nowrap;
        text-transform: uppercase;
        font-size: 19.2px;
        font-family: "thwhite-bold", Helvetica, Arial, sans-serif;
        transition: 0.3s; }
        .group-sites ul > li a:hover {
          color: #FFFFFF;
          border-radius: 8px;
          text-decoration: none; }
        @media (max-width: 599px) {
          .group-sites ul > li a {
            width: 100%; } }
    @media (max-width: 479px) {
      .group-sites ul {
        margin-top: 32px; }
        .group-sites ul > li {
          width: 100%; }
          .group-sites ul > li a {
            padding: 4px 8px; } }
  .group-sites .agriculture {
    color: #F5AD00; }
    .group-sites .agriculture:hover {
      background-color: #F5AD00; }
  .group-sites .projects {
    color: #A3212B; }
    .group-sites .projects:hover {
      background-color: #A3212B; }
  .group-sites .groundcare {
    color: #009546; }
    .group-sites .groundcare:hover {
      background-color: #009546; }
  .group-sites .dairy {
    color: #68BED8; }
    .group-sites .dairy:hover {
      background-color: #68BED8; }
  .group-sites .countrystore {
    color: #BCD25F; }
    .group-sites .countrystore:hover {
      background-color: #BCD25F; }
  .group-sites .trailercentre {
    color: #5F829A; }
    .group-sites .trailercentre:hover {
      background-color: #5F829A; }
  .group-sites .lorrycranes {
    color: #E1001A; }
    .group-sites .lorrycranes:hover {
      background-color: #E1001A; }
  .group-sites .construction {
    color: #0087C4; }
    .group-sites .construction:hover {
      background-color: #0087C4; }
  .group-sites .motorgroup {
    color: #526123; }
    .group-sites .motorgroup:hover {
      background-color: #526123; }
  .group-sites .energyfiresecurity {
    color: #FF8300; }
    .group-sites .energyfiresecurity:hover {
      background-color: #FF8300; }
  .group-sites .onlinestore {
    color: #004F56; }
    .group-sites .onlinestore:hover {
      background-color: #004F56; }
  .group-sites .machineryimports {
    color: #53312B; }
    .group-sites .machineryimports:hover {
      background-color: #53312B; }

@-ms-viewport {
  width: device-width; }

.pushin {
  box-sizing: border-box;
  display: block;
  position: fixed;
  height: 100vh;
  width: 400px;
  top: 0;
  bottom: 0;
  right: -400px;
  z-index: 900;
  overflow-x: visible;
  transition: 0.3s;
  background: #FF8300; }
  .pushin .content {
    overflow-y: auto;
    background: #FF8300;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    padding: 48px;
    padding-top: 64px;
    z-index: 2; }
  .pushin a {
    color: #fff;
    fill: #FFFFFF; }
    .pushin a.news-sign-up {
      color: #3C3C3B;
      text-decoration: underline; }
    .pushin a.close-pushin {
      display: block;
      position: absolute;
      width: 32px;
      height: 32px;
      padding: 4px;
      top: 24px;
      right: 24px;
      pointer-events: none;
      z-index: 999; }
      .pushin a.close-pushin:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: auto;
        z-index: 9999;
        background: transparent; }
  .pushin .tab {
    display: block;
    background: transparent;
    width: 75px;
    height: 225px;
    position: fixed;
    top: 250px;
    right: 0;
    padding-right: 0;
    transition: right 0.3s;
    -webkit-transform: translateZ(0);
    z-index: 1; }
    .pushin .tab .text {
      display: block;
      width: 50%;
      height: 100%;
      padding: 16px;
      text-align: center;
      pointer-events: none;
      z-index: -2; }
	.pushin .content input,.pushin .content textarea,.pushin .content select{color:#000; width:100%;} 
	.pushin .content input[type="submit"]{color:#fff;} 
    @media (max-width: 991px) {
      .pushin .tab {
        bottom: 0;
        top: auto;
        height: 45px;
        width: 180px; }
        .pushin .tab .text {
          width: 100%; } }
    .pushin .tab .after {
      display: block;
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: auto;
      z-index: 9999999;
      width: 75px;
      height: 225px;
      background: transparent url("/wp-content/themes/thwhite/assets/images/click.png") center center repeat; }

.showMe {
  right: 0; }
  .showMe .tab,
  .showMe .tab:hover {
    right: 400px; }
  .showMe .content {
    box-shadow: -3px 0px 10px 0px rgba(0, 0, 0, 0.3); }

.overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100vh;
  background: #FFFFFF;
  opacity: 0;
  z-index: 900;
  transition: opacity 0.3s; }
  .overlay.showMe {
    opacity: 0.8;
    left: 0;
    width: 100vw; }

/**
 * (optional) define here the style definitions which should be applied on the slider container
 * e.g. width including further controls like arrows etc.
 */
.slider {
  position: relative;
  display: block; }

.slider .frame {
  /**
     * (optional) wrapper width, specifies width of the slider frame.
     */
  width: 100%;
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap; }

.slider .slides {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0; }

.slider li {
  position: relative;
  display: inline-block;
  background-color: transparent;
  font-size: 16px;
  color: #3C3C3B;
  text-align: center;
  padding: 8px;
  line-height: 1em;
  white-space: normal;
  /**
     * (optional) if the content inside the slide element has a defined size.
     */
  width: 25%; }

.slider .prev, .slider .next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  display: block;
  cursor: pointer; }
  @media (max-width: 599px) {
    .slider .prev, .slider .next {
      height: 40px;
      margin-top: -20px; } }

.slider .next {
  right: 0; }

.slider .prev {
  left: 0; }

.slider .next svg, .slider .prev svg {
  fill: #FF8300;
  width: 25px;
  height: 50px;
  pointer-events: none; }
  @media (max-width: 599px) {
    .slider .next svg, .slider .prev svg {
      height: 40px; } }

.slider .dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 30px;
  display: block;
  width: 100%; }
  .slider .dots > li {
    display: inline-block;
    border: 2px solid #FF8300;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 0;
    margin: 0 4px;
    cursor: pointer;
    background: transparent;
    font-size: 0;
    line-height: 0;
    box-sizing: content-box;
    background-clip: content-box; }
    .slider .dots > li.active {
      background: #FF8300; }
    @media (max-width: 767px) {
      .slider .dots > li {
        border-width: 1px;
        width: 8px;
        height: 8px;
        margin: 0 6px; } }

.lory-slider {
  margin: 0 -8px; }
  @media (max-width: 767px) {
    .lory-slider {
      margin: 0 -16px; } }
  .lory-slider.no-controls .slide:first-of-type,
  .lory-slider.no-controls .slide:last-of-type {
    display: none; }
  .lory-slider.no-controls .slide:nth-of-type(2) {
    border: 0; }
  .lory-slider .frame {
    /**
         * (optional) wrapper width, specifies width of the slider frame.
         */
    width: 100%;
    position: relative;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap; }
  .lory-slider .slides {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit; }
  .lory-slider li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-align: center;
    padding: 8px;
    line-height: 1em;
    /**
         * (optional) if the content inside the slide element has a defined size.
         */
    width: 50%; }
    @media (max-width: 767px) {
      .lory-slider li {
        width: 100%;
        padding: 8px 0; } }
    @media (min-width: 768px) {
      .lory-slider li {
        width: 50%; } }
    @media (min-width: 992px) {
      .lory-slider li {
        width: 50%; } }
    @media (min-width: 1200px) {
      .lory-slider li {
        width: 50%; } }
  @media (min-width: 1200px) {
    .lory-slider.-quotes li {
      width: 33.3333333333%; } }
  .lory-slider.-quotes li blockquote:after {
    display: none; }
  .lory-slider .prev, .lory-slider .next {
    position: absolute;
    top: 50%;
    margin-top: -55px;
    display: none;
    cursor: pointer; }
    @media (max-width: 599px) {
      .lory-slider .prev, .lory-slider .next {
        width: 24px; } }
  .lory-slider .dots {
    display: none; }
    .lory-slider .dots:before {
      height: 45px; }
  .lory-slider.controls .prev,
  .lory-slider.controls .next,
  .lory-slider.controls .dots {
    display: block; }
  .lory-slider .next {
    right: -10px; }
  .lory-slider .prev {
    left: -10px; }
  .lory-slider .next svg, .lory-slider .prev svg {
    width: 17px;
    margin: 0 4px; }
    @media (max-width: 599px) {
      .lory-slider .next svg, .lory-slider .prev svg {
        height: 100%;
        display: none; } }

.image-slider {
  margin: 0; }
  .image-slider.no-controls .slide:first-of-type,
  .image-slider.no-controls .slide:last-of-type {
    display: none; }
  .image-slider.no-controls .slide:nth-of-type(2) {
    border: 0; }
  .image-slider li {
    width: 100%;
    padding: 0; }
    .image-slider li .image-wrap {
      height: 360px;
      background-position: bottom center;
      background-size: cover; }
      .image-slider li .image-wrap.single-events-offers {
        height: 400px;
        background-position: center center;
        background-repeat: no-repeat; }
  .image-slider .navigation {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.1); }
    .image-slider .navigation .prev,
    .image-slider .navigation .next {
      top: 50%;
      margin: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .image-slider .navigation .prev svg,
      .image-slider .navigation .next svg {
        fill: #FFFFFF; }
    .image-slider .navigation .dots {
      height: 40px; }
      .image-slider .navigation .dots > li {
        vertical-align: middle;
        border-color: #FFFFFF; }
        .image-slider .navigation .dots > li.active {
          background: #FFFFFF; }
      .image-slider .navigation .dots:before {
        content: "";
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle; }
    @media (max-width: 767px) {
      .image-slider .navigation {
        height: 40px;
        background: #3C3C3B; } }

.footer-slider {
  margin: 0 -16px; }
  .footer-slider .slides li {
    padding: 0 16px;
    vertical-align: top; }
    @media (max-width: 767px) {
      .footer-slider .slides li {
        width: 100%; } }
    .ats-widgets .footer-slider .slides li {
      vertical-align: bottom; }
  .footer-slider.no-controls .slide:first-of-type,
  .footer-slider.no-controls .slide:last-of-type {
    display: none; }
  .footer-slider .navigation {
    display: block;
    position: relative;
    border-top: 1px solid #FFFFFF;
    height: 64px;
    margin-top: 32px; }
    .footer-slider .navigation .dots {
      display: block;
      height: 64px;
      margin: 0 32px;
      width: auto; }
      .footer-slider .navigation .dots:before {
        content: "";
        width: 0;
        height: 60px;
        display: inline-block;
        vertical-align: middle; }
      .footer-slider .navigation .dots > li {
        vertical-align: middle;
        border-color: #FFFFFF; }
        .footer-slider .navigation .dots > li.active {
          background: #FFFFFF; }
    .footer-slider .navigation .prev,
    .footer-slider .navigation .next {
      top: 50%;
      margin: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .footer-slider .navigation .prev svg,
      .footer-slider .navigation .next svg {
        fill: #FFFFFF; }
    @media (min-width: 768px) {
      .footer-slider .navigation {
        display: none; } }
    .ats-widgets .footer-slider .navigation {
      border-bottom: 1px solid #3C3C3B; }
      .ats-widgets .footer-slider .navigation .dots > li {
        border-color: #3C3C3B; }
        .ats-widgets .footer-slider .navigation .dots > li.active {
          background: #3C3C3B; }
      .ats-widgets .footer-slider .navigation .prev svg,
      .ats-widgets .footer-slider .navigation .next svg {
        fill: #3C3C3B; }

.primary-slider {
  height: auto;
  position: relative;
  width: 100%;
  background: #FFFFFF;
  margin: 0;
  overflow: hidden; }
  .primary-slider .frame {
    min-height: 480px;
    border-bottom: none; }
    @media (min-width: 768px) {
      .primary-slider .frame {
        border-bottom: 2px solid #F5AD00; } }
    @media (min-width: 992px) {
      .primary-slider .frame {
        border-bottom: none; } }
    @media (min-width: 1200px) {
      .primary-slider .frame {
        min-height: 520px; } }
  .primary-slider .slides {
    min-height: auto; }
  .primary-slider .slides li {
    width: 100%;
    padding: 0;
    min-height: auto;
    text-align: left;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover; }
    .primary-slider .slides li > .slide-flex {
      position: absolute;
      width: 100%;
      min-height: 480px;
      height: 480px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-top: 90px;
      padding-bottom: 90px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (min-width: 1200px) {
        .primary-slider .slides li > .slide-flex {
          min-height: 520px;
          height: 520px; } }
      .primary-slider .slides li > .slide-flex .image-wrap {
        display: block;
        position: relative;
        width: calc(50% - 100px);
        background-size: cover;
        background-position: center left;
        background-repeat: no-repeat;
        overflow: hidden;
        left: calc(50% + -80px); }
        @media (min-width: 768px) {
          .primary-slider .slides li > .slide-flex .image-wrap {
            width: calc(50% - -80px); } }
        .primary-slider .slides li > .slide-flex .image-wrap .brand-wrap {
          background-color: #FFFFFF;
          opacity: .85;
          width: 100px;
          height: 60px;
          position: absolute;
          top: 0;
          left: 0;
          overflow: hidden; }
          .primary-slider .slides li > .slide-flex .image-wrap .brand-wrap .brand {
            display: block;
            position: absolute;
            width: 85px;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-left: -50px;
            overflow: hidden;
            margin: 0 auto;
            left: 0;
            right: 0; }
            .primary-slider .slides li > .slide-flex .image-wrap .brand-wrap .brand:after {
              content: '';
              display: block;
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              content: '';
              display: block;
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
            .primary-slider .slides li > .slide-flex .image-wrap .brand-wrap .brand img {
              width: 100%;
              height: 100%;
              font-family: "object-fit:contain;object-position:50% 50%", "object-fit:contain;object-position:50% 50%";
              object-fit: contain;
              object-position: 50% 50%; }
    .primary-slider .slides li > .container {
      width: 100%;
      min-height: 480px;
      height: 480px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media (min-width: 1200px) {
        .primary-slider .slides li > .container {
          min-height: 520px;
          height: 520px; } }
      .primary-slider .slides li > .container .text {
        width: 40%;
        position: relative;
        padding-right: 110px;
        padding-bottom: 90px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .primary-slider .slides li > .container .text p,
        .primary-slider .slides li > .container .text h1,
        .primary-slider .slides li > .container .text h2,
        .primary-slider .slides li > .container .text h3,
        .primary-slider .slides li > .container .text .logo {
          display: block;
          position: relative;
          width: 100%;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin-bottom: 24px;
          -ms-flex-order: 2;
          order: 2; }
        .primary-slider .slides li > .container .text h1 {
          padding-bottom: 16px;
          margin-bottom: 16px;
          font-size: 29px; }
          .primary-slider .slides li > .container .text h1.offer:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            right: 40%;
            top: 100%;
            border-bottom: 1px solid #3C3C3B; }
        .primary-slider .slides li > .container .text a {
          -ms-flex-order: 3;
		  pointer-events:all;
          order: 3; }
        .primary-slider .slides li > .container .text .location {
          display: block;
          -ms-flex-order: 1;
          order: 1;
          font-family: "thwhite-bold", Helvetica, Arial, sans-serif;
          font-size: 17.6px;
          text-transform: uppercase; }
          .primary-slider .slides li > .container .text .location span {
            font-family: "thwhite", Helvetica, Arial, sans-serif; }
        .primary-slider .slides li > .container .text .date,
        .primary-slider .slides li > .container .text .eventLocation {
          font-size: 19.2px; }
          .primary-slider .slides li > .container .text .date span,
          .primary-slider .slides li > .container .text .eventLocation span {
            font-family: "thwhite-bold", Helvetica, Arial, sans-serif; }
        .primary-slider .slides li > .container .text .date {
          margin-bottom: 4px; }
        .primary-slider .slides li > .container .text .expiry {
          text-transform: uppercase;
          line-height: 20px;
          font-size: 14.4px; }
          .primary-slider .slides li > .container .text .expiry span {
            display: inline-block;
            vertical-align: middle;
            margin-right: 8px;
            fill: #3C3C3B;
            width: 20px;
            height: 20px; }
  .primary-slider .navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .primary-slider .navigation > .container {
      height: 90px;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .primary-slider .navigation > .container .left {
        position: relative;
        width: calc(50% - 180px); }
        @media (min-width: 992px) {
          .primary-slider .navigation > .container .left {
            width: calc(50% - 250px); } }
  .primary-slider .dots {
    display: block;
    position: relative;
    bottom: 0;
    margin: 0 32px;
    height: 100%;
    width: auto; }
    .primary-slider .dots:before {
      content: "";
      width: 0;
      height: 90px;
      display: inline-block;
      vertical-align: middle; }
    .primary-slider .dots li {
      border-color: #FFFFFF;
      vertical-align: middle; }
      .primary-slider .dots li.active {
        background-color: #FFFFFF; }
  .primary-slider .next svg, .primary-slider .prev svg {
    fill: #FFFFFF; }
  .primary-slider .metal-fold {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-260px);
    transform: translateX(-260px); }
    .primary-slider .metal-fold:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      height: 50%;
      background: #FF8300;
      width: 1500px;
      right: 50%; }
    .primary-slider .metal-fold.-top {
      bottom: auto;
      top: 0;
      -ms-transform: translateX(-170px);
      transform: translateX(-170px); }
      .primary-slider .metal-fold.-top:before {
        top: 0;
        height: 50%;
        left: 50%;
        right: auto;
        bottom: auto; }
      .primary-slider .metal-fold.-top:after {
        content: '';
        display: block;
        position: absolute;
        width: 50%;
        background-color: #FF8300;
        left: 0;
        top: 50%;
        height: 250px; }
  .primary-slider .metal-fold:not(.-top):after {
    height: 250%;
    width: 0;
    display: block;
    position: absolute;
    content: "";
    background: #FFFFFF;
    right: 50%;
    bottom: 50%;
    opacity: 1;
    transition-property: width, opacity;
    transition-duration: 0.2s, 0.3s;
    transition-delay: 0s, 0.3s; }
  .primary-slider.mask .metal-fold:not(.-top):after {
    width: 1500px;
    opacity: 0; }
  @media (max-width: 767px) {
    .primary-slider .metal-fold {
      display: none; }
    .primary-slider .frame {
      min-height: 200px; }
    .primary-slider .slides li {
      vertical-align: top; }
      .primary-slider .slides li > .container {
        min-height: 200px;
        height: auto;
        padding-top: 30px; }
        .primary-slider .slides li > .container .text {
          width: 100%;
          padding: 40px 0 32px 0;
          margin-bottom: 32px;
          border-bottom: 1px solid #3C3C3B; }
          .primary-slider .slides li > .container .text h1 {
            font-size: 19px; }
          .primary-slider .slides li > .container .text .logo img {
            max-height: 64px;
            width: auto; }
      .primary-slider .slides li > .slide-flex {
        position: relative;
        padding: 0;
        min-height: 200px;
        height: auto;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 0; }
        .primary-slider .slides li > .slide-flex .image-wrap {
          background-position: center center;
          width: 100%;
          height: 200px;
          left: 0;
          background-size: contain; }
    .primary-slider .navigation {
      bottom: auto;
      top: 230px;
      background-color: #FF8300; }
      .primary-slider .navigation > .container {
        height: 45px; }
        .primary-slider .navigation > .container .left {
          width: 100%; }
          .primary-slider .navigation > .container .left .dots {
            margin: 0; }
            .primary-slider .navigation > .container .left .dots:before {
              height: 45px; } }

.banner_slider {
  height: auto;
  position: relative;
  width: 100%;
  background: #3A4757; }
  .banner_slider .frame {
    min-height: auto; }
  .banner_slider .slides {
    min-height: auto; }
  .banner_slider .slides li {
    width: 100%;
    padding: 0;
    min-height: auto;
    text-align: left;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover; }
    .banner_slider .slides li > .container {
      width: 100%; }
  .banner_slider .dots {
    position: absolute;
    bottom: 0; }

.accreditations-section {
  padding: 22px 0;
  border-top: 1px solid #3C3C3B; }
  .accreditations-section .title {
    text-align: center; }

.acc-slider {
  margin-left: -16px;
  margin-right: -16px; }
  .acc-slider .slides > li {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0 16px;
    margin: 0; }
  .acc-slider .acc-wrap {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 90px;
    text-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .acc-slider .acc-wrap img {
      display: inline-block;
      margin: 10px auto;
      max-width: 35%;
      width: auto;
      height: 40%;
      font-family: "object-fit:contain";
      object-fit: contain; }
      @media (min-width: 768px) {
        .acc-slider .acc-wrap img {
          max-width: 25%;
          height: 100%;
          margin: 0 auto; } }
  .acc-slider.no-controls .slide:nth-of-type(2) {
    border: 0; }
  .acc-slider .dots:before {
    height: 45px; }
  .acc-slider.controls .dots {
    display: block; }
    @media (min-width: 600px) {
      .acc-slider.controls .dots .dot:last-of-type,
      .acc-slider.controls .dots .dot:nth-last-of-type(2) {
        display: none; } }
  .acc-slider .navigation {
    position: absolute;
    bottom: -48px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.slides-social-link {
	text-align:right;
  display: block;
    min-height:40px;
  width: calc(100% + 40px);
  padding-left:10px;
  padding-right:10px;
  padding-top: 10px;
  position: relative;
left:-20px;
  z-index: 1;
  background-color: #ff8300;
  color: #fff;
  line-height: 1.5; } 
  .slides-social-link:hover {
    color: #fff;
    text-decoration: underline; }
  @media (min-width: 768px) {
    .slides-social-link {
  display: inline-block;
  width: 90%;
  padding-top: 32px;
  position: absolute;
  background-color:transparent;
  right: 16px;
  z-index: 1;
  color: #fff;
  line-height: 1.5; } }
	  
	  
	  
	  
  .slides-social-link .slides-social-img {
    width: 20px;
    height: 20px;
    float: right;
	margin-left:8px; }

.accordion-wrapper {
  margin: 32px 0; }
  .accordion-wrapper.accordion-wrapper--contact {
    position: relative;
    margin: 32px 0 60px;
    padding-top: 40px; }
    @media (max-width: 479px) {
      .accordion-wrapper.accordion-wrapper--contact {
        padding-top: 95px; } }
    @media (min-width: 992px) {
      .accordion-wrapper.accordion-wrapper--contact {
        margin: 32px 0;
        padding-top: 0; } }
    .accordion-wrapper.accordion-wrapper--contact > .title {
      font-family: "thwhite", Helvetica, Arial, sans-serif;
      font-size: 16px;
      text-transform: none;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0 0 32px 0;
      width: 100%; }
      @media (min-width: 992px) {
        .accordion-wrapper.accordion-wrapper--contact > .title {
          width: initial; } }
  .accordion-wrapper > .title {
    font-family: "thwhite", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: none;
    padding: 0;
    position: relative;
    margin: 0 0 32px 0; }
    .accordion-wrapper > .title h1, .accordion-wrapper > .title h2, .accordion-wrapper > .title h3, .accordion-wrapper > .title h4, .accordion-wrapper > .title h5, .accordion-wrapper > .title h6 {
      line-height: 1em; }
    .accordion-wrapper > .title p {
      margin-bottom: 0; }
    .accordion-wrapper > .title > .item {
      width: 40%;
      padding: 0;
      display: block;
      position: relative;
      padding-bottom: 10px; }
      .accordion-wrapper > .title > .item.map {
        width: 60%;
        height: 300px; }
      @media (max-width: 767px) {
        .accordion-wrapper > .title > .item.map {
          height: 200px; } }
      .accordion-wrapper > .title > .item .address,
      .accordion-wrapper > .title > .item .tel {
        padding-left: 56px;
        position: relative; }
        .accordion-wrapper > .title > .item .address .icon,
        .accordion-wrapper > .title > .item .tel .icon {
          display: block;
          position: absolute;
          top: 16px;
          left: 32px;
          width: 16px;
          height: 16px; }
    .accordion-wrapper > .title .button {
      cursor: pointer;
      padding: 16px 0;
      margin-top: 50px;
      position: absolute;
      top: -75px;
      left: 0;
      width: 200px; }
      @media (max-width: 599px) {
        .accordion-wrapper > .title .button {
          width: 170px; } }
      @media (min-width: 992px) {
        .accordion-wrapper > .title .button {
          left: 0;
          top: -133px;
          width: 170px;
          -ms-transform: none;
          transform: none; } }
      @media (min-width: 1200px) {
        .accordion-wrapper > .title .button {
          width: 200px; } }
      .accordion-wrapper > .title .button.button--contacts {
        margin-left: 205px; }
        @media (max-width: 599px) {
          .accordion-wrapper > .title .button.button--contacts {
            margin-left: 175px; } }
        @media (max-width: 479px) {
          .accordion-wrapper > .title .button.button--contacts {
            top: -15px;
            margin-left: 0; } }
        @media (min-width: 992px) {
          .accordion-wrapper > .title .button.button--contacts {
            margin-left: 175px; } }
        @media (min-width: 1200px) {
          .accordion-wrapper > .title .button.button--contacts {
            margin-left: 205px; } }
      .accordion-wrapper > .title .button .hide {
        display: none; }
  .accordion-wrapper > .content {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 16px 0; }
    .accordion-wrapper > .content .wrapper {
      padding: 0 8px;
      display: block;
      position: relative;
      white-space: normal; }
  .accordion-wrapper > .title.Huntley > .item.map {
    background-image: url("/wp-content/themes/thwhite/assets/images/huntley.png"); }
  .accordion-wrapper > .title.-open .button .hide {
    display: block !important; }
  .accordion-wrapper > .title.-open .button .show {
    display: none !important; }

.accordion--contact .title-contact .item {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .accordion--contact .title-contact .item {
      width: 40%; } }
  .accordion--contact .title-contact .item.map {
    width: 60%;
    height: 300px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .accordion--contact .title-contact .item.map {
        width: 40%; } }
  @media (max-width: 767px) {
    .accordion--contact .title-contact .item.map {
      height: 200px; } }
  .accordion--contact .title-contact .item .tel,
  .accordion--contact .title-contact .item .address {
    display: inline-block;
    width: 50%; }
    @media (min-width: 768px) {
      .accordion--contact .title-contact .item .tel,
      .accordion--contact .title-contact .item .address {
        display: block; } }
  .accordion--contact .title-contact .item .address,
  .accordion--contact .title-contact .item .tel {
    padding-left: 56px;
    position: relative; }
    .accordion--contact .title-contact .item .address .icon,
    .accordion--contact .title-contact .item .tel .icon {
      display: block;
      position: absolute;
      left: 32px;
      width: 16px;
      height: 16px; }
    .accordion--contact .title-contact .item .address a,
    .accordion--contact .title-contact .item .tel a {
      color: #3C3C3B;
      text-decoration: underline;
      font-family: "thwhite-bold", Helvetica, Arial, sans-serif; }
      .accordion--contact .title-contact .item .address a:hover,
      .accordion--contact .title-contact .item .tel a:hover {
        color: #F5AD00; }

.home .testimonial-section .title {
  text-align: center; }

.testimonials .item {
  text-align: left;
  padding: 16px;
  padding-left: 90px;
  padding-top: 90px;
  font-weight: 300;
  position: relative; }
  .testimonials .item .metal-fold.-small {
    top: 0;
    left: 0; }
  .testimonials .item .metal-fold.-smallest {
    display: inline-block;
    vertical-align: top;
    position: relative; }
  .testimonials .item .name {
    display: inline-block;
    vertical-align: top; }
  @media (max-width: 767px) {
    .testimonials .item {
      padding: 16px;
      padding-bottom: 50px; }
      .testimonials .item .metal-fold.-small {
        display: none; }
      .testimonials .item .metal-fold.-smallest {
        display: block;
        position: absolute;
        bottom: 0;
        right: 16px; } }

.testimonials .content {
  display: block;
  position: relative; }
  .testimonials .content:after {
    content: '';
    display: block;
    position: relative;
    width: 30%;
    border-bottom: 1px solid #3C3C3B;
    padding: 16px; }

@media (min-width: 768px) {
  .testimonials .slide {
    padding: 0 32px; }
    .testimonials .slide + .slide {
      border-left: 1px solid #3C3C3B; } }

#intro .title {
  text-align: center; }

.intro--contact {
  padding: 20px 0 0 !important; }

.product-list {
  margin: 0 0 32px;
  position: relative; }
  .product-list:nth-child(even) .item {
    -ms-flex-order: 2;
    order: 2; }
  .product-list > .item {
    padding: 0;
    width: 100%;
    -ms-flex-order: 1;
    order: 1; }
  .product-list > .item.text {
    padding: 32px;
    color: #FFFFFF;
    background-color: #FF8300;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: start;
    align-items: flex-start; }
    .product-list > .item.text .product-title {
      font-size: 24px;
      line-height: 24px;
      margin: 0 0 32px 0; }
    .product-list > .item.text p {
      margin: 0;
      max-width: 1075px; }
    .product-list > .item.text .button {
      margin-top: 32px; }
  .product-list > .item.image {
    -ms-flex-order: 0;
    order: 0;
    min-height: 250px;
    position: relative; }
    .product-list > .item.image .image-wrap {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-position: top center;
      background-size: contain;
      background-repeat: no-repeat; }
      @media (min-width: 992px) {
        .product-list > .item.image .image-wrap {
          background-size: cover; } }
  .product-list > .item.logo {
    border: 1px solid #FF8300;
    padding: 16px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #FFFFFF;
    max-width: 150px;
    height: 150px; }
    .product-list > .item.logo img {
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
      font-family: "object-fit:contain";
      object-fit: contain; }

@media (min-width: 992px) {
  .product-list {
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .product-list > .item {
    max-width: 27%;
    min-width: 27%; }
    .product-list > .item.text {
      min-width: 46%;
      max-width: 100%; }
    .product-list > .item.logo {
      max-width: 27%;
      height: auto; }
  .product-list > .item.image {
    -ms-flex-order: 1;
    order: 1; }
  .product-list > .item.logo {
    padding: 32px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center; } }

.equipment-brands-blocks h2 {
  font-family: "thwhite-bold", Helvetica, Arial, sans-serif;
  font-size: 23px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 40px; }

.equipment-brands-blocks h3 {
  font-family: "thwhite", Helvetica, Arial, sans-serif;
  font-size: 19px; }

.equipment-brands-blocks p {
  font-family: "thwhite", Helvetica, Arial, sans-serif; }

.equipment-brands-blocks .button {
  font-family: "thwhite", Helvetica, Arial, sans-serif; }

.equipment-brands-blocks .product-list .item.text {
  min-width: initial;
  max-width: initial;
  width: 100%; }
  @media (min-width: 992px) {
    .equipment-brands-blocks .product-list .item.text {
      width: 50%; } }

.equipment-brands-blocks .product-list .item.image {
  min-width: initial;
  max-width: initial;
  width: 100%; }
  @media (min-width: 992px) {
    .equipment-brands-blocks .product-list .item.image {
      width: 50%; } }

.equipment-brand-logos {
  text-align: center;
  margin-top: 30px;
  line-height: 1.6; }
  .equipment-brand-logos.container {
    max-width: 1000px; }
  .equipment-brand-logos h3 {
    font-family: "thwhite-bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .equipment-brand-logos .col-sm-2 {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .equipment-brand-logos .col-sm-2 {
        min-width: 20%;
        width: auto; } }
    @media (min-width: 992px) {
      .equipment-brand-logos .col-sm-2 {
        min-width: 197px;
        width: 11%; } }
    .equipment-brand-logos .col-sm-2 .col-inner {
      position: relative; }
      @media (min-width: 768px) {
        .equipment-brand-logos .col-sm-2 .col-inner {
          background: #e3e3e3;
          min-height: 120px; } }
      @media (min-width: 992px) {
        .equipment-brand-logos .col-sm-2 .col-inner {
          min-height: 150px; } }
    .equipment-brand-logos .col-sm-2 img {
      max-width: 300px;
      margin: 0 auto;
      display: inline-block; }
      @media (min-width: 768px) {
        .equipment-brand-logos .col-sm-2 img {
          padding: 0 20px;
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          margin: 0;
          display: block; } }

.product-list--plm p {
  text-align: center; }

.product-list--plm-list h2 {
  font-family: "thwhite", Helvetica, Arial, sans-serif; }

.product-list--plm-list p {
  text-align: left;
  font-family: "thwhite", Helvetica, Arial, sans-serif; }

.product-list--plm-list .button {
  font-family: "thwhite", Helvetica, Arial, sans-serif; }

.equipment-brand-list {
  margin: 0 0 32px;
  position: relative; }
  .equipment-brand-list > .item {
    padding: 0;
    width: 100%;
    -ms-flex-order: 1;
    order: 1; }
  .equipment-brand-list > .item.text {
    padding: 32px;
    color: #FFFFFF;
    background-color: #FF8300;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: start;
    align-items: flex-start; }
    .equipment-brand-list > .item.text .equipment-brand-title {
      font-size: 24px;
      line-height: 24px;
      margin: 0 0 32px 0; }
    .equipment-brand-list > .item.text p {
      margin: 0; }
    .equipment-brand-list > .item.text .button {
      margin-top: 32px; }
  .equipment-brand-list > .item.image {
    -ms-flex-order: 0;
    order: 0;
    min-height: 250px;
    position: relative; }
    .equipment-brand-list > .item.image .image-wrap {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-position: top center;
      background-size: contain;
      background-repeat: no-repeat; }
      @media (min-width: 992px) {
        .equipment-brand-list > .item.image .image-wrap {
          background-size: cover; } }
  .equipment-brand-list > .item.logo {
    border: 1px solid #FF8300;
    padding: 16px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #FFFFFF;
    max-width: 150px; }
    .equipment-brand-list > .item.logo img {
      display: block;
      max-width: 100%;
      font-family: "object-fit:contain";
      object-fit: contain; }
  .equipment-brand-list > .item-stacked {
    -ms-flex-direction: column;
    flex-direction: column; }
    .equipment-brand-list > .item-stacked .primary-logo {
      height: 100%; }
    .equipment-brand-list > .item-stacked .secondary-logo {
      margin-top: 16px; }

@media (min-width: 992px) {
  .equipment-brand-list {
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .equipment-brand-list > .item {
    max-width: 27%;
    min-width: 27%; }
    .equipment-brand-list > .item.text {
      min-width: 46%;
      max-width: 100%; }
    .equipment-brand-list > .item.logo {
      max-width: 27%;
      height: auto; }
  .equipment-brand-list > .item.image {
    -ms-flex-order: 1;
    order: 1; }
  .equipment-brand-list > .item.logo {
    padding: 32px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center; } }

.equipment-brand-blocks h2 {
  font-family: "thwhite-bold", Helvetica, Arial, sans-serif;
  font-size: 23px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 40px; }

.equipment-brand-blocks h3 {
  font-family: "thwhite", Helvetica, Arial, sans-serif; }

.equipment-brand-blocks p {
  font-family: "thwhite", Helvetica, Arial, sans-serif; }

.equipment-brand-blocks .button {
  font-family: "thwhite", Helvetica, Arial, sans-serif; }

.equipment-brand-blocks .equipment-brand-list .item.text {
  min-width: initial;
  max-width: initial;
  width: 100%; }
  @media (min-width: 992px) {
    .equipment-brand-blocks .equipment-brand-list .item.text {
      width: 50%; } }

.equipment-brand-blocks .equipment-brand-list .item.image {
  min-width: initial;
  max-width: initial;
  width: 100%; }
  @media (min-width: 992px) {
    .equipment-brand-blocks .equipment-brand-list .item.image {
      width: 50%; } }

.equipment-brand-logos {
  text-align: center;
  margin-top: 30px;
  line-height: 1.6; }
  .equipment-brand-logos.container {
    max-width: 1000px; }
  .equipment-brand-logos h3 {
    font-family: "thwhite-bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .equipment-brand-logos .col-sm-2 {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .equipment-brand-logos .col-sm-2 {
        min-width: 20%;
        width: auto; } }
    @media (min-width: 992px) {
      .equipment-brand-logos .col-sm-2 {
        min-width: 197px;
        width: 11%; } }
    .equipment-brand-logos .col-sm-2 .col-inner {
      position: relative; }
      @media (min-width: 768px) {
        .equipment-brand-logos .col-sm-2 .col-inner {
          background: #e3e3e3;
          min-height: 120px; } }
      @media (min-width: 992px) {
        .equipment-brand-logos .col-sm-2 .col-inner {
          min-height: 150px; } }
    .equipment-brand-logos .col-sm-2 img {
      max-width: 300px;
      margin: 0 auto;
      display: inline-block; }
      @media (min-width: 768px) {
        .equipment-brand-logos .col-sm-2 img {
          padding: 0 20px;
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          margin: 0;
          display: block; } }

.equipment-brand-list--plm p {
  text-align: center; }

.equipment-brand-list h2 {
  font-family: "thwhite", Helvetica, Arial, sans-serif; }

.equipment-brand-list p {
  text-align: left;
  font-family: "thwhite", Helvetica, Arial, sans-serif; }

.equipment-brand-list .button {
  font-family: "thwhite", Helvetica, Arial, sans-serif; }

.product-detail {
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .product-detail > .item._full-width.cta ._inverse p,
    .product-detail > .item._full-width.has-cta-button.cta ._inverse p {
      width: 70%; } }
  @media (min-width: 768px) {
    .product-detail > .item._full-width.no-cta-button.cta ._inverse p {
      width: 100%; } }
  .product-detail > .item {
    width: 100%;
    -ms-flex-order: 1;
    order: 1; }
    .product-detail > .item.images {
      -ms-flex-order: 0;
      order: 0;
      padding: 0; }
    .product-detail > .item.images-stacked {
      -ms-flex-order: 1;
      order: 1; }
      @media (min-width: 768px) {
        .product-detail > .item.images-stacked {
          -ms-flex-order: 0;
          order: 0; } }
    .product-detail > .item.cta {
      padding: 16px 0; }
    .product-detail > .item ._inverse {
      text-align: center;
      padding: 32px; }
      .product-detail > .item ._inverse p {
        font-size: 22.4px;
        line-height: 24px;
        margin: 0;
        display: block;
        position: relative;
        width: 100%; }
      .product-detail > .item ._inverse .plm-full-width__para {
        width: 100%;
        display: inline-block;
        margin: 0 auto 30px;
        text-align: center;
        padding: 0; }
      @media (min-width: 768px) {
        .product-detail > .item ._inverse .button {
          margin-top: 32px; } }
  .product-detail img {
    width: auto;
    max-width: 100%; }

@media (min-width: 768px) {
  .product-detail {
    margin-top: 16px;
    margin-bottom: 16px;
    display: block; }
    .product-detail:after {
      content: "";
      display: table;
      clear: both; }
    .product-detail > .item {
      float: left;
      width: 50%; }
      .product-detail > .item.images {
        -ms-flex-order: 1;
        order: 1;
        padding: 16px;
        float: right; }
      .product-detail > .item.cta {
        float: right;
        clear: right;
        padding: 16px; }
      .product-detail > .item ._inverse {
        text-align: left; } }

.product-detail--plm h2 {
  font-family: "thwhite-bold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 35px 0 30px; }

.product-detail--plm h3:nth-child(n) {
  color: #F5AD00;
  font-family: "thwhite-bold", Helvetica, Arial, sans-serif;
  font-size: 19px;
  margin-bottom: 25px; }

.product-detail--plm p {
  padding: 0 30px 0 0; }

.product-detail--plm .special-information {
  border-top: 1px solid #000;
  padding: 30px 0; }
  .product-detail--plm .special-information p {
    display: inline;
    padding-right: 10px; }

.product-detail--plm-full-width {
  margin-bottom: 30px; }
  .product-detail--plm-full-width .button {
    width: 355px;
    display: block; }
    @media (min-width: 768px) {
      .product-detail--plm-full-width .button {
        width: 32.5%; } }
  .product-detail--plm-full-width .item.cta {
    padding: 0; }

.product-detail--support-packages .support-packages__inner {
  background: #e3e3e3;
  padding: 30px 40px;
  min-height: 280px; }
  @media (max-width: 599px) {
    .product-detail--support-packages .support-packages__inner {
      padding: 10px 20px; } }

.product-detail--support-packages ul {
  list-style: none;
  padding: 0; }

.product-detail--support-packages li {
  padding: 5px 0; }
  @media (max-width: 599px) {
    .product-detail--support-packages li {
      font-size: 13px;
      line-height: 1.2; } }
  .product-detail--support-packages li:before {
    content: '';
    box-shadow: inset 3px -3px 0 #000;
    height: 7px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 13px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 3px; }

.product-detail--support-packages p {
  position: absolute;
  bottom: 5%;
  right: 0;
  font-size: 25px; }

.product-detail--support-packages h4 {
  font-family: "thwhite", Helvetica, Arial, sans-serif;
  font-size: 23px;
  margin-bottom: 30px; }

.product-detail--support-packages.col-md-6:nth-child(odd) {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .product-detail--support-packages.col-md-6:nth-child(odd) {
      padding-left: 0;
      padding-right: 0; } }

.product-detail--support-packages.col-md-6:nth-child(even) {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .product-detail--support-packages.col-md-6:nth-child(even) {
      padding-left: 15px;
      padding-right: 0; } }

.product-detail--support-packages .button {
  position: absolute;
  bottom: 5%;
  right: 3%;
  width: 103px;
  padding: 15px 24px; }

.product-detail--ag-tech .title {
  text-transform: none;
  padding-right: 140px;
  margin-bottom: 50px; }

.product-detail--ag-tech b, .product-detail--ag-tech h3 {
  margin: 35px 0; }

.product-detail--ag-tech p {
  margin-bottom: 10px;
  display: block; }

.product-detail--ag-tech strong {
  margin-bottom: 25px; }

.product-detail--ag-tech .cta > ._inverse p {
  width: 100%;
  font-size: 22px; }

.product-detail__full-width-ag-tech .button {
  width: 255px;
  margin: 0 auto !important; }

.product-detail__full-width-ag-tech .cta > ._inverse p {
  display: block;
  font-size: 22px;
  width: 100%;
  text-align: center;
  margin: 0 0 30px; }
  @media (min-width: 992px) {
    .product-detail__full-width-ag-tech .cta > ._inverse p {
      width: 65%;
      text-align: left; } }

.equipment-brands img {
  display: inline-block;
  max-width: 100%;
  height: initial;
  max-height: 200px;
  margin-bottom: 15px;
  width: auto; }

.equipment-brands > .item.images {
  padding-bottom: 0; }

.equipment-brands > .item.cta p {
  width: 100%; }

.welcome-text .col-xs-12 {
  padding: 0; }

@media (min-width: 992px) {
  .product-block {
    width: 33% !important; } }

.product-block {
  width: 100%;
  border: 1px solid #3C3C3B;
  margin-bottom: 16px; }
  .product-block .button {
    width: 100%;
    text-align: left;
    background-color: #FF8300; }
    .product-block .button:hover, .product-block .button:focus, .product-block .button:active {
      background-color: #cc6900; }
    .product-block .button .product-title {
      width: 100%;
      display: inline-block;
      vertical-align: middle; }
    .product-block .button svg {
      fill: #FFFFFF;
      width: 24px;
      height: 24px;
      display: inline-block;
      vertical-align: middle; }
  .product-block .item.text {
    padding: 24px 32px 48px 32px; }
    .product-block .item.text .product-info {
      font-size: 16px; }
  .product-block .product-details-featured {
    background-color: #ff9c33;
    padding: 8px 16px; }
    .product-block .product-details-featured .featured-detail {
      padding: 0 8px; }
    .product-block .product-details-featured .column {
      width: 49%;
      -ms-flex-flow: column;
      flex-flow: column;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .product-block .product-details-featured .name {
      margin: 0; }
    .product-block .product-details-featured .value {
      color: #FFFFFF; }
  .product-block .feature-list {
    padding: 0;
    list-style: none; }
    .product-block .feature-list .column {
      width: 49%;
      -ms-flex-flow: column;
      flex-flow: column;
      display: -ms-inline-flexbox;
      display: inline-flex; }
  .product-block .item.image {
    -ms-flex-order: 0;
    order: 0;
    min-height: 250px;
    position: relative; }
    .product-block .item.image .image-wrap {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-position: top center;
      background-size: contain;
      background-repeat: no-repeat; }
      @media (min-width: 992px) {
        .product-block .item.image .image-wrap {
          background-size: cover; } }

.product-detail-list {
  padding: 0;
  border-left: 8px solid;
  border-color: #F5AD00; }
  .product-detail-list li {
    list-style: none;
    margin-bottom: 4px; }
    .product-detail-list li:last-child {
      margin-bottom: 0; }
  .product-detail-list .list-title,
  .product-detail-list .list-detail {
    height: 100%;
    padding: 16px 32px; }
  .product-detail-list .list-title {
    width: 30%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #F6CB6E; }
    .product-detail-list .list-title.full {
      width: 100%; }
    .product-detail-list .list-title h4 {
      margin: auto;
      text-transform: uppercase; }
  .product-detail-list .list-detail {
    width: 70%;
    float: right;
    background-color: #FAE8CA; }
    .product-detail-list .list-detail p {
      margin: auto 0; }

@media (max-width: 767px) {
  .product-detail-list .list-title,
  .product-detail-list .list-detail {
    width: 100%;
    float: none; }
    .product-detail-list .list-title h4,
    .product-detail-list .list-title p,
    .product-detail-list .list-detail h4,
    .product-detail-list .list-detail p {
      text-align: center; } }

.gform_wrapper .gform_fields label.gfield_label {
  display: none; }

.gform_wrapper .gform_fields .ginput_container_name label {
  display: none !important; }

.form-control {
  border-radius: 0; }
  .form-control.--short {
    width: 200px;
    margin: 16px 0 16px 0; }

form#contact-form input:not(.button),
form#contact-form select,
form#contact-form textarea {
  color: #3C3C3B;
  border: 1px solid #3C3C3B; }
  .pushin form#contact-form input:not(.button), .pushin
  form#contact-form select, .pushin
  form#contact-form textarea {
    border: 0;
    width: 100%; }

form#contact-form input, form#contact-form select,
form#contact-form textarea {
  margin-top: 16px;
  padding: 16px; }

form#contact-form input + select {
  margin-top: 16px; }

form#contact-form textarea {
  min-height: 128px; }

form#contact-form select {
  border-radius: 0; }

form#contact-form input.button,
form#contact-form input[type=submit] {
  min-width: 170px;
  padding: 8px 32px;
  background: #2f2f2e;
  border-radius: 0;
  color: #FFFFFF; }

form#contact-form input[type=checkbox],
form#contact-form input[type=radio] {
  margin-top: 0;
  width: auto;
  display: inline-block;
  width: 24px !important; }

form#contact-form input[type=checkbox] + label,
form#contact-form input[type=radio] + label {
  margin-top: 0;
  width: auto;
  display: inline-block; }

form#contact-form .label {
  display: block; }

form#contact-form input:not(.button).has-error,
form#contact-form select.has-error,
form#contact-form textarea.has-error,
form#contact-form .form-group.has-error,
form#contact-form label.has-error {
  border: 1px solid red; }

form#contact-form p {
  margin-top: 16px; }

form#contact-form .form-control {
  height: auto; }

.metal-fold {
  width: 180px;
  height: 180px;
  display: block;
  position: absolute; }
  .metal-fold.-small {
    width: 90px;
    height: 90px; }
  .metal-fold.-smallest {
    width: 45px;
    height: 45px; }
  .metal-fold > .fold {
    display: block;
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    overflow: hidden; }
    .metal-fold > .fold:before {
      content: '';
      display: block;
      position: absolute;
      width: 50%;
      height: 100%;
      bottom: 0;
      left: 0;
      background-color: #FF8300; }
    .metal-fold > .fold:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 200px 200px 0 0;
      border-color: #FF8300 transparent transparent transparent;
      right: 0;
      top: 0; }
  .metal-fold > .shadow {
    display: block;
    position: absolute;
    overflow: hidden;
    background: #FF8300;
    width: 50%;
    height: 50%;
    right: 0; }
    .metal-fold > .shadow:after {
      display: block;
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      box-shadow: 0px -5px 15px 0px rgba(60, 60, 59, 0.5); }
  .metal-fold.-top > .fold {
    height: 100%;
    width: 50%; }
    .metal-fold.-top > .fold:before {
      width: 100%;
      height: 50%;
      bottom: 0;
      left: 0; }
    .metal-fold.-top > .fold:after {
      left: 0;
      right: auto;
      border-width: 0 0 200px 200px;
      border-color: transparent transparent #FF8300 transparent;
      top: auto;
      bottom: 50%; }
  .metal-fold.-top > .shadow {
    right: auto;
    left: 50%; }
    .metal-fold.-top > .shadow:after {
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      box-shadow: 5px 0px 15px 0px rgba(60, 60, 59, 0.5); }
  .pushin .metal-fold {
    pointer-events: none;
    width: 90px;
    height: 90px;
    z-index: -1; }
    .pushin .metal-fold + .metal-fold {
      bottom: 0;
      right: 0;
      z-index: -2; }
    .pushin .metal-fold > .fold.-top {
      height: 100%;
      width: 50%; }
      .pushin .metal-fold > .fold.-top:before {
        display: none; }
      .pushin .metal-fold > .fold.-top:after {
        left: 0;
        right: auto;
        border-width: 0 0 200px 200px;
        border-color: transparent transparent #2f2f2e transparent;
        top: auto;
        bottom: 50%; }
    .pushin .metal-fold > .fold.-bottom {
      height: 50%;
      width: 100%;
      bottom: 0;
      right: 0; }
      .pushin .metal-fold > .fold.-bottom:before {
        height: 100%;
        width: 200%;
        right: 0;
        background: #2f2f2e; }
      .pushin .metal-fold > .fold.-bottom:after {
        display: none; }
    .pushin .metal-fold > .shadow {
      right: auto;
      top: auto;
      left: 50%;
      top: 0;
      width: 150%;
      background: #2f2f2e; }
      .pushin .metal-fold > .shadow:after {
        -ms-transform: translateY(0);
        transform: translateY(0);
        top: 0;
        left: -100%;
        box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.8); }
    @media (min-width: 992px) {
      .pushin .metal-fold {
        width: 150px;
        height: 150px; }
        .pushin .metal-fold + .metal-fold {
          right: auto; }
        .pushin .metal-fold > .fold.-top {
          height: 100%;
          width: 50%; }
          .pushin .metal-fold > .fold.-top:before {
            display: none; }
          .pushin .metal-fold > .fold.-top:after {
            left: 0;
            right: auto;
            border-width: 0 0 200px 200px;
            border-color: transparent transparent #2f2f2e transparent;
            top: auto;
            bottom: 50%; }
        .pushin .metal-fold > .fold.-bottom {
          height: 100%;
          width: 50%;
          bottom: 0;
          left: 0;
          right: auto; }
          .pushin .metal-fold > .fold.-bottom:before {
            display: none; }
          .pushin .metal-fold > .fold.-bottom:after {
            display: block;
            left: 0;
            right: auto;
            border-width: 0 200px 200px 0;
            border-color: transparent #2f2f2e transparent transparent;
            top: 50%;
            bottom: auto; }
        .pushin .metal-fold > .shadow {
          right: auto;
          top: auto;
          left: 0;
          bottom: 0;
          background: #2f2f2e;
          width: 100%; }
          .pushin .metal-fold > .shadow:after {
            -ms-transform: translateY(0);
            transform: translateY(0);
            top: -100%;
            left: 0;
            width: 50%;
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.8); } }

.home-widgets .title {
  text-align: center; }

.-services {
  margin-left: -8px;
  margin-right: -8px; }
  .-services > .item {
    padding: 8px; }
    @media (min-width: 600px) {
      .-services > .item {
        max-width: 50%; } }

.-services > .item:hover > .item {
  text-decoration: none;
  background-color: #cc6900; }

.-services > .item > .item {
  background-color: #FF8300;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 170px;
  transition: 0.3s;
  position: relative;
  -ms-flex-order: 1;
  order: 1;
  padding: 0 24px 24px 24px; }
  .-services > .item > .item p {
    padding: 0 24px 24px 24px;
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    display: block;
    width: 100%; }
  .-services > .item > .item .store {
    max-width: 400px;
    padding: 24px 24px 8px; }
    @media (min-width: 600px) {
      .-services > .item > .item .store {
        max-width: none;
        padding: 24px 24px 8px; } }
    @media (min-width: 992px) {
      .-services > .item > .item .store {
        max-width: none;
        padding: 24px;
        font-size: 18px; } }
  .-services > .item > .item .icon.-link {
    display: block;
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    fill: #FFFFFF; }
  .-services > .item > .item .expiry-date {
    display: block;
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    padding: 0 56px 0 24px;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 14.4px;
    color: #ff9c33; }
    .-services > .item > .item .expiry-date span {
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px;
      fill: #ff9c33;
      width: 20px;
      height: 20px; }
  .-services > .item > .item .type {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #FFFFFF;
    border-width: 0 0 1px 1px;
    font-size: 12.8px;
    font-family: "thwhite-bold", Helvetica, Arial, sans-serif;
    padding: 6px 16px;
    width: 75px; }
  @media (min-width: 600px) {
    .-services > .item > .item {
      height: 200px; } }
  @media (min-width: 992px) {
    .-services > .item > .item {
      height: 270px; } }

@media (min-width: 600px) {
  .-services > .item:nth-child(4n) > .img-wrap, .-services > .item:nth-child(4n-1) > .img-wrap {
    -ms-flex-order: 2;
    order: 2; } }

@media (max-width: 599px) {
  table.-flow thead {
    display: none; }
  table.-flow tbody th {
    text-align: center;
    background: #FF8300;
    position: relative;
    color: #FFFFFF; }
  table.-flow tbody tr {
    margin-bottom: 8px; }
  table.-flow tr,
  table.-flow th,
  table.-flow tbody td {
    display: block;
    width: 100%;
    min-height: 25px; }
  table.-flow tbody td,
  table.-flow tbody td + td {
    padding: 2px 0;
    padding-left: 40%;
    text-align: left; }
    table.-flow tbody td:before,
    table.-flow tbody td + td:before {
      display: block;
      position: absolute;
      left: 8px;
      top: auto;
      content: attr(data-title); }
  table.-flow.facts {
    margin: 0; }
    table.-flow.facts tbody tr {
      padding: 8px 0;
      border-bottom: 2px solid #3C3C3B;
      margin-bottom: 0; }
      table.-flow.facts tbody tr.showMe {
        padding: 0;
        border: 0; }
    table.-flow.facts tbody th:after {
      display: none; }
    table.-flow.facts tbody td {
      padding-top: 8px;
      padding-bottom: 8px; }
      table.-flow.facts tbody td div {
        padding-top: 0; }
      table.-flow.facts tbody td + td {
        border-left: 0;
        border-top: 1px solid #3C3C3B; }
      table.-flow.facts tbody td:before {
        text-transform: uppercase; }
    table.-flow.facts tbody tr.showMe td,
    table.-flow.facts tbody tr.showMe td + td {
      border: 0;
      padding: 0; }
      table.-flow.facts tbody tr.showMe td:before,
      table.-flow.facts tbody tr.showMe td + td:before {
        display: none; } }

.table ._contact-highlight {
  background-color: #ff9c33;
  color: #FFFFFF; }
  .table ._contact-highlight th, .table ._contact-highlight td {
    border-bottom: 1px solid #fff; }

.table ._contact-phone a {
  color: #FFFFFF; }

.tabs__wrap {
  overflow: hidden;
  z-index: 2;
  position: relative;
  margin: 40px 0; }
  .tabs__wrap.tabs--contact {
    margin: 10px 0; }

.tabs__container {
  width: 100%;
  background: #e3e3e3;
  padding: 20px; }
  @media (min-width: 992px) {
    .tabs__container {
      padding: 20px 0;
      overflow: visible; } }

.tabs__title {
  padding: 0 20px 30px;
  margin: 0 auto;
  max-width: 1135px; }
  .tabs__title.title {
    font-size: 25px;
    text-transform: none; }
  @media (min-width: 992px) {
    .tabs__title {
      padding: 0 0 30px 0; } }

.tabs > input,
.tabs section > div {
  display: none; }

#tab0:checked ~ section .tab0,
#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3 {
  display: block;
  overflow: hidden;
  max-width: 1135px;
  margin: 0 auto; }

.tabs {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1; }
  .tabs ul.tabs__list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1135px; }
    .tabs ul.tabs__list li {
      margin-right: 9%;
      display: inline-block;
      position: relative; }
      @media (max-width: 479px) {
        .tabs ul.tabs__list li {
          margin: 0;
          width: 100%;
          text-align: center; } }
      .tabs ul.tabs__list li label {
        float: left;
        padding: 15px 0 15px;
        border-bottom: 0;
        color: #444;
        text-transform: uppercase; }
        @media (max-width: 479px) {
          .tabs ul.tabs__list li label {
            float: none; } }
  .tabs section {
    clear: both; }
    .tabs section div {
      padding: 20px;
      width: 100%;
      line-height: 1.5em;
      letter-spacing: 0.3px;
      color: #444; }
      @media (min-width: 992px) {
        .tabs section div {
          padding: 55px 0 20px 0; } }
      .tabs section div .tab__copy {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0; }
        @media (min-width: 992px) {
          .tabs section div .tab__copy {
            float: left;
            width: 55%;
            padding: 20px; } }
        .tabs section div .tab__copy h3 {
          display: none; }
      .tabs section div .tab__img {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
        text-align: center; }
        @media (min-width: 992px) {
          .tabs section div .tab__img {
            float: right;
            width: 40%;
            padding: 20px; } }
      .tabs section div h2 {
        margin: 0;
        letter-spacing: 1px;
        color: #34495e; }

#tab0:checked ~ nav .tab0.tab-arrow:after,
#tab1:checked ~ nav .tab1.tab-arrow:after,
#tab2:checked ~ nav .tab2.tab-arrow:after,
#tab3:checked ~ nav .tab3.tab-arrow:after {
  content: '';
  border-top: 80px solid #e3e3e3;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -55px;
  width: 0;
  height: 0; }
  @media (max-width: 479px) {
    #tab0:checked ~ nav .tab0.tab-arrow:after,
    #tab1:checked ~ nav .tab1.tab-arrow:after,
    #tab2:checked ~ nav .tab2.tab-arrow:after,
    #tab3:checked ~ nav .tab3.tab-arrow:after {
      display: none; } }

#tab0:checked ~ nav .tab0 label,
#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab3:checked ~ nav .tab3 label {
  color: #111;
  position: relative;
  font-family: "thwhite-bold", Helvetica, Arial, sans-serif; }
  @media (max-width: 479px) {
    #tab0:checked ~ nav .tab0 label,
    #tab1:checked ~ nav .tab1 label,
    #tab2:checked ~ nav .tab2 label,
    #tab3:checked ~ nav .tab3 label {
      text-decoration: underline; } }

.tabs--contact {
  overflow: hidden; }
  .tabs--contact input {
    opacity: 0; }
  .tabs--contact label {
    cursor: pointer;
    background: #3C3C3B;
    color: #fff;
    padding: 1.5% 3%;
    float: left;
    margin-right: 2px; }
  .tabs--contact label:hover {
    background: #F5AD00; }
  .tabs--contact input:checked + label {
    background: #F5AD00;
    color: #fff; }
  .tabs--contact.tabs--contact input:nth-of-type(1):checked ~ .panels .panel:nth-child(1),
  .tabs--contact.tabs--contact input:nth-of-type(2):checked ~ .panels .panel:nth-child(2) {
    opacity: 1;
    transition: .3s; }
  .tabs--contact .panels {
    float: left;
    clear: both;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 0 10px 10px 10px;
    min-height: 490px;
    overflow: hidden; }
  .tabs--contact .panel {
    width: 100%;
    opacity: 0;
    position: absolute;
    background: #fff;
    border-radius: 0 10px 10px 10px;
    padding: 4%;
    box-sizing: border-box; }
  .tabs--contact .panel h2 {
    margin: 0;
    font-family: Arial; }

.google-map {
  width: 100%;
  height: 300px;
  margin: 24px 0;
  border: #ccc solid 1px; }
  @media (max-width: 767px) {
    .google-map {
      height: 200px; } }

/* Fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.cff-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 0 8px 8px 8px;
  background: #EAEAEA;
  border-bottom: 2px solid #F5AD00;
  overflow: hidden;
  max-height: 90px;
  margin-top: -105px; }
  @media (min-width: 768px) {
    .cff-wrapper {
      bottom: 0;
      background: none;
      left: auto;
      right: 0;
      width: 60%;
      max-height: 93px;
      border: none;
      padding: 0 8px 8px 24px;
      margin-top: 0; } }
  @media (min-width: 992px) {
    .cff-wrapper {
      width: 180px;
      top: 90px;
      bottom: auto;
      right: 16px;
      z-index: 1;
      background: #EAEAEA;
      min-height: 300px;
      padding: 0 8px 8px 8px;
      margin-top: 0; } }
  @media (min-width: 1200px) {
    .cff-wrapper {
      min-height: 340px; } }

#cff {
  float: right;
  overflow: hidden;
  padding: 14px 0 0 0; }

#cff .cff-author {
  margin-bottom: 0;
  display: none; }

#cff .cff-item {
  max-height: 95px;
  overflow: hidden; }
  @media (min-width: 768px) {
    #cff .cff-item {
      max-height: 75px; } }
  @media (min-width: 992px) {
    #cff .cff-item {
      max-height: 264px; } }
  @media (min-width: 1200px) {
    #cff .cff-item {
      max-height: 282px; } }

#cff .cff-item:first-child .cff-author {
  display: block;
  padding-bottom: 8px; }
  @media (min-width: 992px) {
    #cff .cff-item:first-child .cff-author {
      border-bottom: 1px solid #dddddd;
      margin-bottom: 16px; } }

#cff .cff-author img {
  max-width: 30px; }

#cff p {
  font-size: 13px;
  margin: 0; }
  @media (min-width: 768px) {
    #cff p {
      font-size: 14px; } }
  @media (min-width: 992px) {
    #cff p {
      font-size: 12px; } }
  @media (min-width: 1200px) {
    #cff p {
      font-size: 13px; } }

#cff .cff-author .cff-page-name.cff-author-date {
  color: #3C3C3B; }

.nav-tabs {
  display: block;
  position: relative;
  background: #FFFFFF;
  z-index: 1;
  border: 0;
  padding: 32px 0;
  width: 100%;
  min-height: 100%; }
  .nav-tabs > li {
    float: none;
    margin: 0;
    border: 0; }
    .nav-tabs > li a {
      border: 0;
      border-radius: 0;
      color: #3C3C3B;
      font-family: "thwhite-bold", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      padding: 16px 32px;
      margin: 0; }
    .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
      border: 0;
      background: #EAEAEA;
      color: #3C3C3B; }
  @media (max-width: 599px) {
    .nav-tabs {
      padding-bottom: 0;
      text-align: center; } }

#download-tabs {
  margin: 16px 0;
  padding: 0; }
  #download-tabs .-modalGrid {
    padding: 0;
    margin: 0; }
    #download-tabs .-modalGrid > .item.-modalNav {
      max-width: 30%;
      background: #424242;
      border: 0; }
      #download-tabs .-modalGrid > .item.-modalNav:before, #download-tabs .-modalGrid > .item.-modalNav:after {
        box-shadow: 0 0 70px rgba(0, 0, 0, 0.7); }
        @media (max-width: 599px) {
          #download-tabs .-modalGrid > .item.-modalNav:before, #download-tabs .-modalGrid > .item.-modalNav:after {
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.7); } }
      @media (max-width: 767px) {
        #download-tabs .-modalGrid > .item.-modalNav {
          width: 100%;
          max-width: 100%; } }
  #download-tabs .nav-tabs {
    background: #424242;
    padding: 96px 0; }
    #download-tabs .nav-tabs > li a {
      color: #FFFFFF;
      font-family: "thwhite", Helvetica, Arial, sans-serif;
      padding: 8px 16px; }
      #download-tabs .nav-tabs > li a:hover {
        background: #5A5A5A; }
    #download-tabs .nav-tabs > li.active a {
      background: #5A5A5A; }
  #download-tabs .tab-content {
    padding: 96px 32px; }
    #download-tabs .tab-content > .active {
      position: relative; }
  @media (max-width: 767px) {
    #download-tabs .container {
      padding: 0; }
    #download-tabs .nav-tabs {
      padding: 16px 0; }
    #download-tabs .tab-content {
      padding: 32px 16px; } }

.flex-grid.-download {
  margin-top: -16px;
  margin-bottom: -16px;
  -ms-flex-align: start;
  align-items: flex-start; }
  .flex-grid.-download > .item {
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .flex-grid.-download > .item .image-wrap {
      width: 70px;
      height: 100px;
      padding: 2px;
      background: #A3212B;
      text-align: center;
      -ms-flex-preferred-size: 70px;
      flex-basis: 70px; }
      .flex-grid.-download > .item .image-wrap img {
        height: 100%;
        width: auto;
        display: block;
        position: relative;
        margin: 0 auto; }
    .flex-grid.-download > .item .content {
      padding-left: 24px;
      max-width: calc(100% - 112px);
      -ms-flex-preferred-size: calc(100% - 112px);
      flex-basis: calc(100% - 112px);
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-line-pack: center;
      align-content: center;
      -ms-flex-direction: column;
      flex-direction: column;
      justify-content: space-between;
      -ms-flex-line-pack: start;
      align-content: flex-start; }
      .flex-grid.-download > .item .content p {
        max-width: 100%; }
      .flex-grid.-download > .item .content .link {
        display: block;
        position: relative;
        line-height: 0; }
        .flex-grid.-download > .item .content .link span.text {
          text-indent: -9999px;
          font-size: 0;
          padding: 0;
          margin: 0; }
        .flex-grid.-download > .item .content .link .icon {
          fill: white;
          width: 16px;
          height: 16px; }
    .flex-grid.-download > .item:hover {
      color: #cc6900; }
      .flex-grid.-download > .item:hover .image-wrap {
        background: #cc6900; }
      .flex-grid.-download > .item:hover .content .link .icon {
        fill: #cc6900; }

.navbar-search {
  -ms-flex-order: 2;
  order: 2;
  pointer-events: initial;
  width: 42px;
  overflow: hidden;
  height: 38px;
  transition: 0.3s;
  z-index: 2;
  position: absolute;
  right: 64px;
  top: 20px;
  text-align: right; }
  .navbar-search a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 38px;
    padding: 12px 8px;
    transition: 0.3s;
    z-index: 2; }
  .navbar-search svg {
    pointer-events: none;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    transition: all .4s ease-in-out;
    z-index: 10;
    right: 14px;
    top: 12px; }
    .show-search .navbar-search svg.search {
      fill: #FFFFFF;
      -ms-transform: rotate(-360deg);
      transform: rotate(-360deg);
      top: 55px;
      width: 18px;
      height: 18px; }
    .navbar-search svg.close {
      fill: #FFFFFF;
      right: 12px;
      opacity: 0;
      width: 8px;
      height: 8px; }
      .show-search .navbar-search svg.close {
        opacity: 1;
        width: 18px;
        height: 18px; }
  @media (min-width: 992px) {
    .navbar-search {
      right: 0;
      top: 34px; }
      .navbar-search a {
        background: #3C3C3B; }
        .navbar-search a:hover {
          background: #FF8300; }
      .navbar-search svg.search {
        fill: #FFFFFF; } }
  .navbar-search .search-form {
    z-index: 1;
    display: block;
    position: relative;
    height: 54px;
    width: 100%;
    overflow: hidden;
    margin: 38px 0 0 0;
    padding: 8px 0 8px 8px;
    background: #FF8300;
    text-align: left; }
    .navbar-search .search-form label {
      display: none; }
    .navbar-search .search-form .form-group {
      width: calc(100% - 48px);
      height: 38px;
      display: inline-block;
      font-size: 16px; }
    .navbar-search .search-form input {
      height: 38px;
      width: 100%; }
    .navbar-search .search-form button.button {
      display: inline-block;
      padding: 0;
      width: 42px;
      height: 38px;
      border-radius: 0;
      background: transparent;
      border: 0;
      fill: #FFFFFF;
      transition: 0.3s; }
      .navbar-search .search-form button.button:hover {
        padding: 6px 10px; }
      .navbar-search .search-form button.button span.text {
        height: 0;
        width: 0;
        visibility: hidden; }
  .show-search .navbar-search {
    width: 100%;
    height: 92px; }
    .show-search .navbar-search a {
      background: #FF8300;
      fill: #FFFFFF; }
    .show-search .navbar-search .search-form {
      box-shadow: 0px -5px 10px 0px rgba(60, 60, 59, 0.5); }
    @media (max-width: 991px) {
      .show-search .navbar-search {
        width: calc(100% - 76px); } }
    @media (max-width: 479px) {
      .show-search .navbar-search {
        width: calc(100% - 32px);
        right: 16px; } }

button.search-submit {
  border: 0; }

#searchorderselect {
  margin-top: 24px;
  background: #FFFFFF;
  border-radius: 0 !important;
  border: 1px solid #EAEAEA;
  height: 34px;
  min-width: 200px;
  display: block;
  position: relative; }

.search-results a.read-more {
  display: block;
  width: 200px;
  padding: 8px;
  margin-top: 16px;
  margin-bottom: 24px; }

.search-results .blog-post-title a {
  color: #3C3C3B; }

#intro {
  padding: 0 0 32px 0;
  font-size: 19.2px;
  line-height: 24px; }

.accordion-wrapper.contact .icon {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  margin-top: -8px;
  transition: 0.2s;
  fill: #3C3C3B; }
  .accordion-wrapper.contact .icon #down path {
    fill: #3C3C3B; }
  .accordion-wrapper.contact .icon svg {
    fill: #3C3C3B;
    cursor: pointer; }

.accordion-wrapper.contact .title {
  border-bottom: 1px solid #EAEAEA;
  padding: 8px;
  padding-right: 32px;
  cursor: pointer; }
  .accordion-wrapper.contact .title .icon {
    left: auto;
    right: 16px; }
  .accordion-wrapper.contact .title.-open {
    border-bottom: 0; }
    .accordion-wrapper.contact .title.-open .icon {
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.accordion-wrapper.contact .content.-open {
  padding: 0 0 32px 0 !important;
  border-bottom: 1px solid #EAEAEA; }

.g-recaptcha {
  margin-bottom: 16px; }

.map + .text,
.map + .logo,
.map + .logo + .text {
  margin-top: 16px; }

.text,
.logo {
  display: inline-block;
  vertical-align: top;
  font-family: "thwhite-bold", Helvetica, Arial, sans-serif; }

.cta._full-width ._inverse {
  padding: 48px 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .cta._full-width ._inverse .icon {
    width: 90px;
    height: 90px;
    fill: #FFFFFF; }
  .cta._full-width ._inverse .content {
    max-width: 60%; }
    .cta._full-width ._inverse .content h3 {
      margin-top: 0; }
  .cta._full-width ._inverse .button {
    margin: 0; }
  @media (max-width: 991px) {
    .cta._full-width ._inverse .icon {
      display: none; } }
  @media (max-width: 767px) {
    .cta._full-width ._inverse {
      -ms-flex-pack: center;
      justify-content: center; }
      .cta._full-width ._inverse .content {
        max-width: 100%; }
      .cta._full-width ._inverse .button {
        margin-top: 32px; } }

.equipment-logo, .equipment-logo-auto-width {
  display: inline-block;
  max-width: 50%;
  height: initial;
  max-height: 200px;
  margin-bottom: 15px; }

.equipment-logo-auto-width {
  width: auto; }

.type-page .product-info {
  font-size: 20px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  z-index: 100000;
  /* Above WP toolbar. */
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  color: #21759b;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font-family: "thwhite-bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: normal; }

._center {
  display: block;
  position: relative;
  text-align: center; }

._underline {
  border-bottom: 1px solid #3C3C3B; }

._unmargin {
  margin: 0; }

._margin-top {
  margin-top: 32px; }

._inverse {
  background: #FF8300;
  color: #FFFFFF; }

._dark {
  background: #3C3C3B;
  color: #FFFFFF;
  padding-bottom: 64px;
  padding-top: 64px; }

._light {
  padding-bottom: 64px;
  padding-top: 64px;
  background: #EAEAEA; }
  .testmonial-section ._light {
    padding-bottom: 40px;
    padding-top: 40px; }

._neutral {
  padding-bottom: 54px;
  padding-top: 22px;
  border-bottom: 1px solid #3C3C3B; }

._play .icon {
  display: block;
  fill: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  transition: 0.3s; }

._play:hover .icon {
  fill: #FF8300; }

._brand-colour {
  color: #FF8300; }

._large-title {
  font-size: 48px;
  margin-bottom: 36px; }

.title {
  font-size: 28px;
  text-transform: uppercase;
  font-family: "thwhite-bold", Helvetica, Arial, sans-serif; }

._full-width {
  width: 100% !important; }

._break-word {
  word-break: break-word; }

/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  z-index: 100000;
  /* Above WP toolbar. */
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  color: #21759b;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal; }

/* General styles */
#site-header img {
  display: block;
  max-width: 100%;
  height: auto; }

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

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