/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .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,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  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,
ol ul,
ul ol,
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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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%;
  text-transform: uppercase;
}
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.42857143;
  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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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 > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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 #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.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"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio 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;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.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;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.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 {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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;
}
@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: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.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;
  -webkit-box-shadow: none;
  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,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
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%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer: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;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  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: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.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.42857143;
  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: #ffffff;
  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.42857143;
  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 solid;
  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 {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@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.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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  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;
    -webkit-box-shadow: none;
    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: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.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: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  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: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .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: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.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;
}
.gform_ajax_spinner {
  margin-left: 5px;
}
.gform_button {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #2f4043;
  font-size: 18px;
  border: 1px solid #2f4043;
  font-weight: 700;
  padding: 14px 25px 15px 25px;
  border-radius: 10px;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.gform_button:focus,
.gform_button:active:focus,
.gform_button.active:focus,
.gform_button.focus,
.gform_button:active.focus,
.gform_button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gform_button:hover,
.gform_button:focus,
.gform_button.focus {
  color: #333333;
  text-decoration: none;
}
.gform_button:active,
.gform_button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gform_button:hover {
  background-color: #ed5031;
  color: #ffffff;
  border: 1px solid #ed5031;
}
.gform_button:hover,
.gform_button:focus,
.gform_button.focus,
.gform_button:active,
.gform_button.active,
.open > .dropdown-toggle.gform_button {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.gform_button:active,
.gform_button.active,
.open > .dropdown-toggle.gform_button {
  background-image: none;
}
.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button,
.gform_button.disabled:hover,
.gform_button[disabled]:hover,
fieldset[disabled] .gform_button:hover,
.gform_button.disabled:focus,
.gform_button[disabled]:focus,
fieldset[disabled] .gform_button:focus,
.gform_button.disabled.focus,
.gform_button[disabled].focus,
fieldset[disabled] .gform_button.focus,
.gform_button.disabled:active,
.gform_button[disabled]:active,
fieldset[disabled] .gform_button:active,
.gform_button.disabled.active,
.gform_button[disabled].active,
fieldset[disabled] .gform_button.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.gform_button .badge {
  color: #337ab7;
  background-color: #ffffff;
}
#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}
#gforms_confirmation_message .alert-link {
  font-weight: bold;
}
#gforms_confirmation_message > p,
#gforms_confirmation_message > ul {
  margin-bottom: 0;
}
#gforms_confirmation_message > p + p {
  margin-top: 5px;
}
#gforms_confirmation_message hr {
  border-top-color: #c9e2b3;
}
#gforms_confirmation_message .alert-link {
  color: #2b542c;
}
.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ginput_container input::-moz-placeholder,
.ginput_container select::-moz-placeholder,
.ginput_container textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.ginput_container input:-ms-input-placeholder,
.ginput_container select:-ms-input-placeholder,
.ginput_container textarea:-ms-input-placeholder {
  color: #999999;
}
.ginput_container input::-webkit-input-placeholder,
.ginput_container select::-webkit-input-placeholder,
.ginput_container textarea::-webkit-input-placeholder {
  color: #999999;
}
.ginput_container input[disabled],
.ginput_container select[disabled],
.ginput_container textarea[disabled],
.ginput_container input[readonly],
.ginput_container select[readonly],
.ginput_container textarea[readonly],
fieldset[disabled] .ginput_container input,
fieldset[disabled] .ginput_container select,
fieldset[disabled] .ginput_container textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.ginput_container input[disabled],
.ginput_container select[disabled],
.ginput_container textarea[disabled],
fieldset[disabled] .ginput_container input,
fieldset[disabled] .ginput_container select,
fieldset[disabled] .ginput_container textarea {
  cursor: not-allowed;
}
textarea.ginput_container input,
textarea.ginput_container select,
textarea.ginput_container textarea {
  height: auto;
}
.ginput_container textarea {
  height: auto;
}
.gform_heading {
  margin: 0 0 20px;
}
.gform_wrapper form {
  margin-bottom: 0;
}
.gform_wrapper li {
  margin-bottom: 15px;
}
.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #a94442;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
  border-color: #a94442;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, 0.6);
}
.gform_wrapper .gfield_required {
  color: #a94442;
  padding-left: 1px;
}
.validation_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.validation_error h4 {
  margin-top: 0;
  color: inherit;
}
.validation_error .alert-link {
  font-weight: bold;
}
.validation_error > p,
.validation_error > ul {
  margin-bottom: 0;
}
.validation_error > p + p {
  margin-top: 5px;
}
.validation_error hr {
  border-top-color: #e4b9c0;
}
.validation_error .alert-link {
  color: #843534;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  left: -9000px;
  position: absolute !important;
}
@media (min-width: 992px) {
  .gform_fields.left_label .gfield:before,
  .gform_fields.left_label .gfield:after {
    content: " ";
    display: table;
  }
  .gform_fields.left_label .gfield:after {
    clear: both;
  }
  .gform_fields.left_label .gfield:before,
  .gform_fields.left_label .gfield:after {
    content: " ";
    display: table;
  }
  .gform_fields.left_label .gfield:after {
    clear: both;
  }
  .gform_fields.left_label .gfield .gfield_label {
    float: left;
    padding: 2px 0 0;
    width: 25%;
  }
  .gform_fields.left_label .gfield .ginput_container {
    float: left;
    width: 75%;
  }
  .gform_footer.left_label {
    margin-left: 25%;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/*html { overflow: hidden; height: 100%; }
body { height: 100%; }
.modal-open { overflow: auto; }*/
body {
  background: #ffffff;
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  font-size: 20px;
  color: #2f4043;
  line-height: 1.5;
  font-family: "gotham", "sans-serif";
  font-style: normal;
  font-weight: 400;
}
h1,
.h1 {
  font-size: clamp(58px, 3.4vw + 10px, 72px);
  line-height: 1.111;
  font-weight: 600;
  font-family: "gotham-condensed", "sans-serif";
}
h2,
.h2 {
  font-size: clamp(48px, 2.8vw, 64px);
  line-height: 1.125;
  font-weight: 600;
  font-family: "gotham-condensed", "sans-serif";
}
h3,
.h3 {
  font-size: clamp(32px, 2.2vw, 48px);
  line-height: 1.5;
  font-weight: 600;
  font-family: "gotham-condensed", "sans-serif";
}
h4,
.h4 {
  font-size: clamp(34px, 2.2vw, 32px);
  line-height: 1.1875;
  font-weight: 600;
  font-family: "gotham-condensed", "sans-serif";
}
h5,
.h5 {
  font-size: 24px;
  line-height: 1.42;
  font-weight: 700;
}
h6,
.h6 {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}
@media (min-width: 1200px) {
  .container.wide {
    max-width: 1682px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.btn,
#wp-submit {
  background-color: #2f4043;
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #2f4043;
  font-weight: 700;
  padding: 14px 25px 15px 25px;
  border-radius: 10px;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}
.btn:hover,
#wp-submit:hover {
  background-color: #ed5031;
  color: #ffffff;
  border: 1px solid #ed5031;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
.aligncenter,
.aligncenterdl {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
img.alignleft {
  margin-right: 10px;
}
.alignright {
  float: right;
}
img.alignright {
  margin-left: 10px;
}
.center-list {
  float: right;
  left: -50%;
  position: relative;
}
.center-list ul {
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.center-list ul li {
  float: left;
}
.header:before,
.header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
.header:before,
.header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
.navbar-toggle {
  background: #337ab7;
  float: left;
  margin: 10px 0 10px 10px;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.table.table-noborder thead tr th,
.table.table-noborder tbody tr th,
.table.table-noborder tfoot tr th,
.table.table-noborder thead tr td,
.table.table-noborder tbody tr td,
.table.table-noborder tfoot tr td {
  border: 0;
}
.wp-caption-text {
  font-size: 12px;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}
.error-text {
  color: #ed5031;
}
.bg-cover {
  background-size: cover;
}
.tooltip-inner {
  white-space: pre;
  max-width: none;
  text-transform: none;
}
.pull-center {
  margin: 0 auto;
  float: none;
}
.light {
  font-weight: 200;
}
a {
  color: #ed5031;
}
a:hover {
  text-decoration: none;
  color: #8b181b;
}
.page-template-tpl-history h1 {
  font-size: 72px;
}
.video_group_1 {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin: auto;
}
.video_group_1 .pk-video-wrap {
  flex: 1;
}
.video_group_2 {
  display: flex;
  flex-direction: row;
  width: 90%;
  margin: auto;
}
.video_group_2 .pk-video-wrap {
  flex: 1;
}
.search-item h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}
.search-item h2 a {
  color: #2f4043;
}
.breadcrumb i {
  padding-left: 10px;
  padding-right: 10px;
}
.acf-map {
  width: 100%;
  height: 100%;
}
.single-post h6 {
  color: #b3c5c6;
}
.single-post h6 span {
  font-weight: 300;
}
.news-item h1 {
  font-size: 60px;
}
.news-item h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  padding-top: 15px;
}
.news-item h2 a {
  color: #2f4043;
}
.news-item h2 a:hover {
  color: #ed5031;
}
.news-item h6 {
  color: #cccccc;
  text-transform: uppercase;
}
.news-item p {
  margin-bottom: 10px;
}
.news-item {
  padding-bottom: 20px;
}
.entry {
  margin-bottom: 25px;
}
.entry blockquote {
  border-left: 0;
  padding: 10px 0 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  color: #b3c5c6;
}
.entry blockquote:before {
  content: " ";
  border-top: 1px solid #b3c5c6;
  width: 270px;
  display: block;
  padding-bottom: 50px;
  margin-top: 25px;
}
.entry blockquote:after {
  content: " ";
  border-bottom: 1px solid #b3c5c6;
  width: 270px;
  display: block;
  padding-top: 50px;
  margin-bottom: 25px;
}
.share-bar {
  margin-top: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #bebec0;
}
p {
  margin-bottom: 20px;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.news-item p {
  font-size: 14px;
}
hr {
  border-top: 1px solid #bebec0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.breadcrumb {
  font-size: 11px;
  margin-bottom: 15px;
}
.breadcrumb a {
  color: #2f4043;
}
.btn:active,
.btn:focus {
  border: 1px solid #2f4043;
  color: #2f4043;
}
.btn-white {
  background-color: white;
  color: #819fa1;
  border: 1px solid #819fa1;
}
.btn-white:hover {
  border: 1px solid #819fa1;
  background-color: #819fa1;
  color: white;
}
.btn-white:active,
.btn-white:focus {
  background-color: #819fa1;
  border: 1px solid #819fa1;
  color: #2f4043;
}
.btn-clear {
  background-color: inherit;
  color: white;
  border: 1px solid #77dee6;
}
.btn-clear:hover,
.btn-clear.active {
  border: 1px solid #ed5031;
  background-color: #ed5031;
  color: #ffffff;
}
.btn-clear:active,
.btn-clear:focus {
  background-color: #bebec0;
  border: 1px solid #bebec0;
  color: #2f4043;
}
.btn-seafoam {
  color: #2f4043;
  background-color: #e2e9e9;
  border: 1px solid #e2e9e9;
}
.btn-seafoam:hover {
  background-color: #ed5031;
  color: #ffffff;
  border: 1px solid #ed5031;
}
.top-bar {
  background-color: #b3c5c6;
  color: white;
  padding: 5px 0 5px 0;
  text-align: right;
  font-size: 12px;
}
.top-bar a {
  color: white;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 0 30px;
}
.top-nav-bar {
  min-height: 90px;
  padding: 24px 0 10px 0;
}
.brand {
  position: absolute;
  top: 10px;
  z-index: 9999;
}
.header .mobile-logo {
  display: none;
}
.header .desktop-logo {
  display: block;
}
.header .social-icons,
.social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .social-icons li {
  display: inline-block;
  padding-right: 10px;
}
.header .social-icons li:last-child {
  padding-right: 0;
}
.header .social-icons li a {
  color: black;
}
.header .social-icons li a:hover {
  color: #ed5031;
}
.header .top-nav {
  float: right;
}
.header .top-nav .fa-search {
  color: #364a4d;
  padding-left: 20px;
}
.header .top-nav,
.header .top-nav > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .top-nav > li {
  float: left;
  text-transform: uppercase;
}
.header .top-nav > li > a {
  color: #2f4043;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0 20px;
  z-index: 9999;
  font-weight: 300;
}
.header .top-nav > li > a:hover {
  color: #ed5031;
}
.header .top-nav > li > a:after,
.header .top-nav > li > ul:after {
  content: "|";
  font-size: 13px;
  color: #bebec0;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  display: none;
}
.header .top-nav > li:last-child > a {
  margin-right: 0;
}
.header .top-nav > li:last-child > a:after {
  border-right: 0;
  padding-right: 0;
  content: "";
  display: none;
}
.jumbotron {
  padding: 0;
}
.steel-bg {
  background-image: url(https://www.badgerlax.com/wp-content/themes/badger/graphics/footer-bg.png);
  width: 100%;
  height: 30px;
}
.home .jumbotron-carousel {
  margin-bottom: 0;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: 0 auto;
}
#inspiration-gallery .stButton_gradient,
#inspiration-gallery .stButton .stFb,
#inspiration-gallery .stButton .stTwbutton,
#inspiration-gallery .stButton .stMainServices {
  height: 22px !important;
}
#inspiration-gallery .item img {
  max-height: 500px;
}
.jumbotron-news {
  background-color: white;
  text-align: center;
  padding: 50px 0 50px 0;
  margin-bottom: 0;
}
.jumbotron-news .text-header {
  text-transform: uppercase;
}
.jumbotron-news .title {
  color: #231f20;
  font-weight: bold;
  font-size: 24px;
}
.jumbotron-news a {
  color: white;
  font-size: 24px;
  font-weight: 500;
}
.jumbotron-home {
  background-color: white;
  margin-bottom: 50px;
  padding: 50px 0;
}
.jumbotron-home.no-margin {
  margin-bottom: 0;
}
.jumbotron-home .container {
  background-color: white;
}
.jumbotron-home .container .row-spacer {
  padding-bottom: 5rem;
}
.jumbotron-home .meta {
  height: 375px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jumbotron-home .meta .btn {
  width: max-content;
}
.jumbotron-home h3 {
  font-weight: 800;
  margin-bottom: 0;
}
.jumbotron-home h2 {
  font-weight: 200;
  margin-bottom: 10px;
}
.jumbotron-page {
  height: 350px;
  background-size: cover;
  background-position: center center;
}
.jumbotron-gray {
  background-color: #2f4043;
  background-repeat: repeat-x;
  height: 65px;
  margin-bottom: 10px;
}
.jumbotron-blue {
  background-image: url(https://www.badgerlax.com/wp-content/themes/badger/graphics/blue-texture.jpg);
  padding: 50px 0 50px 0;
  margin-top: 0px;
  margin-bottom: 0;
  text-align: center;
}
.home .jumbotron-blue,
.single-product .jumbotron-blue {
  margin-top: 0;
}
.jumbotron-blue h3 {
  text-transform: uppercase;
  color: white;
}
.jumbotron-home-bottom,
.jumbotron-home-bottom .bg-cover {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  cursor: pointer;
}
.jumbotron-home-bottom .bg-cover {
  overflow: hidden;
}
.jumbotron-home-bottom .overlay {
  background: #231f20;
  background: rgba(35, 31, 32, 0.9);
  width: 101%;
  height: 468px;
  display: table;
  transition: background-color 0.5s, color 0.5s, border 0.5s;
  -webkit-transition: background-color 0.5s, color 0.5s, border 0.5s;
}
.jumbotron-home-bottom .overlay:hover {
  background: rgba(35, 31, 32, 0);
}
.jumbotron-home-bottom .overlay:hover .btn {
  border: 1px solid white;
  background-color: white;
  color: #2f4043;
}
.jumbotron-home-bottom h5,
.jumbotron-home-bottom h1 {
  color: white;
}
.jumbotron-home-bottom h1 {
  text-transform: uppercase;
  font-size: 48px;
}
.jumbotron-product-gray {
  background-color: #f1f1f1;
  padding: 60px 0 60px 0;
  margin-bottom: 0;
}
.jumbotron-product-gray h2 {
  font-size: 30px;
  font-weight: 200;
  line-height: 36px;
}
.jumbotron-product-gray p {
  font-size: 14px;
}
.jumbotron-product-gray p a {
  font-size: 18px;
  font-weight: 400;
}
.jumbotron-product-gray p a:after {
  content: "\f105";
  padding-left: 5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
}
.jumbotron-product-image {
  height: 345px;
  margin-bottom: 0;
  background-size: cover;
}
.jumbotron-product {
  background-color: #2f4043;
  padding: 60px 0 60px 0;
  color: white;
  margin-bottom: 0;
}
.jumbotron-product h1 {
  font-size: 60px;
}
.jumbotron-product h5 {
  font-weight: 200;
}
.jumbotron-product h1,
.jumbotron-product h5 {
  color: white;
}
.jumbotron-product p {
  color: #cccccc;
  font-size: 18px;
}
.jumbotron-products {
  background-color: #f6f6f6;
}
#inspiration-gallery {
  border-bottom: 1px solid #bebec0;
  margin-bottom: 40px;
}
#inspiration-gallery .carousel-caption {
  position: inherit;
  top: 0;
  left: 0;
  text-align: left;
  color: #2f4043;
  text-shadow: none;
  padding-bottom: 0;
}
#inspiration-gallery .carousel-caption p {
  font-size: 14px;
  line-height: 18px;
}
.list-inline {
  height: 135px;
  overflow: hidden;
}
#inspiration-gallery .carousel-control.left,
#inspiration-gallery .carousel-control.right,
.list-inline .carousel-control.left,
.list-inline .carousel-control.right {
  background-image: none;
  background: none;
}
#inspiration-gallery .carousel-control,
.list-inline .carousel-control {
  text-align: left;
  text-shadow: none;
  opacity: 1;
  width: auto;
}
#inspiration-gallery .carousel-caption .num_of_slide {
  font-weight: 200;
  position: absolute;
  right: 0;
  font-size: 12px;
}
#inspiration-gallery .carousel-caption .carousel-control .fa,
.list-inline .carousel-caption .carousel-control .fa {
  background-color: #2f4043;
  font-size: 16px;
}
#inspiration-gallery .carousel-control .glyphicon-chevron-left,
#inspiration-gallery .carousel-control .glyphicon-chevron-right,
#inspiration-gallery .carousel-control .icon-prev,
#inspiration-gallery .carousel-control .icon-next,
.list-inline .carousel-control .glyphicon-chevron-left,
.list-inline .carousel-control .glyphicon-chevron-right,
.list-inline .carousel-control .icon-prev,
.list-inline .carousel-control .icon-next {
  background-color: #2f4043;
  color: white;
  width: auto;
  height: auto;
  padding: 5px 10px 5px 10px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  margin-top: -50px;
}
.list-inline .carousel-control .glyphicon-chevron-left,
.list-inline .carousel-control .glyphicon-chevron-right,
.list-inline .carousel-control .icon-prev,
.list-inline .carousel-control .icon-next {
  margin-top: -25px;
}
#inspiration-gallery-thumbs a {
  display: block;
  float: left;
  margin-left: 3px;
  margin-right: 3px;
}
#inspiration-gallery-thumbs a.selected {
  outline: 4px solid #8b181b;
  outline-offset: -4px;
}
.mailing-list {
  color: #fefefe;
  padding: 40px 0;
  background: #f6f6f6;
  margin: 0 0 40px;
}
.mailing-list > div > span {
  display: block;
  padding-top: 8px;
  text-transform: none !important;
}
.mailing-list label {
  display: none;
}
.mailing-list ul li {
  float: left;
  padding-right: 10px !important;
}
.mailing-list .btn {
  min-width: 130px;
  color: #fff !important;
}
.mailing-list .btn span {
  color: #fff;
}
.mailing-list .btn:hover,
.mailing-list .btn:focus,
.mailing-list .btn:hover span,
.mailing-list .btn:focus span {
  color: #000;
}
.mailing-list input[type="text"] {
  min-width: 275px;
}
.mailing-list input,
.mailing-list .btn {
  height: 43px;
}
.enews-signup {
  border-right: 1px solid #aaa;
  width: 57%;
  padding: 0 3% 0 0;
  margin: 0 3% 0 0;
}
.enews-signup-title {
  font-size: 16px;
  color: #000;
}
.contact-info {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 995px) {
  .enews-signup,
  .contact-info {
    width: 100%;
  }
  .contact-info {
    padding: 20px 0 0;
  }
}
.home .carousel-indicators .active {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
.about-callout {
  height: 360px;
  min-height: 360px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center center;
}
.about-callout-meta {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  vertical-align: middle;
  display: table;
  height: 360px;
  width: 34%;
}
.about-callout-meta h3 {
  font-size: 30px;
}
.about-us-mission {
  max-width: 940px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.about-us-mission h3 {
  font-size: 24px;
  color: #414140;
  font-weight: bold;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.about-us-mission p {
  font-size: 40px;
  line-height: 54px;
}
.map-wrap input[type="text"],
.map-wrap select {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #cccccc;
  width: 360px;
  color: #2f4043;
  font-size: 18px;
  padding: 5px 0 5px 0;
  outline: 0;
}
.map-wrap select {
  width: auto;
  height: 35px;
}
.map-wrap label,
.login-username label,
.login-password label {
  font-weight: 300;
}
.login-username label,
.login-password label {
  float: none;
  display: block;
}
.login-username input,
.login-password input {
  outline: 0;
  border: 0;
  border-bottom: 1px solid #bebec0;
  width: 100%;
}
.login-remember label {
  font-weight: 300;
  font-size: 12px;
}
.search-form {
  position: relative;
  padding-bottom: 20px;
}
.search-form input[type="search"] {
  width: 100%;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #b3c5c6;
}
.search-form .btn {
  background-color: none;
  background: none;
  width: auto;
  position: absolute;
  right: -0;
  color: #ed5031;
  border: 0;
  padding: 0;
  min-width: 1px;
}
.search-form .btn:hover {
  color: #ed5031;
}
.search-item {
  padding-bottom: 50px;
}
.search-item p {
  font-size: 14px;
  line-height: 24px;
}
.faq,
.faq li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq a {
  font-weight: 700;
  color: #2f4043;
  padding-bottom: 20px;
  display: block;
  margin-left: 35px;
}
.faq i {
  color: #ed5031;
  width: 35px;
  position: absolute;
  padding-top: 5px;
}
.faq-answer {
  display: none;
  padding-bottom: 20px;
  padding-left: 35px;
}
.product-categories a {
  color: #2f4043;
  font-size: 22px;
  font-weight: 800;
}
.home .product-categories a {
  font-size: 18px;
}
.product-categories a:hover {
  color: #ed5031;
}
.product-categories i {
  font-weight: 800;
}
.product-categories img {
  margin-bottom: 10px;
}
.product-categories {
  padding-left: 3rem;
  padding-right: 3rem;
}
.product-list,
.product-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-list li {
  border-top: 1px solid #bebec0;
  padding-top: 15px;
}
.product-list strong a {
  color: #2f4043;
}
.product-list p {
  font-size: 14px;
  line-height: 18px;
}
.img-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
  position: relative;
}
.img-bg img {
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
.img-bg:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
}
.img-bg img.img-responsive {
  width: 100%;
}
.img-bg .zoom-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
}
.img-bg:hover .zoom-icon {
  z-index: 9999;
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
.img-bg .btn {
  position: absolute;
  z-index: 9999;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -130px;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
}
.img-bg:hover .btn {
  opacity: 1;
  filter: alpha(opacity=1);
  /* For IE8 and earlier */
}
.associated-products {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
}
.associated-products .img-block {
  position: relative;
}
.associated-products .img-center {
  border: 1px solid #bebec0;
  border-radius: 4px;
  padding: 10px;
}
.associated-products .img-center img {
  margin: 0 auto;
}
.associated-products .stock-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.associated-products .product-more-info {
  text-transform: none;
  font-size: 12px;
  line-height: 18px;
}
.stock-info {
  color: #ed5031;
  font-size: 10px;
  text-transform: uppercase;
  float: right;
  margin-bottom: 15px;
}
.sidebar ul,
.sidebar ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar ul li {
  padding-top: 2px;
  font-size: 16px;
}
.sidebar ul li.active a {
  color: #2f4043;
}
.sidebar .sidebar-content .list-group {
  margin-bottom: 25px;
}
.sidebar .sidebar-content .list-group li {
  padding-left: 30px;
}
.sidebar .sidebar-content {
  font-size: 16px;
  line-height: 26px;
}
.sidebar .sidebar-content > i {
  color: #819fa1;
  font-size: 18px;
  padding-right: 12px;
  padding-bottom: 10px;
}
.blog-search .search {
  font-size: 13px;
  position: relative;
  line-height: 20px;
}
.blog-search form {
  width: 100%;
  line-height: 20px;
}
.blog-search .search input[type="search"] {
  padding: 8px;
  border: 0;
  border-bottom: 1px solid #bebec0;
  border-radius: 4px;
  font-weight: 300;
  font-size: 16px !important;
  width: 100%;
  border-radius: 0;
}
.blog-search select,
.blog-search input[type="text"] {
  padding: 8px;
  border: 0;
  border-bottom: 1px solid #bebec0;
  border-radius: 0;
  font-weight: 300;
  font-size: 16px !important;
  width: 100%;
  height: auto;
  height: 40px;
}
.blog-search input[type="text"] {
  border: 0;
  border-bottom: 1px solid #bebec0;
}
.blog-search .search .btn {
  background: none;
  border: none;
  color: #bebec0;
  font-size: 18px;
  position: absolute;
  right: 20px;
  margin-left: 10px;
  width: auto;
  min-width: 1px;
  padding: 5px;
}
.blog-search .search .btn:hover {
  color: #ed5031;
}
.contact-page-contact-info i {
  color: #ed5031;
  width: 22px;
  font-size: 28px !important;
}
.contact-info-phone {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  padding: 5px 0 0;
}
.contact-social-icons {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-social-icons li {
  float: left;
  margin-right: 5px;
  margin-bottom: 15px;
}
.contact-social-icons li a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #b3c5c6;
  color: #fff;
  display: block;
}
.gform_body label {
  font-weight: 300;
}
.gform_fields.left_label .gfield .gfield_label {
  width: 28%;
}
.gform_fields.left_label .gfield .ginput_container {
  width: 72%;
}
.gform_footer.left_label {
  margin-left: 28%;
}
.ginput_complex label {
  font-size: 12px;
  text-transform: uppercase;
}
.request-catalog .gfield_checkbox > li {
  display: inline-block;
  width: 30%;
  margin-left: 3%;
}
.request-catalog .gfield_checkbox > li p {
  padding-top: 10px;
}
.request-catalog .gfield_checkbox > li:last-child {
  margin-left: 0;
}
.resource-item {
  margin-bottom: 30px;
}
.resource-icon {
  float: left;
  width: 20px;
}
.resource-item i {
  color: #ed5031;
}
.resource-item p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}
.resource-item a.resource-link {
  color: #2f4043;
}
.resource-item a[rel="tag"] {
  font-size: 14px;
}
.history-item {
  padding-bottom: 40px;
  background-image: url(https://www.badgerlax.com/wp-content/themes/badger/graphics/history-bg.png);
  background-repeat: repeat-y;
  background-position: 10px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
.history-item.active {
  opacity: 1;
  filter: alpha(opacity=1);
  /* For IE8 and earlier */
}
.history-point img {
  vertical-align: top;
}
.history-item .to-top {
  font-size: 12px;
  font-weight: 600;
  top: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
}
.history-item .to-top.affix {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
.history-item .to-top i {
  color: #dddddd;
  font-size: 36px;
}
.history-item .to-top:hover i,
.history-item .to-top:hover {
  color: #2f4043;
}
.history-item .point-img {
  width: 22px;
  height: 22px;
  border: 1px solid #b3c5c6;
  border-radius: 15px;
  background-color: #fff;
  transition: background-color 0.5s, border-color 0.5s;
  -webkit-transition: background-color 0.5s, border-color 0.5s;
}
.history-item .point-img.active {
  background-color: #ed5031;
  border-color: #ed5031;
}
.history-item h1 {
  font-size: 60px;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
}
.sidebar input[type="text"],
.sidebar select {
  padding: 8px;
  border: 0;
  border: 1px solid #bebec0;
  border-radius: 4px;
  font-weight: 300;
  width: 100%;
  height: auto;
  height: 40px;
  outline: 0;
}
.sidebar input[type="text"] {
  border: 0;
  border-bottom: 1px solid #bebec0;
  border-radius: 0;
}
.sidebar .search-btn {
  position: absolute;
  z-index: 9998;
  margin-top: 7px;
  right: 15px;
  font-size: 14px;
  color: #819fa1;
}
.sidebar .search-btn:hover {
  color: #ed5031;
}
.pagination > li > a,
.pagination > li > span {
  border: 1px solid #eee;
  font-weight: 600;
  color: #ed5031;
  font-size: 14px;
}
.pagination > li > span.current,
.pagination > li > a:hover {
  background-color: #ed5031;
  border: 1px solid #ed5031;
  color: white;
}
.vendor-box {
  font-size: 14px;
  margin-bottom: 15px;
}
.vendor-info {
  position: relative;
  display: table;
  width: 100%;
  height: 205px;
}
.vendor-info .vendor-logo {
  width: 100%;
  border: 1px solid #eeeeee;
  text-align: center;
  margin-bottom: 10px;
  display: table-cell;
  vertical-align: middle;
}
.vendor-info .vendor-logo img {
  margin: 0 auto;
}
.vendor-box a {
  font-weight: 600;
  display: block;
  clear: both;
}
.vendor-box p {
  font-size: 12px;
}
.footer-nav {
  padding: 0 0 50px 0;
  background-color: #fff;
  color: #b3c5c6;
}
.footer-nav span {
  text-transform: uppercase;
  color: #000;
}
.footer-nav ul,
.footer-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 30px;
}
.footer-nav a {
  color: #000;
  text-transform: uppercase;
}
.footer-nav i {
  width: 25px;
  font-size: 18px;
}
.footer-nav > div > div {
  padding-left: 50px;
}
.footer-nav hr {
  border-top: 1px solid #b3c5c6;
}
.footer {
  background-color: #f6f6f6;
  color: #b3c5c6;
  padding: 50px 0 50px 0;
  font-size: 14px;
  text-transform: uppercase;
}
.footer a {
  color: #b3c5c6;
}
.footer a:hover {
  color: #000;
}
.footer span {
  color: white;
  font-size: 24px;
  font-weight: 800;
}
.footer .copyright {
  padding-top: 4px;
}
.footer .contact-info {
  font-size: 12px;
}
.footer .contact-info a {
  color: white;
}
div.fancy-select {
  position: relative;
  font-size: 18px;
  color: #2f4043;
}
div.fancy-select.disabled {
  opacity: 0.5;
}
div.fancy-select div.trigger {
  border-radius: 0;
  cursor: pointer;
  padding: 6px 24px 5px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #fff;
  border: 1px solid #cccccc;
  color: #2f4043;
  width: 100%;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
}
div.fancy-select div.trigger:after {
  content: "\f078";
  display: block;
  position: absolute;
  color: #ed5031;
  top: 12px;
  right: 9px;
  font: normal normal normal 14px/1 FontAwesome;
}
.pk-select select {
  background-color: white;
  padding: 6px 50px 6px 20px;
  min-width: 200px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  width: 100%;
  font-size: 18px;
  position: relative;
  transition: all 0.3s;
}
.pk-select select.placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.pk-select select option {
  padding: 4px 15px;
}
.pk-select select option:disabled {
  display: none;
}
.pk-select select:focus,
.pk-select select:focus-visible {
  border: 1px solid #ed3928;
  transition: all 0.3s;
  outline: none !important;
  box-shadow: none !important;
}
.pk-select {
  position: relative;
}
.pk-select:before {
  font-family: "FontAwesome";
  content: "\f107";
  color: #ed3928;
  font-size: 2rem;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  margin: 0;
  z-index: 1;
  transform: translateY(-50%);
}
div.fancy-select div.trigger.open {
  background: white;
  border: 1px solid #ed5031;
  color: #ed5031;
}
div.fancy-select div.trigger.open:after {
  color: #ed5031;
}
div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  padding: 0px;
  text-indent: 10px;
  position: absolute;
  top: 5px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  max-height: 200px;
  overflow: auto;
  background: white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #ed5031;
  border-top: 0;
  width: 100%;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}
div.fancy-select ul.options.open {
  visibility: visible;
  top: 34px;
  opacity: 1;
  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}
div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}
div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}
div.fancy-select ul.options li {
  padding: 8px 12px 8px 0px;
  margin: 0;
  color: #2f4043;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}
div.fancy-select ul.options li.selected {
  color: #ed5031;
}
div.fancy-select ul.options li.hover {
  color: #ed5031;
  background-color: #f1f1f1;
}
.ginput_container input[type="checkbox"],
.ginput_container input[type="radio"] {
  width: auto !important;
  height: auto !important;
  display: inline-block;
}
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}
.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}
.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}
.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
.about-core-values {
  background: #364a4d;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}
@media (max-width: 1680px) {
  .about-core-values .container {
    width: 100%;
  }
}
@media (min-width: 1680px) {
  .about-core-values .container {
    width: 1680px;
  }
}
.about-core-values h3 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}
@media (min-width: 995px) {
  .about-core-values p {
    margin: 0;
  }
}
.about-core-values .core-value-title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (min-width: 1200px) and (max-width: 1680px) {
  .about-core-values .core-value-title {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .about-core-values .core-value-title {
    font-size: 18px;
  }
}
.about-why-choose-us {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 50px 0;
  text-align: center;
}
@media (min-width: 995px) {
  .about-why-choose-us {
    padding: 125px 0;
  }
}
.about-why-choose-us .container {
  background: #fff;
  padding: 40px 20px;
}
@media (min-width: 995px) {
  .about-why-choose-us .container {
    padding: 100px 200px;
  }
}
@media (min-width: 767px) {
  .about-why-choose-us .container {
    padding: 50px 100px;
  }
}
.about-why-choose-us h3 {
  font-size: 24px;
  text-transform: uppercase;
}
.about-why-choose-us .why-choose-us-heading {
  font-size: 40px;
  line-height: 48px;
}
.about-our-history {
  background: #eee;
  text-align: center;
  padding: 40px 20px;
  position: relative;
}
@media (min-width: 995px) {
  .about-our-history {
    padding: 40px 20px 80px;
  }
}
@media (max-width: 1200px) {
  .about-our-history {
    margin-top: 0 !important;
    padding-top: 40px !important;
  }
}
@media (min-width: 1200px) {
  .about-our-history .our-history-img {
    position: absolute;
    top: 0;
    left: 50%;
  }
}
@media (max-width: 1200px) {
  .about-our-history .our-history-img {
    margin: 0 0 40px !important;
  }
}
.about-our-history .container {
  max-width: 960px;
}
.about-our-history h3 {
  font-size: 24px;
  text-transform: uppercase;
}
.about-our-history .our-history-heading {
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 720px) {
  .about-our-history .our-history-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.news-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1058px) {
  .news-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.news-wrapper .single-news-wrapper {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  text-align: left;
  max-width: unset;
  width: 100%;
}
@media (min-width: 575px) {
  .news-wrapper .single-news-wrapper {
    max-width: min-content;
  }
}
.news-wrapper .single-news-wrapper .image {
  width: 100%;
  flex-shrink: 0;
}
.news-wrapper .single-news-wrapper .image img {
  width: 100%;
  height: auto;
}
@media (min-width: 575px) {
  .news-wrapper .single-news-wrapper .image img {
    width: 500px;
    height: 375px;
    object-fit: cover;
  }
}
.news-wrapper .single-news-wrapper .title {
  color: #231f20;
  padding-top: 1rem;
  font-weight: bold;
}
.news-wrapper .single-news-wrapper .excerpt {
  color: #231f20;
  padding-top: 0.5rem;
}
.news-wrapper .single-news-wrapper .date {
  padding-top: 1rem;
  text-transform: uppercase;
  color: #b3c5c6;
}
.jumbotron-bottom {
  display: flex;
  flex-direction: row;
  padding-bottom: 0px;
  background-color: #7aa1a2;
  margin-bottom: 0px;
}
.jumbotron-bottom .info {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  font-size: 36px;
  line-height: normal;
  max-width: 85%;
  padding: 5rem;
}
.jumbotron-bottom .info .btn {
  margin-top: 1rem;
  width: min-content;
}
@media (min-width: 954px) {
  .jumbotron-bottom .info {
    padding: 0rem;
    max-width: 30%;
  }
}
.jumbotron-bottom .image {
  width: 0%;
}
@media (min-width: 954px) {
  .jumbotron-bottom .image {
    width: 60%;
  }
}
.jumbotron-bottom .image img {
  display: none;
}
@media (min-width: 954px) {
  .jumbotron-bottom .image img {
    display: block;
    width: 100%;
    height: 650px;
  }
}
.jumbotron-top-banner {
  height: 660px;
}
.jumbotron-top-banner .content-wrapper {
  overflow: hidden;
  position: relative;
}
.jumbotron-top-banner .content-wrapper img,
.jumbotron-top-banner .content-wrapper video {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.jumbotron-top-banner .caption-wrapper {
  position: relative;
  height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jumbotron-top-banner .caption-wrapper .caption-content {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  position: absolute;
  bottom: 5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 85%;
  max-height: 85%;
}
@media (min-width: 996px) {
  .jumbotron-top-banner .caption-wrapper .caption-content {
    max-width: 50%;
  }
}
.jumbotron-top-banner .caption-wrapper .caption-content .caption-header h2 {
  font-size: 26px;
  font-weight: bold;
}
@media (min-width: 996px) {
  .jumbotron-top-banner .caption-wrapper .caption-content .caption-header h2 {
    font-size: 36px;
    font-weight: normal;
  }
}
.jumbotron-top-banner .caption-wrapper .caption-content .btn {
  max-width: 50%;
  min-width: 150px;
}
@media (min-width: 996px) {
  .jumbotron-top-banner .caption-wrapper .caption-content .btn {
    max-width: max-content;
    min-width: 260px;
  }
}
h3.products-header {
  text-align: center;
  padding-top: 3rem;
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 995px) {
  .container {
    max-width: 100%;
    padding: 0 30px !important;
  }
  /*
	.navbar {
		.hidden-print;
		height: 100%;
		min-height: 100%;
		overflow-y: scroll;
		position: absolute;
		top: 70px;
		width: 100%;
		bottom: 0;
		z-index: 100;
		border-radius: 0;
		&.transition {
			-webkit-transition: left 0.4s;
			transition: left 0.4s;
		}
		&::-webkit-scrollbar {
			width: 0 !important;
		}
		.main-navigation {
			.nav {
				display: block;
				list-style: none;
				margin: 0;
				padding: 0;
				vertical-align: top;
				float: none;
				> li {
					position: relative;
					float: none;
					width: 100%;
					a {
						display: block;
						white-space: normal;
						margin: 0;
						padding-left: 20px;
						padding-right: 20px;
						&:hover {
						}
						&:focus,
						&:link,
						&:active {
							text-decoration: none;
						}
					}
					> ul {
						background-color: transparent;
						border: 0;
						box-shadow: none;
						display: block;
						float: none;
						margin: 0;
						padding: 0;
						position: static;
						width: auto;
						> li {
							&.open a,
							a {
								padding: 10px 25px;
							}
						}
					}
				}
			}
		}
	}*/
  .header .top-nav,
  .header .top-bar {
    display: none;
  }
  .header .mobile-logo {
    display: block;
    margin-top: 10px;
  }
  .header .desktop-logo {
    display: none;
  }
  .header {
    height: 70px;
    padding-top: 10px;
  }
  .header .container {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .header .navbar-toggle {
    margin-left: 0;
    background: none;
    margin-top: 3px;
    display: inline-block;
  }
  .header .navbar-toggle .icon-bar {
    background-color: #ed5031;
    width: 45px;
    border-radius: 5px;
    height: 5px;
  }
  .header .navbar {
    background-color: #eee;
    display: none;
  }
  .header .navbar.showing {
    display: block;
  }
  .navbar .main-navigation .nav > li {
    padding: 0;
  }
  .navbar .main-navigation .nav > li > a > i {
    float: right;
    margin: -2px 0 0;
  }
  .navbar .main-navigation .nav > li > a,
  .navbar .main-navigation .nav > li > a:focus,
  .navbar .main-navigation .nav > li > a:active {
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-indent: 0;
    padding: 10px 20px;
    display: block;
  }
  .navbar .main-navigation .nav > li .dropdown-menu .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .main-navigation .nav > li .dropdown-menu {
    background: none;
    position: relative;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    float: none;
    width: 100%;
  }
  .navbar .main-navigation .nav > li .dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .navbar .main-navigation .nav > li .dropdown-menu a,
  .navbar .main-navigation .nav > li .dropdown-menu a:active,
  .navbar .main-navigation .nav > li .dropdown-menu a:focus {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 0 10px 0;
    background: none;
    text-align: left;
  }
  .navbar .main-navigation .nav > li .dropdown-menu a span,
  .navbar .main-navigation .nav > li .dropdown-menu a:active span,
  .navbar .main-navigation .nav > li .dropdown-menu a:focus span {
    text-align: left !important;
    padding-left: 20px;
  }
  .navbar .mobile-extra-nav {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .navbar .mobile-extra-nav > li {
    padding: 5px 0;
  }
  .navbar .mobile-extra-nav > li > a {
    font-size: 13px;
    display: block;
    color: #000;
    width: 100%;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    line-height: 20px;
  }
  .navbar .mobile-extra-nav > li .social-icons > li {
    float: none;
    padding: 10px 0 10px 0;
  }
  .navbar .mobile-extra-nav > li .social-icons a,
  .navbar .mobile-extra-nav > li .social-icons a:active,
  .navbar .mobile-extra-nav > li .social-icons a:focus {
    color: white;
    font-size: 24px;
    display: block;
    padding: 0 10px 0 0;
  }
  .navbar .main-navigation .nav a img {
    display: none;
  }
  .header .brand {
    float: left;
    position: inherit;
    margin-left: 10px;
  }
  .header .top-nav-bar {
    float: none;
    clear: both;
  }
  .container {
    padding: 0 15px 0 15px;
  }
  .contact-social-icons li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .page-template-tpl-contact .gform_fields.left_label .gfield .gfield_label,
  .page-template-tpl-contact .ginput_container input,
  .page-template-tpl-contact .ginput_container select,
  .page-template-tpl-contact .ginput_container textarea,
  .page-template-tpl-contact .gform_fields.left_label .gfield .ginput_container {
    width: 100%;
    display: block;
  }
  .blog-search {
    margin-bottom: 20px;
  }
  .blog-search > div {
    margin-bottom: 20px;
  }
  .history-item img {
    margin-bottom: 15px;
  }
  .history-item .to-top {
    top: 0;
  }
  .home .jumbotron-blue {
    display: none;
  }
  .jumbotron-home {
    margin-bottom: 0;
  }
  .jumbotron-products {
    padding: 40px 0 40px 0;
    background-color: #f6f6f6;
  }
  .jumbotron-products .product-item h3 {
    margin-bottom: 0;
  }
  .jumbotron-products .product-item {
    text-align: left;
  }
  .jumbotron-home .bg-cover {
    height: 300px;
  }
  .jumbotron-home-bottom .overlay {
    padding-left: 40px;
    padding-right: 40px;
  }
  .jumbotron .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
  .jumbotron-blue .col-md-6 {
    margin-bottom: 25px;
  }
  .jumbotron-blue h3 {
    font-size: 22px;
  }
  .about-callout-meta {
    width: 100%;
    text-align: center;
  }
  .home .carousel-caption {
    bottom: 0;
    margin-bottom: 0;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
  }
  .home .carousel-caption h1 {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    padding-top: 1rem;
  }
  .home .carousel-caption h1 > span {
    width: 100%;
    background: none;
  }
  .home .carousel-caption h1 > span br {
    display: none;
  }
  .carousel-indicators-wrap {
    display: none;
  }
  .home .carousel-inner .container {
    padding: 0;
    width: 100%;
  }
  .home .carousel-navigation {
    padding: 0 15px 0 15px;
    width: 100%;
  }
  .home .carousel-indicators li,
  .home .carousel-indicators .active {
    background-color: #d8d8d9;
    border: 1px solid #d8d8d9;
    margin-right: 5px;
  }
  .home .carousel-indicators .active {
    background-color: #fff;
    border: 1px solid #fff;
  }
  .home .carousel,
  .home .carousel .item {
    height: 360px;
  }
  .map-wrap div[class*="col-md"] {
    margin-bottom: 10px;
    text-align: left;
  }
  .map-wrap input[type="text"],
  .map-wrap select,
  .map-wrap .btn {
    width: 100%;
  }
  .single .img-bg img.img-responsive {
    margin-bottom: 15px;
  }
  .footer-nav > div > div {
    padding-left: 0;
  }
  .footer-nav .social-icons ul li a span {
    display: none;
  }
  .footer .contact-info {
    display: none;
  }
  .sidebar .sidebar-content > i {
    display: inline-block;
    padding-right: 10px;
  }
  .sidebar .sidebar-content .list-group {
    padding-left: 33px;
  }
  .mailing-list > div > span {
    padding-bottom: 10px;
  }
  .mailing-list ul li {
    float: none;
    padding-right: 0 !important;
    margin-bottom: 10px;
  }
  .mailing-list .btn {
    width: 100%;
  }
  .associated-products {
    text-align: center;
  }
  .associated-products .img-block img {
    margin: 0 auto;
  }
  .associated-products .stock-icon {
    right: 45%;
  }
  .request-catalog .gfield_checkbox > li {
    display: block;
    width: 100%;
    margin-left: 0%;
  }
  .gfield input[type="text"],
  .gfield select {
    width: 100%;
  }
  .gform_fields.left_label .gfield .ginput_container {
    width: 100%;
  }
  .gform_footer.left_label {
    margin-left: 0%;
  }
  .gform_footer button {
    width: 100%;
  }
}
@media (min-width: 996px) {
  .col-md-20p {
    width: 20%;
  }
  .top-nav {
    margin: 7px 0 0 30px !important;
  }
  .top-nav-bar,
  .navbar,
  .navbar-nav > li {
    position: inherit;
  }
  .header .brand {
    top: 55px;
  }
  .navigation-bar,
  .top-bar {
    padding: 0 40px;
  }
  #main-navigation {
    float: right;
    padding-left: 231px;
  }
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar {
    margin-bottom: 0;
  }
  .navbar-nav {
    float: none;
  }
  .navbar-nav > li > a {
    color: black;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
    margin: 0 20px 0 20px;
    font-weight: 800;
    z-index: 9999;
  }
  .nav > li > a:hover,
  .nav > li > a:focus,
  .nav > li:hover > a,
  .nav > li.current_page_item > a,
  .nav > li.current-menu-ancestor > a {
    color: #ed5031;
    background: none;
  }
  .nav > li > a:hover,
  .nav > li > a:focus,
  .nav > li:hover > a {
    border-bottom: 1px solid #ed5031;
  }
  .navbar-nav > li:last-child > a {
    margin: 0 0 0 20px;
  }
  .nav .fa-sort-desc {
    color: #ed5031;
    padding-left: 5px;
    position: relative;
    top: -3px;
    display: none;
  }
  .navbar-nav > li > .dropdown-menu {
    width: 100%;
    position: absolute;
    border: 0;
    top: 75px;
    padding-top: 115px;
    box-shadow: none;
  }
  .navbar-nav > li > .dropdown-menu > div > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .navbar-nav > li > .dropdown-menu li {
    float: left;
    text-align: left;
    position: relative;
    padding: 0;
    min-height: 190px;
    height: 190px;
  }
  .navbar-nav > li > .dropdown-menu li img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .mobile-extra-nav {
    display: none;
  }
  .dropdown-menu > div > ul > li > a {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    white-space: normal;
  }
  .dropdown-menu > div > ul > li > a img {
    padding-bottom: 10px;
  }
  .menu-item a.menu-image-title-above,
  .menu-item a.menu-image-title-below,
  .menu-item a.menu-image-title,
  .dropdown-menu > div > ul > li > a {
    text-align: left;
    display: block;
    padding: 0 8px 15px 10px;
    width: 189px;
    line-height: 20px;
  }
  .menu-item a.menu-image-title-below.menu-image-not-hovered img,
  .menu-item a.menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper,
  .menu-item a.menu-image-title-after.menu-image-not-hovered img,
  .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
  dropdown-menu > div > ul > li > a {
    margin-left: 0 !important;
  }
  .home .carousel-caption {
    max-width: 750px;
  }
  .border-right {
    border-right: 1px solid #bebec0;
    padding-right: 40px;
    margin-bottom: 40px;
  }
  .sidebar {
    padding-left: 15px;
  }
  .skew-left {
    background-color: #fff;
    -webkit-transform: skew(-7deg);
    -moz-transform: skew(-7deg);
    -o-transform: skew(-7deg);
    transform: skew(-7deg, 0);
    position: relative;
    left: 97px;
    z-index: 9998;
  }
  .skew-right {
    background-color: #fff;
    position: relative;
    left: -97px;
    -webkit-transform: skew(7deg);
    -moz-transform: skew(7deg);
    -o-transform: skew(7deg);
    transform: skew(7deg, 0);
    z-index: 9998;
  }
  .skew-left .skewed-content {
    -webkit-transform: skew(7deg);
    -moz-transform: skew(7deg);
    -o-transform: skew(7deg);
    transform: skew(7deg, 0);
    position: relative;
    left: -57px;
  }
  .skew-right .skewed-content {
    -webkit-transform: skew(-7deg);
    -moz-transform: skew(-7deg);
    -o-transform: skew(-7deg);
    transform: skew(-7deg, 0);
    position: relative;
    left: 57px;
  }
  .home .product-categories > h3 {
    text-align: center;
  }
  .home h3.background {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 5rem;
    text-align: center;
  }
  .home h3.background:before {
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
  }
  .product-item {
    height: 360px;
  }
  .product-item a {
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
  }
  .product-item:hover a {
    color: #ed5031;
  }
  .home .product-item {
    height: auto;
  }
  .meta div {
    padding-left: 3rem;
  }
}
@media (max-width: 1440px) {
  .navbar-nav > li > a,
  .header .top-nav > li > a {
    margin: 0 10px;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.print-only {
  display: none;
}
@media print {
  .no-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .print-full {
    width: 100% !important;
  }
  a[href]:after,
  a:link:after,
  a:visited:after {
    content: "";
  }
}
/*
* YouTube Player styling for the pk_youtube_lightbox function
*/
.pk-video-wrap {
  width: 940px;
  margin: 0 auto 75px;
  max-width: 100%;
}
.video-wrap {
  overflow: hidden;
}
.video-wrap .video {
  display: inline-block;
  position: relative;
}
.video-wrap .video img.bg {
  position: relative;
  min-height: 200px;
  width: 100%;
}
.video-wrap .video .title {
  position: absolute;
  font-size: 18px;
  line-height: 1;
  color: #eeeeee;
  font-family: Arial, Helvetica, sans-serif;
  padding: 14px 18px 0;
  top: 0;
  z-index: 3;
}
.video-wrap .video .ytp-gradient-top {
  top: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==");
  background-repeat: repeat-x;
  height: 98px;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1) 0s;
  width: 100%;
  z-index: 2;
}
.video-wrap .video .overlay {
  z-index: 2;
}
.video-wrap .video .yt-play {
  box-shadow: none;
  border: none;
  outline: none;
  z-index: 3;
}
.video-wrap .video .yt-play svg .cls-1 {
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.video-wrap .video .yt-play span.play-icon {
  position: relative;
  font-size: 100px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #fff;
}
.video-wrap .video .yt-play span.play-icon:before {
  position: relative;
  z-index: 1;
}
.video-wrap .video .yt-play span.play-icon:after {
  position: absolute;
  background: transparent;
  content: "";
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.video-wrap .video:hover .yt-play .ytp-large-play-button-bg,
.video-wrap .video:focus .yt-play .ytp-large-play-button-bg,
.video-wrap .video:active .yt-play .ytp-large-play-button-bg {
  fill: #cc181e;
  fill-opacity: 1;
}
.video-wrap .video:hover .yt-play span.play-icon,
.video-wrap .video:focus .yt-play span.play-icon,
.video-wrap .video:active .yt-play span.play-icon {
  color: #fff;
}
.video-wrap .video:hover .yt-play svg .cls-1,
.video-wrap .video:focus .yt-play svg .cls-1,
.video-wrap .video:active .yt-play svg .cls-1 {
  stroke: #fff;
}
.video-wrap.hqdefault img.bg {
  margin: -45px 0;
}
.video-wrap.sddefault img.bg {
  margin: -60px 0;
}
.video-wrap.background {
  height: 100%;
  width: 100%;
}
.video-wrap.background > a {
  height: 100%;
  width: 100%;
}
.video-wrap.svg-btn .yt-play {
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  margin-left: 0;
  margin-top: 0;
}
@media (max-width: 995px) {
  .video-wrap {
    float: none;
    margin-left: 0 !important;
  }
}
.yt-play {
  background-color: transparent;
  border: none;
  height: 72px;
  left: 50%;
  margin-left: -34px;
  margin-top: -24px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1) 0s;
  width: 68px;
}
.yt-play .ytp-large-play-button-bg {
  fill: #1f1f1f;
  fill-opacity: 0.81;
  transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1) 0s, fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.recent-events .carousel-navigation,
.year-events .carousel-navigation {
  text-align: right;
  float: right;
}
.recent-events .carousel-navigation .carousel-control,
.year-events .carousel-navigation .carousel-control {
  color: #414140;
  position: static;
  display: inline-block;
  text-shadow: none;
  background: none;
  opacity: 1;
  width: auto;
  margin-left: 5px;
}
.recent-events .carousel-indicators-wrap,
.year-events .carousel-indicators-wrap {
  display: block !important;
}
.recent-events .carousel-indicators-wrap > ol,
.year-events .carousel-indicators-wrap > ol {
  position: static;
  width: 100%;
  margin: 0;
  text-align: left;
}
.recent-events .carousel-indicators-wrap > ol > li,
.year-events .carousel-indicators-wrap > ol > li {
  background: #414140;
  border-color: #414140;
  margin: 0 !important;
}
.recent-events .carousel-indicators-wrap > ol > li.active,
.year-events .carousel-indicators-wrap > ol > li.active {
  width: 10px;
  height: 10px;
  background: #e90001;
  border-color: #e90001;
}
.recent-events {
  background: #eee;
  padding: 150px 0;
}
.recent-events .carousel-indicators-wrap {
  padding-left: 250px;
}
@media (max-width: 768px) {
  .recent-events .carousel-indicators-wrap {
    padding-left: 0;
  }
}
.recent-events .recent-event-info {
  position: relative;
}
.recent-events .recent-event-info .recent-events-title {
  position: absolute;
  color: #414140;
  font-size: 16px;
  text-transform: uppercase;
  left: 50px;
  top: -40px;
  font-weight: bold;
}
@media (max-width: 995px) {
  .recent-events .recent-event-info .recent-events-title {
    left: 20px;
  }
}
.recent-events .recent-event-info .recent-event-info-inner {
  background: #fff;
  padding: 80px;
}
@media (max-width: 995px) {
  .recent-events .recent-event-info .recent-event-info-inner {
    padding: 20px;
  }
}
.recent-events .recent-event-info .recent-event-info-inner h3 {
  margin: 0;
  padding: 0 0 25px;
}
@media (max-width: 995px) {
  .recent-events .recent-event-info .recent-event-info-inner h3 {
    padding-bottom: 10px;
  }
}
.recent-events .recent-event-info .recent-event-info-inner :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.recent-events .item-has-img .recent-event-info {
  position: absolute;
  width: 460px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .recent-events .item-has-img .recent-event-info {
    position: static;
    transform: none;
    top: 0;
    width: 100%;
  }
}
.recent-events .item-has-img .recent-event-img {
  padding-left: 250px;
}
@media (max-width: 768px) {
  .recent-events .item-has-img .recent-event-img {
    padding: 0;
  }
}
.year-events {
  margin: 40px 0;
}
.year-events .col-md-10 {
  margin: 0 auto;
  float: none;
}
.year-events h2 {
  font-size: 40px;
  color: #414140;
  text-align: center;
}
.year-events .carousel {
  margin: 0 0 20px;
}
.year-events .year-events-events {
  margin: 20px 0;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.mission_statement {
  text-align: center;
  padding-top: 60px;
}
.main-container {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .main-container {
    display: flex;
    flex-direction: column;
  }
}
.main-container .content-container:nth-child(even) {
  height: 380px;
  position: absolute;
  right: 100px;
  top: 50%;
  background-color: #fff;
  height: auto;
  opacity: 90%;
  transform: translate(0, -50%);
  text-align: left;
}
@media (max-width: 768px) {
  .main-container .content-container:nth-child(even) {
    position: relative;
    order: 2;
    left: 0;
    top: -30px;
    transform: none;
    width: 80%;
    margin-left: 10%;
  }
}
.main-container .content-container:nth-child(odd) {
  height: 380px;
  position: absolute;
  left: 100px;
  top: 50%;
  background-color: #fff;
  height: auto;
  opacity: 90%;
  z-index: 1;
  transform: translate(0, -50%);
  text-align: right;
}
@media (max-width: 768px) {
  .main-container .content-container:nth-child(odd) {
    position: relative;
    order: 2;
    left: 0;
    top: -30px;
    transform: none;
    width: 80%;
    margin-left: 10%;
  }
}
.main-container .content-container div {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.main-container .content-container .title {
  font-weight: bold;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
}
.main-container .img-container:nth-child(odd) {
  float: left;
}
.main-container .img-container:nth-child(odd) img {
  width: 100%;
}
@media (max-width: 768px) {
  .main-container .img-container:nth-child(odd) {
    position: relative;
    order: 1;
  }
}
.main-container .img-container:nth-child(even) {
  float: right;
}
.main-container .img-container:nth-child(even) img {
  width: 100%;
}
@media (max-width: 768px) {
  .main-container .img-container:nth-child(even) {
    position: relative;
    order: 1;
  }
}
.main-container img {
  max-height: 335px;
}
.about-seperater {
  margin-top: 100px;
  margin-bottom: 50px;
}
.control-left {
  position: absolute;
  top: 250px;
  left: 20px;
  font-size: 50px;
  color: #707070;
  font-family: "FontAwesome";
}
.control-right {
  position: absolute;
  top: 250px;
  right: 20px;
  font-size: 50px;
  color: #707070;
  font-family: "FontAwesome";
}
.rightc.carousel-control {
  left: auto;
  right: 0;
}
.main-container-bottom {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-container-bottom {
    max-height: 610px;
  }
}
.main-container-bottom div {
  padding: 0;
  max-height: 610px;
}
@media (max-width: 768px) {
  .main-container-bottom div {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 300px;
  }
}
.main-container-bottom img {
  min-width: 100%;
  min-height: 100%;
  flex-shrink: 0;
}
.main-container-bottom .floating-text {
  position: absolute;
  top: 50%;
  right: 50%;
  border: solid;
  border-color: white;
  background: white;
  opacity: 90%;
  width: 626px;
  height: 176px;
  transform: translate(50%, -50%);
  text-align: center;
}
.main-container-bottom .floating-text h2 {
  position: relative;
  top: 30%;
  transform: translate(0, -50%);
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 768px) {
  .main-container-bottom .floating-text h2 {
    top: 0%;
  }
}
.main-container-bottom .floating-text .btn {
  top: 60%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  width: 286px;
  background: #819fa1;
  border: 0;
  color: white;
}
.member_container {
  width: 264px;
  text-align: center;
  flex: 1 0 21%;
  padding: 25px 15px;
}
.member_container .member_img {
  height: 328px;
  width: 264px;
  margin-bottom: 20px;
  object-fit: cover;
}
.member_container .member_name {
  width: 100%;
  font-weight: bold;
  padding-bottom: 10px;
}
.member_container .job_title {
  width: 100%;
}
.lower-logo {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  justify-content: center;
}
.lower-logo .logos {
  margin: 40px;
  align-self: center;
  max-height: 100px;
}
@media (max-width: 768px) {
  .lower-logo .logos {
    max-height: 100px;
  }
}
.play_btn {
  font-family: "Font Awesome \35  Pro solid";
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}
.secondary-title {
  position: absolute;
  transform: translate(-50%, 0%);
  top: 60%;
  left: 50%;
  color: white;
  text-align: center;
}
@media (max-width: 768px) {
  .secondary-title {
    font-size: 36px;
  }
}
.video-wrap .video img.bg {
  opacity: 50%;
}
.background.item {
  background: white;
}
.pk-video-wrap .overlay {
  background-color: #819fa1;
}
.jumbotron-product-blue {
  display: flex;
  flex-direction: row;
  padding-bottom: 0px;
  background-color: #7aa1a2;
  margin-bottom: 0px;
}
.jumbotron-product-blue .info {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  font-size: 36px;
  line-height: normal;
  max-width: 85%;
  padding: 5rem;
}
.jumbotron-product-blue .info h2 {
  color: white;
}
.jumbotron-product-blue .info .buttons {
  display: flex;
  flex-flow: row nowrap;
}
.jumbotron-product-blue .info .buttons .btn {
  margin: 1rem 1rem 0 0;
  padding: 1rem;
}
@media (min-width: 954px) {
  .jumbotron-product-blue .info {
    margin-left: 5%;
    padding: 0rem;
    max-width: 30%;
  }
}
@media (min-width: 1200px) {
  .jumbotron-product-blue .info {
    margin-left: auto;
  }
}
.jumbotron-product-blue .image {
  width: 0%;
}
@media (min-width: 954px) {
  .jumbotron-product-blue .image {
    width: 40%;
  }
}
.jumbotron-product-blue .image img {
  display: none;
  height: 350px;
  object-fit: cover;
}
@media (min-width: 954px) {
  .jumbotron-product-blue .image img {
    display: block;
    width: 100%;
  }
}
.associated-products-wrapper {
  display: flex;
  flex-flow: row wrap;
  padding-top: 3rem;
}
.product-alt-img {
  max-height: 155px;
}
.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.gallery-page #gallery-filters {
  display: flex;
  flex-wrap: wrap;
}
.gallery-page #gallery-filters > div {
  margin-right: 15px;
  margin-bottom: 15px;
}
.gallery-page .single-image {
  margin: 15px 0;
}
.gallery-page .single-image a {
  display: block;
  height: 200px;
  min-height: 200px;
}
@media (max-width: 576px) {
  .gallery-page .single-image a {
    height: 150px;
    min-height: 150px;
  }
}
.pswp__custom-caption {
  font-size: 24px;
  color: #fff;
  width: calc(68%);
  max-width: 400px;
  padding: 2px 8px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  text-align: center;
}
section.flex-banner {
  display: flex;
  align-items: end;
  justify-content: center;
}
section.flex-banner div.banner-title {
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 0.9;
  text-align: center;
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  margin-top: auto;
  padding: 25px 0;
}
section.flex-banner div.banner-title h1 {
  padding: 0;
  margin: 0;
  font-family: "Gotham", "sans-serif";
  font-size: 48px;
}
section.flex-basic-content {
  text-align: center;
  padding: 5rem 0;
  height: 500px;
  display: flex;
  align-items: center;
}
section.flex-basic-content.no-bg-image {
  height: auto;
}
@media (max-width: 769px) {
  section.flex-basic-content {
    height: auto;
  }
}
section.flex-basic-content div.text-container {
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 0.9;
  padding: 2rem;
}
section.flex-basic-content div.text-container p.subheader {
  padding: 0;
  margin: 0;
  font-size: 18px;
}
section.flex-basic-content div.text-container h2 {
  margin-bottom: 0;
}
section.product-section {
  position: relative;
}
section.product-section h3.slider-title {
  text-align: center;
  margin: 0 auto;
  max-width: 20rem;
  border-radius: 10px 10px 0 0;
  background-color: #7aa1a2;
  color: white;
  padding: 1rem;
}
@media (min-width: 993px) {
  section.product-section h3.slider-title {
    transform: translateY(-130px);
  }
}
section.product-section div.product-row {
  display: flex;
  height: 700px;
}
section.product-section div.product-row div.col-sm {
  width: 50%;
}
@media (max-width: 1064px) {
  section.product-section div.product-row {
    display: block;
    height: auto;
  }
  section.product-section div.product-row div.col-sm {
    width: 100%;
    margin: auto;
  }
}
section.product-section div.product-row.product-row-extra-spacing {
  height: auto;
  padding-bottom: 160px;
}
@media (max-width: 1064px) {
  section.product-section div.product-row.product-row-extra-spacing {
    padding-bottom: 40px;
  }
}
section.product-section div.product-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 5rem;
}
section.product-section div.product-text h2 {
  font-size: 36px;
}
section.product-section div.product-text p {
  font-size: 17px;
}
section.product-section div.product-text a {
  margin: 5px 0;
  width: fit-content;
}
section.product-section img.main-product-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.product-section div.product-images {
  transform: translateY(-130px);
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media (max-width: 992px) {
  section.product-section div.product-images {
    transform: none;
  }
}
section.product-section div.product-images div.swiper-wrapper div.single-image {
  padding: 3rem 0.5rem;
  height: 250px;
  width: 150px;
}
section.product-section div.product-images div.swiper-wrapper div.single-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
section.product-section div.product-images div.swiper-wrapper div.single-image p.caption {
  font-weight: bold;
  font-size: 10px;
  line-height: 10px;
  margin-top: 2px;
}
section.product-section div.product-images div.swiper-wrapper div.cover-image img {
  object-fit: cover;
}
section.product-section div.swipe-outer-wrap {
  position: relative;
  margin: 0 auto;
  margin-bottom: 2rem;
  width: fit-content;
}
@media (max-width: 762px) {
  section.product-section div.swipe-outer-wrap {
    width: auto;
  }
}
section.product-section div.swipe-outer-wrap div.swiper-button-next {
  right: -40px;
  top: -25px;
  border-radius: 0px 70px 70px 0px;
}
@media (max-width: 992px) {
  section.product-section div.swipe-outer-wrap div.swiper-button-next {
    top: 92px;
  }
}
section.product-section div.swipe-outer-wrap div.swiper-button-next::after {
  color: white;
  font-size: 20px;
}
section.product-section div.swipe-outer-wrap div.swiper-button-prev {
  left: -40px;
  top: -25px;
  border-radius: 70px 0px 0px 70px;
}
@media (max-width: 992px) {
  section.product-section div.swipe-outer-wrap div.swiper-button-prev {
    top: 92px;
  }
}
section.product-section div.swipe-outer-wrap div.swiper-button-prev::after {
  color: white;
  font-size: 20px;
}
section.product-section div.swipe-outer-wrap .nav-arrows {
  background-color: #7aa1a2;
  padding: 50px 20px;
}
section.catalog-callout {
  height: 500px;
  overflow: hidden;
}
@media (max-width: 769px) {
  section.catalog-callout {
    height: auto;
    padding: 2rem 0rem;
  }
}
section.catalog-callout div.catalog-content {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 769px) {
  section.catalog-callout div.catalog-content {
    display: block;
  }
}
section.catalog-callout div.catalog-content div.cat-pic {
  display: flex;
  width: auto;
  height: 100%;
  align-items: flex-end;
}
section.catalog-callout div.catalog-content div.cat-pic img {
  width: auto;
  height: 90%;
  object-fit: contain;
  object-position: center;
  transform: rotate(-15deg) translate(0px, 8px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media (max-width: 992px) {
  section.catalog-callout div.catalog-content div.cat-pic img {
    margin: 0 auto;
    transform: none;
    margin-bottom: 2rem;
  }
}
@media (max-width: 769px) {
  section.catalog-callout div.catalog-content div.cat-pic img {
    width: 50%;
  }
}
@media (max-width: 440px) {
  section.catalog-callout div.catalog-content div.cat-pic img {
    width: 100%;
  }
}
@media (max-width: 769px) {
  section.catalog-callout div.catalog-content div.cat-pic {
    margin: 0 auto;
  }
}
section.catalog-callout div.catalog-content div.cat-text {
  margin-left: 8rem;
}
section.catalog-callout div.catalog-content div.cat-text h2,
section.catalog-callout div.catalog-content div.cat-text p {
  color: white;
}
@media (max-width: 992px) {
  section.catalog-callout div.catalog-content div.cat-text {
    padding: 0rem 1rem;
    margin: auto;
  }
}
section.catalog-callout img.main-product-image {
  height: auto;
  width: 100%;
  object-fit: cover;
}
section.vendor-section {
  text-align: center;
  padding: 10rem 8rem;
}
section.vendor-section div.vendors-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.vendor-section div.vendors-list div.vendor-image {
  margin: 15px;
}
section.vendor-section div.vendors-list div.vendor-image img {
  max-width: 100px;
  height: 40px;
  object-fit: contain;
}
section.testimonial {
  text-align: center;
  padding: 5rem 0;
  background-color: #7aa1a2;
}
section.testimonial div.t-text {
  font-family: "Montserrat";
  font-size: 28px;
  font-style: italic;
  color: white;
}
section.testimonial p.client-header {
  font-size: 18px;
  color: white;
}
section.testimonial div.client-image {
  height: 100px;
  width: 100px;
  margin: 0 auto 10px;
}
section.testimonial div.client-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid white;
  border-radius: 50px;
}
section.testimonial h4.name {
  font-size: 18px;
  font-weight: bold;
  color: white;
}
section.callouts div.callout-row {
  display: flex;
  width: 100%;
}
@media (max-width: 1064px) {
  section.callouts div.callout-row {
    display: block;
  }
}
section.callouts div.callout-row div.single-callout {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem;
}
section.callouts div.callout-row div.callout-text {
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 0.9;
  padding: 3rem;
  text-align: center;
}
section.callouts div.callout-row div.callout-text h1 {
  font-size: 36px;
}
section.callouts div.callout-row div.callout-text div.c-anchor {
  text-align: center;
}
.page-template-tpl-exteriordoor h2 {
  font-weight: 800;
}
div.flex-container .entry {
  margin-bottom: 0;
}
section.staggered-columns {
  margin-top: 30px;
}
section.videos-flex {
  padding: 3rem 0;
}
section.videos-flex div.pk-video-wrap {
  margin: 0 auto;
}
section.videos-flex span.control-right,
section.videos-flex span.control-left {
  top: 50%;
}
section.flex-counters {
  background-color: #7aa1a2;
}
section.flex-counters div.row {
  padding: 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
section.flex-counters div.row h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  color: white;
}
section.flex-counters div.row div.single-counter {
  display: flex;
  width: 300px;
  margin: 1rem;
  flex-direction: column;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 2rem;
  text-align: center;
  background-color: white;
  border-radius: 1rem;
}
section.flex-counters div.row div.single-counter div.icon i {
  font-size: 3rem;
  color: #7aa1a2;
}
section.flex-counters div.row div.single-counter span.number-counter {
  font-size: 4rem;
  font-weight: 700;
  padding: 3rem;
}
section.flex-counters div.row div.single-counter span.number-counter.percent::after {
  content: "%";
}
section.flex-counters div.row div.single-counter h6 {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
}
body .color-white {
  color: #ffffff;
}
body .color-charcoal {
  color: #2f4043;
}
body .color-rain {
  color: #819fa1;
}
body .overflow-hidden {
  overflow: hidden;
}
body hr {
  border-color: #77dee6;
}
body .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
body .position-relative {
  position: relative;
}
body .position-static {
  position: static;
}
body .pk-divider-2026 {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 40;
}
body .pk-divider-2026-top {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 40;
}
body .font-weight-bold {
  font-weight: 700;
}
body .banner-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.71) 29%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
}
@media (max-width: 992px) {
  body .banner-overlay {
    height: 200px;
  }
}
body .pk-parts-video {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  border-radius: 10px;
}
body .pk-parts-video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
body .pk-parts-video .icon-div {
  background-color: rgba(129, 159, 161, 0.8);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  margin: 40px auto 0 auto;
  transition: all 0.3s;
}
body .pk-parts-video .icon-div i {
  color: #ffffff;
  font-size: 30px;
}
body .pk-parts-video .h3,
body .pk-parts-video .subtitle {
  margin: 10px 0 0 0;
}
body .pk-parts-video .subtitle {
  margin-bottom: 20px;
}
body .pk-parts-video .h6 {
  margin: 0;
}
body .pk-parts-video:hover .icon-div {
  background-color: #ed5031;
}
@media (max-width: 768px) {
  body .pk-parts-video {
    min-height: 350px;
  }
}
body #parts-footer-callout {
  padding: 630px 0 0 0;
}
body #parts-footer-callout .blur-wrapper {
  background: linear-gradient(180deg, rgba(47, 64, 67, 0.9) 0%, rgba(129, 159, 161, 0.65) 100%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 50px 0 80px 0;
}
body #parts-footer-callout .blur-wrapper .h3 {
  margin-top: 0;
}
@media (max-width: 992px) {
  body #parts-footer-callout {
    padding: 400px 0 0 0;
  }
}
body .pk-post-item {
  display: block;
  color: #2f4043;
  transition: color 0.3s;
  text-decoration: underline;
  text-decoration-color: rgba(237, 80, 49, 0);
  transition: text-decoration-color 0.3s;
  margin: 25px 0;
}
body .pk-post-item .img-div-wrapper {
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.7;
  transition: opacity 0.3s;
}
body .pk-post-item .img-div-wrapper .img-div {
  height: 100%;
  width: 100%;
  will-change: transform;
  transition: transform 0.3s;
}
body .pk-post-item:hover {
  color: #ed5031;
  text-decoration-color: #ed5031;
}
body .pk-post-item:hover .img-div-wrapper {
  opacity: 1;
}
body .pk-post-item:hover .img-div-wrapper .img-div {
  transform: scale(1.05);
}
body .jumbotron-page {
  height: 560px;
}
body .jumbotron-page .banner-overlay {
  bottom: 10% !important;
  height: auto !important;
}
@media (max-width: 992px) {
  body .jumbotron-page {
    height: 400px;
  }
}
@media (max-width: 576px) {
  body .jumbotron-page {
    height: 300px;
  }
}
body .breadcrumb > span {
  display: flex;
  column-gap: 30px;
  row-gap: 10px;
  flex-wrap: wrap;
}
body .breadcrumb > span i {
  padding: 0;
}
body .breadcrumb > span span,
body .breadcrumb > span a {
  font-size: 16px;
  font-weight: 700;
  opacity: 0.7;
}
body .breadcrumb > span a {
  transition: all 0.3s;
}
body .breadcrumb > span a:hover {
  color: #ed5031 !important;
  opacity: 1 !important;
}
body .breadcrumb > span .breadcrumb_last {
  opacity: 1;
  text-decoration: underline;
  text-decoration-color: #77dee6;
}
body header {
  z-index: 51;
}
body header.open {
  position: fixed;
}
body header .upper-nav-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
body header .upper-nav-wrapper .upper-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
body header .upper-nav-wrapper .upper-nav .left-upper-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
body header .upper-nav-wrapper .upper-nav .left-upper-nav div,
body header .upper-nav-wrapper .upper-nav .left-upper-nav a {
  color: #ffffff;
  font-size: 16px;
}
body header .upper-nav-wrapper .upper-nav .left-upper-nav a {
  font-weight: 700;
  transition: color 0.3s;
}
body header .upper-nav-wrapper .upper-nav .left-upper-nav a:hover {
  color: #ed5031;
}
body header .upper-nav-wrapper .upper-nav .left-upper-nav .spacer {
  width: 1px;
  height: 12px;
  background-color: #ffffff;
  opacity: 0.5;
}
body header .upper-nav-wrapper .upper-nav .right-upper-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
body header .upper-nav-wrapper .upper-nav .right-upper-nav a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.3s;
}
body header .upper-nav-wrapper .upper-nav .right-upper-nav a:hover {
  color: #ed5031;
}
body header .upper-nav-wrapper .upper-nav .right-upper-nav a i {
  margin-right: 10px;
  color: #77dee6;
}
body header .upper-nav-wrapper .upper-nav .right-upper-nav a.active {
  color: #77dee6;
}
body header .lower-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}
body header .lower-nav #main-navigation {
  padding: 0;
  float: none;
  margin-top: 5px;
}
body header .lower-nav #main-navigation > .main-navigation > ul > li > a {
  color: #ffffff;
  border: none !important;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: all 0.3s;
  text-transform: none;
}
body header .lower-nav #main-navigation > .main-navigation > ul > li > a:hover {
  text-decoration-color: #77dee6;
  color: #77dee6;
}
body header .lower-nav #main-navigation > .main-navigation > ul > li.current-menu-item > a,
body header .lower-nav #main-navigation > .main-navigation > ul > li.current-menu-ancestor > a {
  text-decoration-color: #77dee6;
  color: #77dee6;
}
body header .lower-nav #main-navigation > .main-navigation > ul > li.menu-item-has-children.pk-open > a {
  text-decoration-color: #77dee6;
  color: #77dee6;
}
body header .lower-nav #main-navigation > .main-navigation > ul > li.menu-item-has-children > .dropdown-menu {
  top: 100%;
  padding: 30px 0;
  box-shadow: 0 100px 99px #364a4d;
}
body header .lower-nav #main-navigation > .main-navigation > ul > li.menu-item-has-children > .dropdown-menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body header .lower-nav #main-navigation > .main-navigation > ul > li.menu-item-has-children > .dropdown-menu ul li {
  height: auto;
  min-height: 0;
  flex: 0 0 250px;
}
body header .lower-nav #main-navigation > .main-navigation > ul > li.menu-item-has-children > .dropdown-menu ul li a {
  padding-bottom: 0;
  text-align: center;
  width: 100%;
  max-width: 250px;
}
body header .lower-nav #main-navigation > .main-navigation > ul > li.menu-item-has-children > .dropdown-menu ul li a img {
  padding: 0;
  object-fit: cover;
  object-position: center;
  height: 230px;
  border-radius: 10px;
  width: 100%;
}
body header .lower-nav #main-navigation > .main-navigation > ul > li.menu-item-has-children > .dropdown-menu ul li a span {
  display: block;
  padding: 10px 0 0 0;
}
body header .lower-nav .lower-nav-content {
  display: flex;
  align-items: center;
  gap: 30px;
}
body header #mobile-navigation-wrap {
  display: none;
}
@media (max-width: 1200px) {
  body header .logo-wrap {
    width: 200px;
  }
}
@media (max-width: 992px) {
  body header .upper-nav-wrapper,
  body header .lower-nav .lower-nav-content {
    display: none;
  }
  body header #mobile-navigation-wrap {
    display: block;
    position: relative;
    width: 30px;
    height: 23px;
    cursor: pointer;
  }
  body header #mobile-navigation-wrap .topbar,
  body header #mobile-navigation-wrap .middlebar,
  body header #mobile-navigation-wrap .bottombar {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    transition: all 0.3s;
  }
  body header #mobile-navigation-wrap .topbar {
    top: 0;
  }
  body header #mobile-navigation-wrap .middlebar {
    top: calc(48%);
  }
  body header #mobile-navigation-wrap .bottombar {
    bottom: 0;
  }
  body header #mobile-navigation-wrap.open .topbar {
    transform: translate(0, 9px) rotate(135deg);
  }
  body header #mobile-navigation-wrap.open .middlebar {
    opacity: 0;
  }
  body header #mobile-navigation-wrap.open .bottombar {
    transform: translate(0, -12px) rotate(-135deg);
  }
}
body #mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #364a4d;
  z-index: 50;
  display: none;
  overflow-y: auto;
  height: 100%;
  width: 100%;
}
body #mobile-menu.open {
  display: block;
}
body #mobile-menu .mobile-menu-wrapper {
  padding-top: 150px;
}
body #mobile-menu .mobile-menu-wrapper #mobile-navigation > .mobile-navigation > ul {
  float: none;
  display: flex;
  flex-direction: column;
}
body #mobile-menu .mobile-menu-wrapper #mobile-navigation > .mobile-navigation > ul > li {
  float: none;
  text-align: center;
  margin: 20px 0;
}
body #mobile-menu .mobile-menu-wrapper #mobile-navigation > .mobile-navigation > ul > li > a {
  padding: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  background-color: transparent !important;
}
body #mobile-menu .mobile-menu-wrapper #mobile-navigation > .mobile-navigation > ul > li > a:hover {
  background-color: transparent;
  color: #77dee6;
}
body #mobile-menu .mobile-menu-wrapper #mobile-navigation > .mobile-navigation > ul > li.pk-open > a {
  color: #77dee6;
  background-color: transparent;
}
body #mobile-menu .mobile-menu-wrapper #mobile-navigation > .mobile-navigation > ul > li > .dropdown-menu {
  border-radius: 0;
  box-shadow: 0 50px 70px rgba(255, 255, 255, 0.1);
  min-width: 100%;
}
body #mobile-menu .mobile-menu-wrapper #mobile-navigation > .mobile-navigation > ul > li > .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body #mobile-menu .mobile-menu-wrapper #mobile-navigation > .mobile-navigation > ul > li > .dropdown-menu ul li a {
  text-align: center;
  display: block;
  padding: 10px 0;
  font-weight: 700;
}
body #mobile-menu .mobile-menu-wrapper #mobile-navigation > .mobile-navigation > ul > li > .dropdown-menu ul li a img {
  display: none;
}
body #mobile-menu .mobile-menu-wrapper #mobile-navigation > .mobile-navigation > ul > li > .dropdown-menu ul li a span {
  padding: 0;
  display: block;
  color: #2f4043;
  font-size: 16px;
}
body #mobile-menu .mobile-menu-wrapper .upper-nav-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin-top: 40px;
}
body #mobile-menu .mobile-menu-wrapper .upper-nav-items a {
  color: #77dee6;
  transition: all 0.3s;
}
body #mobile-menu .mobile-menu-wrapper .upper-nav-items a i {
  font-size: 40px;
}
body #mobile-menu .mobile-menu-wrapper .upper-nav-items a:hover {
  color: #ed5031;
}
body #mobile-menu .mobile-menu-wrapper .login-for .login-for-title {
  color: #ffffff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 700;
}
body #mobile-menu .mobile-menu-wrapper .login-for .login-for-items {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 0 auto;
}
body #mobile-menu .mobile-menu-wrapper .login-for .login-for-items a {
  background-color: #e2e9e9;
  padding: 20px;
  color: #2f4043;
  flex: 0 0 50%;
  text-align: center;
  transition: all 0.3s;
}
body #mobile-menu .mobile-menu-wrapper .login-for .login-for-items a.signup-link {
  background-color: #b3c5c6;
}
body #mobile-menu .mobile-menu-wrapper .login-for .login-for-items a:hover {
  background-color: #ed5031;
  color: #ffffff;
}
body #footer {
  padding: 100px 0;
  background-color: #ffffff;
}
body #footer .row {
  display: flex;
  align-items: center;
}
body #footer .row:before,
body #footer .row:after {
  display: none;
}
body #footer .row .col-lg-6 {
  flex: 0 0 50%;
}
@media (max-width: 992px) {
  body #footer .row .col-lg-6 {
    flex: 0 0 100%;
  }
}
@media (max-width: 992px) {
  body #footer .row {
    flex-wrap: wrap;
    text-align: center !important;
    justify-content: center;
  }
}
body #footer .text-string {
  text-align: right;
  color: #2f4043;
  font-weight: 400;
}
body #footer .text-string a {
  font-weight: 700;
  text-decoration-color: #77dee6 !important;
  color: #2f4043;
  text-decoration: underline;
  transition: all 0.3s;
}
body #footer .text-string a:hover {
  text-decoration-color: #ed5031;
  color: #ed5031;
}
@media (max-width: 992px) {
  body #footer .text-string {
    text-align: center !important;
    margin-top: 20px;
  }
}
body #footer .second-row {
  margin-top: 60px;
}
body #footer .second-row .social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
body #footer .second-row .social-icons a {
  color: #2f4043;
  opacity: 0.5;
  transition: all 0.3s;
  font-size: 30px;
}
body #footer .second-row .social-icons a:hover {
  opacity: 1;
  color: #ed5031;
}
@media (max-width: 992px) {
  body #footer .second-row {
    margin-top: 10px;
  }
  body #footer .second-row .social-icons {
    justify-content: center;
    gap: 20px;
  }
}
body #footer .second-row .copyright {
  text-align: right;
  color: #2f4043;
  font-size: 16px;
  font-weight: 400;
}
body #footer .second-row .copyright a {
  color: #2f4043;
  transition: all 0.3s;
  text-decoration: underline;
}
body #footer .second-row .copyright a:hover {
  color: #ed5031;
}
@media (max-width: 992px) {
  body #footer .second-row .copyright {
    text-align: center !important;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  body #footer {
    padding: 60px 0;
  }
}
body #home-banner {
  padding: 270px 0;
}
body #home-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 55%;
  background-color: #ffffff;
  background: linear-gradient(0deg, rgba(129, 159, 161, 0.65) 0%, rgba(47, 64, 67, 0.9) 100%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 2;
}
body #home-banner #home-banner-video-div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 56.5%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body #home-banner #home-banner-video-div video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body #home-banner .container {
  z-index: 3;
}
body #home-banner .content-div {
  max-width: 480px;
}
body #home-banner .content-div .h6 {
  margin: 0;
}
body #home-banner .content-div h1 {
  margin-top: 0;
}
@media (max-width: 1200px) {
  body #home-banner:before {
    right: 45%;
  }
}
@media (max-width: 992px) {
  body #home-banner {
    padding: 150px 0 80px 0;
    text-align: center;
  }
  body #home-banner .content-div {
    margin: 0 auto;
  }
  body #home-banner:before {
    right: 0;
  }
}
body #home-three-column-callout {
  padding-top: 50px;
}
body #home-three-column-callout .h2 {
  margin-top: 0;
}
body #home-three-column-callout .three-column-callout-item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  min-height: 280px;
  margin: 40px 0;
  text-align: center;
}
body #home-three-column-callout .three-column-callout-item .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  opacity: 0.2;
  mix-blend-mode: luminosity;
}
body #home-three-column-callout .three-column-callout-item img {
  max-height: 280px;
  max-width: 310px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s;
  will-change: transform;
}
body #home-three-column-callout .three-column-callout-item .h4 {
  padding: 10px 20px;
  display: block;
  width: calc(100% - 50px);
  position: relative;
  color: #ffffff;
  z-index: 1;
}
body #home-three-column-callout .three-column-callout-item .h4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2f4043;
  opacity: 0.8;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: -1;
}
body #home-three-column-callout .three-column-callout-item:hover img {
  transform: translateX(-50%) scale(1.05);
}
body #home-fifty-fifty {
  background-color: rgba(226, 233, 233, 0.5);
  margin-top: 40px;
  margin-bottom: 40px;
}
body #home-fifty-fifty .home-fifty-fifty-section {
  margin: 25px 0;
  position: relative;
}
body #home-fifty-fifty .home-fifty-fifty-section .content-div {
  padding-top: 150px;
  padding-bottom: 150px;
  max-width: 570px;
  margin: 0 auto;
}
body #home-fifty-fifty .home-fifty-fifty-section .content-div .h2 {
  margin-top: 0;
}
body #home-fifty-fifty .home-fifty-fifty-section .content-div .btn {
  margin-top: 20px;
}
body #home-fifty-fifty .home-fifty-fifty-section .img-div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 52%;
}
body #home-fifty-fifty .home-fifty-fifty-section:first-of-type .img-div {
  top: -40px;
}
body #home-fifty-fifty .home-fifty-fifty-section:last-of-type .img-div {
  bottom: -40px;
}
body #home-fifty-fifty .home-fifty-fifty-section .row {
  display: flex;
}
body #home-fifty-fifty .home-fifty-fifty-section .row:before,
body #home-fifty-fifty .home-fifty-fifty-section .row:after {
  display: none;
}
body #home-fifty-fifty .home-fifty-fifty-section .row .col-lg-6 {
  flex: 0 0 50%;
}
body #home-fifty-fifty .home-fifty-fifty-section .row.reverse {
  flex-direction: row-reverse;
}
body #home-fifty-fifty .home-fifty-fifty-section .row.reverse .img-div {
  right: 0;
  left: 52%;
}
@media (max-width: 992px) {
  body #home-fifty-fifty {
    margin-top: 0;
    margin-bottom: 0;
  }
  body #home-fifty-fifty .row {
    flex-wrap: wrap !important;
  }
  body #home-fifty-fifty .row .col-lg-6 {
    flex: 0 0 100% !important;
  }
  body #home-fifty-fifty .home-fifty-fifty-section .content-div {
    padding-top: 0;
    padding-bottom: 50px;
    margin: 0 auto;
    text-align: center;
  }
  body #home-fifty-fifty .home-fifty-fifty-section .img-div {
    position: static;
    height: 350px;
  }
  body #home-fifty-fifty .home-fifty-fifty-section:first-of-type {
    padding-top: 50px;
  }
}
body #home-latest-news {
  padding: 120px 0;
  overflow: hidden;
}
body #home-latest-news .home-latest-news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  gap: 20px;
}
body #home-latest-news .home-latest-news-header .home-latest-news-header-button {
  display: flex;
  align-items: center;
  gap: 20px;
}
body #home-latest-news .home-latest-news-header .home-latest-news-header-button .pk-swiper-button-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
body #home-latest-news .home-latest-news-header .home-latest-news-header-button .pk-swiper-button-wrapper .pk-swiper-button-prev,
body #home-latest-news .home-latest-news-header .home-latest-news-header-button .pk-swiper-button-wrapper .pk-swiper-button-next {
  color: #2f4043;
  font-size: 30px;
  opacity: 0.5;
  transition: all 0.3s;
}
body #home-latest-news .home-latest-news-header .home-latest-news-header-button .pk-swiper-button-wrapper .pk-swiper-button-prev:hover,
body #home-latest-news .home-latest-news-header .home-latest-news-header-button .pk-swiper-button-wrapper .pk-swiper-button-next:hover {
  opacity: 1;
  color: #ed5031;
}
@media (max-width: 576px) {
  body #home-latest-news .home-latest-news-header .home-latest-news-header-button {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  body #home-latest-news .home-latest-news-header {
    flex-direction: column;
  }
}
body #home-latest-news .swiper-container .swiper {
  overflow: visible;
}
body #home-latest-news .swiper-slide {
  width: 525px;
}
@media (max-width: 576px) {
  body #home-latest-news .swiper-slide {
    width: 100%;
  }
}
body #home-latest-news .swiper-slide a {
  color: #2f4043;
  text-decoration: underline;
  text-decoration-color: rgba(237, 80, 49, 0);
  transition: text-decoration-color 0.3s, color 0.3s;
}
body #home-latest-news .swiper-slide a .img-div-wrapper {
  height: 390px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  opacity: 0.7;
  transition: opacity 0.3s;
}
body #home-latest-news .swiper-slide a .img-div-wrapper .img-div {
  height: 100%;
  width: 100%;
  will-change: transform;
  transition: transform 0.3s;
}
body #home-latest-news .swiper-slide a .h5 {
  margin-top: 10px;
}
body #home-latest-news .swiper-slide a:hover {
  color: #ed5031;
  text-decoration-color: #ed5031;
}
body #home-latest-news .swiper-slide a:hover .img-div-wrapper {
  opacity: 1;
}
body #home-latest-news .swiper-slide a:hover .img-div-wrapper .img-div {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  body #home-latest-news {
    padding: 60px 0;
  }
}
body .lity-iframe .lity-container,
body .lity-wrap .lity-container {
  max-width: 1200px;
  width: 100%;
}
body #home-featured-pages {
  display: flex;
}
body #home-featured-pages .home-featured-pages-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  position: relative;
  flex: 1;
}
body #home-featured-pages .home-featured-pages-item:before {
  content: "";
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2f4043;
  transition: all 0.3s;
}
body #home-featured-pages .home-featured-pages-item .h3 {
  position: relative;
}
body #home-featured-pages .home-featured-pages-item .h3 i {
  color: #77dee6;
  font-size: 30px;
  margin-left: 10px;
}
body #home-featured-pages .home-featured-pages-item:hover:before {
  opacity: 0.8;
  background-color: #ed5031;
}
@media (max-width: 768px) {
  body #home-featured-pages {
    flex-direction: column;
  }
  body #home-featured-pages .home-featured-pages-item {
    flex: 0 0 100%;
  }
}
body #home-video-callout {
  padding: 140px 0 50px 0;
}
body #home-video-callout .row {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  body #home-video-callout {
    padding: 70px 0 25px 0;
  }
}
body #home-two-column-callout {
  padding: 20px 0 120px 0;
}
body #home-two-column-callout .col-lg-6 {
  margin: 30px 0;
}
body #home-two-column-callout .col-lg-6 .img-div {
  height: 300px;
  border-radius: 10px;
}
body #home-two-column-callout .col-lg-6 .btn-primary {
  margin-top: 20px;
}
@media (max-width: 992px) {
  body #home-two-column-callout {
    padding: 20px 0 60px 0;
  }
}
body #archive-banner {
  padding-top: 250px;
  padding-bottom: 100px;
}
body #archive-banner .blue-overlay {
  background: linear-gradient(180deg, #2f4043 0%, #819fa1 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
body #archive-banner h1 {
  margin-bottom: 30px;
}
body #archive-banner .row {
  justify-content: center;
  display: flex;
}
body #archive-banner .row form {
  display: flex;
  align-items: center;
  gap: 30px;
}
body #archive-banner .row form > div {
  flex: 0 0 50%;
}
body #archive-banner .row form > div .pk-select select {
  height: 50px;
  background-color: #e2e9e9;
  border-radius: 10px;
  border-color: transparent;
}
body #archive-banner .row form > div input {
  width: 100%;
  height: 50px;
  background-color: #e2e9e9;
  border-radius: 10px;
  border-color: transparent;
  padding: 6px 20px;
  outline: none !important;
}
body #archive-banner .row form > div .search-input-group {
  position: relative;
}
body #archive-banner .row form > div .search-input-group i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #2f4043;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s;
}
body #archive-banner .row form > div .search-input-group i:hover {
  color: #ed5031;
}
@media (max-width: 992px) {
  body #archive-banner {
    padding-top: 150px;
  }
  body #archive-banner .row form {
    flex-wrap: wrap;
  }
  body #archive-banner .row form > div {
    flex: 0 0 100%;
  }
}
body #archive-loop {
  padding: 50px 0;
}
body #archive-loop .row {
  display: flex;
  flex-wrap: wrap;
}
body #archive-loop .row .col-lg-6 {
  flex: 0 0 50%;
}
@media (max-width: 992px) {
  body #archive-loop .row .col-lg-6 {
    flex: 0 0 100%;
  }
}
body #archive-loop .pagination-wrap .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
body #archive-loop .pagination-wrap .pagination li a,
body #archive-loop .pagination-wrap .pagination li span {
  color: #2f4043;
  font-family: "gotham-condensed", "sans-serif";
  font-size: 48px;
  padding: 0;
  border: none;
  transition: color 0.3s;
  background-color: transparent !important;
  line-height: 1;
}
body #archive-loop .pagination-wrap .pagination li a:hover,
body #archive-loop .pagination-wrap .pagination li span:hover,
body #archive-loop .pagination-wrap .pagination li a.current,
body #archive-loop .pagination-wrap .pagination li span.current {
  color: #ed5031;
}
body #archive-loop .pagination-wrap .pagination li .fa {
  font-size: 30px;
  display: block;
}
body #single-post-banner {
  padding: 220px 0 0 0;
  position: relative;
  margin-bottom: 400px;
}
body #single-post-banner .blue-overlay {
  background: linear-gradient(180deg, rgba(47, 64, 67, 0.9) 0%, rgba(129, 159, 161, 0.65) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
body #single-post-banner .back-button {
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.3s;
}
body #single-post-banner .back-button i {
  color: #77dee6;
  margin-right: 10px;
  font-size: 20px;
}
body #single-post-banner .back-button:hover {
  color: #ed5031;
  text-decoration-color: #ed5031;
}
body #single-post-banner .info-div {
  text-align: center;
  position: relative;
  z-index: 41;
  transform: translateY(400px);
  margin-top: -400px;
}
body #single-post-banner .info-div .img-div {
  height: 540px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}
body #single-post-banner .info-div .info-box {
  display: inline-flex;
  justify-content: center;
  gap: 30px;
  border-radius: 30px;
  background-color: #e2e9e9;
  padding: 30px;
  padding: 5px 30px;
}
body #single-post-banner .info-div .info-box .terms-list {
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 992px) {
  body #single-post-banner {
    padding: 150px 0 0 0;
    margin-bottom: 300px;
  }
  body #single-post-banner .info-div {
    transform: translateY(300px);
    margin-top: -300px;
  }
  body #single-post-banner .info-div .img-div {
    height: 350px;
  }
}
body #single-post-content {
  padding: 100px 0;
}
@media (max-width: 992px) {
  body #single-post-content {
    padding: 60px 0;
  }
}
body #single-post-related {
  padding: 100px 0;
  background-color: #e2e9e9;
}
body #single-post-related .h3 {
  margin: 0;
}
body #single-post-related .btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  body #single-post-related {
    padding: 60px 0;
  }
}
body #single-product-banner {
  padding-top: 400px;
}
body #single-product-banner .banner-content {
  background: linear-gradient(180deg, rgba(47, 64, 67, 0.9) 0%, rgba(129, 159, 161, 0.65) 100%);
  padding: 50px 0 65px 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
body #single-product-banner .banner-content h1 {
  margin: 0;
}
@media (max-width: 992px) {
  body #single-product-banner {
    padding-top: 300px;
  }
}
body .block-wysiwyg_with_callout {
  padding: 100px 0 150px 0;
}
body .block-wysiwyg_with_callout .row {
  display: flex;
  flex-wrap: wrap;
}
body .block-wysiwyg_with_callout .row::before,
body .block-wysiwyg_with_callout .row::after {
  display: none;
}
body .block-wysiwyg_with_callout .row .col-lg-6 {
  flex: 0 0 50%;
}
body .block-wysiwyg_with_callout .row .col-lg-6 .img-div {
  height: 100%;
  border-radius: 10px;
}
body .block-wysiwyg_with_callout .row .col-lg-6.content-div {
  padding-top: 50px;
  padding-bottom: 50px;
}
body .block-wysiwyg_with_callout .row .col-lg-6 .btn-primary {
  margin-top: 20px;
}
@media (max-width: 992px) {
  body .block-wysiwyg_with_callout .row .col-lg-6 {
    flex: 0 0 100%;
  }
  body .block-wysiwyg_with_callout .row .col-lg-6 .img-div {
    height: 350px;
  }
  body .block-wysiwyg_with_callout .row .col-lg-6.content-div {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  body .block-wysiwyg_with_callout {
    padding: 60px 0 80px 0;
  }
}
body .catalog-callout {
  height: auto;
  position: relative;
}
body .catalog-callout .container {
  padding: 100px 0;
}
body .catalog-callout .overlay {
  background-color: rgba(47, 64, 67, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body .catalog-callout div.catalog-content {
  max-width: 1080px;
  margin: 0 auto;
}
body .catalog-callout div.catalog-content div.cat-pic {
  position: absolute;
  left: 0;
  top: 10px;
}
body .catalog-callout div.catalog-content div.cat-pic .cat-product-image {
  transform: rotate(8deg);
  max-width: 295px;
}
body .catalog-callout div.catalog-content div.cat-text {
  margin-left: auto;
  max-width: 650px;
}
body .catalog-callout div.catalog-content div.cat-text h2 {
  margin-top: 0;
}
@media (max-width: 992px) {
  body .catalog-callout .container {
    padding: 60px 0;
  }
  body .catalog-callout div.catalog-content {
    flex-direction: column;
  }
  body .catalog-callout div.catalog-content div.cat-pic {
    position: static;
  }
}
body .product-section.product-section-flex .intro-div {
  padding-top: 230px;
  min-height: 900px;
  display: flex;
  align-items: flex-end;
}
body .product-section.product-section-flex .intro-div .content-div {
  max-width: 950px;
  padding: 120px 140px;
  border-radius: 0 10px 0 0;
  background-color: rgba(54, 74, 77, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
body .product-section.product-section-flex .intro-div .content-div .h2 {
  margin-top: 0;
}
body .product-section.product-section-flex .image-slider-upper-text {
  transform: translateY(-60px);
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  padding-top: 20px;
  margin-bottom: -40px;
  min-height: 68px;
}
body .product-section.product-section-flex .tab-container {
  padding-bottom: 75px;
}
body .product-section.product-section-flex .tab-container .tab-labels {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
body .product-section.product-section-flex .tab-container .tab-labels .tab-label {
  font-size: 16px;
  color: #2f4043;
  font-weight: 700;
  padding: 5px 20px;
  border-radius: 20px;
  background-color: #e2e9e9;
  transition: all 0.3s;
  border: none !important;
  cursor: pointer;
}
body .product-section.product-section-flex .tab-container .tab-labels .tab-label:hover,
body .product-section.product-section-flex .tab-container .tab-labels .tab-label.active {
  background-color: #77dee6;
}
body .product-section.product-section-flex .tab-container .tab-content {
  display: none;
}
body .product-section.product-section-flex .tab-container .tab-content.active {
  display: block;
}
body .product-section.product-section-flex .tab-container .tab-content .product-images-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  text-align: center;
}
body .product-section.product-section-flex .tab-container .tab-content .product-images-wrapper .single-product-image-wrapper {
  flex: 0 0 calc(100% / 6);
}
body .product-section.product-section-flex .tab-container .tab-content .product-images-wrapper .single-product-image-wrapper .product-image {
  height: 250px;
}
body .product-section.product-section-flex .tab-container .tab-content .product-images-wrapper .single-product-image-wrapper .product-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
body .product-section.product-section-flex .tab-container .tab-content .product-images-wrapper .single-product-image-wrapper .image-caption {
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.3;
}
@media (max-width: 992px) {
  body .product-section.product-section-flex .intro-div {
    padding-top: 150px;
    min-height: 0;
  }
  body .product-section.product-section-flex .intro-div .content-div {
    padding: 80px 60px;
    max-width: 600px;
  }
  body .product-section.product-section-flex .tab-container {
    padding-bottom: 25px;
  }
  body .product-section.product-section-flex .tab-container .tab-content .product-images-wrapper .single-product-image-wrapper {
    flex: 0 0 calc(100% / 4);
  }
}
@media (max-width: 768px) {
  body .product-section.product-section-flex .intro-div {
    padding-top: 180px;
  }
  body .product-section.product-section-flex .intro-div .content-div {
    padding: 60px 40px;
    max-width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 576px) {
  body .product-section.product-section-flex .tab-container .tab-content .product-images-wrapper .single-product-image-wrapper {
    flex: 0 0 calc(100% / 3);
  }
}
body .block-video_popup {
  padding: 75px 0;
}
@media (max-width: 992px) {
  body .block-video_popup {
    padding: 30px 0;
  }
}
body .vendor-section {
  padding: 75px 0;
}
body .vendor-section h2 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
body .vendor-section .vendors-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
body .vendor-section .vendors-list .vendor-link {
  flex: 0 0 192px;
  height: 86px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .vendor-section .vendors-list .vendor-link .vendor-image {
  margin: 0;
}
body .vendor-section .vendors-list .vendor-link .vendor-image img {
  width: 100%;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  mix-blend-mode: luminosity;
  opacity: 0.5;
}
@media (max-width: 992px) {
  body .vendor-section {
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  body .vendor-section .vendors-list {
    gap: 0;
  }
  body .vendor-section .vendors-list .vendor-link {
    flex: 0 0 50%;
    padding: 15px;
  }
}
body .block-testimonial_section {
  text-align: center;
  padding: 150px 0 100px 0;
  background-color: #e2e9e9;
}
body .block-testimonial_section #quote-svg {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 42;
}
body .block-testimonial_section .testimonial-text {
  font-size: 30px;
  font-style: italic;
}
body .block-testimonial_section .testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
body .block-testimonial_section .testimonial-author .img-div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
body .block-testimonial_section .h6 {
  margin-top: 0;
}
body .block-testimonial_section .testimonial-name {
  margin: 0;
}
@media (max-width: 992px) {
  body .block-testimonial_section {
    padding: 100px 0 50px 0;
  }
  body .block-testimonial_section .testimonial-text {
    font-size: 24px;
  }
}
body .block-callout_section .callout-row {
  display: flex !important;
}
body .block-callout_section .callout-row .single-callout {
  flex: 1;
  height: auto !important;
  display: block !important;
  min-height: 500px;
}
body .block-callout_section .callout-row .single-callout .callout-text {
  height: 100%;
  width: 100%;
  background-color: rgba(47, 64, 67, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: background-color 0.3s;
  padding: 3rem 1.5rem;
}
body .block-callout_section .callout-row .single-callout:hover .callout-text {
  background-color: rgba(47, 64, 67, 0.4);
}
@media (max-width: 992px) {
  body .block-callout_section .callout-row {
    flex-wrap: wrap;
  }
  body .block-callout_section .callout-row .single-callout {
    flex: 0 0 100%;
    min-height: 300px;
  }
}
body .lity-product-section-popup {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  max-width: 700px;
  margin: 0 auto;
}
