/*! 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 {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

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

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

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

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

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

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

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

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

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

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

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

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

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

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

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

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

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

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

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

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

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

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

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

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

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

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

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

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

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

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

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

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

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

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

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

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

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

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

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

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

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

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

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

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

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

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

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

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

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

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

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

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

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

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

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

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

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@-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;
  }
}
* {
  box-sizing: border-box;
}

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

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

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

.sr-only, .screen-reader-text {
  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;
}

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

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

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

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

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

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

.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}

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

.clearfix:before, hr:before, .clearfix:after, hr:after {
  content: " ";
  display: table;
}
.clearfix:after, hr: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;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

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

.dropdown {
  position: relative;
}

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

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

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

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

.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.42857;
  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: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

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

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

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

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

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

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

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

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

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: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.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;
}

.bg-primary {
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.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,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

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

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

.initialism {
  font-size: 90%;
  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.42857;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  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: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  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;
  background-color: #000;
}
.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.42857px;
}

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

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-trigger {
  color: #a83338;
  display: block;
  margin-top: 10px;
  float: right;
  position: relative;
  z-index: 101;
}
@media (min-width: 1000px) {
  .menu-trigger {
    display: none;
  }
}
.menu-open .menu-trigger {
  color: #a83338;
}
.menu-trigger .lines {
  width: 30px;
  transition: 300ms;
}
.menu-open .menu-trigger .lines {
  transform: translate(5px, 0);
}
.menu-open .menu-trigger .lines .line-2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.menu-open .menu-trigger .lines .line-1 {
  transform: rotate(45deg) translate(0px, 10px);
}
.menu-open .menu-trigger .lines .line-3 {
  transform: rotate(-45deg) translate(0px, -10px);
}
.menu-trigger .lines .line {
  display: block;
  background: #a83338;
  height: 3px;
  margin-top: 4px;
  transition: 300ms;
}
.menu-open .menu-trigger .lines .line {
  background: #a83338;
}
.menu-trigger .lines, .menu-trigger .label {
  display: block;
  float: left;
}
.menu-trigger .label {
  margin-left: 5px;
  padding-top: 7px;
}

.header-navigation {
  z-index: 100;
  opacity: 0;
  position: absolute;
  top: -20000px;
  left: 0;
  width: 100%;
  transition: opacity 300ms, top 0s 300ms;
}
@media (min-width: 1000px) {
  .header-navigation {
    position: relative;
    top: 0;
    opacity: 1;
  }
}
.menu-open .header-navigation {
  transition: opacity 300ms, top 0s 0s;
  opacity: 1;
  top: 133px;
}
@media (min-width: 700px) {
  .menu-open .header-navigation {
    top: 124px;
  }
}
@media (min-width: 1000px) {
  .header-navigation .nav {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
  }
  .header-navigation .nav li {
    display: table-cell;
  }
  .header-navigation .nav:before, .header-navigation .nav:after {
    display: none;
  }
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  display: block;
  float: none;
  width: auto;
}
@media (min-width: 1000px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav.dropdown-hidden {
  margin-top: 0;
  background-color: #383d40;
}
@media (min-width: 1000px) {
  .nav.dropdown-hidden > .menu-item {
    padding: 0 0;
    padding-right: 0;
    z-index: 20;
  }
}
.nav.dropdown-hidden > .menu-item > a {
  display: block;
  background-color: transparent;
  transition: background-color 300ms, color 300ms;
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: 300;
  border: none;
  text-transform: uppercase;
  text-align: left;
  padding: 0 15px;
  padding-top: 18px;
  height: 52px;
}
@media (min-width: 1000px) {
  .nav.dropdown-hidden > .menu-item > a {
    font-size: 0.7em;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: 70px;
    padding: 20px 20px;
  }
}
.nav.dropdown-hidden > .menu-item > a:hover {
  background-color: transparent;
}
.nav.dropdown-hidden > .menu-item a, .nav.dropdown-hidden > .menu-item .icon-arrow_dd {
  color: #ffffff;
}
.nav.dropdown-hidden > .menu-item:hover:not(.mega-menu), .nav.dropdown-hidden > .menu-item:focus:not(.mega-menu), .nav.dropdown-hidden > .menu-item.open:not(.mega-menu), .nav.dropdown-hidden > .menu-item.current-page-ancestor:not(.mega-menu), .nav.dropdown-hidden > .menu-item .submenu:not(.mega-menu), .nav.dropdown-hidden > .menu-item.current-menu-item:not(.mega-menu) {
  background-color: #565c61;
  color: #ffffff;
}
@media (max-width: 1000px) {
  .nav.dropdown-hidden > .menu-item:hover, .nav.dropdown-hidden > .menu-item:focus, .nav.dropdown-hidden > .menu-item.open {
    background-color: transparent;
  }
}
.nav.dropdown-hidden > .menu-item:hover .mega-menu-group, .nav.dropdown-hidden > .menu-item:hover .submenu, .nav.dropdown-hidden > .menu-item:focus .mega-menu-group, .nav.dropdown-hidden > .menu-item:focus .submenu, .nav.dropdown-hidden > .menu-item.open .mega-menu-group, .nav.dropdown-hidden > .menu-item.open .submenu {
  opacity: 1;
  top: 70px;
  transition: opacity 300ms, top 0s 0s;
}
.nav.dropdown-hidden > .menu-item.has-children a {
  padding-right: 25px;
}
.nav.dropdown-hidden > .menu-item.has-children .icon-arrow_dd {
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 0;
  height: 52px;
  padding-top: 24px;
  width: 50px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .nav.dropdown-hidden > .menu-item.has-children .icon-arrow_dd {
    right: 1px;
    padding-top: 32px;
    font-size: 6px;
    width: 25px;
    background-color: transparent;
  }
}
.nav.dropdown-hidden > .menu-item.open .mega-menu-group {
  display: block;
}
.nav.dropdown-hidden > .menu-item:last-child a {
  border-right: none;
}
@media (min-width: 1000px) {
  .nav.dropdown-hidden .mega-menu-group, .nav.dropdown-hidden .submenu {
    z-index: 100 !important;
    opacity: 0;
    position: absolute;
    top: -20000px;
    left: 0;
    transition: opacity 300ms, top 0s 300ms;
  }
}
.nav.dropdown-hidden .submenu {
  list-style: none;
  text-align: center;
  padding-left: 0;
}
@media (min-width: 1000px) {
  .nav.dropdown-hidden .submenu {
    right: 0;
    width: 200px;
    font-size: 0.8em;
    padding: 10px 0;
  }
}
@media (min-width: 1000px) {
  .nav.dropdown-hidden .submenu .menu-item {
    padding: 0;
    display: block;
    text-align: left;
  }
}
.nav.dropdown-hidden .submenu .menu-item a {
  font-size: 1em;
  color: #ffffff;
  padding: 10px 0;
  display: block;
  background-color: transparent;
  text-decoration: none;
}
@media (min-width: 1000px) {
  .nav.dropdown-hidden .submenu .menu-item a {
    padding: 10px 40px;
  }
}
.nav.dropdown-hidden .submenu .menu-item a span {
  border-bottom: 1px solid transparent;
  transition: border-color 300ms;
}
.nav.dropdown-hidden .submenu .menu-item a:hover a, .nav.dropdown-hidden .submenu .menu-item a.current-menu-item a {
  color: #ffffff;
}
.nav.dropdown-hidden .submenu .menu-item a:hover span, .nav.dropdown-hidden .submenu .menu-item a.current-menu-item span {
  border-bottom-color: #ffffff;
}
.nav.dropdown-hidden .mega-menu {
  transition: background-color 300ms;
}
.nav.dropdown-hidden .mega-menu.light-font a, .nav.dropdown-hidden .mega-menu.light-font .menu-item a {
  color: #ffffff;
}
.nav.dropdown-hidden .mega-menu.dark-font a, .nav.dropdown-hidden .mega-menu.dark-font .menu-item a {
  color: #222222;
}
.nav.dropdown-hidden .mega-menu:hover .submenu, .nav.dropdown-hidden .mega-menu .submenu {
  opacity: 1;
  top: 0;
}
.nav.dropdown-hidden .mega-menu:not(.active):not(:hover) {
  background-color: transparent;
}
.nav.dropdown-hidden .mega-menu .nav a {
  display: inline-block;
}
.nav.dropdown-hidden .mega-menu a:hover, .nav.dropdown-hidden .mega-menu a:focus, .nav.dropdown-hidden .mega-menu.open, .nav.dropdown-hidden .mega-menu.current-menu-item a, .nav.dropdown-hidden .mega-menu:hover a, .nav.dropdown-hidden .mega-menu .submenu {
  background-color: transparent;
}
.nav.dropdown-hidden .mega-menu .submenu {
  padding: 0;
  margin: 0;
  position: relative;
  display: none;
  font-size: 1em;
  width: 100%;
}
@media (min-width: 1000px) {
  .nav.dropdown-hidden .mega-menu .submenu {
    display: block;
  }
}
.nav.dropdown-hidden .mega-menu .submenu .menu-item {
  display: inline-block;
  text-align: left;
  font-size: 0.7em;
  line-height: 150%;
}
.nav.dropdown-hidden .mega-menu .submenu .menu-item:after {
  content: '|';
  display: inline-block;
  padding: 0 3px 0 1px;
}
.nav.dropdown-hidden .mega-menu .submenu .menu-item:last-child:after {
  display: none;
}
.nav.dropdown-hidden .mega-menu .submenu .menu-item a {
  width: auto;
  padding: 0;
}
.nav.dropdown-hidden .mega-menu .menu-item {
  float: none;
}
@media (min-width: 1000px) {
  .nav.dropdown-hidden .mega-menu .menu-item {
    float: left;
  }
}
.nav.dropdown-hidden .mega-menu .menu-item a {
  text-transform: none;
  padding: 0;
}
.nav.dropdown-hidden .mega-menu-group {
  display: none;
}
@media (min-width: 1000px) {
  .nav.dropdown-hidden .mega-menu-group {
    width: 800px;
    display: block;
  }
}
.nav.dropdown-hidden .mega-menu-group .multi-row {
  margin-bottom: 30px;
}
.nav.dropdown-hidden .mega-menu-group .multi-row:last-of-type {
  margin-bottom: 0;
}
.nav.dropdown-hidden .mega-menu-group .heading {
  font-size: 1.9em;
  font-weight: 200;
  margin-top: 0;
}
@media (min-width: 1000px) {
  .nav.dropdown-hidden .mega-menu-group.columns-1 {
    width: 200px;
  }
}
.nav.dropdown-hidden .mega-menu-column {
  position: static;
  padding: 0 0 0 20px;
}
@media (min-width: 1000px) {
  .nav.dropdown-hidden .mega-menu-column {
    padding: 40px;
  }
}
@media (max-width: 1000px) {
  .nav.dropdown-hidden .mega-menu-column .heading {
    margin: 0;
    font-size: 1.2em;
  }
}
.nav.dropdown-hidden .mega-menu-column .nav > .menu-item, .nav.dropdown-hidden .mega-menu-column .heading {
  padding-right: 40px;
}
@media (max-width: 1000px) {
  .nav.dropdown-hidden .mega-menu-column .nav > .menu-item, .nav.dropdown-hidden .mega-menu-column .heading {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .nav.dropdown-hidden .mega-menu-column .nav > .menu-item a, .nav.dropdown-hidden .mega-menu-column .heading a {
    display: block;
  }
}
@media (max-width: 1000px) {
  .nav.dropdown-hidden .mega-menu-column .nav > .menu-item {
    padding-left: 20px;
  }
}
.nav.dropdown-hidden .mega-menu-column .nav.icons.submenus .menu-icon {
  position: absolute;
  left: -40px;
  font-size: 30px;
  display: none;
}
@media (min-width: 1000px) {
  .nav.dropdown-hidden .mega-menu-column .nav.icons.submenus .menu-icon {
    display: block;
  }
}
@media (min-width: 1000px) {
  .nav.dropdown-hidden .mega-menu-column .nav.submenus > .menu-item {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .nav.dropdown-hidden .mega-menu-column .nav.submenus > .menu-item:first-child {
    padding-top: 0;
  }
  .nav.dropdown-hidden .mega-menu-column .nav.submenus > .menu-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .nav.dropdown-hidden .mega-menu-column .nav.submenus > .menu-item a {
    display: inline-block;
  }
  .nav.dropdown-hidden .mega-menu-column .nav.no-submenus.no-icons .menu-item {
    margin-bottom: 26px;
  }
  .nav.dropdown-hidden .mega-menu-column .nav.no-submenus.no-icons .menu-item:last-child {
    margin-bottom: 0;
  }
  .nav.dropdown-hidden .mega-menu-column .nav.no-submenus.no-icons .menu-item a span {
    border-bottom: 1px solid transparent;
    transition: border-color 300ms;
  }
  .nav.dropdown-hidden .mega-menu-column .nav.no-submenus.no-icons .menu-item a:hover a, .nav.dropdown-hidden .mega-menu-column .nav.no-submenus.no-icons .menu-item a.current-menu-item a {
    color: #ffffff;
  }
  .nav.dropdown-hidden .mega-menu-column .nav.no-submenus.no-icons .menu-item a:hover span, .nav.dropdown-hidden .mega-menu-column .nav.no-submenus.no-icons .menu-item a.current-menu-item span {
    border-bottom-color: #ffffff;
  }
  .nav.dropdown-hidden .mega-menu-column .nav.submenus.no-icons > .menu-item > a {
    font-size: 1.9em;
    font-weight: 200;
  }
  .nav.dropdown-hidden .mega-menu-column .nav.no-submenus.no-icons > .menu-item, .nav.dropdown-hidden .mega-menu-column .nav.icons > .menu-item {
    clear: left;
  }
  .nav.dropdown-hidden .mega-menu-column .nav.no-submenus.no-icons > .menu-item > a, .nav.dropdown-hidden .mega-menu-column .nav.icons > .menu-item > a {
    font-size: 0.9em;
    font-weight: 400;
  }
  .nav.dropdown-hidden .mega-menu-column .nav.no-submenus.no-icons > .menu-item.large > a, .nav.dropdown-hidden .mega-menu-column .nav.icons > .menu-item.large > a {
    font-size: 1.9em;
    font-weight: 200;
    margin-top: 0;
  }
  .nav.dropdown-hidden .mega-menu-column .nav.icons.submenus > .menu-item {
    position: relative;
    margin-left: 40px;
  }
}
.nav.dropdown-hidden .cover {
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  display: none;
}
@media (min-width: 1000px) {
  .nav.dropdown-hidden .cover {
    display: block;
  }
}
@media (min-width: 1000px) {
  .nav.dropdown-hidden li:nth-last-child(2) .mega-menu-group {
    width: 235px !important;
  }
}
@media (min-width: 1000px) {
  .nav.dropdown-hidden li:nth-child(2) .mega-menu-group .mega-menu-column:nth-child(1) {
    width: 41.66667% !important;
  }
  .nav.dropdown-hidden li:nth-child(2) .mega-menu-group .mega-menu-column:nth-child(2) {
    position: relative;
    left: 9px;
  }
}

.header {
  background-color: #f5f5f5;
  position: relative;
}
.header .mobile-top {
  display: block;
  padding: 6px 15px;
  background-color: #383d40;
}
@media (min-width: 700px) {
  .header .mobile-top {
    display: none;
  }
}
.header .mobile-top .button, .header .mobile-top .dropdown {
  display: block;
  float: right;
}
.header .mobile-top .button {
  width: 30px;
  height: 30px;
  margin-left: 8px;
  text-align: center;
  padding-top: 6px;
}
.header .mobile-top .dropdown {
  width: 60px;
  margin: 0;
}
.header .mobile-top .dropdown .flag {
  width: 24px;
  height: 12px;
}
.header .mobile-top .dropdown .name {
  display: none;
}
.header .mobile-top .dropdown .icon-arrow_dd {
  padding-top: 6px;
  padding-right: 5px;
}
.header .mobile-top .dropdown a {
  padding: 7px 0 7px 10px;
}
.header .top {
  padding-top: 25px;
  padding-bottom: 25px;
}
.header .header-navigation {
  background-color: #383d40;
}
.header .header-navigation .container {
  padding: 0;
}
@media (min-width: 1000px) {
  .header .header-navigation .container {
    padding: 0 15px;
  }
}
@media (min-width: 1000px) {
  .header.stick .header-navigation {
    position: fixed;
    top: 0;
  }
}
.header .site-logo, .header .dropdown, .header .phone-wrap, .header .search {
  display: none;
  float: left;
}
@media (min-width: 700px) {
  .header .site-logo, .header .dropdown, .header .phone-wrap, .header .search {
    display: block;
  }
}
.header .site-logo {
  display: block;
}
.header .site-logo img {
  width: 134px;
  height: auto;
}
@media (min-width: 700px) {
  .header .site-logo img {
    width: 240px;
  }
}
.header .dropdown {
  background-color: #ffffff;
  width: 193px;
  margin-left: 26px;
  border: 2px solid #ebebeb;
  border-top-width: 0;
  border-left-width: 0;
}
@media (min-width: 880px) {
  .header .dropdown {
    margin-left: 76px;
  }
}
.header .dropdown .flag {
  width: 30px;
  height: 15px;
}
.header .dropdown a {
  display: block;
  color: #222222;
  text-transform: uppercase;
  font-weight: 500;
}
.header .dropdown a:hover, .header .dropdown a:focus {
  text-decoration: none;
}
.header .dropdown .name {
  display: inline-block;
  padding-left: 10px;
}
.header .dropdown .icon-arrow_dd {
  display: block;
  float: right;
  font-size: 6px;
  padding-top: 4px;
}
.header .dropdown-menu {
  border-radius: 0;
  border-color: #ebebeb;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 0;
}
.header .phone {
  text-decoration: none;
  color: #222222;
  border-bottom: 1px solid transparent;
  transition: border 300ms;
  font-weight: 300;
}
.header .phone:hover, .header .phone:focus {
  border-bottom-color: #222222;
}
.header .phone-wrap, .header .dropdown a {
  padding: 15px;
}
.header .search {
  float: left;
  position: relative;
}
@media (min-width: 1000px) {
  .header .search {
    float: right;
  }
}
.header .search input {
  padding: 15px;
  border: 2px solid #ebebeb;
  border-bottom-width: 0;
  border-right-width: 0;
  display: none;
}
@media (min-width: 1000px) {
  .header .search input {
    display: block;
  }
}
.header .search .button {
  width: 42px;
  display: block;
}
.header .search input, .header .search .button {
  float: left;
  height: 46px;
}
.header .search input, .header .dropdown a {
  font-size: 0.7em;
}
.header .menu-trigger {
  margin-top: 0;
}
@media (min-width: 700px) {
  .header .menu-trigger {
    margin-top: 10px;
  }
}
.header .right-background {
  background-color: #818587;
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  display: none;
  z-index: 10;
}
@media (min-width: 1000px) {
  .header .right-background {
    display: block;
  }
}

.footer {
  padding: 20px 0;
  color: #ffffff;
  background-color: #383d40;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.footer .heading, .footer .top, .footer .middle {
  display: none;
}
@media (min-width: 768px) {
  .footer .heading, .footer .top, .footer .middle {
    display: block;
  }
}
.footer .heading {
  font-size: 1.8em;
  margin-bottom: 40px;
  font-weight: 200;
  margin-top: 0;
}
.footer .nav > .menu-item > a {
  height: 30px;
  margin-bottom: 20px;
}
.footer .nav .menu-item {
  text-transform: uppercase;
}
.footer .nav .menu-item a {
  color: #ffffff;
  text-align: left;
  padding: 0;
  font-size: 0.88em;
  font-weight: 400;
}
.footer .nav .menu-item a:hover, .footer .nav .menu-item a:focus {
  background-color: transparent;
}
.footer .nav .submenu {
  list-style: none;
  padding-left: 0;
}
.footer .nav .submenu .menu-item {
  text-transform: none;
  font-size: 0.8em;
}
.footer .nav .submenu .menu-item a {
  color: #b0b0b0;
  display: inline-block;
  padding: 6px 0;
  width: 100%;
}
.footer .footer-section {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .footer .footer-section {
    border-bottom: 1px solid #54575a;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .footer .footer-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.footer .footer-nav > .menu-item:first-child {
  padding-left: 15px;
}
.footer .footer-nav > .menu-item, .footer .menu-right {
  padding-right: 0;
}
.footer .footer-section.middle .footer-nav > .menu-item {
  padding-left: 35px;
}
@media (min-width: 768px) {
  .footer .bottom-menu-wrap {
    margin-top: 14px;
  }
}
@media (min-width: 768px) {
  .footer .bottom-menu-wrap .bottom-nav {
    float: right;
  }
}
.footer .bottom-menu-wrap .nav {
  border-bottom: 1px solid #54575a;
  border-top: 1px solid #54575a;
  padding: 20px 0;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .footer .bottom-menu-wrap .nav {
    padding: 0;
    margin: 0;
    border: none;
    width: 65%;
  }
}
@media (min-width: 980px) {
  .footer .bottom-menu-wrap .nav {
    width: 75%;
  }
}
.footer .bottom-menu-wrap .nav .menu-item a {
  margin-bottom: 0;
  height: auto;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .footer .bottom-menu-wrap .nav .menu-item a {
    padding: 0;
    text-align: right;
  }
}
.footer .bottom-menu-wrap .copy, .footer .bottom-menu-wrap .nav .menu-item a {
  color: #b0b0b0;
  font-size: 0.6em;
}
.footer .bottom-menu-wrap .copy {
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .bottom-menu-wrap .copy {
    float: left;
    text-align: left;
  }
}
.footer .site-logo img {
  width: 148px;
  height: auto;
}
.footer .icons {
  font-size: 26px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer .icons {
    margin-top: 0;
    float: right;
    font-size: 16px;
  }
}
.footer .icons .icon-link {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding: 0 14px;
  transition: color 300ms;
}
.footer .icons .icon-link:hover, .footer .icons .icon-link:focus {
  color: #676767;
}
@media (min-width: 768px) {
  .footer .icons .icon-link {
    padding: 0 0 0 60px;
  }
}
.footer .bottom-top {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .bottom-top {
    text-align: left;
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
}

html, body {
  height: 100%;
}

* {
  box-sizing: border-box;
}

.container {
  width: auto;
  max-width: 980px;
}

.white-font, .white-font:hover, .white-font:focus {
  color: #ffffff;
}

.light-font, .light-font:hover, .light-font:focus {
  color: #676767;
}

.medium-font, .medium-font:hover, .medium-font:focus {
  color: #474747;
}

.dark-font, .dark-font:hover, .dark-font:focus {
  color: #222222;
}

.blue-font, .blue-font:hover, .blue-font:focus {
  color: #3e8eff;
}

.maroon-font, .maroon-font:hover, .maroon-font:focus {
  color: #a83338;
}

.purple-font, .purple-font:hover, purple-font:focus {
  color: #752864;
}

.green-font, .green-font:hover, .green-font:focus {
  color: #77bc51;
}

.orange-font, .orange-font:hover, .orange-font:focus {
  color: #f07516;
}

.casepoint-font, .casepoint-font:hover, .casepoint-font:focus {
  color: #3E8EDE;
}

.dynamicsprint-font, .dynamicsprint-font:hover, .dynamicsprint-font:focus {
  color: #CF0072;
}

.edupoint-font, .edupoint-font:hover, .edupoint-font:focus {
  color: #BED600;
}

.hirepoint-font, .hirepoint-font:hover, .hirepoint-font:focus {
  color: #FF5800;
}

.minepoint-font, .minepoint-font:hover, .minepoint-font:focus {
  color: #782327;
}

.resourcepoint-font, .resourcepoint-font:hover, .resourcepoint-font:focus {
  color: #5E3032;
}

.supplypoint-font, .supplypoint-font:hover, .supplypoint-font:focus {
  color: #D52B1E;
}

.techpoint-font, .techpoint-font:hover, .techpoint-font:focus {
  color: #EEAF30;
}

.timepoint-font, .timepoint-font:hover, .timepoint-font:focus {
  color: #614D7D;
}

.vinpoint-font, .vinpoint-font:hover, .vinpoint-font:focus {
  color: #752864;
}

.module {
  padding: 75px 0;
  background-size: cover;
  background-position: 50% 50%;
}
.module h2 {
  margin-bottom: 24px;
  font-size: 1.9em;
  line-height: 1.1em;
}
@media (min-width: 480px) {
  .module h2 {
    font-size: 2.1em;
  }
}
.module .items .row {
  -ms-flex-pack: center;
      justify-content: center;
}
.module .item {
  position: relative;
  min-width: 0;
}
.module .item .background {
  position: absolute;
  top: 0;
  bottom: 0;
}

.white {
  background-color: #ffffff;
}

.light-grey {
  background-color: #f5f5f5;
}
.light-grey.hover-only {
  background-color: transparent;
}
.light-grey.hover-only:hover {
  background-color: #f5f5f5;
}

.medium-grey {
  background-color: #818587;
}
.medium-grey.hover-only {
  background-color: transparent;
}
.medium-grey.hover-only:hover {
  background-color: #818587;
}

.dark-grey {
  background-color: #383d40;
}
.dark-grey.hover-only {
  background-color: transparent;
}
.dark-grey.hover-only:hover {
  background-color: #383d40;
}

.blue {
  background-color: #3e8eff;
}
.blue.hover-only {
  background-color: transparent;
}
.blue.hover-only:hover {
  background-color: #3e8eff;
}

.maroon {
  background-color: #a83338;
}
.maroon.hover-only {
  background-color: transparent;
}
.maroon.hover-only:hover {
  background-color: #a83338;
}

.dark-purple {
  background-color: #671f57;
}
.dark-purple.hover-only {
  background-color: transparent;
}
.dark-purple.hover-only:hover {
  background-color: #671f57;
}

.purple {
  background-color: #752864;
}
.purple.hover-only {
  background-color: transparent;
}
.purple.hover-only:hover {
  background-color: #752864;
}

.dark-orange {
  background-color: #ec6511;
}
.dark-orange.hover-only {
  background-color: transparent;
}
.dark-orange.hover-only:hover {
  background-color: #ec6511;
}

.orange {
  background-color: #f07516;
}
.orange.hover-only {
  background-color: transparent;
}
.orange.hover-only:hover {
  background-color: #f07516;
}

.grey {
  background-color: #5E6E66;
}
.grey.hover-only {
  background-color: transparent;
}
.grey.hover-only:hover {
  background-color: #5E6E66;
}

.green {
  background-color: #77bc51;
}
.green.hover-only {
  background-color: transparent;
}
.green.hover-only:hover {
  background-color: #77bc51;
}

.casepoint {
  background-color: #3E8EDE;
}
.casepoint.hover-only {
  background-color: transparent;
}
.casepoint.hover-only:hover {
  background-color: #3E8EDE;
}

.dynamicsprint {
  background-color: #CF0072;
}
.dynamicsprint.hover-only {
  background-color: transparent;
}
.dynamicsprint.hover-only:hover {
  background-color: #CF0072;
}

.edupoint {
  background-color: #BED600;
}
.edupoint.hover-only {
  background-color: transparent;
}
.edupoint.hover-only:hover {
  background-color: #BED600;
}

.hirepoint {
  background-color: #FF5800;
}
.hirepoint.hover-only {
  background-color: transparent;
}
.hirepoint.hover-only:hover {
  background-color: #FF5800;
}

.minepoint {
  background-color: #782327;
}
.minepoint.hover-only {
  background-color: transparent;
}
.minepoint.hover-only:hover {
  background-color: #782327;
}

.resourcepoint {
  background-color: #5E3032;
}
.resourcepoint.hover-only {
  background-color: transparent;
}
.resourcepoint.hover-only:hover {
  background-color: #5E3032;
}

.supplypoint {
  background-color: #D52B1E;
}
.supplypoint.hover-only {
  background-color: transparent;
}
.supplypoint.hover-only:hover {
  background-color: #D52B1E;
}

.techpoint {
  background-color: #EEAF30;
}
.techpoint.hover-only {
  background-color: transparent;
}
.techpoint.hover-only:hover {
  background-color: #EEAF30;
}

.timepoint {
  background-color: #614D7D;
}
.timepoint.hover-only {
  background-color: transparent;
}
.timepoint.hover-only:hover {
  background-color: #614D7D;
}

.vinpoint {
  background-color: #752864;
}
.vinpoint.hover-only {
  background-color: transparent;
}
.vinpoint.hover-only:hover {
  background-color: #752864;
}

.general-page-content {
  padding-top: 90px;
}

.page-banner {
  padding: 60px 0;
  background-color: #383d40;
  background-size: cover;
  background-position: 50% 0;
  color: #ffffff;
}
@media (min-width: 768px) {
  .page-banner {
    height: 160px;
  }
}
.page-banner .container {
  text-align: center;
}
.page-banner h1 {
  margin-bottom: 0;
}
.page-banner-large {
  height: 250px;
  padding: 105px 0;
}

.embed-responsive {
  margin-bottom: 20px;
}

.support-button {
  display: none;
}
@media (min-width: 1235px) {
  .support-button {
    display: block;
    background-color: #77bc51;
    position: fixed;
    margin-top: 244px;
    bottom: initial;
    right: 0;
    color: #fff;
    font-weight: 700;
    font-size: 0.8em;
    padding: 8px 5px 5px 8px;
    z-index: 90;
  }
}
.support-button p {
  font-weight: 500;
  margin: 0 0 5px 0;
}
.support-button p.sub {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 300;
}
.support-button:hover, .support-button:active {
  background-color: #3e8eff;
  text-decoration: none;
}
.support-button:hover p, .support-button:active p {
  text-decoration: none;
  color: #fff;
}

body.home .support-button {
  bottom: 200px;
  margin-top: auto;
}

#lhnContainerDone {
  display: none;
}
@media (min-width: 1235px) {
  #lhnContainerDone {
    display: block;
    top: 50%;
    margin-top: -24px;
    right: 0 !important;
    height: 49px !important;
  }
}

.form-error {
  color: #f00;
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  top: calc(100% + 5px);
  left: 3px;
}

.button {
  color: #ffffff;
  font-weight: 300;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  transition: background-color 300ms;
}
.button:hover, .button:focus {
  color: #ffffff;
  text-decoration: none;
}
.button.small {
  padding: 11px 30px 11px 30px;
  min-width: 110px;
  font-size: 1em;
}
.button.medium {
  padding: 18px 30px 18px 30px;
  min-width: 130px;
}
.button.large {
  padding: 27px 40px 27px 40px;
  min-width: 164px;
}
.button.white {
  background-color: #ffffff;
  color: #222222;
}
.button.white:hover {
  color: #ffffff;
  background-color: #383d40;
}
.button.maroon {
  background-color: #a83338;
}
.button.maroon:hover {
  background-color: #383d40;
}
.button.maroon:hover.small {
  background-color: #d7290f;
}
.button.blue {
  background-color: #3e8eff;
}
.button.blue:hover {
  background-color: #383d40;
}
.button.light-grey {
  background-color: #f5f5f5;
  color: #222222;
}
.button.light-grey:hover {
  background-color: #383d40;
  color: #ffffff;
}
.button.green {
  background-color: #77bc51;
  color: #ffffff;
}
.button.green:hover {
  background-color: #383d40;
  color: #ffffff;
}
.button.dark {
  background-color: #383d40;
  color: #ffffff;
}
.button.dark:hover {
  background-color: #a83338;
  color: #ffffff;
}

.vfbp-form {
  margin: 0 -15px;
  text-align: left;
}
.vfbp-form .vfb-form-control {
  height: 58px;
}
.vfbp-form textarea.vfb-form-control {
  height: 120px;
}
.vfbp-form input.vfb-form-control, .vfbp-form textarea.vfb-form-control {
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
}
.vfbp-form .vfb-form-control, .vfbp-form .vfb-form-control:focus {
  box-shadow: none;
}
.vfbp-form .vfb-control-label {
  font-weight: 500;
}
.vfbp-form .vfb-control-label, .vfbp-form .vfb-form-control, .vfbp-form .dropdown {
  font-size: 0.8em;
}
.vfbp-form .form-row {
  position: relative;
}
.vfbp-form input[type="radio"], .vfbp-form input[type="checkbox"] {
  height: auto;
}
.vfbp-form .vfb-required-asterisk {
  color: #d7290f;
}

.hasCustomSelect {
  z-index: 2;
}

.customSelect {
  z-index: 1;
  color: #ffffff;
  padding: 10px 20px;
  position: relative;
}

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

.gallery-item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery-columns-0 .gallery-item {
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-item .gallery-caption {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 24px;
  color: inherit;
  text-transform: uppercase;
  margin: 20px 0 0;
}
.background-brown .gallery-item .gallery-caption {
  color: #e0e0e0;
}

a .alignright {
  float: right;
  margin: 5px 0 30px 30px;
}

a .alignnone {
  margin: 5px 30px 30px 0;
}

a .alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}

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

.alignnone, .aligncenter, .alignright, .alignleft {
  margin: 0;
}
.alignnone img, .aligncenter img, .alignright img, .alignleft img {
  margin: 0;
}
.alignnone iframe, .aligncenter iframe, .alignright iframe, .alignleft iframe {
  width: 100%;
}

@media (min-width: 768px) {
  .alignnone {
    padding: 5px 30px 30px 0;
  }

  .aligncenter {
    display: block;
    padding: 5px auto 5px auto;
  }

  .alignright {
    float: right;
    padding: 5px 0 30px 30px;
  }

  .alignleft {
    float: left;
    padding: 5px 30px 30px 0;
  }
}
img.alignright, img.alignnone, img.alignleft, img.aligncenter {
  height: auto;
}

.wp-caption {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 24px;
  color: inherit;
  text-transform: uppercase;
  margin: 20px 0 0;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
}

html {
  font-size: 100%;
}

body {
  background: #ffffff;
  font: 100% "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

h1, h2 {
  font-weight: 200;
}

h3, h4, h5, h6 {
  font-weight: 300;
}

article h6 {
  font-weight: 400;
}
article a {
  font-size: 1.2em;
}
article p, article li {
  font-weight: 300;
  font-size: 0.85em;
}
article blockquote {
  text-align: center;
  font-weight: 200;
  font-size: 2em;
  border-left: none;
}
article ol {
  list-style-position: inside;
}
article p, article li {
  line-height: 170%;
  font-weight: 200;
}
article .lead {
  margin: 0 0 30px 0;
  font-size: 1.6em;
  font-weight: 200;
}
article .lead.large {
  font-size: 1.9em;
  line-height: 170%;
}
article .lead.large.centre {
  max-width: 680px;
  display: block;
  margin: 0 auto;
}
article .button.medium {
  font-weight: 300;
  font-size: 0.9em;
}
article iframe {
  border: none;
  max-width: 100%;
}

hr {
  display: block;
  width: 100%;
  border-color: #d8d8d8;
}

.post-type-post,
.post-type-video,
.post-type-media {
  margin-bottom: 60px;
}
.post-type-post h5,
.post-type-video h5,
.post-type-media h5 {
  font-weight: 400;
}
.post-type-post .author,
.post-type-video .author,
.post-type-media .author {
  font-size: 0.7em;
  text-transform: uppercase;
}
.post-type-post .author .avatar,
.post-type-video .author .avatar,
.post-type-media .author .avatar {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
}
.post-type-post .author,
.post-type-video .author,
.post-type-media .author {
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  .post-type-post .author,
  .post-type-video .author,
  .post-type-media .author {
    float: left;
  }
}
@media (min-width: 500px) {
  .post-type-post .social,
  .post-type-video .social,
  .post-type-media .social {
    float: right;
  }
}
.post-type-post .social a,
.post-type-video .social a,
.post-type-media .social a {
  color: #676767;
  margin-left: 5px;
}
.post-type-post .social a:hover,
.post-type-video .social a:hover,
.post-type-media .social a:hover {
  text-decoration: none;
  color: #222222;
}
.post-type-post img,
.post-type-video img,
.post-type-media img {
  max-width: 100%;
  height: auto;
}

aside .heading {
  margin-top: 0;
  font-size: 1.2em;
  font-weight: 500;
}
aside .item {
  font-size: 0.7em;
  color: #737884;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  transition: color 300ms;
}
aside .item:first-child {
  padding-top: 12px;
  border-top: 1px solid #e5e5e5;
}
aside .item:hover {
  color: #222222;
}

.post-navigation {
  clear: left;
  margin-bottom: 90px;
}
.post-navigation .button {
  font-size: 0.7em;
  width: 100%;
  display: block;
  float: left;
  text-align: center;
}
@media (min-width: 768px) {
  .post-navigation .button {
    width: 33.333333%;
  }
}

.tease {
  background-color: #f5f5f5;
  margin-bottom: 25px;
  color: #474747;
}
.tease a, .tease a:hover, .tease a:focus {
  color: #222222;
  text-decoration: none;
}
.tease h2 {
  font-size: 1em;
  font-weight: 300;
}
.tease p {
  margin: 0 0 8px 0;
}
.tease .image {
  height: 250px;
  width: 100%;
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}
.tease .bottom {
  padding: 20px 25px;
}
.tease .meta {
  font-size: 0.8em;
}

@media (min-width: 768px) {
  .single aside {
    padding-left: 50px;
  }
}

.post-tags {
  font-size: 0.85em;
}
.post-tags a {
  color: #474749;
}
.post-tags a:hover {
  text-decoration: underline;
}

.sidebar {
  font-size: 80%;
}
.sidebar > ul {
  padding: 0;
  list-style: none;
}
.sidebar > ul > li {
  margin-bottom: 20px;
}
.sidebar h2 {
  font-size: 18px;
}
.sidebar select {
  width: 100%;
  background-color: #f5f5f5;
  height: 40px;
}

#colorbox {
  outline: none;
  color: #ffffff;
}
#colorbox [class^="icon-"], #colorbox [class*=" icon-"] {
  color: #3e8eff;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #ffffff;
}

#colorbox, #cboxOverlay {
  z-index: 1000;
}

#cboxTitle {
  margin-top: 10px;
  text-align: center;
  font-size: 1.4em;
}
#cboxTitle p {
  color: #222222;
  margin: 0;
}

#cboxClose {
  border: none;
  background-color: transparent;
  outline: none;
  position: absolute;
  padding: 0;
  right: -25px;
  top: -30px;
  font-size: 24px;
}

#cboxNext, #cboxPrevious, #cboxClose {
  color: #ffffff;
  outline: none;
}

#cboxNext, #cboxPrevious {
  display: inline-block;
  border: none;
  background: none;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  font-size: 30px;
}

#cboxNext {
  right: -35px;
}

#cboxPrevious {
  left: -35px;
}

#cboxLoadingOverlay {
  background: url(../img/ajax-loader.gif) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1000px) {
  .page-wrap {
    min-height: 100%;
    width: 100%;
    margin-bottom: -1000px;
  }
  .page-wrap:after {
    content: "";
    display: block;
  }
}

@media (min-width: 1000px) {
  .footer, .page-wrap:after {
    height: 1000px;
  }
}

@media (min-width: 1000px) {
  body.page-template-template-campaign-page .page-wrap {
    margin-bottom: -420px;
  }
}
@media (min-width: 1000px) {
  body.page-template-template-campaign-page .footer, body.page-template-template-campaign-page .page-wrap:after {
    height: 420px;
  }
}

.pagination {
  text-align: center;
  font-size: 1em;
  font-weight: 400;
}
.pagination ul {
  padding: 0;
  position: relative;
}
.pagination li {
  display: inline-block;
  list-style: none;
  padding: 0 6px;
}
.pagination li a {
  color: #222222;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 6px;
  font-size: 0.8em;
  border: none;
  text-decoration: none;
  transition: color 300ms, border-color 300ms, background-color 300ms;
}
.pagination li.active a {
  border-bottom: 3px solid #a83338;
}
.pagination li:hover.page-number a {
  color: #d7290f;
}
.pagination .prev {
  left: 0;
}
.pagination .next {
  right: 0;
}
.pagination .prev, .pagination .next {
  position: absolute;
  padding: 0;
}
.pagination .prev a, .pagination .next a {
  width: 70px;
  padding: 0;
  color: #ffffff;
}

.page-template-contact {
  background-color: #f5f5f5;
}
.page-template-contact .location {
  margin-bottom: 70px;
}
.page-template-contact .location:last-child {
  margin-bottom: 0;
}
.page-template-contact .location h3 {
  font-weight: 500;
  font-size: 1.8em;
  margin-bottom: 10px;
  margin-top: 0;
}
.page-template-contact .location p {
  font-size: 1.4em;
  font-weight: 200;
  line-height: 140%;
  margin: 0;
}
.page-template-contact .location .address {
  margin-bottom: 30px;
}
.page-template-contact .location .phone span {
  font-weight: 500;
  display: inline-block;
  margin-right: 6px;
}
.page-template-contact .tab-content {
  background-color: #ffffff;
}
.page-template-contact .tab-pane {
  padding: 70px 0;
}
.page-template-contact .location-info {
  margin-bottom: 20px;
}
.page-template-contact .map-wrap .map {
  width: 100%;
  height: 300px;
}
@media (min-width: 880px) {
  .page-template-contact .contact .dropdown {
    display: none;
  }
}
@media (min-width: 880px) {
  .page-template-contact .contact .nav-tabs li {
    float: none;
    display: table-cell;
    width: 1%;
  }
}
@media (min-width: 880px) {
  .page-template-contact .contact .nav-tabs li a {
    font-size: 1em;
  }
}
@media (min-width: 970px) {
  .page-template-contact .contact .nav-tabs li a {
    font-size: 1.1em;
  }
}
@media (min-width: 1160px) {
  .page-template-contact .contact .nav-tabs li a {
    font-size: 1.4em;
  }
}
.page-template-contact .contact .nav-tabs .location-tab {
  display: none;
}
@media (min-width: 880px) {
  .page-template-contact .contact .nav-tabs .location-tab {
    display: table-cell;
  }
}

.children-wrap {
  padding: 0;
}
.children-wrap .arrow {
  font-size: 10px;
  display: inline-block;
  transition: transform 300ms;
}
.children-wrap.open .arrow {
  transform: rotate(180deg);
}
.children-wrap .show-children {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 0.8em;
  padding: 20px 0;
  background-color: #4f6158;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.children-wrap .show-children .text {
  margin-right: 10px;
}
.children-wrap .children {
  background-color: #5e6e66;
  overflow: hidden;
  transition: height 300ms;
}
.children-wrap .children .row {
  margin: 0 -10px;
}
.children-wrap .child-wrap {
  padding: 20px 10px;
}
.children-wrap .child {
  display: block;
  height: 145px;
  background-color: #ffffff;
  width: 100%;
  padding: 20px;
  color: #222222;
  text-decoration: none;
  position: relative;
  transition: background-color 300ms, color 300ms;
}
.children-wrap .child .child-icon {
  color: #5e6e66;
  font-size: 40px;
  transition: color 300ms;
}
.children-wrap .child .text {
  font-weight: 500;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.children-wrap .child:hover {
  background-color: #383d40;
  color: #ffffff;
}
.children-wrap .child:hover .child-icon {
  color: #ffffff;
}

.tab-dropdown-wrap .dropdown {
  display: block;
  float: right;
  width: 100%;
}
@media (min-width: 880px) {
  .tab-dropdown-wrap .dropdown {
    display: none;
  }
}
@media (min-width: 500px) {
  .tab-dropdown-wrap .dropdown {
    width: 300px;
  }
}
.tab-dropdown-wrap .dropdown .dropdown-label {
  width: 100%;
}
.tab-dropdown-wrap .dropdown .dropdown-label:focus {
  text-decoration: none;
}
.tab-dropdown-wrap .dropdown .dropdown-label .icon-arrow_dd {
  font-size: 10px;
}
.tab-dropdown-wrap .dropdown-menu {
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
  border-top: 0;
}
.tab-dropdown-wrap .nav-tabs, .tab-dropdown-wrap .dropdown {
  margin-top: 16px;
}
.tab-dropdown-wrap .nav-tabs li, .tab-dropdown-wrap .dropdown-label {
  display: inline-block;
}
.tab-dropdown-wrap .nav-tabs li a, .tab-dropdown-wrap .dropdown-label {
  text-align: center;
  padding: 26px 10px;
  background-color: #d7d7d7;
  font-weight: 500;
  color: #222222;
  font-size: 1.4em;
  line-height: 120%;
}
.tab-dropdown-wrap .nav-tabs li.active a, .tab-dropdown-wrap .nav-tabs li a:hover, .tab-dropdown-wrap .dropdown-label:hover, .tab-dropdown-wrap .active .dropdown-label {
  background-color: #ffffff;
  text-decoration: none;
}
.tab-dropdown-wrap .nav-tabs {
  border: none;
  float: left;
}
@media (min-width: 880px) {
  .tab-dropdown-wrap .nav-tabs {
    width: 100%;
    float: none;
  }
}
.tab-dropdown-wrap .nav-tabs li {
  display: inline-block;
  width: 215px;
}
@media (min-width: 880px) {
  .tab-dropdown-wrap .nav-tabs li {
    float: none;
    display: table-cell;
    width: 1%;
  }
}
.tab-dropdown-wrap .nav-tabs li a {
  border-radius: 0;
}
@media (min-width: 880px) {
  .tab-dropdown-wrap .nav-tabs li a {
    font-size: 1em;
  }
}
@media (min-width: 970px) {
  .tab-dropdown-wrap .nav-tabs li a {
    font-size: 1.1em;
  }
}
@media (min-width: 1160px) {
  .tab-dropdown-wrap .nav-tabs li a {
    font-size: 1.4em;
  }
}
.tab-dropdown-wrap .nav-tabs li a, .tab-dropdown-wrap .nav-tabs li a:hover, .tab-dropdown-wrap .nav-tabs li a:focus {
  border: none;
}
.tab-dropdown-wrap .nav-tabs .tab {
  display: none;
}
@media (min-width: 880px) {
  .tab-dropdown-wrap .nav-tabs .tab {
    display: table-cell;
    vertical-align: middle;
    background-color: #d7d7d7;
  }
  .tab-dropdown-wrap .nav-tabs .tab:hover {
    background-color: #f5f5f5;
  }
  .tab-dropdown-wrap .nav-tabs .tab:hover a {
    background-color: #f5f5f5;
  }
  .tab-dropdown-wrap .nav-tabs .tab.active {
    background-color: #fff;
    text-decoration: none;
  }
  .tab-dropdown-wrap .nav-tabs .tab.active a {
    background-color: #fff;
  }
}

.page-template-custom-search #search-app {
  min-height: 436px;
  background-color: #f5f5f5;
  padding: 60px 0 80px 0;
}
@media (min-width: 835px) {
  .page-template-custom-search #search-app {
    padding: 90px 0 130px 0;
    min-height: auto;
  }
}
.page-template-custom-search #search-top {
  position: relative;
}
@media (min-width: 835px) {
  .page-template-custom-search #search-top:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    background-color: #ffffff;
    top: -90px;
    height: 335px;
  }
}
.page-template-custom-search .top-heading {
  font-weight: 200;
  font-size: 1.2em;
}
@media (min-width: 835px) {
  .page-template-custom-search .top-heading {
    font-size: 1.8em;
    margin-bottom: 25px;
  }
}
.page-template-custom-search .top-heading.empty {
  visibility: hidden;
}
.page-template-custom-search .top-heading .pre {
  font-weight: 500;
}
.page-template-custom-search .top-heading br {
  display: inline-block;
}
@media (min-width: 380px) {
  .page-template-custom-search .top-heading br {
    display: none;
  }
}
.page-template-custom-search .filter-wrap {
  position: relative;
  z-index: 2;
  padding-bottom: 0;
}
@media (min-width: 835px) {
  .page-template-custom-search .filter-wrap {
    padding-bottom: 50px;
  }
}
.page-template-custom-search .filter-wrap .spinner {
  bottom: 20px;
}
@media (max-width: 835px) {
  .page-template-custom-search .search-bottom .container, .page-template-custom-search .filter-wrap {
    padding-left: 35px;
  }
}
.page-template-custom-search .search-bottom {
  padding-top: 20px;
  position: relative;
}
.page-template-custom-search .tag-groups .tag-group {
  text-align: center;
  width: 25%;
  float: left;
}
.page-template-custom-search .label {
  display: none;
}
@media (min-width: 835px) {
  .page-template-custom-search .label {
    color: #222222;
    margin-bottom: 4px;
    display: block;
    font-weight: 300;
  }
}
.page-template-custom-search .filters {
  z-index: 2;
  position: fixed;
  top: 323px;
  left: -274px;
  transition: left 300ms;
}
@media (max-width: 835px) {
  .page-template-custom-search .filters {
    background-color: #383d40;
    padding: 40px 20px;
    box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 835px) {
  .page-template-custom-search .filters {
    position: static;
    height: 60px;
    left: auto;
    top: auto;
  }
}
.page-template-custom-search .filters .vertical {
  position: absolute;
  color: #ffffff;
  right: -29px;
  display: block;
  transform: rotate(90deg);
  transform-origin: left top;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.8em;
}
@media (min-width: 835px) {
  .page-template-custom-search .filters .vertical {
    display: none;
  }
}
.page-template-custom-search .filters .vertical .text {
  background-color: #a83338;
  padding: 8px 20px 6px 20px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  transition: opacity 300ms;
}
.page-template-custom-search .filters.open .open-text, .page-template-custom-search .filters .close-text {
  opacity: 0;
}
.page-template-custom-search .filters.open .close-text, .page-template-custom-search .filters .open-text {
  opacity: 1;
}
.page-template-custom-search .filters.open {
  left: 0;
}
.page-template-custom-search .filters .keyword {
  width: 100%;
  height: 50px;
  color: #ffffff;
  position: relative;
  margin-bottom: 12px;
}
@media (min-width: 835px) {
  .page-template-custom-search .filters .keyword {
    width: 50%;
    padding-right: 10px;
  }
}
.page-template-custom-search .filters .keyword input {
  background-color: #818587;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 0.8em;
  display: block;
  width: 100%;
}
@media (min-width: 835px) {
  .page-template-custom-search .filters .keyword input {
    padding-right: 60px;
  }
}
.page-template-custom-search .filters .keyword button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #a83338;
}
@media (min-width: 835px) {
  .page-template-custom-search .filters .keyword button {
    top: 23px;
    right: 10px;
    background-color: #383d40;
    width: 60px;
  }
}
.page-template-custom-search .filters .keyword input, .page-template-custom-search .filters .keyword button {
  border: none;
  height: 100%;
}
@media (min-width: 835px) {
  .page-template-custom-search .filters .keyword, .page-template-custom-search .filters .sort-by, .page-template-custom-search .filters .tag-group {
    height: 100%;
  }
}
@media (min-width: 835px) {
  .page-template-custom-search .filters .keyword, .page-template-custom-search .filters .tags-wrap {
    float: left;
  }
}
.page-template-custom-search .filters .tags-wrap {
  color: #ffffff;
  height: 100%;
}
@media (min-width: 835px) {
  .page-template-custom-search .filters .tags-wrap {
    width: 50%;
  }
}
.page-template-custom-search .filters .tag-groups {
  background-color: #383d40;
}
.page-template-custom-search .filters .sort-by, .page-template-custom-search .filters .tag-groups {
  font-weight: 400;
  font-size: 0.65em;
}
@media (min-width: 835px) {
  .page-template-custom-search .filters .sort-by, .page-template-custom-search .filters .tag-groups {
    float: left;
  }
}
@media (min-width: 835px) and (max-width: 945px) {
  .page-template-custom-search .filters .sort-by, .page-template-custom-search .filters .tag-groups {
    font-size: 0.55em;
  }
}
.page-template-custom-search .filters .sort-by, .page-template-custom-search .filters .dropdown-label {
  padding: 19px 15px;
  display: block;
  text-align: center;
}
@media (min-width: 835px) {
  .page-template-custom-search .filters .sort-by, .page-template-custom-search .filters .dropdown-label {
    padding: 24px 15px;
  }
}
@media (min-width: 835px) {
  .page-template-custom-search .filters .sort-by {
    width: 15%;
  }
}
@media (min-width: 835px) {
  .page-template-custom-search .filters .tag-groups {
    width: 100%;
  }
}
@media (max-width: 835px) {
  .page-template-custom-search .filters .tag-groups .tag-group {
    width: 100%;
    float: none;
  }
}
.page-template-custom-search .filters .dropdown {
  margin-bottom: 12px;
  border: 1px solid #5f6366;
}
@media (min-width: 835px) {
  .page-template-custom-search .filters .dropdown {
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-width: 0 0 0 1px;
  }
}
.page-template-custom-search .filters .dropdown.open .dropdown-label {
  background-color: #752864;
}
.page-template-custom-search .filters .dropdown .dropdown-label {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
.page-template-custom-search .filters .dropdown .dropdown-label .icon-arrow_dd {
  font-size: 6px;
  display: inline-block;
  padding-left: 5px;
}
@media (min-width: 875px) {
  .page-template-custom-search .filters .dropdown .dropdown-label .icon-arrow_dd {
    padding-left: 10px;
  }
}
.page-template-custom-search .filters .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  background-color: #752864;
  border: none;
  box-shadow: none;
  border-radius: 0;
  left: auto;
  right: 0;
  min-width: 100%;
  width: 100%;
  font-size: 1em;
  text-align: center;
}
@media (min-width: 835px) {
  .page-template-custom-search .filters .dropdown .dropdown-menu {
    padding: 20px 0 10px 0;
    font-size: 1.2em;
    min-width: 160px;
    width: auto;
    text-align: left;
  }
}
.page-template-custom-search .filters .dropdown .dropdown-menu a {
  color: #ffffff;
  padding: 12px 40px;
}
.page-template-custom-search .filters .dropdown .dropdown-menu a:hover {
  background-color: #a25894;
}
.page-template-custom-search .filters .dropdown .dropdown-menu.product, .page-template-custom-search .filters .dropdown .dropdown-menu.industry {
  -moz-column-count: 3;
       column-count: 3;
}
@media (min-width: 986px) {
  .page-template-custom-search .filters .dropdown .dropdown-menu.product {
    width: 707px;
  }
  .page-template-custom-search .filters .dropdown .dropdown-menu.industry {
    width: 829px;
  }
}
.page-template-custom-search .filter-meta {
  margin-top: 46px;
}
@media (min-width: 835px) {
  .page-template-custom-search .filter-meta {
    padding-left: 0;
  }
}
.page-template-custom-search .filter-meta .left {
  margin-bottom: 10px;
}
@media (min-width: 835px) {
  .page-template-custom-search .filter-meta .left {
    width: 55%;
    float: left;
    padding-top: 23px;
  }
}
.page-template-custom-search .filter-meta .left .showing-results {
  display: inline-block;
  float: left;
}
.page-template-custom-search .filter-meta .left .clear-filters {
  text-decoration: underline;
  float: right;
}
.page-template-custom-search .filter-meta .left .clear-filters, .page-template-custom-search .filter-meta .left .showing-results {
  text-transform: uppercase;
  font-size: 0.6em;
  color: #818587;
}
.page-template-custom-search .filter-meta .selected-tags {
  margin-right: -12px;
}
@media (min-width: 835px) {
  .page-template-custom-search .filter-meta .selected-tags {
    float: right;
    clear: right;
    width: 45%;
  }
}
.page-template-custom-search .filter-meta .selected {
  color: #818587;
  border: 2px solid #cccccc;
  border-radius: 8px;
  margin: 0 12px 12px 0;
  text-transform: uppercase;
  float: left;
  padding: 10px 30px 10px 14px;
  font-size: 0.7em;
  position: relative;
  float: right;
}
.page-template-custom-search .filter-meta .selected .icon-cross {
  font-size: 10px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 10px;
}
.page-template-custom-search .search-tease {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 20px;
}
@media (min-width: 650px) {
  .page-template-custom-search .search-tease {
    min-height: 150px;
    padding: 20px 0 20px 20px;
  }
}
@media (min-width: 650px) {
  .page-template-custom-search .search-tease .post-content, .page-template-custom-search .search-tease .tag-groups {
    float: left;
  }
}
@media (min-width: 650px) {
  .page-template-custom-search .search-tease .post-content {
    width: 50%;
    padding-right: 10px;
  }
}
.page-template-custom-search .search-tease .tag-groups {
  width: 50%;
  display: none;
}
@media (min-width: 650px) {
  .page-template-custom-search .search-tease .tag-groups {
    display: block;
  }
}
.page-template-custom-search .search-tease a {
  color: #222222;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: 25px;
}
.page-template-custom-search .search-tease a .icon {
  color: #d7290f;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-custom-search .search-tease h3 {
  font-size: 0.95em;
}
.page-template-custom-search .search-tease .tag-group {
  min-height: 150px;
  border-left: 1px solid #f0f0f0;
  height: 100%;
  font-size: 0.6em;
}
.page-template-custom-search .search-tease .tag-group a {
  font-size: 10px;
}
.page-template-custom-search .search-tease .tag {
  text-transform: uppercase;
  display: block;
  padding: 4px 10px;
}
.page-template-custom-search .search-tease p {
  font-size: 0.7em;
}
.page-template-custom-search .search-tease .image {
  height: 100%;
}
.page-template-custom-search .search-tease .image img {
  max-width: 100%;
}
@media (min-width: 650px) {
  .page-template-custom-search .search-tease .image img {
    max-height: 100%;
    max-width: 50%;
    float: right;
    padding-right: 20px;
  }
}
.page-template-custom-search .search-empty {
  text-align: center;
}
.page-template-custom-search .search-empty .heading {
  font-size: 2em;
}
.page-template-custom-search .spinner {
  position: absolute;
  left: 50%;
  margin-left: -35px;
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #a83338;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.modal-dialog {
  background-color: #f5f5f5;
  padding: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 760px;
  }
}

.modal-header, .modal-body {
  border: none;
}

.modal-body {
  color: #222222;
  position: relative;
  margin: 0;
  padding: 0;
}
.modal-body .close {
  position: absolute;
  right: -25px;
  top: -30px;
  background-color: transparent;
  border: none;
  font-size: 40px;
  outline: none;
}

.modal-dialog {
  margin-left: 0;
  max-width: 100%;
}
@media (min-height: 500px) {
  .modal-dialog {
    max-height: 500px;
    top: 50%;
    position: absolute;
    margin-top: -250px;
    overflow: scroll;
  }
}
@media (min-width: 760px) {
  .modal-dialog {
    left: 50%;
    margin-left: -380px;
  }
}

.table-responsive {
  margin: 30px 0;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
@media (min-width: 768px) {
  .row-eq-height {
    display: -ms-flexbox;
    display: flex;
  }
}

body.page-template-template-campaign-page .mobile-top {
  display: none;
}
body.page-template-template-campaign-page .header .contact {
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 700;
  color: #474747;
}
body.page-template-template-campaign-page .header .icons {
  display: none;
  font-size: 26px;
}
@media (min-width: 768px) {
  body.page-template-template-campaign-page .header .icons {
    display: block;
    margin-top: 19px;
    float: right;
    font-size: 16px;
  }
}
body.page-template-template-campaign-page .header .icons .icon-link {
  color: #A7353C;
  text-decoration: none;
  display: inline-block;
  padding: 0 14px;
  transition: color 300ms;
}
body.page-template-template-campaign-page .header .icons .icon-link:hover, body.page-template-template-campaign-page .header .icons .icon-link:focus {
  color: #676767;
}
@media (min-width: 768px) {
  body.page-template-template-campaign-page .header .icons .icon-link {
    padding: 0 0 0 20px;
  }
}
body.page-template-template-campaign-page .page-banner {
  height: 250px;
}
body.page-template-template-campaign-page .page-banner h1 {
  display: none;
}
body.page-template-template-campaign-page .footer .top {
  border: none;
  padding-bottom: 0;
}
body.page-template-template-campaign-page .footer .sub-heading {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.85em;
  font-weight: 700;
}
body.page-template-template-campaign-page .footer .site-logo {
  float: right;
}
body.page-template-template-campaign-page .locations {
  display: -ms-flexbox;
  display: flex;
  -js-display: -ms-flexbox;
  -js-display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
body.page-template-template-campaign-page .locations .location {
  margin: 0 auto;
}
body.page-template-template-campaign-page .locations h5 {
  text-transform: uppercase;
  font-size: 0.85em;
  margin-bottom: 25px;
}
body.page-template-template-campaign-page .locations p {
  font-size: 0.75em;
  color: #818587;
}

body.page-template-template-thank-you .page-banner {
  height: 250px;
}
body.page-template-template-thank-you .page-banner h1 {
  display: none;
}

.jobs .job {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 60px;
}
.jobs .job:before, .jobs .job:after {
  content: " ";
  display: table;
}
.jobs .job:after {
  clear: both;
}
.jobs .h3 {
  margin: 0 0 10px 0;
  display: block;
}
.jobs .location {
  font-size: 1em;
}
.jobs .view {
  display: inline-block;
}
@media (min-width: 768px) {
  .jobs .view {
    float: right;
  }
}
.jobs .modal-body .description {
  margin-top: 30px;
}

#tribe-events-pg-template {
  margin-top: 60px;
}

.events-list
.tribe-events-loop,
.single-tribe_organizer
.tribe-events-loop,
.single-tribe_venue
.tribe-events-loop,
.tribe-events-day
.tribe-events-loop {
  max-width: 100%;
}

#tribe-events
.tribe-events-button,
#tribe-events
.tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover {
  background-color: #3e8eff;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #3e8eff;
}

.tribe-events-adv-list-widget
.tribe-events-widget-link a,
.tribe-events-adv-list-widget
.tribe-events-widget-link a:hover,
.tribe-events-back a,
.tribe-events-back a:hover,
.tribe-events-event-meta a,
.tribe-events-list-widget
.tribe-events-widget-link a,
.tribe-events-list-widget
.tribe-events-widget-link a:hover,
ul.tribe-events-sub-nav a,
ul.tribe-events-sub-nav a:hover {
  font-weight: 400;
  color: #a83338;
}

#tribe-bar-form label {
  font-size: 0.65em;
}
#tribe-bar-form input {
  font-size: 0.85em;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  font-size: 0.65em;
}

#tribe-bar-views {
  font-size: 0.75em;
}

.tribe-events-nav-next a, tribe-events-nav-prev a, .tribe-events-back a {
  background-color: #a83338;
  color: #fff !important;
  padding: 11px 17px;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 100;
}
.tribe-events-nav-next a span, tribe-events-nav-prev a span, .tribe-events-back a span {
  color: #fff;
}

.tribe-events-back {
  margin-bottom: 40px;
}

.tribe-events-notices {
  border-radius: 0;
  background-color: #3e8eff;
  color: #fff;
  text-shadow: none;
  font-weight: 100;
}

#tribe-events-content .tribe-events-calendar thead th {
  background-color: #a83338;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  color: #fff;
}
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  font-family: inherit;
}
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
  color: #a83338;
  font-size: 0.85em;
}
#tribe-events-content .tribe-events-tooltip h4 {
  color: #000;
}

.tribe-events-list-separator-month {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 2.5em 0 0;
  padding: 6px 10px;
  text-transform: uppercase;
}

.tribe-events-loop .tribe-events-event-meta {
  font-weight: 400;
  font-size: 0.8em;
  background: transparent;
  border: none;
}
.tribe-events-loop .tribe-events-content {
  font-size: 0.85em;
  font-weight: 100;
}
.tribe-events-loop .tribe-events-venue-details {
  padding: 10px 0;
  border: none;
}

.tribe-events-sub-nav li a {
  background-color: transparent;
}

.tribe-events-venue .tribe-events-venue-meta .tribe-venue-name {
  margin-bottom: 20px;
}

.tribe-events-gmap {
  margin-bottom: 10px;
  display: inline-block;
}

.tribe-events-venue address.venue-address span {
  margin: 10px 0;
}

.single-tribe_events .tribe-events-single-event-title {
  font-size: 1.8em;
}
.single-tribe_events .tribe-events-schedule {
  font-size: 0.85em;
}
.single-tribe_events .tribe-events-event-image {
  width: 25%;
  float: left;
  margin: 0 25px 25px 0;
}
.single-tribe_events h2.tribe-events-single-event-title {
  font-weight: 500;
}
.single-tribe_events .tribe-events-schedule {
  margin: 20px 0 40px 0;
}
.single-tribe_events .tribe-events-schedule h3 {
  font-size: 1.3em;
}
.single-tribe_events .tribe-events-event-meta {
  margin-top: 0;
}
.single-tribe_events .tribe-events-event-meta dt {
  margin-bottom: 5px;
}
.single-tribe_events .tribe-events-event-meta dd {
  margin-bottom: 15px;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
  width: 100%;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group .tribe-events-single-section-title {
  margin: 20px 0 27px;
}
.single-tribe_events .tribe-events-single-event-description {
  line-height: inherit;
  font-size: 0.9em;
  font-weight: 100;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    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: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  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: 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: #fff;
  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;
  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 #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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;
  }
}
.slideshow-banner {
  position: relative;
  padding: 0;
  margin-top: -1px;
}

.carousel {
  position: relative;
}
.carousel .carousel-inner {
  height: 380px;
}
@media (min-width: 500px) {
  .carousel .carousel-inner {
    height: 280px;
  }
}
@media (min-width: 480px) {
  .carousel .carousel-inner {
    height: 450px;
  }
}
.carousel .carousel-indicators {
  position: absolute;
  bottom: 30px;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 3;
}
@media (min-width: 580px) {
  .carousel .carousel-indicators {
    bottom: 60px;
  }
}
.carousel .carousel-indicators li {
  width: 28px;
  height: 10px;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #ffffff;
  background-color: transparent;
  transition: border-color 300ms, background-color 300ms;
}
.carousel .carousel-indicators li.active {
  background-color: #ffffff;
}
.carousel .carousel-navigation {
  overflow: hidden;
  position: absolute;
  bottom: 45%;
  width: 100%;
}
.carousel .control {
  width: 80px;
  height: 80px;
  display: block;
  font-size: 40px;
  text-align: center;
  padding-top: 12px;
  border: none;
  cursor: pointer;
  transition: background-color 300ms;
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  top: 37%;
  z-index: 12;
}
.carousel .control.left {
  float: left;
}
.carousel .control.right {
  float: right;
  right: 0;
}
.carousel .item {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
  display: block;
  text-align: center;
  transition: opacity 600ms;
}
.carousel .item.active {
  opacity: 1;
  z-index: 2;
}
.carousel .item .container {
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.6em;
  padding-top: 50px;
}
@media (min-width: 480px) {
  .carousel .item .container {
    padding-top: 50px;
    font-size: inherit;
  }
}
.carousel .item .container .text {
  position: relative;
  z-index: 6;
}
.carousel .item h2 {
  font-size: 2.2em;
  margin: 50px auto 20px auto;
  margin-bottom: 14px;
  max-width: 660px;
}
@media (min-width: 480px) {
  .carousel .item h2 {
    font-size: 3.2em;
  }
}
.carousel .item p {
  font-size: 1.8em;
  font-weight: 200;
  margin: 0 auto;
  margin-bottom: 26px;
  max-width: 800px;
  line-height: 130%;
  display: block;
}
.carousel .item .button {
  margin-bottom: 5px;
  font-size: 0.8em;
}
@media (max-width: 479px) {
  .carousel .item .button {
    padding: 12px;
    height: auto;
  }
}
@media (min-width: 480px) {
  .carousel .item .button {
    padding-top: 22px;
  }
}
.carousel .item .image {
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  position: absolute;
}
@media (min-width: 480px) {
  .carousel .item .image {
    top: 0;
    left: 0;
    position: absolute;
  }
}

.call-to-action-buttons {
  max-width: 960px;
  width: 100%;
  z-index: 4;
  padding: 0 20px;
  margin-top: 20px;
}
@media (min-width: 580px) {
  .call-to-action-buttons {
    padding: 0;
    position: absolute;
    bottom: -37px;
  }
}
@media (min-width: 960px) {
  .call-to-action-buttons {
    left: 50%;
    margin-left: -480px;
  }
}
.call-to-action-buttons .button {
  display: block;
  text-align: center;
  font-weight: 200;
  text-transform: none;
  font-size: 1.5em;
  padding: 20px 10px 0 10px;
  height: 70px;
  overflow: hidden;
  position: relative;
  transition: background-color 300ms, height 300ms;
}
@media (min-width: 580px) {
  .call-to-action-buttons .button {
    width: 33.333333%;
    display: inline-block;
    border-right: 1px solid #d49b9e;
  }
  .call-to-action-buttons .button:last-child {
    border-right: none;
  }
}
@media (min-width: 580px) and (max-width: 660px) {
  .call-to-action-buttons .button {
    font-size: 1.3em;
    padding: 24px 10px 0 10px;
  }
}
.call-to-action-buttons .button:hover {
  height: 160px;
  background-color: #d7290f;
}
.call-to-action-buttons .button .subtext {
  font-size: 0.5em;
  padding-top: 20px;
}
.call-to-action-buttons .button .text, .call-to-action-buttons .button .subtext {
  display: block;
}

.general-content h2 {
  font-weight: 200;
}
.general-content .items .row {
  -ms-flex-align: center;
      align-items: center;
}
.general-content .item {
  position: relative;
  padding: 10px;
  text-align: center;
  outline: none;
}
.general-content .item img {
  max-width: 60%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .general-content .item img {
    max-width: 100%;
  }
}
.general-content .overlay {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  opacity: 0;
  background-color: rgba(62, 142, 255, 0.6);
  transition: opacity 300ms;
}
.general-content .icon-wrap {
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
  width: 100%;
  position: absolute;
}
.general-content .icon-plus {
  color: #ffffff;
}
.general-content .image:hover .overlay {
  opacity: 1;
}
.general-content .article-content {
  margin: 0 auto;
}
.general-content img {
  max-width: 100%;
  height: auto;
}

.grid-content .background {
  left: 15px;
  right: 15px;
}
.grid-content .items {
  margin-top: 30px;
}
.grid-content .item-wrap {
  position: relative;
}
.grid-content .item-wrap img {
  width: 100%;
  height: auto;
}
.grid-content .words {
  padding: 15px 25px;
}
@media (min-width: 480px) {
  .grid-content .words {
    padding: 30px 50px;
  }
}
.grid-content .item {
  margin-bottom: 30px;
  font-weight: 200;
  position: relative;
}
.grid-content .item h3 {
  font-size: 1.8em;
  margin-bottom: 30px;
  margin-top: 20px;
}
.grid-content .item p {
  line-height: 180%;
  font-size: 0.8em;
}
.grid-content .item .button {
  font-size: 0.75em;
  padding-top: 22px;
  margin-top: 30px;
}
.grid-content .item.small-image img {
  width: auto;
  height: 60px;
}

.site-links-benefits.product .heading {
  font-size: 2.2em;
}
.site-links-benefits article {
  margin-bottom: 40px;
}
.site-links-benefits .row {
  margin-left: -10px;
  margin-right: -10px;
}
.site-links-benefits .cta {
  float: right;
}
.site-links-benefits .item {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 0 10px;
}
.site-links-benefits .item img {
  height: 60px;
  width: auto;
}
.site-links-benefits .item h3 {
  font-size: 1.8em;
  margin-top: 20px;
  margin-bottom: 6px;
  line-height: 120%;
  font-weight: 200;
  word-wrap: break-word;
}
.site-links-benefits .item p {
  font-size: 0.75em;
  line-height: 142%;
  font-weight: 300;
}
.site-links-benefits .item .background {
  left: 10px;
  right: 10px;
}
.site-links-benefits a.item {
  transition: all 300ms ease-in-out;
}
.site-links-benefits a.item:hover {
  opacity: 0.75;
  transform: scale(1.035);
}
.site-links-benefits .item-wrap {
  position: relative;
  padding: 50px 30px 20px 30px;
}
.site-links-benefits .large-image .item-wrap, .site-links-benefits .product-item .item-wrap {
  height: auto;
  position: relative;
  padding: 0 0 20px 0;
}
.site-links-benefits .large-image img, .site-links-benefits .product-item img {
  height: auto;
  width: 100%;
}
.site-links-benefits .large-image .words, .site-links-benefits .product-item .words {
  padding: 0 30px;
}
.site-links-benefits .product-item h3 {
  font-size: 1em;
  font-weight: 500;
}
.site-links-benefits .large-image h3 {
  font-size: 1.1em;
  margin-bottom: 20px;
}
.site-links-benefits .large-image p {
  text-transform: none;
  font-weight: 300;
  font-size: 0.7em;
}

.posts .row {
  margin-left: -10px;
  margin-right: -10px;
}
.posts .item {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 0 10px;
}
.posts .item-wrap {
  height: 215px;
  position: relative;
}
.posts .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 25%;
}
.posts .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
}
.posts h2 {
  text-align: right;
  margin-bottom: 40px;
}
.posts h3 {
  font-size: 0.9em;
  line-height: 150%;
  margin-bottom: 5px;
}
.posts time {
  font-size: 0.6em;
  text-transform: uppercase;
}
.posts h3, .posts time {
  font-weight: 300;
}
.posts .browse-all {
  text-decoration: underline;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.65em;
}

.tabbed-grid {
  padding: 25px 0 0 0;
}
.tabbed-grid .items .row {
  margin-left: -10px;
  margin-right: -10px;
  -ms-flex-pack: left;
      justify-content: left;
}
.tabbed-grid .item {
  padding: 0 10px;
  margin-top: 20px;
  position: relative;
  outline: none;
}
.tabbed-grid .item .image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 1;
}
.tabbed-grid .item .blur-image {
  filter: blur(5px);
}
.tabbed-grid .item .image, .tabbed-grid .item .blur-image {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.tabbed-grid .item .blur-image, .tabbed-grid .item .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 300ms;
  left: 10px;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.tabbed-grid .item .overlay {
  z-index: 3;
  color: #ffffff;
  text-align: center;
  padding-top: 40%;
}
.tabbed-grid .item .overlay .heading {
  margin-bottom: 10px;
}
.tabbed-grid .item .overlay .subheading {
  font-size: 0.8em;
  text-transform: uppercase;
}
.tabbed-grid .item .overlay .heading, .tabbed-grid .item .overlay .subheading {
  display: block;
}
.tabbed-grid .item:hover .blur-image, .tabbed-grid .item:hover .overlay {
  opacity: 1;
}
.tabbed-grid .tab-content {
  background-color: #f5f5f5;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .tabbed-grid .tab-content {
    padding: 100px 0;
  }
}
.tabbed-grid .nav-tabs li.active a, .tabbed-grid .nav-tabs li a:hover, .tabbed-grid .dropdown-label:hover, .tabbed-grid .active .dropdown-label {
  background-color: #f5f5f5;
}

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