/******************************************************************
Site Name: Brew
Author: Dan Brown

Stylesheet: Main Stylesheet

Here's where the magic happens. First we are calling the bootstrap
LESS files.  Then we'll load custom.scss which is based on the bones 
_base.scss file.  Any customizations should be placed in either 
variables.scss, custom.scss or any additional LESS files.
******************************************************************/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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: 0; }

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

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

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

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

button,
input,
select[multiple],
textarea {
  background-image: none; }

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }

.text-warning {
  color: #c09853; }

.text-danger {
  color: #b94a48; }

.text-success {
  color: #468847; }

.text-info {
  color: #3a87ad; }

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Ubuntu", "Trebuchet", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
  .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

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

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

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

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

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

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

h1 small, .h1 small {
  font-size: 24px; }

h2 small, .h2 small {
  font-size: 18px; }

h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 14px; }

.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, .list-inline {
  padding-left: 0;
  list-style: none; }

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

dl {
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .dl-horizontal dd:after {
      clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small {
      text-align: right; }
    blockquote.pull-right small:before {
      content: ''; }
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

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

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

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

.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,
.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,
.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,
.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 {
  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 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .container {
    max-width: 750px; }

  .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 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .container {
    max-width: 970px; }

  .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 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }

  .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 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

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

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

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

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

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

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

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

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

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

.form-control:-moz-placeholder {
  color: #999999; }
.form-control::-moz-placeholder {
  color: #999999; }
.form-control:-ms-input-placeholder {
  color: #999999; }
.form-control::-webkit-input-placeholder {
  color: #999999; }

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

textarea.form-control {
  height: auto; }

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

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

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

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

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

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

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

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto; }

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853; }
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3; }

.has-error .help-block,
.has-error .control-label {
  color: #b94a48; }
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede; }

.has-success .help-block,
.has-success .control-label {
  color: #468847; }
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8; }

.form-control-static {
  margin-bottom: 0;
  padding-top: 7px; }

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

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

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

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

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }

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

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

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

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

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

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

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

.btn-xs {
  padding: 1px 5px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

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

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }
  .input-group-btn > .btn + .btn {
    margin-left: -4px; }
  .input-group-btn > .btn:hover, .input-group-btn > .btn:active {
    z-index: 2; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .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: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        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.428571429;
      border: 1px solid transparent;
      border-radius: 0px 0px 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: 5px; }
  .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; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    margin-right: 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff; }

.tabbable:before, .tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.tabbable:after {
  clear: both; }

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

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

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca; }

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496; }

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

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

.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

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

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

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

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

.navbar-fixed-top {
  z-index: 1030;
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0; }

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

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

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

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

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

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

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

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

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

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

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

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }
.media > .pull-right {
  margin-left: 10px; }

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    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; }
  .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: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    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%;
    left: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px; }

.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;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer; }
  .carousel-indicators .active {
    margin: 0;
    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 .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.clearfix:after {
  clear: both; }

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

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }
.hidden {
  display: none !important;
  visibility: hidden !important; }

.visible-xs {
  display: none !important; }

tr.visible-xs {
  display: none !important; }

th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important; }

  tr.visible-xs.visible-sm {
    display: table-row !important; }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important; }

  tr.visible-xs.visible-md {
    display: table-row !important; }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important; }

  tr.visible-xs.visible-lg {
    display: table-row !important; }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important; } }
.visible-sm {
  display: none !important; }

tr.visible-sm {
  display: none !important; }

th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important; }

  tr.visible-sm.visible-xs {
    display: table-row !important; }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important; }

  tr.visible-sm.visible-md {
    display: table-row !important; }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important; }

  tr.visible-sm.visible-lg {
    display: table-row !important; }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important; } }
.visible-md {
  display: none !important; }

tr.visible-md {
  display: none !important; }

th.visible-md,
td.visible-md {
  display: none !important; }

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important; }

  tr.visible-md.visible-xs {
    display: table-row !important; }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important; }

  tr.visible-md.visible-sm {
    display: table-row !important; }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important; }

  tr.visible-md.visible-lg {
    display: table-row !important; }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important; } }
.visible-lg {
  display: none !important; }

tr.visible-lg {
  display: none !important; }

th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important; }

  tr.visible-lg.visible-xs {
    display: table-row !important; }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important; }

  tr.visible-lg.visible-sm {
    display: table-row !important; }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important; }

  tr.visible-lg.visible-md {
    display: table-row !important; }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
.hidden-xs {
  display: block !important; }

tr.hidden-xs {
  display: table-row !important; }

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }

  tr.hidden-xs {
    display: none !important; }

  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important; }

  tr.hidden-xs.hidden-sm {
    display: none !important; }

  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important; }

  tr.hidden-xs.hidden-md {
    display: none !important; }

  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important; }

  tr.hidden-xs.hidden-lg {
    display: none !important; }

  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }
.hidden-sm {
  display: block !important; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important; }

  tr.hidden-sm.hidden-xs {
    display: none !important; }

  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }

  tr.hidden-sm {
    display: none !important; }

  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important; }

  tr.hidden-sm.hidden-md {
    display: none !important; }

  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important; }

  tr.hidden-sm.hidden-lg {
    display: none !important; }

  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }
.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important; }

  tr.hidden-md.hidden-xs {
    display: none !important; }

  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important; }

  tr.hidden-md.hidden-sm {
    display: none !important; }

  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }

  tr.hidden-md {
    display: none !important; }

  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important; }

  tr.hidden-md.hidden-lg {
    display: none !important; }

  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }
.hidden-lg {
  display: block !important; }

tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important; }

  tr.hidden-lg.hidden-xs {
    display: none !important; }

  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important; }

  tr.hidden-lg.hidden-sm {
    display: none !important; }

  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important; }

  tr.hidden-lg.hidden-md {
    display: none !important; }

  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; }

  tr.hidden-lg {
    display: none !important; }

  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

tr.visible-print {
  display: none !important; }

th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; }

  .hidden-print {
    display: none !important; }

  tr.hidden-print {
    display: none !important; }

  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
/* Ubuntu */
@font-face {
  font-family: 'Ubuntu';
  font-weight: 300;
  src: url("../fonts/ubuntu-l-webfont.eot");
  src: url("../fonts/ubuntu-l-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/ubuntu-l-webfont.woff2") format("woff2"), url("../fonts/ubuntu-l-webfont.woff") format("woff"), url("../fonts/ubuntu-l-webfont.ttf") format("truetype"); }
@font-face {
  font-family: 'Ubuntu';
  font-weight: 400;
  src: url("../fonts/ubuntu-l-webfont.eot");
  src: url("../fonts/ubuntu-l-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/ubuntu-l-webfont.woff2") format("woff2"), url("../fonts/ubuntu-l-webfont.woff") format("woff"), url("../fonts/ubuntu-l-webfont.ttf") format("truetype"); }
@font-face {
  font-family: 'Ubuntu';
  font-weight: 700;
  src: url("../fonts/ubuntu-b-webfont.eot");
  src: url("../fonts/ubuntu-b-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/ubuntu-b-webfont.woff2") format("woff2"), url("../fonts/ubuntu-b-webfont.woff") format("woff"), url("../fonts/ubuntu-b-webfont.ttf") format("truetype"); }
/* Admin Top Navigation fixes */
body.admin-bar .navbar-fixed-top {
  top: 28px; }

/*********************
BASIC ELEMENTS
*********************/
html, body {
  font-family: "Ubuntu", "Trebuchet", Helvetica, Arial, sans-serif;
  font-weight: 300; }

#content {
  padding-top: 40px;
  min-height: 600px; }

/*
video, object {
	max-width: 100%;
	height: auto;
}
*/
pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.form-control {
  border-radius: 0px; }

.honey {
  display: none !important;
  height: 0px !important;
  opacity: 0; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

/******************************************************************
COMMENTS
******************************************************************/
.comment-nav ul li {
  list-style-type: none; }

.commentlist {
  padding-left: 0;
  /* general comment classes */
  /* vcard */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    border: solid 1px #E7E7E7; }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0; }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0; }
  .commentlist .odd {
    background: #eee; }
  .commentlist .even {
    background: #fefefe; }
  .commentlist .bypostauthor {
    background: #eff5fb; }
  .commentlist .alert {
    margin: 10px 0 0 82px; }
  .commentlist .vcard {
    margin-left: 82px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  .commentlist .comment_content {
    margin-left: 82px; }
    .commentlist .comment_content p {
      margin: 0.7335em 0 1.5em;
      font-size: 1em;
      line-height: 1.5em; }
  .commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      opacity: 1; }

/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form ul {
    padding-left: 0;
    padding-bottom: 20px; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em;
      border: none; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
13. FOOTER STYLES
*********************/
.copyright {
  text-align: center; }
  @media (min-width: 992px) {
    .copyright {
      text-align: left; } }

.attribution {
  text-align: center; }
  @media (min-width: 992px) {
    .attribution {
      text-align: right; } }

.widgetFooter {
  padding-bottom: 25px; }
  @media (min-width: 992px) {
    .widgetFooter {
      padding-bottom: 0px; } }

/*********************
14. CUSTOM STYLES
*********************/
.pagination {
  display: block;
  list-style: none;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px; }
  .pagination li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    width: 30px; }
    .pagination li span.active {
      background-color: #008CAD;
      color: #FFFFFF;
      display: block;
      height: 100%;
      width: 100%; }
    .pagination li a {
      background-color: #212121;
      color: #FFFFFF;
      display: block;
      height: 100%;
      width: 100%; }
      .pagination li a:hover {
        background-color: #008CAD;
        text-decoration: none; }

/* UNRULY */
html, body, .container, .container-fluid {
  height: 100%; }

a {
  color: #008CAD; }

textarea {
  resize: none; }

#pardot-iframe {
  display: none; }

form button .spin {
  display: none; }
form.sending button .text {
  display: none; }
form.sending button .spin {
  background-image: url("../images/spinner.gif");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  margin: 0px auto;
  width: 16px; }

.navbar-inverse {
  background-color: transparent;
  border-color: transparent; }
  @media (max-width: 480px) and (orientation: landscape) {
    .navbar-inverse {
      padding-top: 40px !important; } }
  .navbar-inverse button.navbar-toggle {
    background-color: #212121;
    border: none;
    border-radius: 0px;
    color: #FFFFFF;
    float: left;
    outline: none;
    padding: 5px 10px;
    margin: 0px 1px 0px; }
  .navbar-inverse .navbar-brand {
    background-image: url("../images/logo.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 35px;
    padding: 0px;
    position: fixed;
    right: 10px;
    top: 5px;
    transition: top 1s, right 1s;
    width: 120px;
    z-index: 1; }
    .navbar-inverse .navbar-brand > a {
      display: block;
      height: 100%;
      width: 100%; }
    @media (min-width: 768px) {
      .navbar-inverse .navbar-brand {
        height: 70px;
        right: 20px;
        top: 35px;
        width: 300px; } }
    @media (min-width: 992px) {
      .navbar-inverse .navbar-brand {
        top: 15px; } }
  .navbar-inverse .navbar-collapse {
    border-color: transparent;
    font-size: 18px;
    font-weight: 300;
    padding-left: 0px;
    padding-right: 0px; }
    .navbar-inverse .navbar-collapse .navbar-nav {
      margin: 0px; }
      @media (min-width: 768px) {
        .navbar-inverse .navbar-collapse .navbar-nav {
          height: 30px; } }
      @media (min-width: 768px) {
        .navbar-inverse .navbar-collapse .navbar-nav > li > a {
          margin-right: 1px;
          padding: 5px 18px; } }
    .navbar-inverse .navbar-collapse .navbar-white > li > a {
      background-color: #F8F8F8;
      color: #212121;
      margin-right: 0px; }
    .navbar-inverse .navbar-collapse #menu-main-menu > li > a {
      background-color: #212121;
      color: #FFFFFF; }
    .navbar-inverse .navbar-collapse #menu-main-menu > li:hover > a, .navbar-inverse .navbar-collapse #menu-main-menu > li.active > a {
      background-color: #008CAD; }
    @media (min-width: 768px) {
      .navbar-inverse .navbar-collapse #menu-main-menu > li.active > a {
        padding: 8px 18px; } }
  .navbar-inverse .navbar-nav > li > a {
    transition: background-color 1s, color 1s; }
    @media (min-width: 768px) {
      .navbar-inverse .navbar-nav > li > a {
        padding: 0px; } }
    .navbar-inverse .navbar-nav > li > a:hover {
      background-color: #008CAD;
      color: #FFFFFF; }
  .navbar-inverse .contact-form {
    bottom: 0px;
    display: none;
    font-size: 14px;
    left: 0px;
    overflow: auto;
    position: fixed;
    right: 0px;
    top: 0px;
    width: auto;
    z-index: 1040; }
    .navbar-inverse .contact-form.visible {
      display: block; }
    .navbar-inverse .contact-form .close {
      background-color: #212121;
      font-size: 30px;
      height: 40px;
      opacity: 1 !important;
      padding: 5px;
      position: absolute;
      right: 0px;
      text-align: center;
      top: 0px;
      width: 40px;
      z-index: 2; }
      .navbar-inverse .contact-form .close .fa {
        color: #FFFFFF;
        text-shadow: none; }
    .navbar-inverse .contact-form .call-me-maybe a.button {
      display: block; }
    @media (min-width: 768px) {
      .navbar-inverse .contact-form {
        max-width: 320px;
        position: relative;
        width: 100%; }
        .navbar-inverse .contact-form .close {
          display: none; }
        .navbar-inverse .contact-form .call-me-maybe p {
          display: block; } }
    .navbar-inverse .contact-form div.call-me-maybe, .navbar-inverse .contact-form form, .navbar-inverse .contact-form div.thanks {
      background-color: #575757;
      border-bottom: 1px solid #212121;
      color: #FFFFFF;
      display: block;
      margin-bottom: 0px;
      padding: 5px 10px; }
      .navbar-inverse .contact-form div.call-me-maybe label, .navbar-inverse .contact-form form label, .navbar-inverse .contact-form div.thanks label {
        font-weight: normal; }
      .navbar-inverse .contact-form div.call-me-maybe h4, .navbar-inverse .contact-form form h4, .navbar-inverse .contact-form div.thanks h4 {
        border-bottom: none;
        margin: 0px;
        padding: 5px 0px; }
      .navbar-inverse .contact-form div.call-me-maybe .form-group, .navbar-inverse .contact-form div.call-me-maybe p, .navbar-inverse .contact-form form .form-group, .navbar-inverse .contact-form form p, .navbar-inverse .contact-form div.thanks .form-group, .navbar-inverse .contact-form div.thanks p {
        margin-bottom: 0px;
        padding: 5px 0px; }
      .navbar-inverse .contact-form div.call-me-maybe .button, .navbar-inverse .contact-form form .button, .navbar-inverse .contact-form div.thanks .button {
        border-top: 1px solid #F8F8F8;
        padding: 0px;
        background-color: #212121;
        border: none;
        border-radius: 0px;
        color: #FFFFFF;
        display: block;
        font-size: 14px;
        margin: 5px 0px;
        min-width: 50%;
        padding: 6px 12px;
        text-align: center;
        vertical-align: middle;
        width: 100%; }
        .navbar-inverse .contact-form div.call-me-maybe .button:hover, .navbar-inverse .contact-form form .button:hover, .navbar-inverse .contact-form div.thanks .button:hover {
          text-decoration: none; }
    .navbar-inverse .contact-form div.thanks {
      display: none;
      padding: 5px 10px; }
  .navbar-inverse .search-form {
    display: none; }
    .navbar-inverse .search-form.visible {
      display: block; }
    @media (min-width: 768px) {
      .navbar-inverse .search-form {
        max-width: 320px;
        width: 33%; } }
    .navbar-inverse .search-form > div {
      background-color: #575757;
      color: #FFFFFF; }
      .navbar-inverse .search-form > div h4 {
        border-bottom: none;
        margin-bottom: 10px;
        margin-top: 0px;
        padding: 5px 10px;
        padding-top: 10px; }
      .navbar-inverse .search-form > div .input-group {
        padding: 0px 10px 10px; }
        .navbar-inverse .search-form > div .input-group button {
          border-color: #212121;
          background-color: #212121;
          color: #FFFFFF; }

.searchwp-live-search-results {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  bottom: 0px;
  color: #FFFFFF;
  height: auto;
  margin-top: 6px;
  margin-left: -10px;
  min-height: 0px;
  position: fixed;
  width: 100% !important; }
  @media (min-width: 768px) {
    .searchwp-live-search-results {
      max-width: 320px;
      max-height: 100%; } }
  .searchwp-live-search-results .searchwp-live-search-no-results {
    background-color: #212121;
    padding: 10px 0px; }
  .searchwp-live-search-results em a {
    font-style: normal; }
  .searchwp-live-search-results .spinner {
    display: none !important; }
  .searchwp-live-search-results .searchwp-live-search-result {
    background-color: #212121;
    border-bottom: 1px solid #F8F8F8; }
    .searchwp-live-search-results .searchwp-live-search-result a {
      color: #FFFFFF;
      position: relative; }
    .searchwp-live-search-results .searchwp-live-search-result .fa.fa-angle-right {
      margin-top: -15px;
      position: absolute;
      right: 5px;
      top: 50%; }
    .searchwp-live-search-results .searchwp-live-search-result em {
      font-size: 10px; }
    .searchwp-live-search-results .searchwp-live-search-result * {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .searchwp-live-search-results .searchwp-live-search-result > p {
      display: none; }

body.overlay-open div.overlay {
  pointer-events: all;
  opacity: 1;
  visibility: visible; }

div.overlay {
  bottom: 0px;
  height: 100%;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  z-index: 100; }

body {
  overflow: hidden; }
  body.page-template-page-full-width-php, body.page-template-page-php, body.blog, body.tag, body.archive, body.category, body.single, body.single-post {
    overflow: auto; }
  @media (min-width: 768px) {
    body {
      font-size: 14px; } }
  @media (min-width: 992px) {
    body {
      font-size: 16px; } }
  @media (min-width: 1440px) {
    body {
      font-size: 18px; } }

.byline {
  font-size: 14px !important;
  font-style: italic;
  font-weight: 300; }
  .byline .author em {
    font-style: normal; }

section .section-content .social-buttons {
  margin-top: 10px; }

a.inline-twitter-link {
  background-color: #E8E8E8;
  border-bottom: none;
  color: #212121;
  transition: background-color 0.5s; }
  a.inline-twitter-link:hover {
    background-color: #D8D8D8;
    color: inherit;
    text-decoration: none; }

.social-buttons {
  color: #FFFFFF;
  font-size: 15px;
  margin-bottom: 10px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  width: auto; }
  .social-buttons.open {
    width: 340px; }
    .social-buttons.open span {
      animation-direction: reverse;
      opacity: 1;
      pointer-events: all;
      visibility: visible; }
  .social-buttons > span {
    animation-direction: normal;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 30px;
    margin-right: 4px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    visibility: hidden;
    padding: 5px;
    width: 58px; }
    .social-buttons > span:last-child {
      margin-right: 0px; }
    .social-buttons > span > .fa {
      float: left;
      font-size: 20px; }
    .social-buttons > span > .count {
      display: block;
      font-size: 14px;
      line-height: 20px;
      margin-left: 10px;
      text-align: right; }
    .social-buttons > span.trigger {
      background-color: #212121;
      opacity: 1;
      pointer-events: all;
      text-align: center;
      visibility: visible !important;
      width: 29px !important; }
      .social-buttons > span.trigger > .fa {
        float: none; }
    .social-buttons > span.facebook {
      background-color: #3B5998;
      transition-delay: 0s; }
    .social-buttons > span.google {
      background-color: #DD4B39;
      transition-delay: 0.75s;
      width: 30px !important; }
    .social-buttons > span.linkedin {
      background-color: #007BB6;
      transition-delay: 0.25s; }
    .social-buttons > span.pinterest {
      display: none;
      background-color: #CB2027; }
    .social-buttons > span.twitter {
      background-color: #00ACED;
      transition-delay: 0.5s;
      width: 30px !important; }
    .social-buttons > span.whatsapp {
      background-color: #4DC247;
      transition-delay: 1s;
      width: 30px !important; }
    .social-buttons > span.email {
      background-color: grey;
      text-align: center;
      transition-delay: 1.25s;
      width: 30px !important; }

.job_filters {
  background-color: #F8F8F8; }
  .job_filters .job_types {
    display: none; }

article.job_listing h1 {
  font-size: 20px;
  margin-top: 0px; }
article.job_listing h2.single-title {
  margin-bottom: 0px; }

.single_job_listing {
  max-width: 800px; }
  .single_job_listing .application input.application_button {
    background-color: #212121;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    min-width: 200px;
    padding: 10px; }

#single-post-nav {
  display: none !important; }

ul.job_listings li.job_listing {
  background-color: #FFFFFF; }
  ul.job_listings li.job_listing.job_position_featured a {
    background-color: #E6F2FB; }
  ul.job_listings li.job_listing a {
    padding: 5px 10px; }
    ul.job_listings li.job_listing a div.position {
      padding: 0px; }
      ul.job_listings li.job_listing a div.position h3 {
        font-size: 20px;
        font-weight: normal; }
      ul.job_listings li.job_listing a div.position .company {
        color: #212121;
        font-size: 14px;
        font-weight: 300; }
        ul.job_listings li.job_listing a div.position .company strong {
          font-weight: normal; }
    ul.job_listings li.job_listing a div.location {
      color: #212121;
      font-size: 14px; }
    ul.job_listings li.job_listing a ul.meta {
      color: #212121;
      font-size: 14px; }
      ul.job_listings li.job_listing a ul.meta .job-type {
        color: inherit;
        font-weight: 300; }
  ul.job_listings li.job_listing img.company_logo {
    display: none; }

.social_share {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 0; }
  .social_share > span {
    color: #FFFFFF;
    font-size: 14px;
    margin-right: 10px;
    padding: 5px 8px; }
    .social_share > span.fa-share-alt {
      background-color: #212121; }
    .social_share > span.facebook {
      background-color: #3B5998; }
    .social_share > span.instagram {
      background-color: #517FA4; }
    .social_share > span.linkedin {
      background-color: #007BB6; }
    .social_share > span.rss {
      background-color: #FF6600; }
    .social_share > span.twitter {
      background-color: #00ACED; }
    .social_share > span.vine {
      background-color: #00BF8F; }
    .social_share > span.youtube {
      background-color: #CD201F; }
    .social_share > span > span.fa {
      margin-right: 5px; }

.article-header h2, .section h2 {
  display: block;
  font-size: 18px;
  font-weight: 300;
  position: relative; }
  .article-header h2 a, .article-header h2 span, .section h2 a, .section h2 span {
    background-color: #008CAD;
    box-shadow: 4px 0 0 #008CAD, -4px 0 0 #008CAD;
    color: #FFFFFF;
    display: inline;
    -webkit-box-decoration-break: clone;
    line-height: 27px;
    padding: 2px;
    text-decoration: none; }
  @media (min-width: 992px) {
    .article-header h2, .section h2 {
      font-size: 24px;
      line-height: 29px; } }

@media (min-width: 992px) {
  body.blog.category #content, body.blog.single #content, body.tag.category #content, body.tag.single #content, body.category.category #content, body.category.single #content, body.single.category #content, body.single.single #content, body.page-template-page-php.category #content, body.page-template-page-php.single #content {
    padding-right: 110px; } }
body.blog .social-buttons .trigger, body.tag .social-buttons .trigger, body.category .social-buttons .trigger, body.single .social-buttons .trigger, body.page-template-page-php .social-buttons .trigger {
  display: none; }
  @media (min-width: 768px) {
    body.blog .social-buttons .trigger, body.tag .social-buttons .trigger, body.category .social-buttons .trigger, body.single .social-buttons .trigger, body.page-template-page-php .social-buttons .trigger {
      display: block; } }
body.blog #page-title, body.tag #page-title, body.category #page-title, body.single #page-title, body.page-template-page-php #page-title {
  display: inline-block;
  padding: 2px 20px;
  position: relative; }
  @media (min-width: 768px) {
    body.blog #page-title, body.tag #page-title, body.category #page-title, body.single #page-title, body.page-template-page-php #page-title {
      position: fixed; } }
body.blog #backbutton, body.tag #backbutton, body.category #backbutton, body.single #backbutton, body.page-template-page-php #backbutton {
  background-color: #212121;
  color: #FFFFFF;
  left: 5px;
  position: fixed;
  text-align: center;
  top: 103px; }
  @media (min-width: 768px) {
    body.blog #backbutton, body.tag #backbutton, body.category #backbutton, body.single #backbutton, body.page-template-page-php #backbutton {
      left: 35px;
      top: 150px; } }
  body.blog #backbutton a, body.tag #backbutton a, body.category #backbutton a, body.single #backbutton a, body.page-template-page-php #backbutton a {
    color: inherit; }
  body.blog #backbutton span, body.tag #backbutton span, body.category #backbutton span, body.single #backbutton span, body.page-template-page-php #backbutton span {
    font-size: 25px;
    padding: 40px 10px; }
    @media (min-width: 768px) {
      body.blog #backbutton span, body.tag #backbutton span, body.category #backbutton span, body.single #backbutton span, body.page-template-page-php #backbutton span {
        font-size: 70px; } }
body.blog .social-buttons, body.tag .social-buttons, body.category .social-buttons, body.single .social-buttons, body.page-template-page-php .social-buttons {
  width: 340px !important; }
body.blog .pager, body.tag .pager, body.category .pager, body.single .pager, body.page-template-page-php .pager {
  list-style: none;
  padding-left: 0; }
  body.blog .pager li, body.tag .pager li, body.category .pager li, body.single .pager li, body.page-template-page-php .pager li {
    display: inline-block; }
  body.blog .pager .next, body.tag .pager .next, body.category .pager .next, body.single .pager .next, body.page-template-page-php .pager .next {
    float: right; }
body.blog.single #content, body.tag.single #content, body.category.single #content, body.single.single #content, body.page-template-page-php.single #content {
  padding-left: 30px; }
  @media (min-width: 768px) {
    body.blog.single #content, body.tag.single #content, body.category.single #content, body.single.single #content, body.page-template-page-php.single #content {
      padding-left: 110px; } }
body.blog #content, body.tag #content, body.category #content, body.single #content, body.page-template-page-php #content {
  padding-top: 70px;
  padding-left: 5px; }
  @media (min-width: 768px) {
    body.blog #content, body.tag #content, body.category #content, body.single #content, body.page-template-page-php #content {
      padding-left: 110px;
      padding-top: 150px; } }
  body.blog #content blockquote, body.tag #content blockquote, body.category #content blockquote, body.single #content blockquote, body.page-template-page-php #content blockquote {
    margin-top: 0px; }
  body.blog #content h3, body.tag #content h3, body.category #content h3, body.single #content h3, body.page-template-page-php #content h3 {
    color: #212121;
    display: block;
    font-size: 12px;
    margin-top: 0px;
    padding: 4px 0px;
    width: auto; }
    body.blog #content h3 a, body.tag #content h3 a, body.category #content h3 a, body.single #content h3 a, body.page-template-page-php #content h3 a {
      color: inherit;
      font-style: normal;
      text-decoration: none; }
  body.blog #content article.post, body.blog #content article.page, body.blog #content article.job_listing, body.tag #content article.post, body.tag #content article.page, body.tag #content article.job_listing, body.category #content article.post, body.category #content article.page, body.category #content article.job_listing, body.single #content article.post, body.single #content article.page, body.single #content article.job_listing, body.page-template-page-php #content article.post, body.page-template-page-php #content article.page, body.page-template-page-php #content article.job_listing {
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative; }
    body.blog #content article.post header.article-header, body.blog #content article.page header.article-header, body.blog #content article.job_listing header.article-header, body.tag #content article.post header.article-header, body.tag #content article.page header.article-header, body.tag #content article.job_listing header.article-header, body.category #content article.post header.article-header, body.category #content article.page header.article-header, body.category #content article.job_listing header.article-header, body.single #content article.post header.article-header, body.single #content article.page header.article-header, body.single #content article.job_listing header.article-header, body.page-template-page-php #content article.post header.article-header, body.page-template-page-php #content article.page header.article-header, body.page-template-page-php #content article.job_listing header.article-header {
      display: block; }
      body.blog #content article.post header.article-header .article-image, body.blog #content article.page header.article-header .article-image, body.blog #content article.job_listing header.article-header .article-image, body.tag #content article.post header.article-header .article-image, body.tag #content article.page header.article-header .article-image, body.tag #content article.job_listing header.article-header .article-image, body.category #content article.post header.article-header .article-image, body.category #content article.page header.article-header .article-image, body.category #content article.job_listing header.article-header .article-image, body.single #content article.post header.article-header .article-image, body.single #content article.page header.article-header .article-image, body.single #content article.job_listing header.article-header .article-image, body.page-template-page-php #content article.post header.article-header .article-image, body.page-template-page-php #content article.page header.article-header .article-image, body.page-template-page-php #content article.job_listing header.article-header .article-image {
        margin-bottom: 10px; }
        body.blog #content article.post header.article-header .article-image.hidden-xs, body.blog #content article.page header.article-header .article-image.hidden-xs, body.blog #content article.job_listing header.article-header .article-image.hidden-xs, body.tag #content article.post header.article-header .article-image.hidden-xs, body.tag #content article.page header.article-header .article-image.hidden-xs, body.tag #content article.job_listing header.article-header .article-image.hidden-xs, body.category #content article.post header.article-header .article-image.hidden-xs, body.category #content article.page header.article-header .article-image.hidden-xs, body.category #content article.job_listing header.article-header .article-image.hidden-xs, body.single #content article.post header.article-header .article-image.hidden-xs, body.single #content article.page header.article-header .article-image.hidden-xs, body.single #content article.job_listing header.article-header .article-image.hidden-xs, body.page-template-page-php #content article.post header.article-header .article-image.hidden-xs, body.page-template-page-php #content article.page header.article-header .article-image.hidden-xs, body.page-template-page-php #content article.job_listing header.article-header .article-image.hidden-xs {
          float: right; }
        @media (min-width: 768px) {
          body.blog #content article.post header.article-header .article-image, body.blog #content article.page header.article-header .article-image, body.blog #content article.job_listing header.article-header .article-image, body.tag #content article.post header.article-header .article-image, body.tag #content article.page header.article-header .article-image, body.tag #content article.job_listing header.article-header .article-image, body.category #content article.post header.article-header .article-image, body.category #content article.page header.article-header .article-image, body.category #content article.job_listing header.article-header .article-image, body.single #content article.post header.article-header .article-image, body.single #content article.page header.article-header .article-image, body.single #content article.job_listing header.article-header .article-image, body.page-template-page-php #content article.post header.article-header .article-image, body.page-template-page-php #content article.page header.article-header .article-image, body.page-template-page-php #content article.job_listing header.article-header .article-image {
            max-width: 50%;
            margin-left: 20px; } }
        body.blog #content article.post header.article-header .article-image img, body.blog #content article.page header.article-header .article-image img, body.blog #content article.job_listing header.article-header .article-image img, body.tag #content article.post header.article-header .article-image img, body.tag #content article.page header.article-header .article-image img, body.tag #content article.job_listing header.article-header .article-image img, body.category #content article.post header.article-header .article-image img, body.category #content article.page header.article-header .article-image img, body.category #content article.job_listing header.article-header .article-image img, body.single #content article.post header.article-header .article-image img, body.single #content article.page header.article-header .article-image img, body.single #content article.job_listing header.article-header .article-image img, body.page-template-page-php #content article.post header.article-header .article-image img, body.page-template-page-php #content article.page header.article-header .article-image img, body.page-template-page-php #content article.job_listing header.article-header .article-image img {
          height: auto;
          width: 100%; }
      body.blog #content article.post header.article-header .article-title .entry-title, body.blog #content article.page header.article-header .article-title .entry-title, body.blog #content article.job_listing header.article-header .article-title .entry-title, body.tag #content article.post header.article-header .article-title .entry-title, body.tag #content article.page header.article-header .article-title .entry-title, body.tag #content article.job_listing header.article-header .article-title .entry-title, body.category #content article.post header.article-header .article-title .entry-title, body.category #content article.page header.article-header .article-title .entry-title, body.category #content article.job_listing header.article-header .article-title .entry-title, body.single #content article.post header.article-header .article-title .entry-title, body.single #content article.page header.article-header .article-title .entry-title, body.single #content article.job_listing header.article-header .article-title .entry-title, body.page-template-page-php #content article.post header.article-header .article-title .entry-title, body.page-template-page-php #content article.page header.article-header .article-title .entry-title, body.page-template-page-php #content article.job_listing header.article-header .article-title .entry-title {
        margin-top: 0px; }
    body.blog #content article.post .single-content, body.blog #content article.page .single-content, body.blog #content article.job_listing .single-content, body.tag #content article.post .single-content, body.tag #content article.page .single-content, body.tag #content article.job_listing .single-content, body.category #content article.post .single-content, body.category #content article.page .single-content, body.category #content article.job_listing .single-content, body.single #content article.post .single-content, body.single #content article.page .single-content, body.single #content article.job_listing .single-content, body.page-template-page-php #content article.post .single-content, body.page-template-page-php #content article.page .single-content, body.page-template-page-php #content article.job_listing .single-content {
      max-width: 80%; }
    body.blog #content article.post .entry-content, body.blog #content article.page .entry-content, body.blog #content article.job_listing .entry-content, body.tag #content article.post .entry-content, body.tag #content article.page .entry-content, body.tag #content article.job_listing .entry-content, body.category #content article.post .entry-content, body.category #content article.page .entry-content, body.category #content article.job_listing .entry-content, body.single #content article.post .entry-content, body.single #content article.page .entry-content, body.single #content article.job_listing .entry-content, body.page-template-page-php #content article.post .entry-content, body.page-template-page-php #content article.page .entry-content, body.page-template-page-php #content article.job_listing .entry-content {
      max-width: 800px; }
      body.blog #content article.post .entry-content h3, body.blog #content article.page .entry-content h3, body.blog #content article.job_listing .entry-content h3, body.tag #content article.post .entry-content h3, body.tag #content article.page .entry-content h3, body.tag #content article.job_listing .entry-content h3, body.category #content article.post .entry-content h3, body.category #content article.page .entry-content h3, body.category #content article.job_listing .entry-content h3, body.single #content article.post .entry-content h3, body.single #content article.page .entry-content h3, body.single #content article.job_listing .entry-content h3, body.page-template-page-php #content article.post .entry-content h3, body.page-template-page-php #content article.page .entry-content h3, body.page-template-page-php #content article.job_listing .entry-content h3 {
        font-size: 22px; }
    body.blog #content article.post footer, body.blog #content article.page footer, body.blog #content article.job_listing footer, body.tag #content article.post footer, body.tag #content article.page footer, body.tag #content article.job_listing footer, body.category #content article.post footer, body.category #content article.page footer, body.category #content article.job_listing footer, body.single #content article.post footer, body.single #content article.page footer, body.single #content article.job_listing footer, body.page-template-page-php #content article.post footer, body.page-template-page-php #content article.page footer, body.page-template-page-php #content article.job_listing footer {
      border-top: none; }
    body.blog #content article.post .readmore, body.blog #content article.page .readmore, body.blog #content article.job_listing .readmore, body.tag #content article.post .readmore, body.tag #content article.page .readmore, body.tag #content article.job_listing .readmore, body.category #content article.post .readmore, body.category #content article.page .readmore, body.category #content article.job_listing .readmore, body.single #content article.post .readmore, body.single #content article.page .readmore, body.single #content article.job_listing .readmore, body.page-template-page-php #content article.post .readmore, body.page-template-page-php #content article.page .readmore, body.page-template-page-php #content article.job_listing .readmore {
      background-color: #212121;
      border: none;
      border-radius: 0px;
      color: #FFFFFF; }
  body.blog #content .single_job_listing .meta, body.tag #content .single_job_listing .meta, body.category #content .single_job_listing .meta, body.single #content .single_job_listing .meta, body.page-template-page-php #content .single_job_listing .meta {
    clear: left; }
    body.blog #content .single_job_listing .meta li, body.tag #content .single_job_listing .meta li, body.category #content .single_job_listing .meta li, body.single #content .single_job_listing .meta li, body.page-template-page-php #content .single_job_listing .meta li {
      color: #212121; }
    body.blog #content .single_job_listing .meta .job-type, body.tag #content .single_job_listing .meta .job-type, body.category #content .single_job_listing .meta .job-type, body.single #content .single_job_listing .meta .job-type, body.page-template-page-php #content .single_job_listing .meta .job-type {
      background-color: transparent;
      color: inherit; }
  body.blog #content .single_job_listing .company, body.tag #content .single_job_listing .company, body.category #content .single_job_listing .company, body.single #content .single_job_listing .company, body.page-template-page-php #content .single_job_listing .company {
    display: none; }

.ssb-share.wide {
  margin-bottom: 10px; }
  .ssb-share.wide a {
    height: 20px;
    margin-right: 10px !important;
    width: 60px; }
    .ssb-share.wide a span {
      background-repeat: no-repeat;
      background-size: contain;
      font-size: 12px;
      height: 20px !important;
      line-height: 20px;
      padding-top: 0px !important; }

#sidebar .widget {
  background-color: #F8F8F8;
  color: #212121;
  margin-bottom: 20px;
  padding: 20px; }
  #sidebar .widget .widgettitle {
    font-size: 16px;
    margin: 0px 0px 10px; }
  #sidebar .widget .btn-primary {
    border-color: #212121;
    background-color: #212121;
    color: #FFFFFF; }
  #sidebar .widget .searchwp-live-search-widget-search-form .screen-reader-text {
    display: none; }
  #sidebar .widget .searchwp-live-search-widget-search-form .search-submit {
    border-color: #212121;
    background-color: #212121;
    color: #FFFFFF; }
  #sidebar .widget.social-networks span.icon {
    display: inline-block;
    color: #FFFFFF;
    font-size: 22px;
    height: 31px;
    line-height: 32px;
    margin-right: 5px;
    text-align: center;
    vertical-align: text-top;
    width: 31px; }
    #sidebar .widget.social-networks span.icon a {
      color: #FFFFFF; }
    #sidebar .widget.social-networks span.icon img {
      width: 100%; }
    #sidebar .widget.social-networks span.icon.email {
      background-color: grey; }
    #sidebar .widget.social-networks span.icon.facebook {
      background-color: #3B5998; }
    #sidebar .widget.social-networks span.icon.instagram {
      background-color: #517FA4; }
    #sidebar .widget.social-networks span.icon.linkedin {
      background-color: #007BB6; }
    #sidebar .widget.social-networks span.icon.pinterest {
      background-color: #CB2027; }
    #sidebar .widget.social-networks span.icon.rss {
      background-color: #FF6600; }
    #sidebar .widget.social-networks span.icon.twitter {
      background-color: #00ACED; }
    #sidebar .widget.social-networks span.icon.vine {
      background-color: #00BF8F; }
    #sidebar .widget.social-networks span.icon.youtube {
      background-color: #CD201F; }
  #sidebar .widget.wpp-list ul, #sidebar .widget.wpp-list ol, #sidebar .widget.widget_recent_entries ul, #sidebar .widget.widget_recent_entries ol {
    list-style-position: inside;
    list-style-type: decimal;
    margin: 0px;
    padding: 0px; }
    #sidebar .widget.wpp-list ul li, #sidebar .widget.wpp-list ol li, #sidebar .widget.widget_recent_entries ul li, #sidebar .widget.widget_recent_entries ol li {
      background-color: #212121;
      color: #FFFFFF;
      margin-bottom: 5px;
      overflow: hidden;
      padding: 5px;
      text-overflow: ellipsis;
      white-space: nowrap; }
      #sidebar .widget.wpp-list ul li a, #sidebar .widget.wpp-list ol li a, #sidebar .widget.widget_recent_entries ul li a, #sidebar .widget.widget_recent_entries ol li a {
        color: inherit; }
  #sidebar .widget.widget_recent_jobs ul, #sidebar .widget.widget_recent_jobs ol {
    border: none; }
    #sidebar .widget.widget_recent_jobs ul li, #sidebar .widget.widget_recent_jobs ol li {
      background-color: transparent !important;
      border: none;
      color: #FFFFFF;
      margin-bottom: 5px;
      list-style-position: inside;
      list-style-type: none;
      text-indent: 0px; }
      #sidebar .widget.widget_recent_jobs ul li a, #sidebar .widget.widget_recent_jobs ol li a {
        padding: 0px; }
      #sidebar .widget.widget_recent_jobs ul li h3, #sidebar .widget.widget_recent_jobs ol li h3 {
        background-color: #212121;
        color: #FFFFFF;
        display: block;
        padding: 4px; }
      #sidebar .widget.widget_recent_jobs ul li .meta, #sidebar .widget.widget_recent_jobs ol li .meta {
        display: none; }

.cta-button {
  background-color: #212121;
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  font-weight: normal !important;
  line-height: 20px;
  margin-top: 1px;
  max-width: 420px;
  padding: 5px 10px;
  text-decoration: none !important;
  transition: background-color 0.25s;
  /*
  &.sitemap {
  	bottom: 5px;
  	display: none;
  	position: absolute;
  	right: 5px;
  	@media (min-width: $screen-md){
  		display: none;
  		position: fixed;
  	}
  }
  */ }
  .cta-button:hover {
    background-color: #545454; }
  .cta-button * {
    color: #FFFFFF !important; }
  @media (min-width: 992px) {
    .cta-button {
      display: inline-block;
      font-size: 20px;
      margin-top: 10px;
      padding: 7px 30px; } }
  .cta-button p {
    margin: 0px;
    padding: 0px; }
  .cta-button a {
    color: #FFFFFF !important; }
    .cta-button a:hover {
      text-decoration: none; }

.footer-links {
  bottom: 5px;
  display: block;
  height: auto;
  position: absolute;
  right: 5px;
  text-align: right;
  width: auto; }
  @media (min-width: 992px) {
    .footer-links {
      display: none;
      position: fixed; } }

#carousel-homepage .footer-links {
  display: block;
  z-index: 200; }
  #carousel-homepage .footer-links .privacy {
    background-color: #545454; }
    #carousel-homepage .footer-links .privacy:hover {
      background-color: #212121; }

.carousel .carousel-inner {
  font-size: 0;
  height: 100%;
  width: 100%; }
  .carousel .carousel-inner .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%; }
.carousel .carousel-control {
  background-image: none;
  color: #212121;
  opacity: 1;
  text-shadow: none;
  transition: all 1s;
  z-index: 10; }
  .carousel .carousel-control .icon-prev,
  .carousel .carousel-control .icon-next {
    opacity: 1; }
  .carousel .carousel-control.left {
    margin-left: -10px; }
    @media (min-width: 992px) {
      .carousel .carousel-control.left {
        margin-left: -20px; } }
  .carousel .carousel-control.right {
    margin-right: -10px; }
    @media (min-width: 992px) {
      .carousel .carousel-control.right {
        margin-right: -20px; } }
  .carousel .carousel-control .fa {
    font-size: 30px; }
    @media (min-width: 992px) {
      .carousel .carousel-control .fa {
        font-size: 70px; } }
.carousel .carousel-indicators {
  left: 0px;
  margin-left: 0px;
  width: 100%; }
  @media (max-width: 992px) {
    .carousel .carousel-indicators {
      bottom: 0px;
      position: relative !important; } }
  .carousel .carousel-indicators li {
    background-color: #212121;
    border: none;
    height: 6px;
    margin-right: 6px;
    width: 6px; }
    @media (min-width: 992px) {
      .carousel .carousel-indicators li {
        height: 10px;
        margin-right: 10px;
        width: 10px; } }
    .carousel .carousel-indicators li.active {
      background-color: #008CAD !important; }
.carousel.modal-open .carousel-control {
  opacity: 0; }
.carousel.modal-open .carousel-indicators {
  opacity: 0; }

#comments .comment {
  border-bottom: none;
  border-top: none;
  margin-bottom: 10px;
  padding: 0px; }
  #comments .comment article.comment-container {
    padding: 10px; }
    #comments .comment article.comment-container .comment-author {
      display: none; }
    #comments .comment article.comment-container .comment_content {
      margin-left: 0px; }
      #comments .comment article.comment-container .comment_content p {
        margin: 0px 0px 5px; }
    #comments .comment article.comment-container .comment-reply-link {
      background-color: #212121;
      color: #FFFFFF;
      font-weight: normal;
      margin: 0px;
      margin-right: 10px; }
  #comments .comment .children {
    margin-left: 20px;
    padding-left: 0px;
    padding-right: 10px; }

#respond {
  margin: 0px; }
  #respond input[type="submit"] {
    background-color: #212121;
    border: none;
    border-radius: 0px;
    color: #FFFFFF; }

.page-template-page-carousel-php {
  overflow: auto; }
  .page-template-page-carousel-php .carousel {
    bottom: 0px;
    height: 100%;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%; }
    .page-template-page-carousel-php .carousel .carousel-inner .item {
      font-size: 10px; }
      .page-template-page-carousel-php .carousel .carousel-inner .item .wrapper {
        display: table;
        height: 100%;
        position: absolute;
        width: 100%; }
      .page-template-page-carousel-php .carousel .carousel-inner .item .caption {
        display: table-cell;
        padding-bottom: 40px;
        text-decoration: none !important;
        vertical-align: bottom; }
        @media (min-width: 992px) {
          .page-template-page-carousel-php .carousel .carousel-inner .item .caption {
            padding-bottom: 100px; } }
        .page-template-page-carousel-php .carousel .carousel-inner .item .caption a:hover {
          text-decoration: none; }
        .page-template-page-carousel-php .carousel .carousel-inner .item .caption p {
          background-color: rgba(33, 33, 33, 0.8);
          color: #FFFFFF;
          font-size: 20px;
          margin: 0px auto;
          padding: 10px;
          text-align: center;
          width: 75%; }
          @media (min-width: 768px) {
            .page-template-page-carousel-php .carousel .carousel-inner .item .caption p {
              font-size: 35px;
              padding: 20px;
              width: 60%; } }
          @media (min-width: 992px) {
            .page-template-page-carousel-php .carousel .carousel-inner .item .caption p {
              font-size: 38px; } }
          .page-template-page-carousel-php .carousel .carousel-inner .item .caption p small {
            font-size: 12px; }
        .page-template-page-carousel-php .carousel .carousel-inner .item .caption .button {
          background-color: rgba(0, 140, 173, 0.8);
          color: #FFFFFF;
          font-size: 20px;
          font-weight: bold;
          margin: 5px auto;
          padding: 10px;
          text-align: center;
          width: 75%; }
          @media (min-width: 768px) {
            .page-template-page-carousel-php .carousel .carousel-inner .item .caption .button {
              font-size: 30px;
              margin: 0px auto;
              width: 55%; } }
          @media (min-width: 768px) {
            .page-template-page-carousel-php .carousel .carousel-inner .item .caption .button {
              font-size: 40px;
              margin-top: 20px; } }
          .page-template-page-carousel-php .carousel .carousel-inner .item .caption .button:hover {
            background-color: #00abd3; }
    .page-template-page-carousel-php .carousel .carousel-indicators {
      bottom: 30px; }
    .page-template-page-carousel-php .carousel .carousel-control {
      outline: none; }
      .page-template-page-carousel-php .carousel .carousel-control .icon-prev,
      .page-template-page-carousel-php .carousel .carousel-control .icon-next {
        bottom: 12%;
        color: #008CAD;
        font-size: 50px;
        margin-top: -25px;
        opacity: 1;
        top: auto; }
        @media (min-width: 768px) {
          .page-template-page-carousel-php .carousel .carousel-control .icon-prev,
          .page-template-page-carousel-php .carousel .carousel-control .icon-next {
            font-size: 170px;
            margin-top: -85px; } }
        @media (min-width: 768px) {
          .page-template-page-carousel-php .carousel .carousel-control .icon-prev,
          .page-template-page-carousel-php .carousel .carousel-control .icon-next {
            bottom: 30%; } }
      .page-template-page-carousel-php .carousel .carousel-control.left, .page-template-page-carousel-php .carousel .carousel-control.right {
        margin-left: 0px;
        margin-right: 0px; }

.wp-video {
  display: none;
  height: auto;
  margin: 10px auto;
  max-width: 500px !important;
  width: 100% !important; }
  .wp-video .mejs-video {
    width: 100% !important; }
    .wp-video .mejs-video video {
      background-color: transparent !important;
      height: auto !important;
      width: 100% !important; }
    .wp-video .mejs-video .mejs-layers {
      display: none !important; }
      .wp-video .mejs-video .mejs-layers .mejs-layer {
        height: 100% !important;
        width: 100% !important; }
  @media (min-width: 992px) {
    .wp-video {
      display: block; } }

.background-media {
  background-color: #FFFFFF;
  background-image: url("../images/bg-default.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  height: 100%;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  pointer-events: none; }
  .background-media video {
    background-color: #FFFFFF;
    display: none;
    min-height: 100%;
    margin: 0px auto;
    width: 100%; }
    @media (min-width: 768px) {
      .background-media video {
        display: block; } }

.infeed-video {
  height: auto;
  margin: 0px auto;
  position: relative;
  width: 100%; }
  .infeed-video img {
    display: block;
    width: 100%; }
  .infeed-video video {
    background-color: transparent;
    display: block;
    width: 100%; }
  .infeed-video video + img {
    display: none; }
  @media (min-width: 992px) {
    .infeed-video {
      position: absolute;
      right: 5%;
      top: 200px;
      width: 40%; } }
  @media (min-width: 1440px) {
    .infeed-video {
      top: 150px;
      width: 48%; } }

.share-email {
  background-color: #575757;
  bottom: 0px;
  color: #FFFFFF;
  display: none;
  font-size: 14px;
  height: auto;
  left: 0px;
  padding: 5px 10px;
  position: fixed;
  right: 0px;
  top: 0px;
  width: auto;
  z-index: 1030; }
  @media (min-width: 768px) {
    .share-email {
      bottom: auto;
      height: 272px;
      left: 50%;
      margin-left: -200px;
      margin-top: -136px;
      right: auto;
      top: 50%;
      width: 400px; } }
  .share-email .close {
    background-color: #212121;
    font-size: 30px;
    height: 40px;
    opacity: 1 !important;
    padding: 5px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 40px;
    z-index: 2; }
    .share-email .close .fa {
      color: #FFFFFF;
      text-shadow: none; }
  .share-email label {
    font-weight: normal; }
  .share-email h4 {
    border-bottom: none;
    margin: 0px;
    padding: 5px 0px; }
  .share-email .form-group, .share-email p {
    margin-bottom: 0px;
    padding: 5px 0px; }
  .share-email .button {
    border-top: 1px solid #F8F8F8;
    padding: 0px;
    background-color: #212121;
    border: none;
    border-radius: 0px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin: 5px 0px;
    min-width: 50%;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    width: 100%; }
    .share-email .button:hover {
      text-decoration: none; }

#seo-title {
  display: none !important; }

#page-title {
  background-color: #212121;
  border-bottom: none;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 300;
  left: 0px;
  margin: 0px;
  padding: 5px 15px 5px 30px;
  position: fixed;
  top: 50px;
  transition: background-color 1s, color 1s;
  transition-delay: 0.5s;
  z-index: 1029; }
  @media (min-width: 768px) {
    #page-title {
      font-size: 36px;
      position: fixed;
      top: 90px; } }
  #page-title.dark {
    background-color: #FFFFFF;
    color: #212121; }

.btn-default {
  background-color: #212121;
  border: none;
  color: #FFFFFF; }
  .btn-default:hover {
    background-color: #212121;
    color: #FFFFFF; }

.modal {
  background-color: #212121;
  bottom: 0px;
  color: #FFFFFF;
  display: block;
  height: auto;
  left: 0px;
  min-width: 300px;
  min-height: 300px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0px;
  top: 0px;
  transition: all 1s;
  visibility: hidden;
  width: auto;
  z-index: 1040; }
  @media (min-width: 768px) {
    .modal {
      position: absolute; } }
  .modal.open {
    pointer-events: all;
    visibility: visible;
    opacity: 1; }
  .modal .media iframe {
    width: 100%; }
  .modal .close {
    background-color: #212121;
    font-size: 30px;
    height: 40px;
    opacity: 1 !important;
    padding: 5px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 40px;
    z-index: 2; }
    .modal .close .fa {
      color: #FFFFFF;
      text-shadow: none; }
  .modal h2 {
    margin: 10px; }

.pack {
  overflow: hidden; }
  .pack h3 {
    font-size: 20px;
    margin-top: 0px; }

.mobile-device .item .pack p {
  display: none; }

#content {
  margin: 0px;
  height: 100%;
  padding-top: 0px; }
  #content blockquote {
    border-left: none;
    clear: both;
    margin: 0px auto;
    padding: 0px; }
    @media (min-width: 992px) {
      #content blockquote {
        margin-top: -50px;
        float: right;
        width: 50%; } }
    #content blockquote p {
      font-size: 20px; }
      @media (min-width: 992px) {
        #content blockquote p {
          font-size: 30px; } }
    #content blockquote address {
      font-size: 15px;
      font-style: italic;
      margin-left: 10px; }
  #content.fullscreen {
    padding: 90px 40px 20px;
    position: relative; }
    @media (min-width: 768px) {
      #content.fullscreen {
        padding-left: 120px;
        padding-top: 150px; } }
  #content.sections .section {
    color: #212121;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 90px 20px 20px;
    position: relative; }
    #content.sections .section:first-of-type {
      display: block; }
    #content.sections .section[data-theme="dark"] {
      color: #FFFFFF !important; }
    #content.sections .section a {
      color: #212121;
      font-weight: bold;
      text-decoration: underline; }
    #content.sections .section .cta-button a {
      font-weight: normal !important;
      text-decoration: none !important; }
    @media (min-width: 768px) {
      #content.sections .section {
        display: block;
        padding-left: 120px;
        padding-right: 40px;
        padding-top: 130px; } }
    @media (max-width: 1024px) {
      #content.sections .section .background-media {
        opacity: 1 !important; } }
    @media (min-width: 1025px) {
      #content.sections .section .background-media {
        position: fixed;
        opacity: 0; } }
    #content.sections .section .background {
      bottom: 0px;
      height: 100%;
      left: 0px;
      position: absolute;
      right: 0px;
      top: 0px;
      width: 100%;
      background-color: #FFFFFF;
      opacity: 0.8; }
      @media (min-width: 992px) {
        #content.sections .section .background {
          left: 100px;
          width: 450px; } }
    #content.sections .section .section-content {
      bottom: 0px;
      height: auto;
      left: 0px;
      padding: 0px;
      position: relative;
      right: 0px;
      top: 0px; }
      @media (min-width: 1025px) {
        #content.sections .section .section-content {
          padding: inherit;
          position: absolute; } }
      #content.sections .section .section-content [class^="col-"] p {
        max-width: 420px; }
      #content.sections .section .section-content .wp-caption, #content.sections .section .section-content img.size-full {
        background-color: transparent;
        display: block;
        height: auto;
        margin: 0px auto 10px;
        max-width: 500px !important;
        padding: 0px;
        position: relative;
        width: 100% !important; }
        @media (min-width: 992px) {
          #content.sections .section .section-content .wp-caption, #content.sections .section .section-content img.size-full {
            bottom: 60px;
            left: auto;
            position: absolute;
            right: 5%;
            top: 0px;
            max-width: 40% !important; } }
        @media (min-width: 1440px) {
          #content.sections .section .section-content .wp-caption, #content.sections .section .section-content img.size-full {
            top: 0px;
            width: 48% !important;
            max-width: 700px; } }
        #content.sections .section .section-content .wp-caption img, #content.sections .section .section-content img.size-full img {
          height: auto;
          margin: 0px;
          margin-bottom: 10px;
          width: 100%; }
        #content.sections .section .section-content .wp-caption .wp-caption-text, #content.sections .section .section-content img.size-full .wp-caption-text {
          background-color: #212121;
          color: #FFFFFF !important;
          font-weight: 300;
          padding: 4px 10px;
          text-align: left; }
      #content.sections .section .section-content .entry {
        height: 100%;
        margin-left: 0px;
        position: relative; }
        #content.sections .section .section-content .entry [class^="col-"] {
          padding-left: 0px; }
        #content.sections .section .section-content .entry > p > iframe {
          height: auto;
          max-width: 100%;
          min-height: 240px; }
        @media (min-width: 992px) {
          #content.sections .section .section-content .entry > p {
            max-width: 410px; } }
        #content.sections .section .section-content .entry > h3 {
          max-width: 50%; }
        #content.sections .section .section-content .entry > img {
          background-color: transparent;
          height: auto;
          margin: 0px auto;
          max-width: 100%;
          padding: 0px; }
          @media (min-width: 992px) {
            #content.sections .section .section-content .entry > img {
              float: right;
              width: 400px; } }
        @media (min-width: 992px) {
          #content.sections .section .section-content .entry .wp-video {
            max-height: 70%;
            max-width: 40% !important;
            position: absolute;
            right: 5%;
            top: 60px; } }
      #content.sections .section .section-content .vine-embed {
        height: 0;
        max-width: 500px;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
        width: 100%;
        /*
        @media (min-width: $screen-md){
        	&.vine-right {
        		height: 410px !important;
        		position: absolute;
        		right: 5%;
        		top: 0px;
        		width: 410px !important;
        	}
        }
        */ }
        #content.sections .section .section-content .vine-embed iframe, #content.sections .section .section-content .vine-embed object, #content.sections .section .section-content .vine-embed embed {
          height: 100%;
          left: 0px;
          max-height: 500px;
          position: absolute;
          top: 0px;
          width: 100%; }
    #content.sections .section.product h2 {
      max-width: 410px; }
      #content.sections .section.product h2 a, #content.sections .section.product h2 span {
        background-color: #FFFFFF;
        box-shadow: 4px 0 0 #FFFFFF, -4px 0 0 #FFFFFF; }
    #content.sections .section.product .background {
      bottom: 0px;
      height: 100%;
      left: 0px;
      position: absolute;
      right: 0px;
      top: 0px;
      width: 100%; }
      @media (min-width: 992px) {
        #content.sections .section.product .background {
          left: 100px;
          max-width: 480px;
          width: 40%; } }
    @media (min-width: 992px) {
      #content.sections .section.product .entry {
        max-width: 440px;
        width: 40%; } }
    #content.sections .section.product .entry ul {
      padding: 0px;
      padding-left: 20px; }
    #content.sections .section.product .entry a {
      color: #212121; }
    #content.sections .section.product .entry .cta-button a {
      color: #FFFFFF !important;
      font-weight: normal !important;
      text-decoration: none !important; }
    #content.sections .section.product .animation {
      height: 300px;
      margin-top: 20px;
      text-align: right;
      width: 100%; }
      @media (min-width: 992px) {
        #content.sections .section.product .animation {
          height: 300px;
          min-height: 300px;
          position: absolute;
          right: 10%;
          top: 120px;
          width: 40%; } }
      #content.sections .section.product .animation iframe {
        max-width: 100% !important; }
    #content.sections .section.product .unruly-player {
      height: 300px;
      margin: 0px auto;
      min-width: 300px;
      width: 100%; }
      @media (min-width: 768px) {
        #content.sections .section.product .unruly-player {
          height: 400px;
          position: absolute;
          right: 10%;
          top: 0px;
          width: 40%; } }
      @media (min-width: 1025px) {
        #content.sections .section.product .unruly-player {
          top: 150px; } }
    #content.sections .section.product.activate h2 a, #content.sections .section.product.activate h2 span {
      box-shadow: 4px 0 0 #FFFFFF, -4px 0 0 #FFFFFF;
      color: #212121; }
    #content.sections .section.product.activate .background {
      background-color: #CD3133; }
    #content.sections .section.product.activate .entry {
      color: #FFFFFF; }
    #content.sections .section.product.analytics h2 a, #content.sections .section.product.analytics h2 span {
      box-shadow: 4px 0 0 #FFFFFF, -4px 0 0 #FFFFFF;
      color: #212121; }
    #content.sections .section.product.analytics .background {
      background-color: #B9CD0C; }
    #content.sections .section.product.analytics .entry {
      color: #212121; }
    #content.sections .section.product.basic h2 a, #content.sections .section.product.basic h2 span {
      background-color: #008CAD;
      box-shadow: 4px 0 0 #008CAD, -4px 0 0 #008CAD;
      color: #FFFFFF; }
    #content.sections .section.product.basic .background {
      background-color: #F8F8F8; }
    #content.sections .section.product.basic .entry {
      color: #212121; }
    #content.sections .section.product.sharerank h2 a, #content.sections .section.product.sharerank h2 span {
      box-shadow: 4px 0 0 #FFFFFF, -4px 0 0 #FFFFFF;
      color: #212121; }
    #content.sections .section.product.sharerank .background {
      background-color: #1C9BC6; }
    #content.sections .section.product.sharerank .entry {
      color: #FFFFFF; }
    #content.sections .section.product.unrulyx h2 a, #content.sections .section.product.unrulyx h2 span {
      box-shadow: 4px 0 0 #FFFFFF, -4px 0 0 #FFFFFF;
      color: #212121; }
    #content.sections .section.product.unrulyx .background {
      background-color: #FAC000;
      opacity: 1 !important; }
    #content.sections .section.product.unrulyx .entry {
      color: #212121; }
    #content.sections .section.grid-3x1#further-reading .pack img {
      padding: 5px; }
    #content.sections .section.grid-3x1 .carousel {
      height: auto;
      margin: 0px auto;
      width: 100%; }
      @media (min-width: 768px) {
        #content.sections .section.grid-3x1 .carousel {
          max-width: 700px; } }
      #content.sections .section.grid-3x1 .carousel .carousel-inner .item {
        height: 100%;
        width: 100%; }
      #content.sections .section.grid-3x1 .carousel .carousel-control {
        width: 0px; }
      #content.sections .section.grid-3x1 .carousel .carousel-indicators {
        bottom: -31px; }
    #content.sections .section.grid-3x1 .item {
      height: 100%;
      width: 100%; }
      #content.sections .section.grid-3x1 .item > div {
        background-color: #212121;
        color: #FFFFFF;
        font-size: 14px;
        height: 120px;
        margin: 0px auto 10px;
        max-width: 750px;
        padding: 0px;
        position: relative; }
        @media (min-height: 769px) {
          #content.sections .section.grid-3x1 .item > div {
            height: 150px; } }
        #content.sections .section.grid-3x1 .item > div:last-child {
          margin-bottom: 0px; }
        #content.sections .section.grid-3x1 .item > div img {
          /*
          display: block;
          float: none;
          left: 0px;
          opacity: 0.4;
          position: absolute;
          top: 0px;
          width: 100%;
          z-index: 0;
          */
          display: none; }
          @media (min-width: 768px) {
            #content.sections .section.grid-3x1 .item > div img {
              display: block; } }
        #content.sections .section.grid-3x1 .item > div a {
          color: #FFFFFF;
          display: block;
          height: 100%;
          text-decoration: none;
          width: 100%; }
          #content.sections .section.grid-3x1 .item > div a img {
            height: 100%;
            margin-left: 10px;
            width: auto; }
          #content.sections .section.grid-3x1 .item > div a > div, #content.sections .section.grid-3x1 .item > div a > p {
            padding: 0px 10px; }
        #content.sections .section.grid-3x1 .item > div h3, #content.sections .section.grid-3x1 .item > div p {
          padding: 5px 10px;
          max-width: 520px; }
    #content.sections .section.events .carousel {
      max-width: 500px; }
    #content.sections .section.events div.event {
      height: 130px; }
      #content.sections .section.events div.event h3 {
        margin: 0px; }
      #content.sections .section.events div.event h4 {
        font-size: 15px;
        font-weight: 300;
        margin: 0px;
        padding: 5px 10px; }
      #content.sections .section.events div.event div.buttons {
        bottom: 0px;
        left: 0px;
        padding: 10px 10px;
        position: absolute;
        right: 0px;
        text-align: right;
        width: auto; }
        #content.sections .section.events div.event div.buttons .btn {
          background-color: #FFFFFF;
          border-radius: 0px;
          color: #212121 !important;
          display: inline-block;
          font-weight: 300;
          height: auto;
          width: auto; }
    #content.sections .section.press div.pack {
      padding: 5px 10px; }
    #content.sections .section.press h3 {
      margin-bottom: 5px;
      margin-top: 0px;
      font-weight: 300; }
    #content.sections .section.press a img {
      float: right;
      margin-left: 10px; }
    #content.sections .section.studies .filter {
      margin-bottom: 5px;
      text-align: center; }
      #content.sections .section.studies .filter select {
        border: none;
        border-radius: 0px;
        box-shadow: none;
        margin: 0px auto;
        max-width: 350px; }
        @media (min-width: 1025px) {
          #content.sections .section.studies .filter select {
            background-color: #008CAD;
            color: #FFFFFF; } }
    #content.sections .section.studies .item > div.pack {
      padding: 0px; }
      #content.sections .section.studies .item > div.pack img {
        height: 100%;
        margin-left: 10px;
        width: auto; }
      #content.sections .section.studies .item > div.pack a {
        color: #FFFFFF;
        display: block;
        height: 100%;
        width: 100%; }
        #content.sections .section.studies .item > div.pack a:hover {
          text-decoration: none; }
      #content.sections .section.studies .item > div.pack h3 {
        margin: 0px;
        padding: 10px; }
      #content.sections .section.studies .item > div.pack .hidden {
        display: none; }
    #content.sections .section.studies .modal .close {
      position: relative; }
    #content.sections .section.studies .modal h2 {
      margin: 10px 10px 0px; }
    #content.sections .section.studies .modal .content li {
      font-size: 12px; }
    #content.sections .section.grid-3x3 .carousel {
      height: auto;
      margin: 0px auto;
      max-width: 500px;
      width: 100%; }
      #content.sections .section.grid-3x3 .carousel .carousel-inner {
        max-height: 660px; }
      #content.sections .section.grid-3x3 .carousel .carousel-control {
        width: 0px; }
      #content.sections .section.grid-3x3 .carousel .carousel-indicators {
        bottom: -31px; }
    #content.sections .section.grid-3x3 .item {
      height: 100%;
      width: 100%; }
      #content.sections .section.grid-3x3 .item .col-xs-4 {
        height: 33.33%;
        overflow: hidden;
        padding: 10px;
        width: 33.33%; }
        #content.sections .section.grid-3x3 .item .col-xs-4 img {
          display: block;
          height: auto;
          margin: 0px auto;
          max-width: 200px;
          width: 100%; }
        #content.sections .section.grid-3x3 .item .col-xs-4 .detail {
          background-color: #212121;
          bottom: 0px;
          color: #FFFFFF;
          display: none;
          left: 0px;
          opacity: 1;
          padding: 10px;
          position: absolute;
          right: 0px;
          top: 0px;
          z-index: 2; }
          #content.sections .section.grid-3x3 .item .col-xs-4 .detail h4 {
            font-size: 14px; }
          #content.sections .section.grid-3x3 .item .col-xs-4 .detail .content {
            display: none !important; }
        #content.sections .section.grid-3x3 .item .col-xs-4 a {
          display: inline-block;
          margin: 0px auto;
          position: relative;
          width: auto; }
          @media (min-width: 1025px) {
            #content.sections .section.grid-3x3 .item .col-xs-4 a:hover .detail {
              display: block; } }
    #content.sections .section.unrulylife .modal img {
      width: 100%; }
    #content.sections .section.person .modal .headshot {
      height: 125px;
      margin: 0px;
      padding: 0px; }
      #content.sections .section.person .modal .headshot .image {
        padding: 0px; }
        #content.sections .section.person .modal .headshot .image img {
          display: inline-block;
          height: auto;
          margin: 10px;
          width: 100%; }
      #content.sections .section.person .modal .headshot .info {
        height: 100%;
        padding: 10px;
        padding-bottom: 0px;
        padding-left: 20px; }
        #content.sections .section.person .modal .headshot .info div {
          display: inline-block;
          vertical-align: bottom; }
          @media (min-width: 768px) {
            #content.sections .section.person .modal .headshot .info div {
              height: 100%; } }
          #content.sections .section.person .modal .headshot .info div:before {
            content: ' ';
            display: inline-block;
            vertical-align: middle;
            height: 100%; }
      #content.sections .section.person .modal .headshot h2 {
        font-size: 30px;
        font-weight: bold;
        margin: 0px;
        margin-right: 40px; }
      #content.sections .section.person .modal .headshot h3 {
        font-size: 20px;
        font-weight: 300;
        margin: 0px; }
    #content.sections .section.person .modal .social {
      margin-top: 10px;
      padding: 0px 10px; }
      #content.sections .section.person .modal .social a {
        color: #FFFFFF;
        display: inline-block;
        height: 28px;
        line-height: 32px;
        margin-right: 10px;
        text-align: center;
        width: 28px; }
        #content.sections .section.person .modal .social a.linkedin {
          background-color: #007BB6; }
        #content.sections .section.person .modal .social a.twitter {
          background-color: #00ACED; }
        #content.sections .section.person .modal .social a .fa {
          font-size: 25px; }
    #content.sections .section.person .modal .content {
      clear: both;
      font-size: 15px; }
      #content.sections .section.person .modal .content p {
        margin: 0px;
        padding: 10px; }
        #content.sections .section.person .modal .content p a {
          color: #FFFFFF !important; }
    #content.sections .section.locations .tooltip-inner {
      padding: 4px 10px; }
    #content.sections .section.locations .world {
      display: block;
      height: auto;
      max-height: 580px;
      max-width: 936px;
      overflow: hidden;
      position: relative; }
      @media (min-width: 768px) {
        #content.sections .section.locations .world {
          display: block;
          margin: 0px auto;
          width: auto; } }
      @media (max-width: 768px) {
        #content.sections .section.locations .world .tooltip {
          display: none !important; } }
      #content.sections .section.locations .world .hotspots {
        position: relative; }
        @media (min-width: 768px) {
          #content.sections .section.locations .world .hotspots {
            bottom: 0px;
            height: auto;
            left: 0px;
            position: absolute;
            right: 0px;
            top: 0px;
            width: auto; } }
        #content.sections .section.locations .world .hotspots .office {
          background-color: #212121;
          color: #FFFFFF;
          cursor: pointer;
          margin-bottom: 10px;
          padding: 4px;
          text-align: center; }
          @media (min-width: 768px) {
            #content.sections .section.locations .world .hotspots .office {
              border-radius: 50%;
              box-shadow: 0px 0px 1px #FFFFFF;
              height: 16px;
              margin-left: -8px;
              margin-top: -8px;
              padding: 0px;
              position: absolute;
              width: 16px; }
              #content.sections .section.locations .world .hotspots .office a, #content.sections .section.locations .world .hotspots .office span {
                display: none; } }
          #content.sections .section.locations .world .hotspots .office.amsterdam {
            left: 52.5%;
            top: 44%; }
          #content.sections .section.locations .world .hotspots .office.chicago {
            left: 24%;
            top: 45%; }
          #content.sections .section.locations .world .hotspots .office.detroit {
            left: 28%;
            top: 45%; }
          #content.sections .section.locations .world .hotspots .office.dubai {
            left: 62.5%;
            top: 61%; }
          #content.sections .section.locations .world .hotspots .office.hamburg {
            left: 56%;
            top: 44%; }
          #content.sections .section.locations .world .hotspots .office.londonhq {
            left: 48.5%;
            top: 44%; }
          #content.sections .section.locations .world .hotspots .office.losangeles {
            left: 19%;
            top: 54%; }
          #content.sections .section.locations .world .hotspots .office.newyork {
            left: 31%;
            top: 48%; }
          #content.sections .section.locations .world .hotspots .office.oslo {
            left: 52.5%;
            top: 37%; }
          #content.sections .section.locations .world .hotspots .office.paris {
            left: 52.5%;
            top: 51%; }
          #content.sections .section.locations .world .hotspots .office.sanfrancisco {
            left: 18.5%;
            top: 47%; }
          #content.sections .section.locations .world .hotspots .office.seoul {
            left: 78%;
            top: 58%; }
          #content.sections .section.locations .world .hotspots .office.singapore {
            left: 75.2%;
            top: 66%; }
          #content.sections .section.locations .world .hotspots .office.stockholm {
            left: 56%;
            top: 37%; }
          #content.sections .section.locations .world .hotspots .office.sydney {
            left: 87%;
            top: 85%; }
          #content.sections .section.locations .world .hotspots .office.tokyo {
            left: 82%;
            top: 56%; }
      #content.sections .section.locations .world .detail {
        padding: 10px;
        padding-right: 50px; }
      #content.sections .section.locations .world .close {
        background-color: #212121;
        float: right;
        font-size: 30px;
        opacity: 1 !important;
        padding: 5px;
        text-align: center; }
        #content.sections .section.locations .world .close .fa {
          color: #FFFFFF;
          text-shadow: none; }
        @media (min-width: 768px) {
          #content.sections .section.locations .world .close {
            float: none;
            height: 40px;
            position: absolute;
            right: 0px;
            top: 0px;
            width: 40px; } }
      #content.sections .section.locations .world .gmap {
        background-color: #008CAD;
        height: 70%;
        width: 100%; }
      #content.sections .section.locations .world > img {
        display: none; }
        @media (min-width: 768px) {
          #content.sections .section.locations .world > img {
            display: block;
            height: auto;
            width: 100%; } }
    #content.sections .section.locations .modal h2, #content.sections .section.locations .modal address, #content.sections .section.locations .modal .detail {
      font-size: 14px;
      margin: 0px;
      margin-bottom: 5px;
      padding: 0px 10px; }
    #content.sections .section.locations .modal h2 {
      font-size: 20px;
      margin-bottom: 10px;
      margin-top: 10px; }
    @media (min-width: 768px) {
      #content.sections .section.locations .modal {
        left: 100%;
        right: auto;
        visibility: visible;
        width: 100%; } }
    @media (min-width: 768px) {
      #content.sections .section.locations .modal.open {
        left: 0%; } }
    #content.sections .section.locations .modal a {
      color: #FFFFFF !important; }
    #content.sections .section.work-with-us {
      min-height: 100%; }
      #content.sections .section.work-with-us .block {
        bottom: 0px;
        height: auto;
        left: 50px;
        margin-top: 20px;
        right: 50px;
        text-align: center;
        top: 200px;
        width: auto; }
        @media (min-width: 1025px) {
          #content.sections .section.work-with-us .block {
            left: 120px;
            position: absolute;
            text-align: center; } }
        #content.sections .section.work-with-us .block .cta {
          min-height: 60px;
          margin-bottom: 10px;
          position: relative; }
          #content.sections .section.work-with-us .block .cta h3 {
            font-size: 36px;
            font-weight: bold;
            line-height: 50px;
            margin: 0px;
            padding-top: 10px; }
          #content.sections .section.work-with-us .block .cta p {
            font-size: 22px;
            font-weight: 300;
            margin-bottom: 20px;
            text-align: center; }
          #content.sections .section.work-with-us .block .cta a {
            color: #FFFFFF !important;
            display: block;
            font-weight: 300;
            margin: 0px;
            padding: 10px;
            padding-bottom: 20px;
            position: relative;
            text-decoration: none; }
            @media (min-width: 1025px) {
              #content.sections .section.work-with-us .block .cta a {
                padding: 0px; } }
            #content.sections .section.work-with-us .block .cta a img {
              display: none;
              height: auto;
              margin-bottom: 20px;
              width: 100%; }
              @media (min-width: 992px) {
                #content.sections .section.work-with-us .block .cta a img {
                  display: block !important; } }
          #content.sections .section.work-with-us .block .cta span.icon {
            background-color: #FFFFFF;
            border-radius: 30px;
            color: #212121;
            display: none;
            font-size: 30px;
            height: 50px;
            line-height: 50px;
            opacity: 1;
            position: absolute;
            right: 5px;
            text-align: center;
            bottom: 5px;
            width: 50px; }
          #content.sections .section.work-with-us .block .cta .cta-button {
            display: inline; }
          #content.sections .section.work-with-us .block .cta a:hover span.icon {
            opacity: 1; }
            @media (min-width: 992px) {
              #content.sections .section.work-with-us .block .cta a:hover span.icon {
                opacity: 0; } }
          #content.sections .section.work-with-us .block .cta.blue a {
            background-color: #1C9BC6; }
          #content.sections .section.work-with-us .block .cta.green a {
            background-color: #B9CD0C; }
            #content.sections .section.work-with-us .block .cta.green a p {
              padding: 0px 10px; }
          #content.sections .section.work-with-us .block .cta.red a {
            background-color: #CD3133; }
          @media (min-width: 992px) {
            #content.sections .section.work-with-us .block .cta {
              display: inline-block;
              height: 100%;
              width: 33%; }
              #content.sections .section.work-with-us .block .cta a {
                height: 100%;
                margin: 0px auto;
                max-width: 330px;
                width: 80%; }
              #content.sections .section.work-with-us .block .cta span.icon {
                border-radius: 50px;
                bottom: 50%;
                font-size: 60px;
                height: 100px;
                right: 50%;
                line-height: 100px;
                margin-bottom: -50px;
                margin-right: -50px;
                opacity: 0;
                width: 100px; } }
    @media (min-width: 768px) {
      #content.sections .section.testimonials {
        padding-right: 120px; } }
    #content.sections .section.testimonials .carousel {
      height: 80%; }
      #content.sections .section.testimonials .carousel .carousel-inner {
        font-size: 0;
        height: 100%;
        overflow: visible;
        width: 100%; }
        #content.sections .section.testimonials .carousel .carousel-inner .item {
          height: 100%;
          width: 100%; }
          #content.sections .section.testimonials .carousel .carousel-inner .item .slide {
            display: table;
            height: 100%;
            width: 100%; }
            #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote {
              display: table-cell;
              height: 100%;
              padding: 0px;
              vertical-align: middle; }
              @media (min-width: 992px) {
                #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote {
                  padding: 0px 30px; } }
              #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .image {
                display: none;
                height: 100%;
                padding-right: 30px;
                text-align: right; }
                #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .image:before {
                  content: ' ';
                  display: inline-block;
                  vertical-align: middle;
                  height: 100%; }
                #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .image img {
                  display: inline-block;
                  vertical-align: middle;
                  width: 60%; }
                @media (min-width: 992px) {
                  #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .image {
                    display: block; } }
              #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .text {
                height: 100%;
                padding: 0px 30px; }
                @media (min-width: 768px) {
                  #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .text {
                    padding: 0px 15px; } }
                @media (max-width: 1199px) {
                  #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .text {
                    width: 100%; } }
                #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .text:before {
                  content: ' ';
                  display: none;
                  vertical-align: middle;
                  height: 100%; }
                  @media (min-width: 1200px) {
                    #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .text:before {
                      display: inline-block; } }
                #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .text .line {
                  background-color: #7F7F7F;
                  bottom: 16%;
                  display: none;
                  height: auto;
                  left: 0px;
                  position: absolute;
                  top: 16%;
                  width: 1px; }
                  @media (min-width: 1200px) {
                    #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .text .line {
                      display: block; } }
                #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .text blockquote {
                  display: block;
                  float: none;
                  margin: 0px auto;
                  position: relative;
                  vertical-align: middle;
                  width: 100%; }
                  @media (min-width: 768px) {
                    #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .text blockquote {
                      width: 75%; } }
                  @media (min-width: 1200px) {
                    #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .text blockquote {
                      display: inline-block;
                      margin: 0px;
                      margin-left: 15%;
                      width: auto; } }
                  #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .text blockquote img {
                    left: -30px;
                    position: absolute;
                    top: 2px;
                    width: 25px; }
                    @media (min-width: 992px) {
                      #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .text blockquote img {
                        height: auto;
                        left: -17%;
                        width: 15%; } }
                  #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .text blockquote p {
                    font-size: 20px;
                    max-width: 80%; }
                    @media (min-width: 768px) {
                      #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .text blockquote p {
                        font-size: 25px; } }
                    @media (min-width: 992px) {
                      #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .text blockquote p {
                        font-size: 30px; } }
                    @media (min-width: 1440px) {
                      #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .text blockquote p {
                        font-size: 40px; } }
                  #content.sections .section.testimonials .carousel .carousel-inner .item .slide div.quote .text blockquote cite {
                    font-size: 20px;
                    font-style: italic;
                    font-weight: 300;
                    display: block;
                    max-width: 90%; }
      #content.sections .section.testimonials .carousel .carousel-control {
        background-image: none !important;
        color: #212121 !important;
        opacity: 1;
        text-shadow: none;
        width: 0px; }
        #content.sections .section.testimonials .carousel .carousel-control .icon-prev, #content.sections .section.testimonials .carousel .carousel-control .icon-next {
          font-size: 30px;
          margin-top: -25px; }
          @media (min-width: 992px) {
            #content.sections .section.testimonials .carousel .carousel-control .icon-prev, #content.sections .section.testimonials .carousel .carousel-control .icon-next {
              font-size: 80px; } }
        @media (min-width: 992px) {
          #content.sections .section.testimonials .carousel .carousel-control.left {
            left: 10%; }
          #content.sections .section.testimonials .carousel .carousel-control.right {
            right: 10%; } }
      #content.sections .section.testimonials .carousel .carousel-indicators {
        bottom: 0px;
        position: relative; }
        #content.sections .section.testimonials .carousel .carousel-indicators li {
          border: none;
          background-color: #212121;
          margin-right: 10px; }
          #content.sections .section.testimonials .carousel .carousel-indicators li.active {
            background-color: #008CAD; }
  #content.sections .breadcrumbs {
    display: none;
    left: 10px;
    padding: 0px;
    position: fixed;
    top: 120px;
    width: 20px;
    z-index: 1029; }
    @media (min-width: 768px) {
      #content.sections .breadcrumbs {
        display: block;
        left: 10px;
        top: 150px;
        width: 70px; } }
    #content.sections .breadcrumbs .control {
      height: 25px;
      max-width: 70px;
      opacity: 0;
      transition: all 0.5s;
      text-align: center; }
      #content.sections .breadcrumbs .control.enabled {
        opacity: 1; }
        #content.sections .breadcrumbs .control.enabled .fa {
          cursor: pointer; }
      #content.sections .breadcrumbs .control .fa {
        font-size: 35px;
        font-weight: bold; }
    #content.sections .breadcrumbs.demo .trail div {
      background-color: #008CAD; }
    #content.sections .breadcrumbs.demo .control {
      color: #008CAD; }
    #content.sections .breadcrumbs.demo ul li:nth-child(1) {
      background-color: #008CAD;
      border-color: #008CAD;
      transition-delay: 0.15s; }
    #content.sections .breadcrumbs.demo ul li:nth-child(2) {
      background-color: #008CAD;
      border-color: #008CAD;
      transition-delay: 0.3s; }
    #content.sections .breadcrumbs.demo ul li:nth-child(3) {
      background-color: #008CAD;
      border-color: #008CAD;
      transition-delay: 0.45s; }
    #content.sections .breadcrumbs.demo ul li:nth-child(4) {
      background-color: #008CAD;
      border-color: #008CAD;
      transition-delay: 0.6s; }
    #content.sections .breadcrumbs.demo ul li:nth-child(5) {
      background-color: #008CAD;
      border-color: #008CAD;
      transition-delay: 0.75s; }
    #content.sections .breadcrumbs.demo ul li:nth-child(6) {
      background-color: #008CAD;
      border-color: #008CAD;
      transition-delay: 0.9s; }
    #content.sections .breadcrumbs.demo ul li:nth-child(7) {
      background-color: #008CAD;
      border-color: #008CAD;
      transition-delay: 1.05s; }
    #content.sections .breadcrumbs.demo ul li:nth-child(8) {
      background-color: #008CAD;
      border-color: #008CAD;
      transition-delay: 1.2s; }
    #content.sections .breadcrumbs.demo ul li:nth-child(9) {
      background-color: #008CAD;
      border-color: #008CAD;
      transition-delay: 1.35s; }
    #content.sections .breadcrumbs.demo ul li:nth-child(10) {
      background-color: #008CAD;
      border-color: #008CAD;
      transition-delay: 1.5s; }
    #content.sections .breadcrumbs.demo ul li:nth-child(11) {
      background-color: #008CAD;
      border-color: #008CAD;
      transition-delay: 1.65s; }
    #content.sections .breadcrumbs.demo ul li:nth-child(12) {
      background-color: #008CAD;
      border-color: #008CAD;
      transition-delay: 1.8s; }
    #content.sections .breadcrumbs ul {
      margin: 0px;
      padding: 0px;
      position: relative;
      width: 20px; }
      @media (min-width: 768px) {
        #content.sections .breadcrumbs ul {
          width: 70px; } }
      #content.sections .breadcrumbs ul li {
        border: 1px solid #212121;
        border-radius: 20px;
        cursor: pointer;
        font-size: 10px;
        font-weight: 300;
        height: 14px;
        list-style: none;
        margin: 5px auto;
        position: relative;
        transition: all 0.5s;
        width: 14px; }
        @media (min-width: 768px) {
          #content.sections .breadcrumbs ul li {
            font-size: 12px;
            height: 22px;
            margin: 10px auto;
            width: 22px; } }
        #content.sections .breadcrumbs ul li:first-child {
          margin-top: 0px !important; }
        #content.sections .breadcrumbs ul li:last-child {
          margin-bottom: 0px; }
        #content.sections .breadcrumbs ul li.enabled {
          background-color: #212121; }
        #content.sections .breadcrumbs ul li.active {
          height: 20px;
          width: 20px; }
          @media (min-width: 768px) {
            #content.sections .breadcrumbs ul li.active {
              height: 28px;
              width: 28px; } }
          #content.sections .breadcrumbs ul li.active div {
            background-color: #212121;
            font-size: 14px;
            font-weight: normal;
            line-height: 27px;
            margin-left: -1px;
            margin-top: 0px; }
        #content.sections .breadcrumbs ul li a {
          display: block;
          height: 100%;
          position: relative;
          text-decoration: none;
          width: 100%; }
        #content.sections .breadcrumbs ul li div {
          background-color: #212121;
          border-radius: 50px;
          color: #FFFFFF;
          height: 100%;
          line-height: 20px;
          overflow: hidden;
          opacity: 0;
          padding: 1px;
          padding-left: 20px;
          text-overflow: ellipsis;
          transition: all 0.5s;
          visibility: hidden;
          width: 20px;
          white-space: nowrap;
          z-index: 2; }
      #content.sections .breadcrumbs ul li.active + li {
        margin-top: 10px; }
    #content.sections .breadcrumbs .trail {
      bottom: 5px;
      left: 50%;
      margin-left: -1px;
      padding: 0px;
      position: absolute;
      top: 2px;
      width: 2px;
      z-index: -1; }
      #content.sections .breadcrumbs .trail div {
        background-color: #212121;
        height: 0px;
        opacity: 1;
        transition: all 1s;
        width: 100%; }
    #content.sections .breadcrumbs.crumbs-open {
      width: 205px; }
      #content.sections .breadcrumbs.crumbs-open ul li {
        border-color: transparent !important;
        border-width: 0px; }
        #content.sections .breadcrumbs.crumbs-open ul li div {
          visibility: visible;
          opacity: 1;
          width: 155px; }
        #content.sections .breadcrumbs.crumbs-open ul li.active div {
          width: 160px; }
      #content.sections .breadcrumbs.crumbs-open .trail div {
        display: none !important; }

/* page colour themes */
body.theme-dark .navbar-brand {
  background-image: url("../images/logo-invert.png"); }
body.theme-dark .carousel .carousel-control {
  color: #FFFFFF; }
body.theme-dark .carousel .carousel-indicators li {
  background-color: #FFFFFF; }
body.theme-dark #content.sections h1#page-title {
  background-color: #FFFFFF;
  color: #212121; }
body.theme-dark #content .breadcrumbs ul li {
  border-color: #FFFFFF;
  /*
  div {
  	background-color: $unruly-light;
  	color: $unruly-dark;
  }
  */ }
  body.theme-dark #content .breadcrumbs ul li.enabled, body.theme-dark #content .breadcrumbs ul li.active {
    background-color: #FFFFFF; }
body.theme-dark #content .breadcrumbs .trail div {
  background-color: #FFFFFF; }

@media (min-width: 768px) {
  [data-theme="dark"] .carousel-caption p {
    color: #FFFFFF !important; } }
[data-theme="dark"] .social-buttons .trigger {
  background-color: #FFFFFF;
  color: #212121; }
[data-theme="dark"] .background {
  background-color: #575757 !important; }

.error404 section {
  background-image: url("../images/404-big-cat.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 40px; }

ul.fetched_tweets {
  height: 500px !important; }
  ul.fetched_tweets li.tweets_avatar {
    background-color: #FFFFFF; }
  ul.fetched_tweets .tweet_wrap .times {
    font-size: 12px !important; }

.sitemap .col-md-2 {
  min-width: 210px; }
.sitemap h2 {
  background-color: #008CAD;
  color: #FFFFFF;
  display: inline-block;
  font-size: 25px;
  font-weight: 300;
  margin-top: 0px;
  padding: 2px 10px; }
.sitemap ul {
  list-style: none;
  margin-top: 10px;
  padding: 0px; }
  .sitemap ul li {
    height: 30px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative; }
    .sitemap ul li span {
      display: block;
      font-size: 25px;
      left: 0px;
      position: absolute;
      top: 0px; }
    .sitemap ul li a {
      color: #212121;
      transition: color 0.5s; }
      .sitemap ul li a:hover {
        color: #008CAD;
        text-decoration: none; }
.sitemap .trail {
  background-color: #212121;
  bottom: 20px;
  height: auto;
  left: 25px;
  position: absolute;
  top: 60px;
  width: 2px; }

.mobile-device .background-media video {
  display: none !important; }

.no-mp4 .infeed-video video {
  display: none !important; }
.no-mp4 .infeed-video img {
  display: block !important; }

.mobile-device .press .carousel {
  display: none; }
.mobile-device .testimonials div.quote .image {
  display: none !important; }

article.job_listing time.updated,
.single_job_listing ul.meta .date-posted,
.job_listings ul.job_listings ul.meta li.date {
  display: none; }

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
