@charset "UTF-8";
/*
FS Base Theme - Main Styles
*/
.vertical-align-wrap {
  width: 100%;
  height: 100%;
  display: table;
}

.vertical-align {
  display: table-cell;
  vertical-align: middle;
}

.vertical-align-bottom {
  display: table-cell;
  vertical-align: bottom;
}

.force-full-width-wrapper {
  position: relative;
}

.force-full-width {
  position: absolute;
  left: -100%;
  min-height: 100%;
  right: -100%;
  z-index: -1;
}

p a {
  border-bottom: 0.08em solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.08em;
}

p a:focus, p a:hover {
  border-bottom: 0.08em solid rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}

.btn.btn-inverse {
  background-color: #333;
  border-color: #333;
  color: #ffffff;
}
.btn.btn-inverse.btn:hover, .btn.btn-inverse.btn:focus, .btn.btn-inverse.btn:active {
  background-color: #575757;
  color: #ffffff;
}

.btn-primary {
  padding: 30px;
}

.btn.btn-shape-square {
  border-radius: 0;
}

.btn.btn-style-outline {
  background-color: transparent;
}

.btn-style-outline.btn-primary, .btn-primary-inv {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.btn-style-outline.btn-default, .btn-default-inv {
  color: #fff;
}

.btn-style-outline.btn-success, .btn-success-inv {
  color: #5cb85c;
}

.btn-style-outline.btn-info, .btn-info-inv {
  color: #5bc0de;
}

.btn-style-outline.btn-warning, .btn-warning-inv {
  color: #f0ad4e;
}

.btn-style-outline.btn-danger, .btn-danger-inv {
  color: #d9534f;
}

/*

WP-Bootstrap

*/
/* wp-specific classes */
/*

WP-Bootstrap

*/
/* wp-specific classes */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #747474;
  background-color: #fff;
}

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

a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

[role=button] {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 11px;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: rgb(235.085, 235.085, 235.085);
}

.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

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

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

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

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

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

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

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

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

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

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

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

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid white;
}

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgb(235.085, 235.085, 235.085);
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid white;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(235.085, 235.085, 235.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid white;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: rgb(201.425, 201.425, 201.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: rgb(201.425, 201.425, 201.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-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::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: white;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 36px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 33px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

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: 33px;
  line-height: 33px;
}

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

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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: 49px;
  line-height: 49px;
}

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

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

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

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

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

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(179.75, 179.75, 179.75);
}

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  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: rgb(235.085, 235.085, 235.085);
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.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: 16px;
  font-weight: normal;
  line-height: 1;
  color: rgb(201.425, 201.425, 201.425);
  text-align: center;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.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: 14px;
  border-radius: 3px;
}
.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: 20px;
  border-radius: 6px;
}
.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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

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

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: white white #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(201.425, 201.425, 201.425);
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

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

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

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

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

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  background-color: white;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(235.085, 235.085, 235.085);
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: white;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: rgb(235.085, 235.085, 235.085);
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: rgb(235.085, 235.085, 235.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(209.585, 209.585, 209.585);
}

.label-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: white;
  color: rgb(235.085, 235.085, 235.085);
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: rgb(235.085, 235.085, 235.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(199.4324380165, 220.8950413223, 239.4175619835);
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #a7a7a7;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #a7a7a7;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

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

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../../../custom-fs-theme/bower_components/slick-carousel/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../../../custom-fs-theme/bower_components/slick-carousel/slick/fonts/slick.eot");
  src: url("../../../../custom-fs-theme/bower_components/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../../../custom-fs-theme/bower_components/slick-carousel/slick/fonts/slick.woff") format("woff"), url("../../../../custom-fs-theme/bower_components/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("../../../../custom-fs-theme/bower_components/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.career-listing-section h3 a:after,
.work-feed .loader:before,
.btn-container.btn-icon-right .btn:after,
.btn-container .btn-icon-right .vc_btn3-icon:after,
.gform_wrapper .schedule-appointment .chosen-container-active.chosen-with-drop .chosen-single:after,
.chosen-container-active.chosen-with-drop .chosen-single:after,
.gform_wrapper .schedule-appointment .chosen-container-single .chosen-single:after,
.chosen-container-single .chosen-single:after,
.select-selected.select-arrow-active:after,
.select-selected:after,
.far,
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-email a.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-email a.sd-button:before,
.fal,
.fab,
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-instagram a.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-instagram a.sd-button:before,
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button:before,
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button:before,
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-email a.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-email a.sd-button:before, .news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-instagram a.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-instagram a.sd-button:before, .news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button:before, .news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button:before, .news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button:before, .career-listing-section h3 a:after, .work-feed .loader:before, .btn-container.btn-icon-right .btn:after,
.btn-container .btn-icon-right .vc_btn3-icon:after, .gform_wrapper .schedule-appointment .chosen-container-active.chosen-with-drop .chosen-single:after,
.chosen-container-active.chosen-with-drop .chosen-single:after, .gform_wrapper .schedule-appointment .chosen-container-single .chosen-single:after, .chosen-container-single .chosen-single:after, .select-selected.select-arrow-active:after, .select-selected:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.career-listing-section h3 a.fa-pull-left:after,
.work-feed .fa-pull-left.loader:before,
.btn-container.btn-icon-right .fa-pull-left.btn:after,
.btn-container .btn-icon-right .fa-pull-left.vc_btn3-icon:after,
.gform_wrapper .schedule-appointment .chosen-container-active.chosen-with-drop .fa-pull-left.chosen-single:after,
.chosen-container-active.chosen-with-drop .fa-pull-left.chosen-single:after,
.gform_wrapper .schedule-appointment .chosen-container-single .fa-pull-left.chosen-single:after,
.chosen-container-single .fa-pull-left.chosen-single:after,
.fa-pull-left.select-selected:after,
.far.fa-pull-left,
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-email a.fa-pull-left.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-email a.fa-pull-left.sd-button:before,
.fal.fa-pull-left,
.fab.fa-pull-left,
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-instagram a.fa-pull-left.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-instagram a.fa-pull-left.sd-button:before,
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.fa-pull-left.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.fa-pull-left.sd-button:before,
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.fa-pull-left.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.fa-pull-left.sd-button:before,
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.fa-pull-left.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.fa-pull-left.sd-button:before {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.career-listing-section h3 a.fa-pull-right:after,
.work-feed .fa-pull-right.loader:before,
.btn-container.btn-icon-right .fa-pull-right.btn:after,
.btn-container .btn-icon-right .fa-pull-right.vc_btn3-icon:after,
.gform_wrapper .schedule-appointment .chosen-container-active.chosen-with-drop .fa-pull-right.chosen-single:after,
.chosen-container-active.chosen-with-drop .fa-pull-right.chosen-single:after,
.gform_wrapper .schedule-appointment .chosen-container-single .fa-pull-right.chosen-single:after,
.chosen-container-single .fa-pull-right.chosen-single:after,
.fa-pull-right.select-selected:after,
.far.fa-pull-right,
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-email a.fa-pull-right.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-email a.fa-pull-right.sd-button:before,
.fal.fa-pull-right,
.fab.fa-pull-right,
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-instagram a.fa-pull-right.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-instagram a.fa-pull-right.sd-button:before,
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.fa-pull-right.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.fa-pull-right.sd-button:before,
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.fa-pull-right.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.fa-pull-right.sd-button:before,
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.fa-pull-right.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.fa-pull-right.sd-button:before {
  margin-left: 0.3em;
}

.fa-spin, .work-feed .loader:before {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

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

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

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

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

@-webkit-keyframes bounce-arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-moz-keyframes bounce-arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes bounce-arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.arrow {
  background-repeat: no-repeat;
  background-position: center center;
  width: 22px;
  height: 32px;
  margin: 15px auto -20px auto;
  display: none;
  -webkit-animation: bounce-arrow 2s infinite ease-in-out;
  -moz-animation: bounce-arrow 2s infinite ease-in-out;
  -o-animation: bounce-arrow 2s infinite ease-in-out;
  animation: bounce-arrow 2s infinite ease-in-out;
}

.rev_slider .tp-caption.arrow {
  display: none;
}

@media (min-width: 768px) {
  .rev_slider .tp-caption.arrow {
    display: block;
  }
}
/*

WP-Bootstrap - Layout

*/
/* layout */
.navbar .brand {
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
  font-weight: bold !important;
}

.nav-container {
  padding-left: 0;
  padding-right: 0;
}

#inner-header {
  width: 100%;
}

input, textarea, select, .uneditable-input {
  margin-bottom: 0;
}

.navbar-search {
  padding-left: 0;
}

#content {
  padding: 10px 0 0;
}

.more-link {
  white-space: nowrap;
}

.footer-links {
  float: right;
  margin-bottom: 18px;
}

.footer-links .menu {
  list-style-type: none;
  margin-left: 0;
}

.footer-links .menu li {
  float: left;
  margin-left: 10px;
}

/*

WP-Bootstrap - Navbar

*/
.admin-bar .navbar-fixed-top {
  top: 32px;
}

@media (min-width: 768px) {
  body.fixed {
    padding-top: 50px;
  }
}

body.transparent .featured-full {
  padding-top: 0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
}

.transparent .navbar-default {
  background: transparent;
  border-bottom: none;
}

.navbar-default, .affixed .navbar-default.affix {
  background: transparent;
  transition: all ease 0.25s;
}
.navbar-default .navbar-nav > li > a, .affixed .navbar-default.affix .navbar-nav > li > a {
  color: #333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .affixed .navbar-default.affix .navbar-nav > li > a:hover, .affixed .navbar-default.affix .navbar-nav > li > a:focus {
  color: #C5C5C5;
}
.navbar-default .navbar-nav > li > a.active, .affixed .navbar-default.affix .navbar-nav > li > a.active {
  background-color: #eee;
  color: #333;
}
.navbar-default .navbar-nav > li > a.active:hover, .navbar-default .navbar-nav > li > a.active:focus, .affixed .navbar-default.affix .navbar-nav > li > a.active:hover, .affixed .navbar-default.affix .navbar-nav > li > a.active:focus {
  color: #C5C5C5;
}
.navbar-default .navbar-nav > .btn, .affixed .navbar-default.affix .navbar-nav > .btn {
  border: 1px solid #333;
  background: transparent;
  color: #333;
}
.navbar-default .navbar-nav > .btn:hover, .navbar-default .navbar-nav > .btn:focus, .affixed .navbar-default.affix .navbar-nav > .btn:hover, .affixed .navbar-default.affix .navbar-nav > .btn:focus {
  color: #FFFFFF;
  background: #333;
}

.navbar-inverse, .affixed .navbar-inverse.affix {
  background: #333;
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  transition: all ease 0.25s;
  border: none;
}
.navbar-inverse .navbar-nav > li > a, .affixed .navbar-inverse.affix .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .affixed .navbar-inverse.affix .navbar-nav > li > a:hover, .affixed .navbar-inverse.affix .navbar-nav > li > a:focus {
  color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a.active, .affixed .navbar-inverse.affix .navbar-nav > li > a.active {
  background-color: #eee;
  color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a.active:hover, .navbar-inverse .navbar-nav > li > a.active:focus, .affixed .navbar-inverse.affix .navbar-nav > li > a.active:hover, .affixed .navbar-inverse.affix .navbar-nav > li > a.active:focus {
  color: #e9e9e9;
}
.navbar-inverse .navbar-nav > li > a.active > .btn, .affixed .navbar-inverse.affix .navbar-nav > li > a.active > .btn {
  border: 1px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a.active > .btn:hover, .navbar-inverse .navbar-nav > li > a.active > .btn:focus, .affixed .navbar-inverse.affix .navbar-nav > li > a.active > .btn:hover, .affixed .navbar-inverse.affix .navbar-nav > li > a.active > .btn:focus {
  color: #333;
  background: #FFFFFF;
}

.navbar-default .navbar-collapse {
  border-color: transparent;
  background: transparent;
  padding: 0px 15px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    background: transparent;
    padding: 0px;
  }
}

.navbar-nav {
  margin: 0;
  clear: both;
}

.dropdown-menu > li > a {
  color: #fff;
}

:hover {
  transition: border, color, background-color 0.2s ease-in-out;
}

.no-affix {
  background-color: #fff;
}

.no-affix.navbar-fixed-top {
  background: #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.53);
}

.affixed.navbar-fixed-top {
  position: absolute;
  top: 0;
}

.no-affix.navbar-default .navbar-nav > li > a {
  color: #333;
}

.no-affix a.navbar-brand:before {
  opacity: 1;
}

.dropdown-menu > li > a {
  color: #333;
}

.dropdown-menu li {
  margin-left: 0;
}

.logo-option {
  overflow: hidden;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.logo-affix {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.affix .logo-affix {
  opacity: 1;
}

a.navbar-brand:before {
  display: block;
  opacity: 0;
  transition: opacity 0.25s;
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  width: 46px;
  height: 45px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: rgba(231, 231, 231, 0.4);
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 423px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #e8e8e8;
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
}

.navbar-header {
  float: none;
}

.navbar > .container-fluid .navbar-brand,
.side-navbar .navbar-brand {
  margin: 0 auto;
  display: block;
  float: none;
  position: relative;
  margin-top: 10px;
}

.navbar > .container-fluid .navbar-brand,
.side-navbar .navbar-brand {
  width: 271px;
  height: 82px;
}
.navbar > .container-fluid .navbar-brand:focus,
.side-navbar .navbar-brand:focus {
  outline: none;
}
.navbar > .container-fluid .navbar-brand div.icon-fs-logo,
.side-navbar .navbar-brand div.icon-fs-logo {
  position: absolute;
  top: 0;
  left: 0;
  left: -2px;
  display: block;
  width: 271px;
  height: 82px;
  opacity: 0;
}
.navbar > .container-fluid .navbar-brand svg,
.side-navbar .navbar-brand svg {
  display: block;
  position: relative;
}

.side-navbar .navbar-brand {
  margin-top: 44px;
}

.flyout-nav .affix, .flyout-nav {
  position: absolute;
}

body.transparent {
  padding-top: 0;
}

.transparent .navbar-default {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1032;
  border: none;
}

@media (min-width: 768px) {
  .navbar > .container-fluid .navbar-brand,
  .side-navbar .navbar-brand {
    margin-top: 0px;
  }
  .navbar > .container-fluid .navbar-brand div.icon-fs-logo,
  .side-navbar .navbar-brand div.icon-fs-logo {
    left: 0;
  }
  .navbar > .container-fluid .navbar-brand svg,
  .side-navbar .navbar-brand svg {
    left: -4px;
  }
  .nav > li.mobile-only {
    display: none;
  }
  .logo-affix {
    opacity: 0;
  }
  /*  .home .transparent .navbar-fixed-top {
      position: fixed;
    }*/
  .affixed .navbar-default, .transparent .navbar-default {
    background: transparent;
    border-bottom: 1px solid transparent;
  }
  .affixed .navbar-default .navbar-nav > li > a, .transparent .navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
  }
  .affixed .navbar-default .navbar-nav > li > a:hover, .affixed .navbar-default .navbar-nav > li > a:focus, .transparent .navbar-default .navbar-nav > li > a:hover, .transparent .navbar-default .navbar-nav > li > a:focus {
    color: #e9e9e9;
    background-color: transparent;
  }
  .affixed .navbar-default .navbar-nav > li > a.active, .transparent .navbar-default .navbar-nav > li > a.active {
    background-color: #eee;
  }
  .affixed .navbar-default .navbar-nav > li > a.active:hover, .affixed .navbar-default .navbar-nav > li > a.active:focus, .transparent .navbar-default .navbar-nav > li > a.active:hover, .transparent .navbar-default .navbar-nav > li > a.active:focus {
    color: #e9e9e9;
    background-color: transparent;
  }
  .affixed .navbar-default .navbar-nav > .btn, .transparent .navbar-default .navbar-nav > .btn {
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #FFFFFF;
  }
  .affixed .navbar-default .navbar-brand, .transparent .navbar-default .navbar-brand {
    color: #FFFFFF;
  }
  .affixed .navbar-default.affix .navbar-brand {
    color: #333;
  }
  .navbar-default .navbar-form {
    border-color: transparent;
  }
  .navbar-nav > li:first-child {
    margin-left: -15px;
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #EFEFEF;
  }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #333;
    background-color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
  }
  .no-affix .navbar-default .navbar-collapse {
    border-color: transparent;
    background: transparent;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    border-color: #e7e7e7;
  }
  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .affixed .navbar-default .navbar-nav > .active > a:after {
    border-bottom: 2px solid #FFFFFF;
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 8px;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
  }
  .no-affix .navbar-default .navbar-nav > .active > a:after, .affix.navbar-default .navbar-nav > .active > a:after {
    border-bottom: 2px solid #333;
  }
  .affixed .navbar-inverse.navbar-default .navbar-nav > .active > a:after {
    border-bottom: 2px solid #FFFFFF;
  }
  .navbar-default .navbar-nav > .active > a {
    background-color: transparent;
  }
  .navbar-brand {
    width: 210px;
  }
  .affixed.navbar-fixed-top.affix {
    top: 0;
  }
  .dropdown-menu {
    display: block;
  }
  #nav-container ul ul {
    float: left;
    margin: 0;
    position: absolute;
    left: -999em;
    z-index: 99999;
    padding: 0;
  }
  #nav-container li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.0909090909;
  }
  #nav-container ul ul ul {
    left: -999em;
    top: 0;
  }
  #nav-container ul ul li:last-child a {
    border-bottom: none;
  }
  #nav-container ul ul a {
    white-space: normal;
  }
  #nav-container ul ul li {
    margin-bottom: 0;
    background: none;
  }
  #nav-container ul ul a {
    padding: 10px 10px;
  }
  #nav-container ul ul .caret {
    display: none;
  }
  #nav-container ul ul ul a:after {
    content: none;
  }
  #nav-container ul ul a:after {
    content: none;
  }
  #nav-container ul ul a:hover,
  #nav-container ul ul li.focus > a {
    background-color: #344082;
  }
  #nav-container ul ul li.menu-item-has-children > a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    content: \f0da;
    position: absolute;
    display: block;
    color: #434343;
    width: 14px;
    height: 14px;
    line-height: 1;
    font-size: 15px;
    text-align: center;
    top: 50%;
    right: 7.5px;
    margin-top: -8px;
  }
  #nav-container ul ul li:hover a:after,
  #nav-container ul ul li.focus > a:after {
    color: inherit;
  }
  #nav-container ul li:hover > ul,
  #nav-container ul li.focus > ul {
    left: auto;
  }
  #nav-container ul ul li:hover > ul,
  #nav-container ul ul li.focus > ul {
    left: 100%;
  }
  #nav-container .menu-item-has-children > a,
  #nav-container .page_item_has_children > a {
    padding-right: 26px;
  }
  #nav-container li .menu-item-has-children > a,
  #nav-container li .page_item_has_children > a {
    padding-right: 20px;
    width: 168px;
  }
  #nav-container ul li:hover > ul, #nav-container ul li.focus > ul {
    left: auto;
  }
}
@media (min-width: 1024px) {
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-brand {
    width: 230px;
    height: 65px;
    margin-top: 0;
  }
  .affixed.navbar-fixed-top.affix {
    position: relative;
    top: 0;
  }
  .affix.navbar-default .navbar-nav > li > a {
    color: #333;
  }
  .affix.navbar-inverse .navbar-nav > li > a {
    color: white;
  }
  .affixed.navbar-fixed-top.affix {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #EFEFEF;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.53);
  }
  .affix.navbar-default .navbar-nav > li > a:hover,
  .affix.navbar-default .navbar-nav > .active > a:hover,
  .affix.navbar-default .navbar-nav > .active > a:focus {
    color: #C5C5C5;
    background: transparent;
  }
  .affix.navbar-default .navbar-nav > .active > a,
  .affix.navbar-default .navbar-nav > .active > a:hover,
  .affix.navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
  }
  .affixed.navbar-fixed-top.affix {
    position: fixed;
  }
}
@keyframes hideBg {
  90% {
    background: inherit;
  }
  100% {
    background: none;
  }
}
/*-------------------------------*/
/*           VARIABLES           */
/*-------------------------------*/
@media (min-width: 768px) {
  header .flyout-nav.navbar-default .container, header .flyout-nav.navbar-default .container-fluid {
    padding-top: 44px;
    padding-bottom: 33px;
    padding-bottom: 0;
    padding-left: 15px;
  }
}
.navbar-default .container {
  position: relative;
}

#sidebar-wrapper .navbar-nav > li {
  float: none;
  text-align: right;
  display: block;
}

.dropdown-menu > li > a {
  white-space: wrap;
}

.navbar-nav {
  float: right;
  margin-right: 8px;
}

body {
  overflow-x: hidden;
}

.nav .open > a {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
}

.navbar-tagline {
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 22px;
  font-size: 16px;
  clear: both;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0;
  margin-top: 15px;
  position: absolute;
  bottom: 46px;
}
@media (max-width: 320px) {
  .navbar-tagline {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-tagline {
    font-size: 20px;
    bottom: 60px;
    bottom: 8.6%;
    margin-top: 40px;
    margin-left: 40px;
    line-height: 26px;
    margin-right: 0px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (max-height: 680px) {
  .navbar-tagline {
    bottom: 1.9%;
    position: relative;
    margin-bottom: 15px;
  }
}

.bg-sidebar-right {
  display: flex;
  align-items: flex-end;
}

.meta-menu-section2 {
  margin-left: 15px;
  clear: both;
  color: #fff;
  font-size: 11px;
  margin-bottom: 30px;
}
@media (max-width: 320px) {
  .meta-menu-section2 {
    display: none;
  }
}
@media (min-width: 768px) {
  .meta-menu-section2 {
    width: 68%;
    margin-left: 40px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .meta-menu-section2 {
    width: 54%;
  }
}
@media (min-width: 1200px) {
  .meta-menu-section2 {
    width: 46%;
  }
}
.meta-menu-section2 strong {
  font-weight: 700;
  display: block;
}
.meta-menu-section2 address {
  margin-bottom: 15px;
}
.meta-menu-section2 .meta-menu-left,
.meta-menu-section2 .meta-menu-right {
  margin-bottom: 15px;
  display: inline-block;
}
@media (min-width: 768px) {
  .meta-menu-section2 .meta-menu-left,
  .meta-menu-section2 .meta-menu-right {
    width: 32%;
    float: left;
  }
  .meta-menu-section2 .meta-menu-right {
    width: 68%;
  }
}
@media (min-width: 768px) and (max-height: 680px) {
  .meta-menu-section2 .meta-menu-left,
  .meta-menu-section2 .meta-menu-right {
    width: auto;
    margin-right: 15px;
  }
  .meta-menu-section2 address {
    float: left;
    margin-right: 15px;
  }
  .meta-menu-section2 {
    width: auto;
    margin-bottom: 0;
  }
}
.meta-menu-section2 ul {
  list-style: none;
  padding: 0;
}
.meta-menu-section2 ul li {
  float: left;
  margin-right: 15px;
}
.meta-menu-section2 ul li a {
  color: #fff;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
.navbar-wrapper {
  position: relative;
  overflow: hidden;
}

.navbar-default .navbar-form {
  border-color: transparent;
  box-shadow: none;
}

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
}
#wrapper .navbar-wrapper {
  right: -100%;
  width: 0% !important;
}

#wrapper.toggled {
  padding-right: 220px;
}
#wrapper.toggled.no-expand {
  padding-left: 0;
  padding-right: 0;
}
#wrapper.toggled .navbar-wrapper {
  right: 0;
  width: 100% !important;
}
#wrapper.toggled .navbar-default {
  position: fixed;
}
#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute;
}

#wrapper .navbar-wrapper {
  overflow: hidden;
  width: 0%;
}

#wrapper.toggled {
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 600px;
}

.side-navbar.navbar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #F0A42B;
  height: 100%;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1031;
  position: fixed;
}
.side-navbar.navbar-wrapper::-webkit-scrollbar {
  display: none;
}

#page-content-wrapper {
  padding-top: 70px;
  width: 100%;
}

.navbar-wrapper .navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.53px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.25s ease;
  position: relative;
}
@media (min-width: 768px) {
  .navbar-wrapper .navbar-inverse .navbar-nav > li > a {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 26px;
  }
}
.navbar-wrapper .navbar-inverse .navbar-nav > li > a:hover {
  color: #aed1e2;
}
.navbar-wrapper .navbar-inverse .navbar-nav > li > a .nav-desc {
  position: absolute;
  z-index: 2;
  left: 158px;
  width: 149px;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.12px;
  text-align: left;
}
@media (min-width: 768px) {
  .navbar-wrapper .navbar-inverse .navbar-nav > li > a .nav-desc {
    left: 183px;
    width: 200px;
  }
}

.navbar-wrapper .navbar-inverse {
  background: none;
}

.navbar-wrapper .navbar-inverse .navbar-nav > .active > a {
  color: #ffdda9;
}
.navbar-wrapper .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-wrapper .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #f9e1bd;
}

.caret {
  float: right;
  border: none;
  width: 19px;
  height: 11px;
  margin-top: 6px;
  transition: all 0.45s ease;
  transform-origin: center;
  display: block;
}

.open .caret {
  transform: rotate(180deg);
}

.bg-sidebar-wrapper-1 {
  background: #F0A42B;
}

.bg-sidebar-wrapper-2 {
  background: #006D9E;
}

@media (max-width: 767px) {
  .bg-sidebar.bg-sidebar-wrapper-2 {
    padding-top: 15px;
  }
}

.bg-sidebar {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .bg-sidebar {
    padding-bottom: 15px;
  }
}

.sidebar-menu-title {
  font-style: italic;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.7px;
  padding-left: 30px;
  font-weight: 400;
  margin-bottom: 14px;
  display: block;
}
@media (max-width: 767px) {
  .sidebar-menu-title {
    padding-left: 20px;
  }
}
@media (max-width: 375px) {
  .sidebar-menu-title {
    font-size: 15px !important;
    margin-bottom: 24px !important;
  }
}

.bg-sidebar .navbar-form,
.hero-form {
  margin-left: 13px;
  margin-bottom: 40px;
  width: 500px;
}
@media (max-width: 767px) {
  .bg-sidebar .navbar-form,
  .hero-form {
    margin-left: 6px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .bg-sidebar .navbar-form {
    width: 365px;
  }
}
@media (max-width: 320px) {
  .bg-sidebar .navbar-form {
    width: 310px;
  }
}

.bg-sidebar .navbar-form input,
.hero-form input {
  height: 52px;
}
@media (min-width: 768px) {
  .bg-sidebar .navbar-form input,
  .hero-form input {
    height: 60px;
  }
}

.bg-sidebar .navbar-form input[type=search],
.hero-form input[type=search] {
  /* Enter a condition, s: */
  font-style: italic;
  font-weight: 200;
  font-size: 12px;
  color: #7d7d7d;
  letter-spacing: 0;
  line-height: 25px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 5px;
  border: none;
}
@media (min-width: 768px) {
  .bg-sidebar .navbar-form input[type=search],
  .hero-form input[type=search] {
    font-size: 16px !important;
  }
}

.bg-sidebar .navbar-form button,
.hero-form button {
  background: #66BE6C;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #66BE6C;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 28px;
  height: 52px;
  padding: 0 10px;
  transition: all 0.35s ease;
}
@media (min-width: 768px) {
  .bg-sidebar .navbar-form button,
  .hero-form button {
    height: 60px;
    font-size: 32px;
    padding: 0 15px;
  }
}

.bg-sidebar .navbar-form button:hover,
.bg-sidebar .navbar-form button:active,
.bg-sidebar .navbar-form button:focus,
.hero-form button:hover,
.hero-form button:active,
.hero-form button:focus {
  background: #76ca7c;
  padding-bottom: 4px;
}

.bg-sidebar .navbar-form .form-group,
.hero-form .form-group {
  width: 100%;
  max-width: 360px;
  padding: 0 !important;
  position: relative;
}
@media (min-width: 768px) {
  .bg-sidebar .navbar-form .form-group,
  .hero-form .form-group {
    max-width: 456px;
    padding: 0px 10px !important;
  }
}

.tp-caption .hero-form {
  font-family: "Roboto", sans-serif !important;
}

.hero-form input[type=search] {
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 26px 11px !important;
}
@media (max-width: 375px) {
  .hero-form input[type=search] {
    font-size: 13px !important;
  }
}
@media (min-width: 768px) {
  .hero-form input[type=search] {
    font-size: 18px !important;
    padding: 0px 20px !important;
    height: 70px !important;
  }
}

.hero-form .sidebar-menu-title, .phone-title {
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-align: center !important;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 17px;
}

@media (max-width: 767px) {
  .hero-form .sidebar-menu-title {
    margin-bottom: 0 !important;
    display: block;
  }
}

@media (max-width: 767px) {
  .hero-form .helpful-links ul li:last-child {
    margin-bottom: 23px !important;
  }
}

.hero-form {
  display: block !important;
  margin: 0;
  width: 100%;
  overflow: hidden;
  margin: 0 auto !important;
}
.hero-form .form-group {
  max-width: 385px;
  margin: 10px auto 0 auto !important;
  display: block !important;
}
@media (min-width: 768px) {
  .hero-form .form-group {
    max-width: 584px;
  }
}
@media (max-width: 375px) {
  .hero-form .form-group {
    max-width: 375px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0 auto !important;
  }
}

.hero-form button {
  padding: 0px 25px;
  height: 52px;
}
@media (min-width: 768px) {
  .hero-form button {
    height: 70px !important;
  }
}
@media (max-width: 375px) {
  .hero-form button {
    right: 0px;
  }
}

/*-------------------------------*/
/*       Right Left Adj.         */
/*-------------------------------*/
.bg-sidebar-right {
  background-size: 50%;
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 600px;
}

.toggled .bg-sidebar-right {
  background: url(../../../images/whole-office-menu2.jpg) top right no-repeat;
}

.bg-sidebar-left {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.navbar-wrapper, #sidebar-wrapper {
  left: initial;
}

.navbar-default .navbar-wrapper .navbar-nav > .open > a {
  background-color: transparent;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  padding-top: 100px;
  top: 0;
  width: 410px;
  width: 100%;
}
@media (min-width: 768px) and (max-height: 680px) {
  .sidebar-nav {
    height: auto;
  }
}
@media (min-width: 768px) {
  .sidebar-nav {
    padding-top: 150px;
  }
}
@media (max-width: 320px) {
  .sidebar-nav {
    width: 100%;
    width: 100%;
  }
}
.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
}
.sidebar-nav li:first-child a {
  background-color: none;
  color: #ffffff;
}
.sidebar-nav li:nth-child(2):before {
  background-color: rgb(0, 91.4082278481, 132.5);
}
.sidebar-nav li:nth-child(3):before {
  background-color: rgb(0, 73.8164556962, 107);
}
.sidebar-nav li:nth-child(4):before {
  background-color: #F0A42B;
}
.sidebar-nav li:nth-child(5):before {
  background-color: rgb(241.6850220264, 174.2224669604, 66.8149779736);
}
.sidebar-nav li:nth-child(6):before {
  background-color: rgb(243.3700440529, 184.4449339207, 90.6299559471);
}
.sidebar-nav li:nth-child(7):before {
  background-color: rgb(245.0550660793, 194.6674008811, 114.4449339207);
}
.sidebar-nav li:nth-child(8):before {
  background-color: rgb(246.7400881057, 204.8898678414, 138.2599118943);
}
.sidebar-nav li:nth-child(9):before {
  background-color: rgb(248.4251101322, 215.1123348018, 162.0748898678);
}
.sidebar-nav li:hover:before {
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav li a {
  color: #dddddd;
  display: block;
  padding: 10px 15px 10px 30px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .sidebar-nav li a {
    padding: 10px 15px 10px 20px;
  }
}
.sidebar-nav li.open:hover before {
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav .dropdown-menu {
  background-color: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  padding-left: 20px;
}

.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
  background: transparent;
  color: #aed1e2;
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger.is-open .menu-text {
  visibility: hidden;
}

.menu-text {
  font-size: 8px;
  text-transform: uppercase;
  color: #000000;
  position: absolute;
  bottom: -9px;
  left: 0px;
  text-align: center;
  letter-spacing: 2.1px;
  font-weight: 500;
  display: none;
}

.hamburger {
  transition: all 0.5s ease;
  background: transparent;
  border: none;
  display: block;
  height: 32px;
  position: fixed;
  width: 30px;
  right: 24px;
  top: 15px;
  z-index: 1032;
}
@media (min-width: 768px) {
  .hamburger {
    right: 30px;
    top: 38px;
  }
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: "";
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 3px;
}
.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 3px;
}
.hamburger.is-closed:hover .menu-text {
  -webkit-transition: all 0.35s ease-in-out;
  opacity: 0.5;
}
.hamburger.is-closed:focus .hamb-top, .hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: #000000;
  top: 5px;
}
.hamburger.is-closed:focus .hamb-middle, .hamburger.is-closed .hamb-middle {
  background-color: #000000;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-closed:focus .hamb-bottom, .hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: #000000;
  bottom: 7px;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  height: 2px;
  right: 0;
  position: absolute;
  width: 100%;
}

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #fff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open .hamb-middle {
  background-color: #fff;
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #fff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: "";
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
@media (min-width: 768px) {
  .navbar-nav > li:first-child {
    margin-left: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
}
/*

WP-Bootstrap - Post Styles

*/
#main p.meta {
  font-style: italic;
  color: #808080;
}

#main article {
  margin-bottom: 18px;
  padding: 0 0 9px;
}

#main article footer {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  min-height: 20px;
}

p.tags {
  line-height: 20px;
  font-size: 12px;
}

p.tags a {
  border-bottom: none;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

p.tags a:hover, p.tags a:focus {
  border-bottom: none;
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}

div[id*=attachment_] {
  max-width: 100%;
  height: 100%;
}

#main .hero-unit img {
  margin-bottom: 1em;
}

#main article img {
  height: auto;
  max-width: 100%;
}

.aligncenter, div.aligncenter {
  margin: 5px auto 5px auto;
  display: block;
}

.alignleft, div.alignleft {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
  float: left;
}

.alignright, div.alignright {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 10px;
  float: right;
}

.alignnone, div.alignnone {
  margin-top: 5px;
  margin-bottom: 5px;
}

.wp-caption-text {
  font-style: italic;
  color: #777;
}

.archive #main .post h3 {
  line-height: 30px;
  margin-bottom: 10px;
}

video {
  max-width: 100%;
  height: auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

.video-wrapper {
  width: 630px;
  max-width: 100%;
  margin-bottom: 18px;
}

/*

WP-Bootstrap - Pages

*/
#featured-carousel .item {
  width: 970px;
  height: 600px;
}

.carousel-caption p {
  display: none;
}

.page-template-page-homepage-php #main article {
  border-bottom: none;
}

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit {
  padding: 1em;
}

.hero-unit h1 {
  font-size: 3em;
}

/*

WP-Bootstrap - Comments
test
*/
#comments {
  line-height: 24px;
  margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children {
  list-style-type: none;
  padding-left: 0;
}

.comment .vcard > div {
  margin-top: 8px;
  padding: 0 10px;
}

ol.commentlist time {
  font-size: 0.8em;
  color: #eeeeee;
}

ol.commentlist div.comment-author {
  position: relative;
}

ol.commentlist a.comment-edit-link {
  color: #ffffff;
  text-decoration: none;
  padding-left: 5px;
}

ol.commentlist span.edit-comment {
  position: absolute;
  right: 0;
  top: 8px;
}

ol.commentlist li.bypostauthor {
  background-color: #dddddd;
}

ol.commentlist ul.children li {
  background-color: #cccccc;
}

ol.commentlist ul.children li ul.children li {
  background-color: #bbbbbb;
}

ol.commentlist ul.children li ul.children li ul.children li {
  background-color: #aaaaaa;
}

ol.commentlist article {
  border-bottom: none !important;
}

a.comment-reply-link {
  position: absolute;
  right: 0;
  bottom: 0;
}

#cancel-comment-reply-link {
  margin-left: 1em;
}

#comment-nav ul {
  list-style-type: none;
  margin: 0;
}

#comment-form-elements {
  list-style-type: none;
  margin: 0;
}

.comment-form label {
  display: block;
}

.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
  height: auto;
}

.form-allowed-tags code {
  white-space: normal;
}

.comment .vcard .avatar {
  padding-right: 0;
}

.comment .vcard .comment-text {
  margin-left: 0;
}

img.avatar {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-left: 1px solid #ddd;
}

ol.commentlist li {
  padding-right: 10px;
  background-color: #F0F0F0;
}

#pings {
  margin-bottom: 9px;
}

ol.pinglist {
  list-style-type: none;
  margin: 0 0 9px 0;
}

ol.commentlist #respond {
  padding: 5px 10px;
}

/*

WP-Bootstrap - Image Attachments

*/
.attachment #main .post_content img {
  max-width: 100%;
}

.ie8 #main .media-grid img {
  max-height: none !important;
  max-width: none !important;
}

.attachment-img {
  margin-bottom: 18px;
}

.metadata p.alert-message {
  margin-right: 0;
  margin-bottom: 18px;
}

#gallery-nav {
  list-style-type: none;
  margin-left: 0;
}

li.next a, li.previous a {
  position: relative;
}

li.next a:hover:before {
  content: "←";
  position: absolute;
  display: block;
  top: 42%;
  left: 0;
  background-color: #BFBFBF;
  color: #444;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before {
  content: "→";
  position: absolute;
  display: block;
  top: 42%;
  right: 0;
  background-color: #BFBFBF;
  color: #444;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/*

WP-Bootstrap - Widgets

*/
.widget {
  margin-bottom: 18px;
}

.widgettitle {
  margin-bottom: 9px;
}

#tag-cloud {
  margin-bottom: 18px;
  line-height: 160%;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover {
  color: #ffffff;
  text-decoration: none;
}

#tag-cloud a {
  white-space: pre;
  text-transform: uppercase;
}

/* change default form padding for search */
.widget_search form {
  padding-left: 0;
}
/* calendar widget */
#calendar_wrap {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  font-weight: bold;
  padding: 8px;
}

#wp-calendar tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child {
  border-bottom: none;
}

#wp-calendar td {
  text-align: center;
  padding: 8px 0;
}

blockquote.pull-left {
  padding-right: 15px;
}

/*

WP-Bootstrap - Gallery

*/
.thumbnails {
  padding-left: 0;
  list-style-type: none;
}

.gallery-item .thumbnail {
  display: inline-block;
  border-width: 0;
}

.hidden-gallery {
  display: none;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 !important;
  width: 50%;
}
@media (min-width: 1024px) {
  .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    width: 33.3333%;
  }
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item a, .wpb_image_grid .wpb_image_grid_ul .isotope-item a:hover, .wpb_image_grid .wpb_image_grid_ul .isotope-item a:focus, .wpb_image_grid .wpb_image_grid_ul .isotope-item a:active {
  color: #565556;
  text-decoration: none;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item .isotope-item-inner {
  position: relative;
}

a span.caption {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
a span.caption, a span.caption:hover, a span.caption:focus, a span.caption:active {
  color: #565556;
  text-decoration: none;
}

.no-captions a span.caption {
  display: none;
}

.views .wpb_text_column, .views .wpb_text_column :last-child {
  margin-bottom: 0px !important;
}

.wpb-js-composer #content .vc_tta-tabs .vc_tta-panel.vc_animating {
  opacity: 0;
}

#content ul.wpb_image_grid_ul {
  list-style-image: none;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
}
#content ul.wpb_image_grid_ul li {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-top: 0px;
}
#content ul.wpb_image_grid_ul a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.slick-slide {
  padding: 10px;
}
.slick-slide:active, .slick-slide:focus {
  outline: 0;
}

.slick-prev:before, .slick-next:before {
  color: #4a4a4a;
}

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

.multiple-items.align-center img {
  margin: 0 auto;
}

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

.multiple-items.align-right img {
  margin: 0 0 0 auto;
}

.multiple-items a:focus {
  outline: 0;
}

@media (min-width: 768px) {
  .slick-prev {
    left: -20px;
  }
  .slick-next {
    right: -20px;
  }
}
@-webkit-keyframes bounce-arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-moz-keyframes bounce-arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes bounce-arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.arrow {
  background-repeat: no-repeat;
  background-position: center center;
  width: 22px;
  height: 32px;
  margin: 15px auto -20px auto;
  display: none;
  -webkit-animation: bounce-arrow 2s infinite ease-in-out;
  -moz-animation: bounce-arrow 2s infinite ease-in-out;
  -o-animation: bounce-arrow 2s infinite ease-in-out;
  animation: bounce-arrow 2s infinite ease-in-out;
}

.rev_slider .tp-caption.arrow {
  display: none;
}

@media (min-width: 768px) {
  .rev_slider .tp-caption.arrow {
    display: block;
  }
}
ul, ol {
  padding-left: 16px;
}

.force-full-width {
  position: absolute;
  left: -100%;
  min-height: 100%;
  right: -100%;
  z-index: -1;
}

.featured-full .container {
  height: 250px;
}

.page-header {
  border-bottom: 1px solid #D8D8D8;
}

.featured-full .page-header {
  border-bottom: none;
  margin: 0;
  padding-bottom: 0;
}

.featured-full h2, .featured-full h1 {
  font-size: 32px;
  font-weight: normal;
  color: #fff;
  width: auto;
  margin-bottom: 0;
  margin-top: 0;
}

.featured-full .page-header p {
  color: #fff;
  margin-top: 15px;
}

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

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

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

#main {
  transition: all 0.5s;
}

.filter-menu {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #sidebar1, #main article.no-title {
    padding-top: 65px;
  }
}
@media (min-width: 992px) {
  .lity-container {
    padding: 20px;
  }
}
.single-opinion .post_content .col {
  margin-right: 2%;
}

.single-opinion .post_content .col {
  position: relative;
  z-index: 10;
  display: block;
  float: left;
  width: 100%;
}

.single-opinion .post_content .col.col_last {
  margin-right: 0;
}

@media (min-width: 690px) {
  .single-opinion .post_content .col {
    margin-right: 2%;
  }
}
.single-opinion div.clear {
  padding-bottom: 24px;
}

.single-opinion .clear {
  clear: both;
}

.single-opinion .post_content .span_1 {
  width: 6.5%;
}
.single-opinion .post_content .span_2 {
  width: 15%;
}
.single-opinion .post_content .span_3 {
  width: 23.5%;
}
.single-opinion .post_content .span_4 {
  width: 32%;
}
.single-opinion .post_content .span_5 {
  width: 40.5%;
}
.single-opinion .post_content .span_6 {
  width: 49%;
}
.single-opinion .post_content .span_7 {
  width: 57.5%;
}
.single-opinion .post_content .span_8 {
  width: 66%;
}
.single-opinion .post_content .span_9 {
  width: 74.5%;
}
.single-opinion .post_content .span_10 {
  width: 83%;
}
.single-opinion .post_content .span_11 {
  width: 91.5%;
}
.single-opinion .post_content .span_12 {
  width: 100%;
}

.single-opinion .btn-medium {
  border-radius: 3px 3px 3px 3px;
  padding: 10px 15px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #FFFFFF;
  box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: #37b8eb;
  border: none;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  margin-bottom: 10px;
  opacity: 1;
  line-height: 20px;
}

.nectar-button[data-color-override=false].regular-button {
  background-color: #37b8eb !important;
}

.ascend .nectar-button {
  border-radius: 0 !important;
  box-shadow: none !important;
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .vc_hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .vc_hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .vc_hidden-lg {
    display: none !important;
  }
}

.vc_section, .section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-xl {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-xl.vc_section-has-fill {
  padding: 0;
  margin: 0;
}

.section-xl.vc_section-has-fill > div:first-child, .section-xl.vc_section-has-fill > div:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-lg {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-lg.vc_section-has-fill {
  padding: 0;
  margin: 0;
}

.section-lg.vc_section-has-fill > div:first-child {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 0;
}

.section-lg.vc_section-has-fill > div:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0;
  padding-bottom: 30px;
}

.section-md {
  margin-top: 25px;
  margin-bottom: 25px;
}

.section-pad-md {
  padding-top: 25px;
  padding-bottom: 25px;
}

.section-md.vc_section-has-fill {
  padding: 0;
  margin: 0;
}

.section-md.vc_section-has-fill > div:first-child, .section-md.vc_section-has-fill > div:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.section-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}

.section-sm.vc_section-has-fill {
  padding: 0;
  margin: 0;
}

.section-sm.vc_section-has-fill > div:first-child, .section-sm.vc_section-has-fill > div:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.no-margin-xs, .no-vert-margin-xs {
  margin-top: 0;
  margin-bottom: 0;
}

.no-padding-xs.section-sm,
.no-padding-xs.section-md,
.no-padding-xs.section-lg,
.no-padding-xs.section-xl,
.no-padding-xs.section-sm.vc_section-has-fill > div:first-child,
.no-padding-xs.section-md.vc_section-has-fill > div:first-child,
.no-padding-xs.section-lg.vc_section-has-fill > div:first-child,
.no-padding-xs.section-xl.vc_section-has-fill > div:first-child,
.no-padding-xs.section-sm.vc_section-has-fill > div:last-child,
.no-padding-xs.section-md.vc_section-has-fill > div:last-child,
.no-padding-xs.section-lg.vc_section-has-fill > div:last-child,
.no-padding-xs.section-xl.vc_section-has-fill > div:last-child {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .row [class^=col-] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .vc_section, .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .vc_section > .col-has-fill, .section > .col-has-fill {
    padding-top: 30px;
    margin-top: -30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
  }
  .no-margin-xs, .no-vert-margin-xs {
    margin-top: inherit;
    margin-bottom: inherit;
  }
  .no-padding-xs, .no-vert-padding-xs {
    margin-top: inherit;
    margin-bottom: inherit;
  }
}
@media (min-width: 1024px) {
  .vc_section, .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .row [class^=col-] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-xl {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .section-xl.vc_section-has-fill > div:first-child,
  .section-xl.vc_section-has-fill > div:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .section-lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .section-lg.vc_section-has-fill > div:first-child,
  .section-lg.vc_section-has-fill > div:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 70px;
    padding-bottom: 0;
  }
  .section-lg.vc_section-has-fill > div:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0;
    padding-bottom: 70px;
  }
  .section-md {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section-pad-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-md.vc_section-has-fill > div:first-child,
  .section-md.vc_section-has-fill > div:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-sm {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .section-sm.vc_section-has-fill > div:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*.vc_section,.section {
  padding-top: 0px;
  padding-bottom: 0px;
}*/
/*  .vc_section,.section {
    padding-top: 60px;
    padding-bottom: 60px;
  }*/
.childrens-feature-2 {
  background-position: left 10px center;
  padding-top: 0 !important;
  margin-top: -40px;
}
@media (min-width: 768px) {
  .childrens-feature-2 {
    background-size: 22%;
  }
}
@media (min-width: 1200px) {
  .childrens-feature-2 {
    background-size: 22%;
  }
}
@media (min-width: 768px) {
  .childrens-feature-2 {
    margin-top: -100px;
  }
}
@media (min-width: 768px) {
  .childrens-feature-2 .vc_row {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
}
.childrens-feature-2 .vc_row:first-child {
  position: relative;
}
.childrens-feature-2 .vc_row:first-child:before {
  z-index: 2;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: -20px;
  background-position: right top !important;
}
@media (min-width: 992px) {
  .childrens-feature-2 .vc_row:first-child:before {
    background-image: url(../../../images/bubbles-jelly.png);
  }
}
@media (min-width: 768px) {
  .childrens-feature-2 .vc_row:first-child:before {
    right: -220px;
    width: 1280%;
    top: 340px;
  }
}
@media (min-width: 992px) {
  .childrens-feature-2 .vc_row:first-child:before {
    right: -410px;
    top: 340px;
  }
}
@media (min-width: 1200px) {
  .childrens-feature-2 .vc_row:first-child:before {
    right: -210px;
    top: 450px;
  }
}
@media (min-width: 1300px) {
  .childrens-feature-2 .vc_row:first-child:before {
    right: -100px;
  }
}
@media (min-width: 768px) {
  .childrens-feature-2 .vc_row:first-child {
    margin-top: 50px !important;
    padding-top: 78px !important;
  }
}
@media (min-width: 992px) {
  .childrens-feature-2 .vc_row:first-child {
    padding-bottom: 108px !important;
  }
}
@media (min-width: 1200px) {
  .childrens-feature-2 .vc_row:first-child {
    padding-bottom: 178px !important;
  }
}
@media (min-width: 1300px) {
  .childrens-feature-2 .vc_row:first-child {
    padding-bottom: 118px !important;
  }
}
.childrens-feature-2 .vc_row .margin-xl-top {
  margin-top: 0;
}
@media (min-width: 768px) {
  .childrens-feature-2 .vc_row .margin-xl-top {
    margin-top: 72px;
  }
}
.childrens-feature-2 .vc_row:last-child {
  margin-top: 0px !important;
}
@media (min-width: 768px) {
  .childrens-feature-2 .vc_row:last-child {
    margin-top: -120px !important;
    margin-bottom: -30px !important;
  }
}
@media (max-width: 767px) {
  .childrens-feature-2 .vc_row .wpb_column {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#content .full-width-left-section,
#content .full-width-right-section {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media (max-width: 767px) {
  #content .full-width-left-section,
  #content .full-width-right-section {
    background: none;
  }
}
#content .full-width-left-section .row,
#content .full-width-right-section .row {
  display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #content .full-width-left-section .row,
  #content .full-width-right-section .row {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #content .full-width-left-section,
  #content .full-width-right-section {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #content .full-width-left-section .full-width-left-section-img,
  #content .full-width-left-section .full-width-right-section-img,
  #content .full-width-right-section .full-width-left-section-img,
  #content .full-width-right-section .full-width-right-section-img {
    padding-left: 0;
    padding-right: 0;
  }
}
#content .full-width-left-section img,
#content .full-width-right-section img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #content .full-width-left-section img,
  #content .full-width-right-section img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #content .full-width-left-section .row [class^=col-],
  #content .full-width-right-section .row [class^=col-] {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #content .full-width-left-section .row [class^=col-]:first-child,
  #content .full-width-right-section .row [class^=col-]:first-child {
    padding-right: 0;
  }
  #content .full-width-left-section .row [class^=col-]:last-child,
  #content .full-width-right-section .row [class^=col-]:last-child {
    padding-left: 0;
  }
}
#content .full-width-left-section .wpb_content_element,
#content .full-width-right-section .wpb_content_element {
  margin-bottom: 0;
}
#content .full-width-left-section .full-width-right-column, #content .full-width-left-section .full-width-left-column,
#content .full-width-right-section .full-width-right-column,
#content .full-width-right-section .full-width-left-column {
  align-self: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #content .full-width-left-section .full-width-right-column, #content .full-width-left-section .full-width-left-column,
  #content .full-width-right-section .full-width-right-column,
  #content .full-width-right-section .full-width-left-column {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#content .full-width-left-section .full-width-right-column .vc_column-inner, #content .full-width-left-section .full-width-left-column .vc_column-inner,
#content .full-width-right-section .full-width-right-column .vc_column-inner,
#content .full-width-right-section .full-width-left-column .vc_column-inner {
  padding: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  #content .full-width-left-section .full-width-right-column .vc_column-inner, #content .full-width-left-section .full-width-left-column .vc_column-inner,
  #content .full-width-right-section .full-width-right-column .vc_column-inner,
  #content .full-width-right-section .full-width-left-column .vc_column-inner {
    background: none;
    padding-right: 0px;
    padding-left: 75px;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 500px;
  }
}
#content .full-width-left-section .full-width-left-column,
#content .full-width-left-section .full-width-right-column,
#content .full-width-right-section .full-width-left-column,
#content .full-width-right-section .full-width-right-column {
  display: flex;
  justify-content: flex-end;
}
#content .full-width-left-section .full-width-left-column .vc_column-inner .vc_btn3-container,
#content .full-width-left-section .full-width-right-column .vc_column-inner .vc_btn3-container,
#content .full-width-right-section .full-width-left-column .vc_column-inner .vc_btn3-container,
#content .full-width-right-section .full-width-right-column .vc_column-inner .vc_btn3-container {
  margin-top: 25px;
}
#content .full-width-left-section .full-width-left-column .vc_column-inner hr,
#content .full-width-left-section .full-width-right-column .vc_column-inner hr,
#content .full-width-right-section .full-width-left-column .vc_column-inner hr,
#content .full-width-right-section .full-width-right-column .vc_column-inner hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #content .full-width-left-section .full-width-left-column .vc_column-inner,
  #content .full-width-left-section .full-width-right-column .vc_column-inner,
  #content .full-width-right-section .full-width-left-column .vc_column-inner,
  #content .full-width-right-section .full-width-right-column .vc_column-inner {
    padding-left: 65px;
  }
}
@media (min-width: 992px) {
  #content .full-width-left-section .full-width-left-column .vc_column-inner,
  #content .full-width-left-section .full-width-right-column .vc_column-inner,
  #content .full-width-right-section .full-width-left-column .vc_column-inner,
  #content .full-width-right-section .full-width-right-column .vc_column-inner {
    background: none;
    max-width: 664px;
  }
}

@media (max-width: 767px) {
  #content .full-width-right-section .row .wpb_column:last-child {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  #content .full-width-right-section .row .wpb_column:last-child {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #content .full-width-right-section .row .wpb_column:last-child img {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #content .full-width-right-section .row .wpb_column:last-child {
    background: none !important;
  }
  #content .full-width-right-section .row .wpb_column:last-child img {
    display: block !important;
  }
}
#content .full-width-right-section .row .wpb_column:first-child .vc_column-inner {
  padding: 35px 20px 35px 40px;
}
@media (min-width: 1200px) {
  #content .full-width-right-section .row .wpb_column:first-child .vc_column-inner {
    padding: 15px 0px 15px 0;
  }
}

@media (min-width: 768px) {
  #content .full-width-left-section .row .wpb_column:first-child {
    padding-right: 0;
  }
}
#content .full-width-left-section .row .wpb_column:first-child .vc_column-inner {
  height: 100%;
}
#content .full-width-left-section .row .wpb_column:first-child .wpb_single_image .vc_figure {
  display: block;
  height: 100%;
}
#content .full-width-left-section .row .wpb_column:first-child .wpb_wrapper {
  height: 100%;
}
#content .full-width-left-section .row .wpb_column:first-child .wpb_wrapper .wpb_content_element {
  height: 100%;
}
@media (max-width: 767px) {
  #content .full-width-left-section .row .wpb_column:first-child {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  #content .full-width-left-section .row .wpb_column:first-child {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #content .full-width-left-section .row .wpb_column:first-child img {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #content .full-width-left-section .row .wpb_column:first-child {
    background: none !important;
  }
  #content .full-width-left-section .row .wpb_column:first-child img {
    display: block !important;
  }
}
#content .full-width-left-section .row .wpb_column:last-child {
  justify-content: flex-start;
}
#content .full-width-left-section .row .wpb_column:last-child .vc_column-inner {
  height: 100%;
}
#content .full-width-left-section .row .wpb_column:last-child .wpb_single_image .vc_figure {
  display: block;
  height: 100%;
}
#content .full-width-left-section .row .wpb_column:last-child .wpb_wrapper {
  height: 100%;
}
#content .full-width-left-section .row .wpb_column:last-child .wpb_wrapper .wpb_content_element {
  height: 100%;
}
#content .full-width-left-section .row .wpb_column:last-child .vc_column-inner {
  padding: 35px 20px 30px;
}
@media (min-width: 1200px) {
  #content .full-width-left-section .row .wpb_column:last-child .vc_column-inner {
    padding: 15px 0px 15px 0;
  }
}
@media (min-width: 1200px) {
  #content .full-width-left-section .row .wpb_column:last-child {
    padding-left: 70px;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .full-width-left-bg-style-2.wpb_column {
    padding-right: 45px;
  }
}

.full-width-right-bg > .vc_column-inner,
.full-width-left-bg > .vc_column-inner {
  padding: 27px 40px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .full-width-right-bg > .vc_column-inner,
  .full-width-left-bg > .vc_column-inner {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.full-width-right-bg .wpb_content_element,
.full-width-left-bg .wpb_content_element {
  margin-bottom: 16px;
}
.full-width-right-bg .h4,
.full-width-left-bg .h4 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25px;
  margin-top: 0;
}

@media (max-width: 991px) {
  .full-width-left-bg .vc_btn3-container.vc_btn3-right {
    text-align: left;
  }
  .full-width-left-bg .vc_btn3-container.vc_btn3-right .vc_btn3-style-flat {
    margin-top: 20px;
  }
}

.full-width-style2 .h3 {
  font-size: 25px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 0;
}

.wpb_content_element.full-width-right-bg > .wpb_wrapper,
.wpb_content_element.full-width-left-bg > .wpb_wrapper {
  padding: 27px 40px;
  padding-bottom: 20px;
  position: relative;
}

.full-width-right-bg.teal,
.full-width-left-bg.teal,
.full-width-right-bg.navy,
.full-width-left-bg.navy {
  color: #fff;
}
.full-width-right-bg.teal .h4, .full-width-right-bg.teal .h5, .full-width-right-bg.teal h4, .full-width-right-bg.teal h5, .full-width-right-bg.teal .h3, .full-width-right-bg.teal h3, .full-width-right-bg.teal .h2, .full-width-right-bg.teal h2,
.full-width-left-bg.teal .h4,
.full-width-left-bg.teal .h5,
.full-width-left-bg.teal h4,
.full-width-left-bg.teal h5,
.full-width-left-bg.teal .h3,
.full-width-left-bg.teal h3,
.full-width-left-bg.teal .h2,
.full-width-left-bg.teal h2,
.full-width-right-bg.navy .h4,
.full-width-right-bg.navy .h5,
.full-width-right-bg.navy h4,
.full-width-right-bg.navy h5,
.full-width-right-bg.navy .h3,
.full-width-right-bg.navy h3,
.full-width-right-bg.navy .h2,
.full-width-right-bg.navy h2,
.full-width-left-bg.navy .h4,
.full-width-left-bg.navy .h5,
.full-width-left-bg.navy h4,
.full-width-left-bg.navy h5,
.full-width-left-bg.navy .h3,
.full-width-left-bg.navy h3,
.full-width-left-bg.navy .h2,
.full-width-left-bg.navy h2 {
  color: #FFFFFF;
}
.full-width-right-bg.teal p, .full-width-right-bg.teal li,
.full-width-left-bg.teal p,
.full-width-left-bg.teal li,
.full-width-right-bg.navy p,
.full-width-right-bg.navy li,
.full-width-left-bg.navy p,
.full-width-left-bg.navy li {
  color: #fff;
}
.full-width-right-bg.teal a,
.full-width-left-bg.teal a,
.full-width-right-bg.navy a,
.full-width-left-bg.navy a {
  font-weight: 700;
  color: #fff;
}
.full-width-right-bg.teal a:hover, .full-width-right-bg.teal a:focus, .full-width-right-bg.teal a:active,
.full-width-left-bg.teal a:hover,
.full-width-left-bg.teal a:focus,
.full-width-left-bg.teal a:active,
.full-width-right-bg.navy a:hover,
.full-width-right-bg.navy a:focus,
.full-width-right-bg.navy a:active,
.full-width-left-bg.navy a:hover,
.full-width-left-bg.navy a:focus,
.full-width-left-bg.navy a:active {
  text-decoration: none;
}
.full-width-right-bg.teal a.green,
.full-width-left-bg.teal a.green,
.full-width-right-bg.navy a.green,
.full-width-left-bg.navy a.green {
  color: #00A1B1;
}
.full-width-right-bg.teal a.green:hover, .full-width-right-bg.teal a.green:focus, .full-width-right-bg.teal a.green:active,
.full-width-left-bg.teal a.green:hover,
.full-width-left-bg.teal a.green:focus,
.full-width-left-bg.teal a.green:active,
.full-width-right-bg.navy a.green:hover,
.full-width-right-bg.navy a.green:focus,
.full-width-right-bg.navy a.green:active,
.full-width-left-bg.navy a.green:hover,
.full-width-left-bg.navy a.green:focus,
.full-width-left-bg.navy a.green:active {
  color: #8DD0D8;
  text-decoration: none;
}

.full-width-right-bg.teal a.green,
.full-width-left-bg.teal a.green {
  color: #0D2D4E;
}
.full-width-right-bg.teal a.green:hover, .full-width-right-bg.teal a.green:focus, .full-width-right-bg.teal a.green:active,
.full-width-left-bg.teal a.green:hover,
.full-width-left-bg.teal a.green:focus,
.full-width-left-bg.teal a.green:active {
  color: #005596;
  text-decoration: none;
}

.full-width-left-bg.light-blue > .vc_column-inner,
.full-width-right-bg.light-blue > .vc_column-inner {
  background-color: #69C3E7;
}

.full-width-left-bg > .vc_column-inner {
  padding-left: 0;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .full-width-left-bg > .vc_column-inner:before {
    right: 103.5%;
  }
}
@media (min-width: 768px) {
  .full-width-left-bg > .vc_column-inner:before {
    background-color: inherit;
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    height: 100%;
    width: 1280%;
    top: 0;
  }
}

.full-width-left-bg > .vc_column-inner {
  padding-left: 0;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .full-width-left-bg > .vc_column-inner:before {
    right: 103.5%;
  }
}
@media (min-width: 768px) {
  .full-width-left-bg > .vc_column-inner:before {
    background-color: inherit;
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    height: 100%;
    width: 1280%;
    top: 0;
  }
}

.wpb_content_element.full-width-left-bg > .wpb_wrapper,
.wpb_content_element.full-width-right-bg > .wpb_wrapper {
  position: relative;
}

.wpb_content_element.full-width-left-bg > .wpb_wrapper {
  padding-left: 0;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .wpb_content_element.full-width-left-bg .wpb_wrapper:before {
    right: 103.5%;
  }
}
@media (min-width: 768px) {
  .wpb_content_element.full-width-left-bg .wpb_wrapper:before {
    background-color: inherit;
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    height: 100%;
    width: 1280%;
    top: 0;
  }
}

.wpb_content_element.full-width-style2 > .wpb_wrapper {
  padding: 50px 40px;
}

.wpb_content_element.full-width-style2 > .vc_column-inner {
  padding: 50px 40px;
}

.wpb_content_element.full-width-style2.full-width-right-bg {
  padding-right: 0px;
}
.wpb_content_element.full-width-style2.full-width-right-bg > .wpb_wrapper {
  padding-right: 0px;
  padding-left: 80px;
}

.wpb_content_element.full-width-style2.full-width-right-bg {
  padding-right: 0px;
}
.wpb_content_element.full-width-style2.full-width-right-bg > .vc_column-inner {
  padding-right: 0px;
  padding-left: 80px;
}

.wpb_content_element.full-width-style2.full-width-left-bg {
  padding-left: 0px;
}
.wpb_content_element.full-width-style2.full-width-left-bg > .wpb_wrapper {
  padding-left: 0px;
  padding-right: 80px;
}

.wpb_content_element.full-width-style2.full-width-left-bg {
  padding-left: 0px;
}
.wpb_content_element.full-width-style2.full-width-left-bg > .vc_column-inner {
  padding-left: 0px;
  padding-right: 80px;
}

@media (min-width: 768px) {
  .full-width-right-bg > .vc_column-inner:before {
    left: 103.5%;
  }
}
@media (min-width: 768px) {
  .full-width-right-bg > .vc_column-inner:before {
    background-color: inherit;
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    height: 100%;
    width: 1280%;
    top: 0;
  }
}

@media (min-width: 768px) {
  .wpb_content_element.full-width-right-bg .wpb_wrapper:before {
    left: 103.5%;
  }
}
@media (min-width: 768px) {
  .wpb_content_element.full-width-right-bg .wpb_wrapper:before {
    background-color: inherit;
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    height: 100%;
    width: 1280%;
    top: 0;
  }
}

@media (max-width: 767px) {
  .full-width-right-bg > .vc_column-inner,
  .full-width-left-bg > .vc_column-inner {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.full-width-left-bg.full-width-left-bg-style-3 > .vc_column-inner {
  padding: 30px 45px 30px 15px;
}
@media (min-width: 768px) {
  .full-width-left-bg.full-width-left-bg-style-3 > .vc_column-inner {
    padding: 50px 65px 50px 0;
  }
}

.full-width-right-bg.full-width-right-bg-style-3 > .vc_column-inner {
  padding: 30px 15px 30px 45px;
}
@media (min-width: 768px) {
  .full-width-right-bg.full-width-right-bg-style-3 > .vc_column-inner {
    padding: 50px 0 50px 65px;
  }
}
.full-width-right-bg.full-width-right-bg-style-3 > .vc_column-inner .wpb_content_element {
  margin-bottom: 0 !important;
}

.wpb_content_element.full-width-right-bg-sm.teal > .wpb_wrapper {
  padding: 27px 0px 20px 40px;
}

#content .full-width-left-section.bg-pattern-1 .full-width-left-column .vc_column-inner,
#content .full-width-right-section.bg-pattern-1 .full-width-right-column .vc_column-inner,
#content .full-width-left-section.bg-pattern-1 .full-width-right-column .vc_column-inner,
#content .full-width-right-section.bg-pattern-1 .full-width-left-column .vc_column-inner {
  background: transparent;
  background-image: url(../../../images/bg-pattern-1-navy.png);
}
@media (min-width: 768px) {
  #content .full-width-left-section.bg-pattern-1 .full-width-left-column .vc_column-inner,
  #content .full-width-right-section.bg-pattern-1 .full-width-right-column .vc_column-inner,
  #content .full-width-left-section.bg-pattern-1 .full-width-right-column .vc_column-inner,
  #content .full-width-right-section.bg-pattern-1 .full-width-left-column .vc_column-inner {
    background: none;
  }
}

#content .full-width-left-section.teal-bg .full-width-left-column .vc_column-inner,
#content .full-width-right-section.teal-bg .full-width-right-column .vc_column-inner,
#content .full-width-left-section.teal-bg .full-width-right-column .vc_column-inner,
#content .full-width-right-section.teal-bg .full-width-left-column .vc_column-inner {
  background: transparent;
}
@media (min-width: 768px) {
  #content .full-width-left-section.teal-bg .full-width-left-column .vc_column-inner,
  #content .full-width-right-section.teal-bg .full-width-right-column .vc_column-inner,
  #content .full-width-left-section.teal-bg .full-width-right-column .vc_column-inner,
  #content .full-width-right-section.teal-bg .full-width-left-column .vc_column-inner {
    background: none;
  }
}

#content .full-width-left-section.light-blue-bg .full-width-left-column .vc_column-inner,
#content .full-width-right-section.light-blue-bg .full-width-right-column .vc_column-inner,
#content .full-width-left-section.light-blue-bg .full-width-right-column .vc_column-inner,
#content .full-width-right-section.light-blue-bg .full-width-left-column .vc_column-inner {
  background: transparent;
}
@media (min-width: 768px) {
  #content .full-width-left-section.light-blue-bg .full-width-left-column .vc_column-inner,
  #content .full-width-right-section.light-blue-bg .full-width-right-column .vc_column-inner,
  #content .full-width-left-section.light-blue-bg .full-width-right-column .vc_column-inner,
  #content .full-width-right-section.light-blue-bg .full-width-left-column .vc_column-inner {
    background: none;
  }
}

/**
 * Row styles
 */
.vc_vc_column,
.vc_vc_column_inner {
  padding-left: 0;
  padding-right: 0;
}

.vc_row.vc_row-flex > .vc_column,
.vc_row.vc_row-flex > .vc_column_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.vc_row.vc_row-flex > .vc_column > .vc_column_container,
.vc_row.vc_row-flex > .vc_column_inner > .vc_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.vc_row.vc_row-flex > .vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-flex > .vc_column_inner > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vc_row.vc_row-o-equal-height > .vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.vc_row.vc_row-o-content-top > .vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .vc_column_inner > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_column > .vc_column_container,
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_column_inner > .vc_column_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.vc_row.vc_row-o-content-bottom > .vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-bottom > .vc_column_inner > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_column > .vc_column_container,
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_column_inner > .vc_column_container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.vc_row.vc_row-o-content-middle > .vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-middle > .vc_column_inner > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_column > .vc_column_container,
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_column_inner > .vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vc_empty-element > .vc_column-inner {
  min-height: 100px;
}

/**
 * Row styles
 */
.vc_row.vc_row-no-padding .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.vc_row[data-vc-full-width] {
  transform: opacity 0.5s ease;
  overflow: hidden; /** Fix overflow **/
}
.vc_row[data-vc-full-width].vc_hidden {
  opacity: 0;
}

.vc_row-no-padding .vc_inner {
  margin-left: 0;
  margin-right: 0;
}

.vc_row.vc_row-o-full-height {
  min-height: 100vh;
}
.vc_row.vc_row-flex {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vc_row.vc_row-flex > .vc_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
    /* IE10+ specific styles */
  }
  .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner > * {
    min-height: 1em;
  }
}
.vc_row.vc_row-flex::before, .vc_row.vc_row-flex::after {
  display: none;
}
.vc_row.vc_row-o-columns-stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.vc_row.vc_row-o-columns-top {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.vc_row.vc_row-o-columns-bottom {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.vc_row.vc_row-o-columns-middle {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.vc_row.vc_row-o-columns-top::after, .vc_row.vc_row-o-columns-bottom::after, .vc_row.vc_row-o-columns-middle::after {
  content: "";
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.vc_row.vc_row-o-equal-height > .vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.vc_row.vc_row-o-content-top > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_column_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.vc_row.vc_row-o-content-bottom > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_column_container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.vc_row.vc_row-o-content-middle > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vc_column-inner::before, .vc_column-inner::after {
  content: " ";
  display: table;
}
.vc_column-inner::after {
  clear: both;
}

.vc_ie-flexbox-fixer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vc_ie-flexbox-fixer > .vc_row {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  width: 100%;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
}

@media (min-width: 641px) {
  .gform_wrapper .custom-select select,
  .custom-select .gfield_select {
    display: none; /*hide original SELECT element:*/
  }
}
.select-selected, .gform_wrapper select {
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  font-size: 16px;
  color: #747474;
  padding: 8px 16px;
  background-color: #fff;
  position: relative;
  line-height: 30px;
}

.gform_wrapper .select-selected {
  height: 51px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  color: #F0A42B;
  content: "\f078";
  top: 16px;
  right: 25px;
  width: 0;
  height: 0;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  content: "\f077";
}

/*style the arrow inside the select element:*/
.gform_wrapper .schedule-appointment .chosen-container-single .chosen-single div b, .chosen-single div b {
  display: none;
}

.gform_wrapper .schedule-appointment .chosen-container-single .chosen-single:after, .chosen-container-single .chosen-single:after {
  position: absolute;
  color: #F0A42B;
  content: "\f078";
  top: 14px;
  right: 25px;
  width: 0;
  height: 0;
  background: none;
}

/*point the arrow upwards when the select box is open (active):*/
.gform_wrapper .schedule-appointment .chosen-container-active.chosen-with-drop .chosen-single:after,
.chosen-container-active.chosen-with-drop .chosen-single:after {
  border-color: transparent transparent #fff transparent;
  content: "\f077";
}

.gform_wrapper .schedule-appointment .chosen-container .chosen-results li,
.chosen-container .chosen-results li {
  font-weight: 400;
  padding: 8px 16px;
  line-height: 1.2;
  font-size: 16px;
  margin-left: -4px !important;
}

.gform_wrapper .schedule-appointment .chosen-container .chosen-results li.highlighted,
.chosen-container .chosen-results li.highlighted {
  background: none;
  background-color: rgba(228, 145, 69, 0.1);
  color: #747474;
}

.schedule-appointment .chosen-container-single .chosen-single,
.chosen-container-single .chosen-single {
  position: initial;
}

.select-selected.select-arrow-active {
  border-bottom-color: transparent;
  border-radius: 4px 4px 0px 0px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #747474;
  cursor: pointer;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 92%;
  left: 5px;
  right: 0;
  z-index: 99;
  border-left: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  margin-right: 16px;
  border-radius: 0px 0px 4px 4px;
}

.gfield .select-items {
  right: 16px;
}

.gform_wrapper .schedule-appointment .chosen-container-single .chosen-single,
.gform_wrapper .schedule-appointment .gfield_select,
.chosen-container-single .chosen-single {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #D7D7D7;
  font-size: 16px;
  font-weight: 400;
  color: #747474;
  box-shadow: none;
  padding: 10px 16px;
  height: 45px;
}

.gform_wrapper .schedule-appointment .chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff;
  border: 1px solid #D7D7D7;
  border-radius: 4px 4px 0px 0px;
}

.gform_wrapper .schedule-appointment .chosen-container .chosen-drop,
.chosen-container .chosen-drop {
  border-left: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 1px 4px 2px -2px rgba(116, 116, 116, 0.67);
  box-shadow: 1px 4px 2px -2px rgba(0, 0, 0, 0.12);
}

.gfield .select-items, .custom-select .select-items {
  left: 0px;
  margin-right: 0;
}

.select-items div {
  padding: 8px 16px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(240, 163, 44, 0.1);
}

@media only screen and (min-width: 641px) {
  body .gform_wrapper .schedule-appointment select.medium.gfield_select + div.chosen-container-multi[style],
  body .gform_wrapper .schedule-appointment select.medium.gfield_select + div.chosen-container-single[style],
  div.chosen-container-multi[style],
  div.chosen-container-single[style] {
    width: 100% !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .schedule-appointment .chosen-container .chosen-results-scroll-down span,
  .schedule-appointment .chosen-container .chosen-results-scroll-up span,
  .schedule-appointment .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .schedule-appointment .chosen-container-single .chosen-search input[type=text],
  .schedule-appointment .chosen-container-single .chosen-single abbr,
  .schedule-appointment .chosen-container-single .chosen-single div b,
  .schedule-appointment .chosen-rtl .chosen-search input[type=text] {
    background-image: none !important;
  }
}
/*!
 * fullPage 3.0.5
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.page-template-fullpage-new {
  overflow: hidden;
  height: 100%;
}
.page-template-fullpage-new .section {
  height: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-fullpage-new #wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-template-fullpage-new .top-hero {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.section.fp-table {
  display: table;
  table-layout: fixed;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

#fullpage {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.first-section {
  width: 100%;
  text-align: center;
  background-image: none !important;
  background-color: transparent !important;
}

.page-template-fullpage {
  overflow: hidden;
}

html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box; /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body {
  color: #747474;
  font-family: "Roboto", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  transition: all 0.25s ease;
}

body.fixed.single-opinion,
body.fixed.single-post {
  padding-top: 0;
}

body.fixed.single-post #content {
  padding-top: 150px;
}
@media (min-width: 768px) {
  body.fixed.single-post #content {
    padding-top: 220px;
  }
}

@media (min-width: 1300px) {
  .container {
    width: 1280px;
  }
}
#main {
  transition: none;
}

#main article footer {
  display: none;
}

#main article {
  margin-bottom: 0;
  padding: 0;
}

.single-post .flyout-nav,
.default-page .flyout-nav {
  background-color: #69C3E7;
  height: 200px;
  border: none;
}

.page-template-page-rfp.admin-bar .navbar-fixed-top {
  top: 8px;
}
.page-template-page-rfp .navbar-default {
  position: relative;
}
.page-template-page-rfp .hamburger {
  display: none;
}
.page-template-page-rfp .page-title {
  display: none;
}
.page-template-page-rfp .flyout-nav.navbar-default {
  display: flex;
  align-items: center;
  height: 136px;
  background-color: #ffffff;
}
.page-template-page-rfp .flyout-nav.navbar-default .container-fluid {
  padding-top: 0;
}

.default-page.transparent #content {
  padding-top: 220px;
}

.page-template-page-rfp.transparent #content {
  padding-top: 0px;
}

.single-post .toggled .flyout-nav,
.default-page .toggled .flyout-nav {
  background-color: transparent;
}

.page-template-fullpage #content {
  padding: 0;
}

p a {
  border-bottom: none;
}
p a:hover {
  border-bottom: none;
}

p {
  line-height: 22px;
}

.center {
  text-align: center;
}

h2, .h2 {
  margin-bottom: 15px;
}

.fullpage-wrapper h2 {
  font-size: 32px;
}
@media (min-width: 768px) {
  .fullpage-wrapper h2 {
    font-size: 50px;
  }
}

.section.vc_section-has-fill h2, .section.vc_section-has-fill .h2, .section.vc_section-has-fill p, .section.vc_section-has-fill a {
  color: #fff;
}
.section.vc_section-has-fill p {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .section.vc_section-has-fill p {
    font-size: 20px;
  }
}
.section.vc_section-has-fill a {
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.53px;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
}

h2, .h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: -0.31px;
}

/*.home rs-fw-forcer {
  position: absolute !important;
  transition: all 0.35s ease;
  opacity: 0.3;
}*/
.first-section.vc_section-has-fill {
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.first-section.vc_section-has-fill .row {
  margin-top: 0;
}
@media (max-width: 767px) {
  .first-section.vc_section-has-fill .row {
    margin-top: 80px;
  }
}
.first-section.vc_section-has-fill h2, .first-section.vc_section-has-fill .h2 {
  font-size: 44px;
  line-height: 1.3;
  color: #747474;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .first-section.vc_section-has-fill h2, .first-section.vc_section-has-fill .h2 {
    font-size: 60px;
  }
}
.first-section.vc_section-has-fill p {
  font-weight: 300;
  font-size: 18px;
  color: #747474;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
}
@media (max-width: 767px) {
  .first-section.vc_section-has-fill p br {
    display: none;
  }
}
@media (min-width: 768px) {
  .first-section.vc_section-has-fill p {
    font-size: 20px;
  }
}
.first-section.vc_section-has-fill .read-more {
  overflow: hidden;
  text-indent: -9999em;
  background: url(../../../images/scroll-more.png) no-repeat;
  background-position: center;
  height: 170px;
  width: 200px;
  display: block;
  margin: 0 auto;
}
@media (max-height: 767px) {
  .first-section.vc_section-has-fill .read-more {
    height: 105px;
    background-position: center -66px;
  }
}

.section-bg-fade-active.gradient:after {
  content: "";
  opacity: 0.71;
  background-image: linear-gradient(180deg, rgba(36, 36, 36, 0) 0%, #000000 100%);
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 320px) {
  .vc_row.vc_row-flex > .case-studies-feed.vc_column_container {
    display: none;
  }
}

.case-studies-feed {
  color: #fff;
}
.case-studies-feed .even-col .col-has-fill.gradient .vc_column-inner:before {
  content: "";
  opacity: 0.65;
  background-image: linear-gradient(180deg, rgba(33, 33, 33, 0) 56%, rgba(14, 14, 14, 0.56) 77%, #000000 100%);
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.case-studies-feed .even-col .col-has-fill .vc_column-inner {
  min-height: 90px;
  margin-top: 0;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .case-studies-feed .even-col .col-has-fill .vc_column-inner {
    min-height: 175px;
  }
}
.case-studies-feed .even-col .col-has-fill .vc_column-inner p {
  padding: 0;
  margin: 0;
}
.case-studies-feed .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.case-studies-feed .vc_row-flex .vc_column-inner {
  height: 100%;
  position: relative;
}
.case-studies-feed .vc_row-flex .vc_column-inner > .wpb_wrapper {
  padding: 6px 9px;
}
@media (min-width: 768px) {
  .case-studies-feed .vc_row-flex .vc_column-inner > .wpb_wrapper {
    padding: 18px 16px;
  }
}
.case-studies-feed .vc_row-flex .wpb_column {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .case-studies-feed .vc_row-flex .wpb_column {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .case-studies-feed .row:last-child {
    display: none;
  }
}
.case-studies-feed h5 {
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.01px;
  margin-bottom: 0;
}
.case-studies-feed h4 {
  font-weight: 300;
  margin-top: 3px;
  letter-spacing: -0.56px;
  margin-bottom: 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  .case-studies-feed h4 {
    font-size: 20px;
  }
}

.transparent h1.page-title,
.transparent .section-title,
.single-post h1.page-title,
.single-post .section-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  letter-spacing: 0.53px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  transition: 0.25s opacity ease;
}
@media (max-width: 767px) {
  .transparent h1.page-title,
  .transparent .section-title,
  .single-post h1.page-title,
  .single-post .section-title {
    font-size: 14px;
    line-height: 15px;
  }
}

.transparent .toggled h1.page-title,
.transparent .toggled .section-title,
.single-post .toggled h1.page-title,
.single-post .toggled .section-title {
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
}

.flyout-nav .navbar-brand {
  z-index: 1032;
}

.section-title {
  font-weight: 800;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.53px;
  text-align: center;
  line-height: 26px;
  text-transform: uppercase;
  margin-top: 0;
}

.people-social {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.people-social li {
  float: left;
  margin-right: 20px;
}
.people-social a {
  color: #747474;
}
.people-social a i {
  font-size: 26px;
}
.people-social a:hover {
  color: #C5C5C5;
}
@media (max-width: 767px) {
  .people-social {
    float: left;
    margin-bottom: 20px;
  }
}

.people-section h1 {
  font-weight: 300;
  font-size: 50px;
  color: #747474;
  letter-spacing: -0.47px;
  line-height: 59px;
  margin-top: 0;
}

.facts-section .row {
  font-weight: 300;
  color: #747474;
  letter-spacing: -0.44px;
  position: relative;
}
@media (min-width: 768px) {
  .facts-section .row {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.facts-section .row .wpb_column {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .facts-section .row .wpb_column {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.facts-section .row p {
  font-size: 21px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .facts-section .row p {
    font-size: 25px;
    line-height: 29px;
  }
}
.facts-section .row:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  right: -15px;
  bottom: 0px;
  background: url("../../../images/horiz-line-dots-light.gif") center repeat-x;
}
@media (max-width: 767px) {
  .facts-section .row:after {
    display: none;
  }
}
.facts-section .row:last-child:after {
  display: none;
}
.facts-section .row .sm-text, .facts-section .row .sm-text p {
  letter-spacing: -0.35px;
  font-size: 18px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .facts-section .row .sm-text, .facts-section .row .sm-text p {
    font-size: 20px;
    line-height: 24px;
  }
}
.facts-section .row .col-left, .facts-section .row .col-right {
  float: left;
}
.facts-section .row .wpb_column:first-child .vc_column-inner:after {
  background: url("../../../images/vert-line-dots-light.gif") center repeat-y;
  height: 100%;
  display: block;
  content: "";
  width: 2px;
  position: absolute;
  right: 4px;
  top: 0;
}
@media (max-width: 767px) {
  .facts-section .row .wpb_column:first-child .vc_column-inner:after {
    display: none;
  }
}
.facts-section .row .col-left {
  width: 34%;
  padding-right: 15px;
}
.facts-section .row .col-right {
  width: 66%;
  padding-right: 15px;
  padding-left: 15px;
}
.facts-section .row .col-right.wpb_text_column {
  margin-top: 12px;
}

.p-lg p, .p-lg {
  font-weight: 300;
  color: #747474;
  letter-spacing: -0.5px;
  line-height: 26px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .p-lg p, .p-lg {
    line-height: 33px;
    font-size: 20px;
  }
}

.p-xl p, .p-xl {
  font-weight: 300;
  color: #747474;
  letter-spacing: -0.5px;
  line-height: 26px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .p-xl p, .p-xl {
    line-height: 33px;
    font-size: 22px;
  }
}

.color-logo h1.page-title {
  color: #69C3E7;
}

.transparent #main article.no-title {
  padding-top: 0;
  margin-top: 0;
}
.transparent #content {
  padding: 0;
}

.light-gray-bg {
  background-color: #F8F8F8;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .light-gray-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.light-gray-bg h3 {
  margin-top: 0;
  margin-bottom: 2.1rem;
}
@media (min-width: 768px) {
  .light-gray-bg h3 {
    margin-bottom: 3.1rem;
  }
}
.light-gray-bg p {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .light-gray-bg p {
    line-height: 30px;
    line-height: 1.9;
  }
}
@media (max-width: 767px) {
  .light-gray-bg .wpb_column {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.post_content .quote-section blockquote {
  margin-top: 98px;
  font-weight: 300;
  font-size: 26px;
  color: #747474;
  letter-spacing: -0.27px;
  border-left: 5px solid #80BE45;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .post_content .quote-section blockquote {
    font-size: 30px;
  }
}
.post_content .quote-section blockquote p {
  line-height: 36px;
}
.post_content .quote-section blockquote span.person {
  font-style: italic;
}
@media (max-width: 767px) {
  .post_content .quote-section blockquote {
    font-size: 17px;
    margin-top: 49px;
    padding: 0 15px;
  }
  .post_content .quote-section blockquote p {
    line-height: 24px;
  }
}
.post_content .quote-section.methodist-quote-section {
  overflow: hidden;
  max-height: 582px;
}
.post_content .quote-section.methodist-quote-section blockquote {
  margin-top: 100px;
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  letter-spacing: -0.27px;
  border-left: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 290px;
  padding: 35px 15px 35px 42px;
  position: relative;
}
.post_content .quote-section.methodist-quote-section blockquote p {
  z-index: 1;
  position: relative;
  line-height: 36px;
  margin-bottom: 0;
}
.post_content .quote-section.methodist-quote-section blockquote span.person {
  font-style: italic;
  font-size: 16px;
}
@media (max-width: 767px) {
  .post_content .quote-section.methodist-quote-section blockquote span.person {
    display: block;
  }
}
@media (min-width: 768px) {
  .post_content .quote-section.methodist-quote-section blockquote:before {
    background-color: #000;
    width: 21px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    left: -32px;
  }
}
.post_content .quote-section.methodist-quote-section blockquote:after {
  mix-blend-mode: multiply;
  background-color: rgba(177, 0, 93, 0.9);
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  height: 100%;
  width: 1280%;
  top: 0;
}
.post_content .quote-section.methodist-quote-section blockquote .block-red-mult-bg {
  position: absolute;
  mix-blend-mode: multiply;
  background-color: rgba(177, 0, 93, 0.9);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 0;
}
.post_content .quote-section.vidant-quote-section blockquote {
  background-color: #f0a42b;
  position: relative;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 82px;
  border-left: none;
  position: relative;
}
.post_content .quote-section.vidant-quote-section blockquote p {
  position: relative;
}
.post_content .quote-section.vidant-quote-section blockquote p:before {
  background-color: #fff;
  width: 5px;
  position: absolute;
  top: 4px;
  height: 92px;
  content: "";
  display: block;
  left: -34px;
}
.post_content .quote-section.vidant-quote-section blockquote:after {
  background-color: #F0A42B;
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  height: 100%;
  width: 1280%;
  top: 0;
  right: 0;
}
.post_content .quote-section.vidant-quote-section blockquote span.person {
  font-style: italic;
  font-size: 14px;
  line-height: 19px;
  display: block;
  margin-top: 17px;
}

.methodist-chart-section {
  padding: 0;
  margin: 0;
  padding-left: 15px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .methodist-chart-section {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .methodist-chart-section {
    padding-top: 56px;
    padding-left: 84px;
  }
}
.methodist-chart-section .col-has-fill .vc_column-inner {
  display: block;
  height: auto;
  padding: 0;
  background-size: cover;
}

@media (max-width: 767px) {
  #content .vidant-info-section {
    margin-bottom: 30px;
  }
  #content .vidant-info-section .row > .wpb_column {
    margin-bottom: 30px;
  }
  #content .vidant-info-section.childrens-feature-2 .row > .wpb_column:first-child {
    margin-bottom: -80px;
  }
}
#content .vidant-info-section .h2 {
  font-size: 38px;
}
@media (min-width: 1200px) {
  #content .vidant-info-section .h2 {
    font-size: 48px;
  }
}
#content .vidant-info-section .award-logo {
  width: 100%;
  max-width: 270px;
  position: relative;
}
@media (min-width: 768px) {
  #content .vidant-info-section .award-logo {
    max-width: 338px;
  }
}
@media (min-width: 1200px) {
  #content .vidant-info-section .award-logo {
    max-width: 507px;
  }
}
#content .vidant-info-section .award-logo img {
  z-index: 1;
}
#content .vidant-info-section .award-logo:before {
  background-color: #F0A42B;
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  width: 1280%;
  width: 1280%;
  right: 0;
  z-index: -1;
  height: 46px;
  top: 7px;
}
@media (min-width: 768px) {
  #content .vidant-info-section .award-logo:before {
    height: 56px;
    top: 9px;
  }
}
@media (min-width: 1200px) {
  #content .vidant-info-section .award-logo:before {
    height: 85px;
    top: 13px;
  }
}
#content .vidant-info-section .info-style1 p {
  line-height: 1.2;
  font-size: 26px;
}
@media (min-width: 1200px) {
  #content .vidant-info-section .info-style1 p {
    font-size: 36px;
    line-height: 43px;
  }
}

.postid-9004 #rev_slider_23_1 .tp-bgimg:before {
  opacity: 0.5;
  background-image: linear-gradient(180deg, rgba(33, 33, 33, 0) 60%, rgba(14, 14, 14, 0.56) 79%, #000000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.postid-9254 #rev_slider_23_1 #slider-23-slide-9254-layer-1 {
  position: relative;
  padding: 15px 25px 15px 15px;
}
.postid-9254 #rev_slider_23_1 #slider-23-slide-9254-layer-1 .title {
  z-index: 1;
  position: relative;
}
.postid-9254 #rev_slider_23_1 #slider-23-slide-9254-layer-1 .title-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.post_content .quote-section.non-rev {
  height: 721px;
}
@media (max-width: 419px) {
  .post_content .quote-section.non-rev {
    height: 339px;
  }
}
@media (min-width: 420px) and (max-width: 767px) {
  .post_content .quote-section.non-rev {
    height: 458px;
  }
}
@media (max-width: 767px) {
  .post_content .quote-section.non-rev {
    background-size: 100% !important;
    background-position: bottom center !important;
  }
  .post_content .quote-section.non-rev blockquote {
    margin-top: 22px;
  }
}

.about-offset {
  position: relative;
}
.about-offset .wpb_column:first-child {
  margin-bottom: 20px;
}
.about-offset .embed-responsive .embed-responsive-item, .about-offset .embed-responsive iframe {
  left: -10%;
  bottom: 0;
  height: 100%;
  width: 120%;
}
@media (min-width: 992px) {
  .about-offset .wpb_column:first-child {
    left: 0;
    position: absolute;
    z-index: 1;
    width: 58%;
    margin-bottom: 0;
  }
  .about-offset .wpb_column:last-child {
    top: 115px;
    position: absolute;
    right: 0;
    width: 58%;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .about-offset .wpb_column:last-child {
    top: 155px;
  }
}

.process-section .h2-sm {
  font-weight: 300;
  font-size: 20px;
  color: #747474;
  letter-spacing: 0;
  text-align: center;
  line-height: 33px;
  margin-top: 45px;
}
.process-section h3 {
  font-weight: 600;
  font-size: 16px;
  color: #747474;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 16px;
}
.process-section p {
  line-height: 25px;
}
.process-section .subheadline {
  text-align: center;
  color: #747474;
  letter-spacing: -0.31px;
  text-align: center;
  font-size: 50px;
}
@media (max-width: 767px) {
  .process-section .subheadline {
    font-size: 42px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .process-section .section-md .row {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.process-section .section-md .wpb_column {
  margin-top: 15px;
  margin-bottom: 15px;
}

.h2 {
  font-weight: 400;
  font-size: 35px;
  color: #747474;
  letter-spacing: -0.31px;
}
@media (min-width: 992px) {
  .h2 {
    font-size: 50px;
  }
}

.h2-light {
  font-weight: 300;
}

.top-subhead {
  font-weight: 300;
  font-size: 20px;
  color: #747474;
  letter-spacing: 0;
  line-height: 33px;
}
.top-subhead:before {
  border-top: 1px solid #979797;
  content: "";
  width: 291px;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .top-subhead {
    margin-top: 15px;
  }
}

.center .top-subhead:before {
  margin: 0 auto;
}

.h3 {
  font-weight: 300;
  font-size: 35px;
  color: #747474;
  letter-spacing: -0.37px;
}

.offset-ico-lg {
  position: relative;
  z-index: -1;
}
@media (min-width: 1024px) {
  .offset-ico-lg {
    margin-top: -94px;
  }
}
@media (min-width: 1200px) {
  .offset-ico-lg {
    margin-top: -194px;
  }
}

.lead, .lead p {
  font-weight: 300;
  color: #747474;
  letter-spacing: -0.55px;
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 992px) {
  .lead, .lead p {
    font-size: 19px;
    line-height: 31px;
  }
}
@media (min-width: 768px) {
  .lead, .lead p {
    font-size: 22px;
    line-height: 33px;
  }
}

#content .info-style1 {
  font-weight: 300;
  color: #747474;
  letter-spacing: 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  #content .info-style1 {
    font-size: 26px;
    line-height: 33px;
  }
}
@media (min-width: 992px) {
  #content .info-style1 {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (min-width: 768px) {
  #content .info-style1 .wpb_column:first-child {
    padding-right: 5px;
  }
  #content .info-style1 .wpb_column:last-child {
    padding-left: 5px;
  }
  #content .info-style1 .col-sm-8 {
    width: 63.666667%;
  }
  #content .info-style1 .col-sm-4 {
    width: 36.333333%;
  }
}
#content .info-style1 .percent p {
  font-weight: 700;
  color: #828282;
  letter-spacing: -6.13px;
  line-height: 1;
  font-size: 80px;
}
@media (min-width: 992px) {
  #content .info-style1 .percent p {
    font-size: 120px;
  }
}
#content .info-style1 hr {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mobile-info-section p {
  line-height: 1;
}

hr {
  border-top: 1px solid #D7D7D7;
}

.deliverables {
  font-weight: 600;
  font-size: 16px;
  color: #747474;
  letter-spacing: -0.25px;
}

.list-no-styling {
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.list-no-styling li {
  margin-bottom: 8px;
}

.btn-orange,
.btn-container.btn-orange .btn,
.btn-container .btn-warning {
  background: #F0A42B;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 30px;
  border-radius: 0;
  border: none;
}
.btn-orange:hover, .btn-orange:focus,
.btn-container.btn-orange .btn:hover,
.btn-container.btn-orange .btn:focus,
.btn-container .btn-warning:hover,
.btn-container .btn-warning:focus {
  color: #fff;
  background-color: #f9be5f;
}

.btn-container.btn-orange .btn,
.btn-container .btn-warning {
  padding: 8px 36px;
}
.btn-container.btn-orange .btn .vc_btn3-icon,
.btn-container .btn-warning .vc_btn3-icon {
  display: inline-block;
}

.btn-container.btn-orange {
  margin-top: 30px;
  background: none;
}
.btn-container.btn-orange:hover, .btn-container.btn-orange:focus {
  background-color: transparent;
}

.margin-lg-top {
  margin-top: 25px;
}

.margin-sm-top {
  margin-top: 18px;
}

.margin-sm-bottom {
  margin-bottom: 18px;
}

.margin-lg-bottom {
  margin-bottom: 25px;
}

.margin-xl-bottom {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .margin-xl-bottom {
    margin-bottom: 30px;
  }
}

.padding-xs-top {
  padding-top: 6px;
}

.padding-sm-top {
  padding-top: 12px;
}

.padding-md-top {
  padding-top: 20px;
}

.padding-lg-top {
  padding-top: 30px;
}

.padding-xl-top {
  padding-top: 35px;
}

.padding-xxl-top {
  padding-top: 60px;
}

.margin-xs-top {
  margin-top: 6px;
}

.margin-sm-top {
  margin-top: 12px;
}

.margin-md-top {
  margin-top: 20px;
}

.margin-md-top2 {
  margin-top: 25px;
}

.margin-lg-top {
  margin-top: 30px;
}

.margin-xl-top {
  margin-top: 35px;
}

.margin-xxl-top {
  margin-top: 50px;
}

.padding-xs-top {
  padding-top: 6px;
}

.padding-sm-top {
  padding-top: 12px;
}

.padding-md-top {
  padding-top: 20px;
}

.padding-lg-top {
  padding-top: 30px;
}

.padding-xl-top {
  padding-top: 35px;
}

.padding-xxl-top {
  padding-top: 60px;
}

.btn-container .btn-warning {
  text-align: left;
  padding-left: 22px;
  padding-right: 12px;
}

.btn-container.btn-icon-right .btn:before,
.btn-container .btn-icon-right .vc_btn3-icon:before,
.btn-container.wide-btn .btn-icon-right .vc_btn3-icon:before {
  display: none;
}

.btn-container.btn-icon-right .btn:after,
.btn-container .btn-icon-right .vc_btn3-icon:after {
  content: "\f30b";
  display: block;
}

.btn-container.wide-btn .btn-icon-right .vc_btn3-icon:after {
  margin-left: 51px;
  margin-right: 2px;
  position: absolute;
  right: 8px;
  top: 34%;
}

.btn-container.wide-btn .btn {
  width: 100%;
  max-width: 266px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 991px) {
  .btn-container.wide-btn .btn {
    margin-bottom: 40px;
  }
}

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

.case-study-wrapper .case-study-inner,
.case-study-wrapper .industries-inner,
.industries-wrapper .case-study-inner,
.industries-wrapper .industries-inner {
  height: 388px;
  box-shadow: 8px 8px 12px 0 rgba(0, 0, 0, 0.09);
}
@media (min-width: 992px) {
  .case-study-wrapper .case-study-inner,
  .case-study-wrapper .industries-inner,
  .industries-wrapper .case-study-inner,
  .industries-wrapper .industries-inner {
    height: 388px;
  }
}
@media (min-width: 1200px) {
  .case-study-wrapper .case-study-inner,
  .case-study-wrapper .industries-inner,
  .industries-wrapper .case-study-inner,
  .industries-wrapper .industries-inner {
    height: 472px;
  }
}
@media (min-width: 1300px) {
  .case-study-wrapper .case-study-inner,
  .case-study-wrapper .industries-inner,
  .industries-wrapper .case-study-inner,
  .industries-wrapper .industries-inner {
    height: 516px;
    box-shadow: 11px 11px 15px 0 rgba(0, 0, 0, 0.09);
  }
}

.even-col {
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .even-col {
    flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  .even-col {
    display: flex;
    display: -ms-flexbox;
  }
}

.small-hr {
  opacity: 0.27;
  border-top: 1px solid #FFFFFF;
  width: 185px;
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .small-hr {
    margin-top: 14px;
    margin-bottom: 22px;
  }
}

.vc_custom_1559141306229,
.vc_custom_1559145266387 {
  background-position: top center !important;
}

.footer-nav-section {
  position: fixed;
  bottom: 0;
}

#fp-nav {
  bottom: 0;
  top: initial;
}
@media (max-width: 320px) {
  #fp-nav {
    display: none;
  }
}
#fp-nav.fp-left {
  width: 100%;
  left: 0;
}
#fp-nav ul {
  display: block;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
}
#fp-nav ul li {
  width: 100%;
  height: initial;
  border-radius: 0;
  margin: -2px 0px 0 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  font-weight: 600;
  font-size: 10px;
  color: #828282;
  letter-spacing: 0.4px;
  line-height: 26px;
  text-transform: uppercase;
}
#fp-nav ul li:first-child {
  display: none;
}
@media (min-width: 768px) {
  #fp-nav ul li {
    font-size: 12px;
  }
}
#fp-nav ul li a {
  color: #828282;
  padding-top: 10px;
}
#fp-nav ul li a span {
  background: transparent;
  position: relative;
  display: none;
  width: auto;
  height: auto;
  border-radius: 0;
  left: initial;
  top: initial;
}
#fp-nav ul li a span.fp-sr-only {
  display: block;
}
#fp-nav ul li a span.fp-sr-only,
#fp-nav ul li a.active span.fp-sr-only, #fp-nav ul li:hover a.active span.fp-sr-only, #fp-nav ul li:hover a span.fp-sr-only {
  width: initial;
  height: initial;
  border-radius: 0;
  margin: -2px 0 0px 0;
}
@media (min-width: 768px) {
  #fp-nav ul li a span.fp-sr-only,
  #fp-nav ul li a.active span.fp-sr-only, #fp-nav ul li:hover a.active span.fp-sr-only, #fp-nav ul li:hover a span.fp-sr-only {
    margin: -2px 0 7px 26px;
  }
}
#fp-nav ul li a {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  #fp-nav ul li a {
    text-align: center;
  }
}
#fp-nav ul li a:after {
  transition: all 0.5s ease;
}
#fp-nav ul li a.active {
  color: #fff;
  padding-bottom: 0;
  border: 0px;
  left: 0;
  float: left;
  /*      // &:after {
        //   background-color: #eee;  
        //   border-bottom: 6px solid #eee;
        //   // height: 6px;
        //   @media (min-width: 768px) {
        //     border-bottom: 10px solid #eee;  
        //     // height: 10px;
        //   }
        //   position: absolute;
        //   content: "";
        //   bottom: 0;
        //   // width: 100%;
        //   // right: 100%;
        // }
        border-bottom: 6px solid #eee;
        @media (min-width: 768px) {
          border-bottom: 10px solid #eee;        
        }*/
}
#fp-nav ul li a[href^="#healthCare"]:after {
  content: "";
  display: block;
  width: 0;
  height: 10px;
  background: #399BC1;
  transition: width 0.3s;
}
#fp-nav ul li a[href^="#healthCare"]:hover:after {
  width: 100%;
}
#fp-nav ul li a[href^="#realEstate"]:after {
  content: "";
  display: block;
  width: 0;
  height: 10px;
  background: #80BE45;
  transition: width 0.3s;
}
#fp-nav ul li a[href^="#realEstate"]:hover:after {
  width: 100%;
}
#fp-nav ul li a[href^="#finTech"]:after {
  content: "";
  display: block;
  width: 0;
  height: 10px;
  background: #F0A42B;
  transition: width 0.3s;
}
#fp-nav ul li a[href^="#finTech"]:hover:after {
  width: 100%;
}
#fp-nav ul li a[href^="#Hospitality"]:after {
  content: "";
  display: block;
  width: 0;
  height: 10px;
  background: #13ADAE;
  transition: width 0.3s;
}
#fp-nav ul li a[href^="#Hospitality"]:hover:after {
  width: 100%;
}
#fp-nav ul li a[href^="#spotLight"]:after {
  content: "";
  display: block;
  width: 0;
  height: 10px;
  background: #4E7E20;
  transition: width 0.3s;
}
#fp-nav ul li a[href^="#spotLight"]:hover:after {
  width: 100%;
}
#fp-nav ul li a.active:after {
  width: 100% !important;
}
#fp-nav ul li .fp-sr-only {
  opacity: 1;
}
#fp-nav ul li .fp-tooltip {
  display: none;
}
#fp-nav ul li:hover .fp-tooltip {
  display: none;
}

#fp-nav ul {
  height: 48px;
}
@media (max-width: 767px) {
  #fp-nav ul {
    height: 40px;
  }
}

@media (min-width: 768px) {
  .multiple-items .item .content-inner {
    box-shadow: 11px 11px 15px 0 rgba(0, 0, 0, 0.09);
  }
}

.work-feed {
  transition: height 0.5s ease;
  position: relative;
}
.work-feed .loader:before {
  animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  animation-duration: 1.5s;
  font-family: "Font Awesome 5 Free";
  content: "\f110";
  font-size: 34px;
  color: #dfedf0;
  position: absolute;
  left: 50%;
  top: 30px;
}
@media (min-width: 768px) {
  .work-feed .loader:before {
    top: 60px;
  }
}
.work-feed article {
  opacity: 0;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-play-state: paused;
}

/*.home #main .fp-tableCell .row > .col-sm-12 {
  height: 100%;
}*/
.work-feed.loaded:before {
  opacity: 0;
}
.work-feed.loaded article {
  animation-play-state: running;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.item a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.item.play-btn a {
  background: url(../../../images/play-btn.png) center no-repeat;
  opacity: 0.8;
  transition: 0.45s all ease;
}
.item.play-btn a:hover {
  opacity: 1;
}

.rs-layer.play-button img {
  opacity: 1;
  transition: 0.45s all ease;
}
.rs-layer.play-button img:hover {
  opacity: 0.8;
}

.item .content-inner {
  position: relative;
}

.slick-slide {
  padding: 0px;
}
@media (min-width: 768px) {
  .slick-slide {
    padding: 20px;
  }
}

.slick-dots {
  bottom: -19px;
}
@media (min-width: 768px) {
  .slick-dots {
    bottom: -6px;
  }
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before, .slick-next:before {
  color: #fff;
  background-color: #F0A42B;
  opacity: 1;
  font-family: "Font Awesome 5 Free";
  display: block;
  transition: all 0.15s ease;
}

.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
}
@media (min-width: 768px) {
  .slick-prev, .slick-next {
    width: 75px;
    height: 75px;
  }
}

.slick-prev:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../../images/arrow-left.png) center no-repeat #F0A42B;
}
@media (min-width: 768px) {
  .slick-prev:before {
    width: 75px;
    height: 75px;
  }
}

.slick-next:before {
  content: "";
  width: 40px;
  font-family: "Font Awesome 5 Free";
  height: 40px;
  background: url(../../../images/arrow-right.png) center no-repeat #F0A42B;
}
@media (min-width: 768px) {
  .slick-next:before {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 767px) {
  .slick-prev:before,
  .slick-next:before {
    background-size: 40%;
  }
  .slick-next {
    right: -16px;
  }
  .slick-prev {
    left: -16px;
  }
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  background-color: #f9be5f;
}

.offset-title {
  color: #EBEBEB;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: -5px;
}
@media (min-width: 768px) {
  .offset-title {
    font-size: 85px;
    margin-bottom: -41px;
    line-height: 100px;
    letter-spacing: -2.17px;
  }
}
@media (min-width: 992px) {
  .offset-title {
    font-size: 130px;
    margin-bottom: -34px;
    letter-spacing: -4.17px;
  }
}
@media (min-width: 1200px) {
  .offset-title {
    margin-bottom: -28px;
    margin-left: -14px;
    font-size: 160px;
  }
}
@media (min-width: 1378px) {
  .offset-title {
    margin-left: -47px;
  }
}
@media (min-width: 1478px) {
  .offset-title {
    margin-left: -97px;
  }
}

.offset-title-2 {
  line-height: 0.8;
}
@media (min-width: 1200px) {
  .offset-title-2 {
    margin-left: -78px;
    font-size: 145px;
  }
}
@media (min-width: 1378px) {
  .offset-title-2 {
    margin-left: -78px;
    font-size: 145px;
  }
}

.offset-desc {
  font-weight: 300;
  font-size: 18px;
  color: #747474;
  letter-spacing: -0.55px;
  line-height: 33px;
  margin-top: -100px;
  margin-bottom: 40px;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .offset-desc {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .offset-desc {
    text-align: right;
  }
}

.section-xxl {
  margin-top: 65px;
  margin-bottom: 65px;
}
@media (min-width: 768px) {
  .section-xxl {
    margin-top: 132px;
    margin-bottom: 132px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .case-study-wrapper .industries-inner,
  .industries-wrapper .industries-inner {
    background-position: 32px;
    background-repeat: no-repeat;
  }
}
.case-study-wrapper .inner-col,
.industries-wrapper .inner-col {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .case-study-wrapper .inner-col,
  .industries-wrapper .inner-col {
    width: 47.666667%;
  }
}
@media (min-width: 1200px) {
  .case-study-wrapper .inner-col,
  .industries-wrapper .inner-col {
    width: 32.333333%;
  }
}
.case-study-wrapper p,
.industries-wrapper p {
  font-weight: 300;
  color: #7F7F7F;
  letter-spacing: -0.5px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
  font-size: 17px;
  line-height: 23px;
}
@media (min-width: 1200px) {
  .case-study-wrapper p,
  .industries-wrapper p {
    line-height: 27px;
    font-size: 20px;
  }
}
.case-study-wrapper .content-inner,
.industries-wrapper .content-inner {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .case-study-wrapper .content-inner,
  .industries-wrapper .content-inner {
    padding-top: 60px;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .case-study-wrapper .content-inner,
  .industries-wrapper .content-inner {
    padding-bottom: 25px;
  }
}
.case-study-wrapper .content-inner, .case-study-wrapper .btn-orange,
.industries-wrapper .content-inner,
.industries-wrapper .btn-orange {
  padding-left: 20px;
}
@media (min-width: 1300px) {
  .case-study-wrapper .content-inner, .case-study-wrapper .btn-orange,
  .industries-wrapper .content-inner,
  .industries-wrapper .btn-orange {
    padding-left: 35px;
  }
}
.case-study-wrapper .btn-orange .fas, .case-study-wrapper .btn-orange .career-listing-section h3 a:after, .career-listing-section h3 .case-study-wrapper .btn-orange a:after, .case-study-wrapper .btn-orange .select-selected:after, .case-study-wrapper .btn-orange .chosen-container-single .chosen-single:after, .chosen-container-single .case-study-wrapper .btn-orange .chosen-single:after,
.case-study-wrapper .btn-orange .chosen-container-active.chosen-with-drop .chosen-single:after,
.chosen-container-active.chosen-with-drop .case-study-wrapper .btn-orange .chosen-single:after, .case-study-wrapper .btn-orange .btn-container.btn-icon-right .btn:after, .btn-container.btn-icon-right .case-study-wrapper .btn-orange .btn:after,
.case-study-wrapper .btn-orange .btn-container .btn-icon-right .vc_btn3-icon:after,
.btn-container .btn-icon-right .case-study-wrapper .btn-orange .vc_btn3-icon:after, .case-study-wrapper .btn-orange .work-feed .loader:before, .work-feed .case-study-wrapper .btn-orange .loader:before,
.industries-wrapper .btn-orange .fas,
.industries-wrapper .btn-orange .career-listing-section h3 a:after,
.career-listing-section h3 .industries-wrapper .btn-orange a:after,
.industries-wrapper .btn-orange .select-selected:after,
.industries-wrapper .btn-orange .chosen-container-single .chosen-single:after,
.chosen-container-single .industries-wrapper .btn-orange .chosen-single:after,
.industries-wrapper .btn-orange .chosen-container-active.chosen-with-drop .chosen-single:after,
.chosen-container-active.chosen-with-drop .industries-wrapper .btn-orange .chosen-single:after,
.industries-wrapper .btn-orange .btn-container.btn-icon-right .btn:after,
.btn-container.btn-icon-right .industries-wrapper .btn-orange .btn:after,
.industries-wrapper .btn-orange .btn-container .btn-icon-right .vc_btn3-icon:after,
.btn-container .btn-icon-right .industries-wrapper .btn-orange .vc_btn3-icon:after,
.industries-wrapper .btn-orange .work-feed .loader:before,
.work-feed .industries-wrapper .btn-orange .loader:before {
  margin-left: 51px;
  margin-right: 2px;
}
.case-study-wrapper h4,
.industries-wrapper h4 {
  font-style: italic;
  font-size: 14px;
  color: #747474;
  letter-spacing: 0;
  line-height: 16px;
  margin: 0;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .case-study-wrapper h4,
  .industries-wrapper h4 {
    color: #FFFFFF;
  }
}
.case-study-wrapper .headline,
.industries-wrapper .headline {
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: -0.86px;
  line-height: 49px;
  font-size: 50px;
}
.case-study-wrapper .offset-title,
.industries-wrapper .offset-title {
  margin-left: 0;
  z-index: -1;
  position: relative;
  top: 46px;
  font-size: 44px;
  letter-spacing: -3.8px;
}
@media (min-width: 768px) {
  .case-study-wrapper .offset-title,
  .industries-wrapper .offset-title {
    top: -16px;
    font-size: 120px;
    letter-spacing: -4.8px;
  }
}
.case-study-wrapper .post-type,
.industries-wrapper .post-type {
  color: #D7D7D7;
  letter-spacing: 0;
  float: right;
  line-height: 1.1;
  text-transform: uppercase;
  position: relative;
  font-size: 18px;
  top: -23px;
}
@media (min-width: 768px) {
  .case-study-wrapper .post-type,
  .industries-wrapper .post-type {
    top: -37px;
    font-size: 25px;
  }
}

.light-style .case-study-wrapper h4,
.light-style .industries-wrapper h4 {
  color: #747474;
}
.light-style .case-study-wrapper .headline,
.light-style .industries-wrapper .headline {
  color: #747474;
}
.light-style .case-study-wrapper .case-study-inner,
.light-style .case-study-wrapper .industries-inner,
.light-style .industries-wrapper .case-study-inner,
.light-style .industries-wrapper .industries-inner {
  border: 1px solid #F1F1F1;
}

.industries-wrapper, .case-study-wrapper {
  padding-top: 0;
}
@media (max-width: 479px) {
  .industries-wrapper .industries-inner,
  .industries-wrapper .case-study-inner, .case-study-wrapper .industries-inner,
  .case-study-wrapper .case-study-inner {
    padding-top: 206px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .industries-wrapper .industries-inner,
  .industries-wrapper .case-study-inner, .case-study-wrapper .industries-inner,
  .case-study-wrapper .case-study-inner {
    padding-top: 380px;
    padding-top: 431px;
    padding-top: 60%;
  }
}
@media (max-width: 767px) {
  .industries-wrapper .industries-inner,
  .industries-wrapper .case-study-inner, .case-study-wrapper .industries-inner,
  .case-study-wrapper .case-study-inner {
    background-position: top right;
    background-size: 145% !important;
    background-size: 147% !important;
    background-repeat: no-repeat !important;
    padding-bottom: 25px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .industries-wrapper .industries-inner,
  .industries-wrapper .case-study-inner, .case-study-wrapper .industries-inner,
  .case-study-wrapper .case-study-inner {
    border: 1px solid #F1F1F1;
  }
}
@media (max-width: 479px) {
  .industries-wrapper .case-study-inner, .case-study-wrapper .case-study-inner {
    background-size: 100% !important;
    padding-top: 143px;
  }
}
@media (max-width: 320px) {
  .industries-wrapper .case-study-inner, .case-study-wrapper .case-study-inner {
    padding-top: 119px;
  }
}
.industries-wrapper .content-inner, .case-study-wrapper .content-inner {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .industries-wrapper .content-inner, .case-study-wrapper .content-inner {
    padding-top: 30px;
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .industries-wrapper .content-inner, .case-study-wrapper .content-inner {
    padding-top: 48px;
    padding-bottom: 25px;
  }
}
.industries-wrapper .headline, .case-study-wrapper .headline {
  font-weight: 300;
  margin-bottom: 13px;
  font-size: 26px;
  line-height: 28px;
  color: #7F7F7F;
  letter-spacing: -0.79px;
}
@media (min-width: 768px) {
  .industries-wrapper .headline, .case-study-wrapper .headline {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .industries-wrapper .headline, .case-study-wrapper .headline {
    font-size: 41px;
    line-height: 45px;
  }
}
@media (min-width: 1300px) {
  .industries-wrapper .headline, .case-study-wrapper .headline {
    line-height: 47px;
    font-size: 46px;
    margin-bottom: 26px;
  }
}
.industries-wrapper .col, .case-study-wrapper .col {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .industries-wrapper .col, .case-study-wrapper .col {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .industries-wrapper .col, .case-study-wrapper .col {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.industries-wrapper .col:first-child, .case-study-wrapper .col:first-child {
  padding-top: 0;
}
.industries-wrapper .col:last-child, .case-study-wrapper .col:last-child {
  padding-bottom: 0;
}
.industries-wrapper .offset-title, .case-study-wrapper .offset-title {
  z-index: 0;
  top: -19px;
  left: -6px;
  font-size: 105px;
}
@media (max-width: 767px) {
  .industries-wrapper .offset-title, .case-study-wrapper .offset-title {
    font-size: 70px;
    letter-spacing: -4px;
    top: 9px;
    left: -4px;
    margin-bottom: 0;
    font-size: 56px;
    letter-spacing: -3px;
    top: 7px;
    font-size: 44px;
    letter-spacing: -3.8px;
  }
}
@media (min-width: 1200px) {
  .industries-wrapper .offset-title, .case-study-wrapper .offset-title {
    left: -7px;
    font-size: 120px;
  }
}

.case-study-wrapper .headline {
  font-weight: 300;
  letter-spacing: -0.86px;
  line-height: 34px;
  font-size: 32px;
  color: #747474;
}
@media (min-width: 768px) {
  .case-study-wrapper .headline {
    line-height: 49px;
    font-size: 50px;
    color: #FFFFFF;
  }
}
.case-study-wrapper .offset-title {
  margin-left: 0;
  z-index: -1;
  position: relative;
  top: 7px;
  font-size: 44px;
  letter-spacing: -3.8px;
}
@media (min-width: 768px) {
  .case-study-wrapper .offset-title {
    top: -16px;
    font-size: 120px;
    letter-spacing: -4.8px;
  }
}

.headline-2 {
  font-weight: 300;
  color: #747474;
  font-size: 35px;
  letter-spacing: -0.37px;
  margin-bottom: 0;
  margin-top: 30px;
}

#main .work-feed,
.gallery-parent {
  min-height: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#main .work-feed .row,
#main .work-feed .wpb_image_grid_ul,
.gallery-parent .row,
.gallery-parent .wpb_image_grid_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
}
#main .work-feed .row:before, #main .work-feed .row:after,
#main .work-feed .wpb_image_grid_ul:before,
#main .work-feed .wpb_image_grid_ul:after,
.gallery-parent .row:before,
.gallery-parent .row:after,
.gallery-parent .wpb_image_grid_ul:before,
.gallery-parent .wpb_image_grid_ul:after {
  content: normal;
}
#main .work-feed article,
.gallery-parent article {
  margin-bottom: inherit;
  padding: inherit;
}
@media (min-width: 420px) and (max-width: 767px) {
  #main .work-feed article,
  .gallery-parent article {
    width: 50%;
    float: left;
  }
}
#main .work-feed .isotope-item,
.gallery-parent .isotope-item {
  position: relative;
}
@media (min-width: 768px) {
  #main .work-feed,
  .gallery-parent {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
#main .work-feed .post_type,
.gallery-parent .post_type {
  font-style: italic;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.01px;
}
#main .work-feed h2,
.gallery-parent h2 {
  font-weight: 600;
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0.03px;
  line-height: 33px;
  margin-top: 0;
}
#main .work-feed h4,
.gallery-parent h4 {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.01px;
  line-height: 18px;
  margin-bottom: 0;
}
#main .work-feed .work-inner,
.gallery-parent .work-inner {
  position: relative;
}
#main .work-feed .content-inner,
.gallery-parent .content-inner {
  position: absolute;
  left: 20px;
  bottom: 26px;
  right: 20px;
  color: #fff;
}
@media (min-width: 768px) {
  #main .work-feed .content-inner,
  .gallery-parent .content-inner {
    left: 32px;
    bottom: 42px;
    right: 32px;
  }
}
#main .work-feed img,
.gallery-parent img {
  margin: 0;
}
#main .work-feed .gradient-overlay,
.gallery-parent .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.63) 98%);
}
#main .work-feed .link-overlay,
.gallery-parent .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.work-nav-wrapper {
  background-color: #F1F1F1;
}
.work-nav-wrapper .work-nav {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .work-nav-wrapper .work-nav {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}
.work-nav-wrapper .work-nav-inner {
  text-align: center;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.work-nav-wrapper ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
}
.work-nav-wrapper ul li {
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.47px;
  text-align: center;
  line-height: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-right: 3%;
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .work-nav-wrapper ul li {
    float: left;
    margin-top: 6px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .work-nav-wrapper ul li {
    margin-bottom: 0;
  }
}
.work-nav-wrapper ul li:last-child {
  margin-right: 0;
}
.work-nav-wrapper ul li.active a:active, .work-nav-wrapper ul li.active a:focus, .work-nav-wrapper ul li.active a {
  color: #69C3E7;
  text-decoration: none;
}
.work-nav-wrapper ul li.active a:before {
  content: "";
  background: url(../../../images/selected.png) center top no-repeat;
  height: 20px;
  display: block;
  position: absolute;
  top: -15px;
  width: 100%;
}
@media (max-width: 767px) {
  .work-nav-wrapper ul li.active a:before {
    width: 20px;
    left: -15px;
    top: -4px;
    transform: rotate(-90deg);
    background-size: 72%;
  }
}
.work-nav-wrapper ul li a {
  padding: 10px;
  color: #747474;
  transition: 0.25s color ease;
}
@media (min-width: 768px) {
  .work-nav-wrapper ul li a {
    padding: 15px;
  }
}
.work-nav-wrapper ul li a:hover {
  color: #C5C5C5;
  text-decoration: none;
}

.gallery-parent {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .gallery-parent {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.brands-section .even-col {
  align-items: center;
  display: flex;
}
.brands-section .even-col .wpb_column {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .brands-section .even-col {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.results-section .h2 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .results-section .h2 {
    margin-top: 55px;
  }
}
.results-section .col-left, .results-section .col-right {
  float: left;
}
.results-section .col-left {
  width: 31%;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .results-section .col-left {
    width: 19%;
  }
}
@media (max-width: 767px) {
  .results-section .vc_empty_space {
    display: none;
  }
}
.results-section .col-right {
  width: 63%;
}
@media (max-width: 767px) {
  .results-section .col-right {
    width: 70%;
  }
}
.results-section h3 {
  font-weight: 600;
  font-size: 16px;
  color: #747474;
  letter-spacing: 0;
  text-align: left;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-top: 0;
}
.results-section p {
  line-height: 25px;
}
@media (max-width: 767px) {
  .results-section .col-lg-8 .row .wpb_column {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.whitepaper-section ul {
  margin-top: 25px;
}
.whitepaper-section ul li {
  margin-bottom: 20px;
}
.whitepaper-section .h2 {
  font-size: 35px;
}
@media (min-width: 992px) {
  .whitepaper-section .h2 {
    font-size: 40px;
    margin-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .whitepaper-section .wpb_column .wpb_column {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.orange, a {
  color: #F0A42B;
}
.orange:hover, a:hover {
  color: #f9be5f;
}

#content .gform_wrapper {
  margin-top: 30px;
}
#content input[type=text],
#content input[type=email],
#content input[type=tel] {
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  height: 50px;
}
#content textarea {
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
}
#content .gform_wrapper .top_label .gfield_label {
  font-weight: normal;
  margin-bottom: 0px;
}
#content .gform_wrapper .gfield_required {
  color: #F0A42B;
}
#content body .gform_wrapper ul li.gfield {
  margin-top: 18px;
}
#content input[type=submit] {
  background-color: #F0A42B;
  color: #FFF;
  border-radius: 5px;
  padding: 20px 50px;
  letter-spacing: 1.25px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0px;
  padding: 16px 40px;
}
#content input[type=submit]:hover {
  background-color: #f9be5f;
}
@media only screen and (min-width: 641px) {
  #content div.ginput_container_name span {
    padding-right: 0px;
  }
}

.page-id-3318 .footer-wrapper,
.page-id-5657 .footer-wrapper,
.page-template-page-position .footer-wrapper {
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.08);
}
.page-id-3318 .footer-wrapper .footer-logo,
.page-id-5657 .footer-wrapper .footer-logo,
.page-template-page-position .footer-wrapper .footer-logo {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .page-id-5657 .section-lg.vc_section-has-fill > div:first-child, .page-id-5657 .section-lg.vc_section-has-fill > div:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
  }
}

.contact-form-container h2 {
  margin-top: 60px;
  font-size: 35px;
  font-weight: 300;
  line-height: 39px;
  margin-bottom: 24px;
}

.contact-form-container p {
  line-height: 31px;
  font-size: 17px;
}

.contact-form-container select, .contact-form-container textarea {
  border-radius: 0px;
  border: #d7d7d7 solid 1px;
}

.contact-form-container p {
  line-height: 31px;
  font-size: 17px;
}

.contact-form-container .gform_wrapper .gfield_required {
  color: #F0A42B;
}

.contact-form-container select, .contact-form-container textarea {
  border-radius: 0px;
  border: #dcdcdc solid 1px;
}

#widget-footer {
  display: none;
}

.recent-posts h3,
.style1 h3 {
  font-size: 20px;
  text-align: left;
  margin-bottom: -16px;
}
.recent-posts h4,
.style1 h4 {
  margin-top: 0;
  font-size: 15px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .recent-posts h4,
  .style1 h4 {
    margin-bottom: 1px;
  }
}
@media (min-width: 768px) {
  .recent-posts h4,
  .style1 h4 {
    font-size: 16px;
  }
}
.recent-posts h4 a,
.style1 h4 a {
  font-weight: 600;
  color: #747474;
}
.recent-posts h4 a:hover,
.style1 h4 a:hover {
  text-decoration: none;
}
.recent-posts p,
.style1 p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .recent-posts p,
  .style1 p {
    font-size: 16px;
    line-height: 22px;
  }
}
.recent-posts .row,
.style1 .row {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.recent-posts .post-lg,
.style1 .post-lg {
  padding-top: 37px;
  padding-bottom: 37px;
}
.recent-posts .post-lg:first-child,
.style1 .post-lg:first-child {
  padding-top: 0;
}
.recent-posts .post-lg:last-child,
.style1 .post-lg:last-child {
  padding-bottom: 0;
}
.recent-posts .post-sm,
.style1 .post-sm {
  padding-top: 35px;
  padding-bottom: 35px;
}
.recent-posts .post-sm:first-child,
.style1 .post-sm:first-child {
  padding-top: 0;
}
.recent-posts .post-sm:last-child,
.style1 .post-sm:last-child {
  padding-bottom: 0;
}
.recent-posts .col-left, .recent-posts .col-right,
.style1 .col-left,
.style1 .col-right {
  float: left;
}
.recent-posts .col-left,
.style1 .col-left {
  padding-left: 10px;
  padding-right: 10px;
  width: 31%;
}
.recent-posts .col-right,
.style1 .col-right {
  width: 69%;
  padding-left: 10px;
  padding-right: 10px;
}
.recent-posts .read-more,
.style1 .read-more {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.recent-posts .read-more i,
.style1 .read-more i {
  margin-bottom: -4px;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .recent-posts .col .row,
  .style1 .col .row {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .recent-posts .col,
  .style1 .col {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .style1 .col {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .style1 .row .col {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .style1 .col .row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.healthcare-posts-area h3 {
  font-weight: 300;
  font-size: 20px;
  color: #747474;
  letter-spacing: 0;
  margin-bottom: 0;
}
.healthcare-posts-area h3 a {
  font-weight: 500;
  font-size: 14px;
  color: #F0A42B;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .slick-next {
    right: -10px;
  }
}
@media (min-width: 768px) {
  .slick-prev {
    left: -10px;
  }
}
.slick-dots li button:before {
  color: #D8D8D8;
  font-size: 12px;
  opacity: 1;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li.slick-active button:before {
  color: #69C3E7;
}

.slick-dots li.slick-active button:hover:before {
  color: #69C3E7;
}

.slick-dots li button:hover:before {
  color: #e2e2e2;
}

.row.capabilities-section {
  margin-bottom: 75px;
  margin-top: 70px;
  padding-bottom: 50px;
  overflow: visible;
}
@media (min-width: 1200px) {
  .row.capabilities-section {
    margin-top: 190px;
    margin-bottom: 115px;
    padding-bottom: 100px;
  }
}
.row.capabilities-section ul {
  list-style: none;
  padding: 0;
}
.row.capabilities-section ul li {
  margin-bottom: 12px;
  letter-spacing: -0.32px;
}
@media (min-width: 768px) {
  .row.capabilities-section .col-left, .row.capabilities-section .col-right, .row.capabilities-section .col-left2 {
    float: left;
    display: flex;
    flex-wrap: nowrap;
  }
  .row.capabilities-section .col-left {
    width: 18%;
    margin-right: 15px;
  }
  .row.capabilities-section .col-right {
    min-width: 110px;
    width: 23%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .row.capabilities-section .col-left2 {
    margin-left: 0px;
    width: 44%;
  }
}
.row.capabilities-section .offset-title {
  position: relative;
  top: -112px;
  margin-left: -5px;
  font-size: 120px;
}
@media (max-width: 767px) {
  .row.capabilities-section .offset-title {
    top: -103px;
    font-size: 62px;
    letter-spacing: -2.31px;
  }
}
@media (max-width: 767px) {
  .row.capabilities-section .vc_empty_space {
    display: none !important;
  }
}
.row.capabilities-section h3 {
  font-weight: 600;
  font-size: 30px;
  color: #747474;
  letter-spacing: 0;
  line-height: 33px;
  margin-top: 34px;
}
@media (max-width: 767px) {
  .row.capabilities-section h3 {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 20px;
  }
}
.row.capabilities-section ul {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .row.capabilities-section ul {
    margin-top: 34px;
  }
}
@media (max-width: 767px) {
  .row.capabilities-section .wpb_column {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .row.capabilities-section .col-left2 {
    margin-left: 8.3333333333%;
    width: 91.6666666667%;
    margin-left: 16.6666666667%;
    width: 66.6666666667%;
  }
  .row.capabilities-section .vc_custom_1563993716286 {
    height: 0;
  }
}

@media (min-width: 992px) {
  #main .culture-section .vc_custom_1563993716286 {
    margin-bottom: -82px !important;
  }
}
@media (min-width: 1200px) {
  #main .culture-section .vc_custom_1563993716286 {
    margin-bottom: -122px !important;
  }
}

.row.culture-section {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .row.culture-section {
    padding-bottom: 20px;
  }
}
.row.culture-section .wpb_column {
  text-align: center;
}
.row.culture-section > .wpb_column {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .row.culture-section {
    margin-top: 0;
  }
}
@media (min-width: 420px) and (max-width: 767px) {
  .row.culture-section p {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 767px) {
  .row.culture-section .section-md.first-row {
    margin-top: 45px;
  }
}
.row.culture-section .offset-title {
  font-size: 108px;
  line-height: 82px;
  margin-bottom: -110px;
  top: -128px;
  font-weight: 600;
  color: #F3F3F3;
  letter-spacing: -3.46px;
  text-align: left;
}
@media (min-width: 992px) {
  .row.culture-section .offset-title {
    font-size: 130px;
    line-height: 102px;
    top: -24px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .row.culture-section .offset-title {
    display: none;
  }
}
@media (min-width: 1200px) {
  .row.culture-section .offset-title {
    line-height: 132px;
    top: -74px;
    font-size: 180px;
  }
}
.row.culture-section h4 {
  font-weight: 600;
  font-size: 16px;
  color: #747474;
  letter-spacing: 0;
  text-align: center;
  line-height: 33px;
  text-transform: uppercase;
}
.row.culture-section .culture {
  position: relative;
  width: auto;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .row.culture-section .culture {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.row.culture-section .culture:before {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .row.culture-section .culture:before {
    width: 66px;
    height: 66px;
  }
}
@media (min-width: 992px) {
  .row.culture-section .culture:before {
    width: 86px;
    height: 86px;
  }
}
@media (min-width: 1200px) {
  .row.culture-section .culture:before {
    width: 106px;
    height: 106px;
  }
}
@media (min-width: 992px) {
  .row.culture-section .center-col-fix {
    padding-left: 46px;
    padding-right: 46px;
  }
}
.row.culture-section .culture-1:before {
  background-image: url(../../../images/icon-1.png);
  bottom: -11px;
}
.row.culture-section .culture-2:before {
  background-image: url(../../../images/icon-2.png);
}
@media (min-width: 768px) {
  .row.culture-section .culture-2:before {
    bottom: 67px;
    left: -17px;
  }
}
@media (min-width: 992px) {
  .row.culture-section .culture-2:before {
    bottom: 87px;
    left: -37px;
  }
}
.row.culture-section .culture-3:before {
  background-image: url(../../../images/icon-3.png);
}
@media (min-width: 768px) {
  .row.culture-section .culture-3:before {
    bottom: 6px;
    left: -20px;
  }
}
@media (min-width: 992px) {
  .row.culture-section .culture-3:before {
    bottom: 16px;
    left: -40px;
  }
}
.row.culture-section .culture-4:before {
  background-image: url(../../../images/icon-4.png);
}
@media (min-width: 768px) {
  .row.culture-section .culture-4:before {
    bottom: -3px;
    right: -5px;
  }
}
@media (min-width: 992px) {
  .row.culture-section .culture-4:before {
    bottom: -3px;
    right: -15px;
  }
}
.row.culture-section .culture-5:before {
  background-image: url(../../../images/icon-5.png);
}
@media (min-width: 768px) {
  .row.culture-section .culture-5:before {
    bottom: 15px;
    right: -9px;
  }
}
@media (min-width: 992px) {
  .row.culture-section .culture-5:before {
    bottom: 15px;
    right: -19px;
  }
}

@media (max-width: 767px) {
  #content .vc_custom_1567002337366 {
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .career-listing-section .col-sm-6:first-child .vc_column-inner {
    padding-right: 42px;
  }
  .career-listing-section .col-sm-6:last-child .vc_column-inner {
    padding-left: 42px;
  }
}
.career-listing-section h3 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 33px;
  padding-bottom: 18px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F1F1F1;
}
.career-listing-section h3 a {
  color: #747474;
  display: block;
}
.career-listing-section h3 a:hover {
  color: #a0a0a0;
  text-decoration: none;
}
.career-listing-section h3 a:after {
  content: "\f061";
  display: block;
  font-family: "Font Awesome 5 Free";
  float: right;
  font-size: 20px;
  color: #F0A42B;
  letter-spacing: 0;
  text-align: right;
  line-height: 33px;
}
.career-listing-section h3 a:hover:after {
  color: #f9be5f;
}
.career-listing-section p {
  font-size: 16px;
  color: #7F7F7F;
  letter-spacing: 0;
  line-height: 28px;
}

.apply-section {
  margin-top: 90px;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .apply-section {
    margin-top: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.apply-section .headline {
  font-weight: 300;
  color: #7F7F7F;
  letter-spacing: 0;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .apply-section .headline {
    font-size: 35px;
  }
}
.apply-section .offset-title {
  font-weight: 600;
  font-size: 120px;
  color: #EBEBEB;
  letter-spacing: -2.3px;
  position: absolute;
  font-size: 90px;
  line-height: 100px;
  top: -115px;
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .apply-section .offset-title {
    font-size: 120px;
    line-height: 100px;
    top: -160px;
  }
}
.apply-section p {
  font-size: 17px;
  color: #7F7F7F;
  letter-spacing: 0;
  line-height: 31px;
}

.page-template-page-position #main article {
  margin-bottom: 0;
  padding: 3px;
}

@media only screen and (min-width: 641px) {
  .page-template-page-position .gform_wrapper .top_label li.gfield.gf_left_half,
  .page-template-page-position .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .page-template-page-position #content .gform_wrapper .top_label li.gfield.gf_left_half {
    float: left;
    padding-right: 16px;
  }
  .page-template-page-position #content .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 16px;
  }
}
.page-template-page-position #content .gform_wrapper .gform_body {
  overflow: hidden;
}
.page-template-page-position #content .gform_footer.top_label {
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 6px;
  border: none;
  background: url("../../../images/horiz-line-dots.gif") top repeat-x;
  width: 100%;
  clear: both;
  float: none;
}
.page-template-page-position #field_10_5 {
  height: 100%;
}
@media only screen and (min-width: 641px) {
  .page-template-page-position .gform_wrapper textarea.medium {
    height: 100%;
  }
}
.page-template-page-position #field_10_5 {
  height: 100%;
  min-height: 100%;
}
@media (min-width: 768px) {
  .page-template-page-position #field_10_5 textarea {
    height: 450px;
  }
}

#content .ginput_complex label {
  display: none;
}

body #content .gform_wrapper ul li.gfield {
  margin-top: 20px;
}

input[type=file] {
  display: none;
  margin-top: 15px;
}

.gform_footer {
  margin: 68px 0 0;
}

.custom-upload {
  padding-top: 32px;
  margin-top: 36px;
}
.custom-upload label.upload-btn {
  background: #F0A42B;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 5px;
  padding: 9px 18px;
  height: 40px;
  float: left;
  cursor: pointer;
}
.custom-upload label.upload-btn:hover {
  color: #fff;
  background-color: #f9be5f;
  border-color: #f9be5f;
}
.custom-upload label.gfield_label {
  font-size: 20px;
  margin-bottom: 4px;
}
.custom-upload .gfield_description {
  font-size: 16px;
  margin-bottom: 12px;
}
.custom-upload .filename {
  display: inline-block;
  margin-top: 6px;
  clear: both;
  float: left;
  margin-bottom: 18px;
}
@media (min-width: 641px) {
  .custom-upload .filename {
    margin-left: 20px;
    clear: none;
    float: none;
    margin-bottom: 0px;
  }
}

#content .gfield_description {
  font-style: italic;
  font-size: 16px;
  color: #747474;
  letter-spacing: 0;
  text-align: left;
}

@media (min-width: 992px) {
  .about-offset-style2 .col-md-6:first-child .vc_column-inner {
    padding-right: 44px;
  }
}
.p-sm-italic p {
  font-style: italic;
  font-size: 16px;
  color: #747474;
  letter-spacing: -0.1px;
  line-height: 22px;
}

.orange-section {
  background-color: #F0A42B;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .orange-section {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  .orange-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.orange-section p {
  margin: 0;
}
.orange-section .fa {
  font-size: 18px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .orange-section .fa {
    font-size: 24px;
    margin-left: 15px;
  }
}
.orange-section a.cta-link {
  color: #fff;
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .orange-section a.cta-link {
    font-size: 35px;
  }
}
.orange-section a.cta-link strong {
  font-weight: 600;
}

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

.social {
  list-style: none;
  font-size: 46px;
  color: #747474;
  padding: 0;
  display: inline-block;
  margin: 0 auto;
}
.social li {
  float: left;
  margin-right: 30px;
}
.social li:last-child {
  margin-right: 0;
}
.social a {
  color: #747474;
}

#widget-footer {
  display: none;
}

.single-opinion .navbar-default {
  border-bottom: 0px !important;
}

.single-opinion #main {
  padding-top: 0;
  padding-bottom: 0;
}
.single-opinion #main article {
  padding-left: 15px;
  padding-right: 15px;
}

.single-opinion .subject,
.single-post .subject {
  color: #F0A42B;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 33px;
}
.single-opinion .video-wrap .col,
.single-post .video-wrap .col {
  padding-bottom: 0;
}
.single-opinion .back-link,
.single-post .back-link {
  left: initial;
}
.single-opinion h1.page-title,
.single-post h1.page-title {
  font-weight: 500;
  text-transform: none;
  color: #FFFFFF;
  letter-spacing: -0.32px;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .single-opinion h1.page-title,
  .single-post h1.page-title {
    font-size: 70px;
    line-height: 80px;
  }
}
.single-opinion .description,
.single-post .description {
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 26px;
}
.single-opinion .image-container,
.single-post .image-container {
  width: 100%;
  height: 215px;
  margin-top: -100px;
  z-index: 1;
  position: relative;
  background-color: #000;
}
@media (min-width: 768px) {
  .single-opinion .image-container,
  .single-post .image-container {
    height: 268px;
    margin-top: -168px;
  }
}
@media (min-width: 992px) {
  .single-opinion .image-container,
  .single-post .image-container {
    height: 585px;
    margin-top: -268px;
  }
}
.single-opinion .image-container-inner,
.single-post .image-container-inner {
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.single-opinion .play-btn,
.single-post .play-btn {
  position: absolute;
  background: url(../../../images/play-btn.png) center no-repeat;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.single-opinion .col,
.single-post .col {
  font-size: 16px;
  color: #747474;
  letter-spacing: 0;
  line-height: 26px;
}
.single-opinion .type-opinion,
.single-post .type-opinion {
  margin-top: 25px;
  margin-bottom: 25px;
}
.single-opinion .type-opinion br,
.single-post .type-opinion br {
  display: none;
}
.single-opinion .meta,
.single-post .meta {
  margin-top: 10px;
  margin-bottom: 15px;
}
.single-opinion .author-meta,
.single-post .author-meta {
  font-size: 14px;
  clear: both;
}
.single-opinion .author-meta strong,
.single-post .author-meta strong {
  display: block;
  font-weight: 500;
  padding-top: 8px;
}
.single-opinion .author-meta img,
.single-post .author-meta img {
  float: left;
  margin-right: 18px;
}
.single-opinion .author-meta img.avatar,
.single-post .author-meta img.avatar {
  border: none;
  border-radius: 50%;
}
.single-opinion .cats,
.single-post .cats {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
  overflow: hidden;
  margin-bottom: 14px;
  color: #8A8B8A;
}
.single-opinion .cats li,
.single-post .cats li {
  float: left;
  margin-right: 15px;
}
.single-opinion .cats li.sep,
.single-post .cats li.sep {
  color: #8A8B8A;
}
.single-opinion .cats a,
.single-post .cats a {
  color: #F2AE30;
  margin-left: 15px;
  margin-right: 15px;
}
.single-opinion .cats a:first-child,
.single-post .cats a:first-child {
  margin-left: 0;
}
.single-opinion .cats a:last-child,
.single-post .cats a:last-child {
  margin-right: 0;
}
.single-opinion .opinion-content p, .single-opinion .opinion-content .col,
.single-opinion .post_content p,
.single-opinion .post_content .col,
.single-post .opinion-content p,
.single-post .opinion-content .col,
.single-post .post_content p,
.single-post .post_content .col {
  font-size: 16px;
  color: #747474;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: normal;
}
.single-opinion .opinion-content .wpb_text_column,
.single-opinion .post_content .wpb_text_column,
.single-post .opinion-content .wpb_text_column,
.single-post .post_content .wpb_text_column {
  margin-top: 20px;
}
.single-opinion .opinion-hr hr,
.single-post .opinion-hr hr {
  margin-top: 60px;
  margin-bottom: 0px;
  border: none;
  background: url("../../../images/horiz-line-dots.gif") center repeat-x;
  width: 100%;
  height: 2px;
}
.single-opinion .orange-section-wrapper,
.single-post .orange-section-wrapper {
  padding-top: 50px;
  padding-bottom: 20px;
}

.horiz-separator {
  margin-top: 10px;
  margin-bottom: 6px;
  border: none;
  background: url("../../../images/horiz-line-dots.gif") 9px repeat-x;
  width: 100%;
  height: 2px;
}

.single-post #main {
  margin-top: 40px;
}
.single-post .news-social-icons,
.single-post .sharedaddy {
  top: initial;
  position: absolute;
}
.single-post .page-header {
  border-bottom: none;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-left: -3px;
}
.single-post .cats {
  margin-bottom: 0px;
}
.single-post .meta {
  clear: both;
  margin-bottom: 50px;
}
.single-post .post_content {
  clear: both;
}
.single-post #main article {
  padding-left: 15px;
  padding-right: 15px;
}
.single-post p {
  margin: 0 0 22px;
}

.blockquote-style2 blockquote, .blockquote-style2 blockquote p {
  font-weight: 300;
  font-size: 30px;
  color: #747474;
  letter-spacing: 0;
  line-height: 42px;
  border-left: none;
  padding: 0;
}
.blockquote-style2 figcaption {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.single-post #content blockquote, .single-post #content blockquote p {
  font-weight: 300;
  font-style: italic;
  font-size: 25px;
  color: #747474;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.back-link {
  position: relative;
  top: -48px;
  left: 36px;
  font-size: 14px;
  letter-spacing: 0;
  letter-spacing: 0.47px;
}
.back-link a {
  letter-spacing: 0;
  color: #747474;
}
.back-link a:before {
  background: url(../../../images/back-ico.png) no-repeat;
  display: inline-block;
  height: 10px;
  width: 10px;
  content: "";
  margin-right: 10px;
  margin-top: 1px;
}

.page-template-page-position .back-link {
  top: initial;
  left: 0;
}
.page-template-page-position #main .page-header {
  margin-top: 40px;
  color: #747474;
  letter-spacing: -0.01px;
  padding-bottom: 5px;
}
.page-template-page-position #main .page-header h1 {
  font-weight: 600;
  font-size: 60px;
}
.page-template-page-position h2 {
  font-weight: 300;
  font-size: 30px;
  color: #747474;
  letter-spacing: 0;
  line-height: 33px;
  margin-top: 0;
  margin-bottom: 30px;
}
.page-template-page-position h3 {
  font-weight: 600;
  font-size: 20px;
  color: #747474;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 30px;
}
.page-template-page-position .overview-section p {
  font-weight: 300;
  font-size: 20px;
  color: #7F7F7F;
  letter-spacing: -0.5px;
  line-height: 33px;
}
.page-template-page-position .subhead {
  font-weight: 300;
  font-size: 20px;
  color: #7F7F7F;
  letter-spacing: 0;
  line-height: 26px;
}
.page-template-page-position .overview-section .vc_column_container:first-child:after,
.page-template-page-position .subhead:after {
  background: url("../../../images/horiz-line-dots.gif") center repeat-x;
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  margin-top: 42px;
  margin-bottom: 42px;
}
.page-template-page-position ul.blue-list {
  font-size: 16px;
  color: #7F7F7F;
  letter-spacing: -0.4px;
  padding: 0;
  padding-left: 30px;
  list-style: none;
}
.page-template-page-position ul.blue-list li {
  position: relative;
  margin-bottom: 15px;
}
.page-template-page-position ul.blue-list li:before {
  background: url("../../../images/blue-dot.png") center no-repeat;
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: -26px;
  top: 8px;
}
@media (min-width: 768px) {
  .page-template-page-position ul.blue-list li {
    margin-bottom: 30px;
  }
}

.single-title,
.default-page .page-header {
  font-weight: 300;
  font-size: 40px;
  color: #747474;
  letter-spacing: -0.32px;
  line-height: 50px;
  margin: 0;
  border-bottom: none;
}
.single-title h1,
.default-page .page-header h1 {
  font-weight: 300;
}

#sidebar1 h2,
#sidebar1 .widgettitle {
  font-weight: 300;
  font-size: 25px;
  color: #747474;
  letter-spacing: -0.23px;
  line-height: 30px;
  margin-bottom: 20px;
}
#sidebar1 .widget ul {
  list-style: none;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  color: #F0A42B;
  letter-spacing: 0;
}
#sidebar1 .widget ul li {
  line-height: 19px;
  margin-bottom: 28px;
}
#sidebar1 .widget ul li a {
  font-weight: 500;
}
#sidebar1 .widget:after {
  background: url("../../../images/horiz-line-dots.gif") center repeat-x;
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  margin-top: 42px;
  margin-bottom: 42px;
}
#sidebar1 .widget:last-child:after {
  display: none;
}

@media (min-width: 768px) {
  #sidebar1, #main article.no-title {
    padding-top: 76px;
  }
}
.opinions-sep-vert .wpb_column .vc_column-inner {
  position: relative;
}
@media (min-width: 768px) {
  .opinions-sep-vert .wpb_column:first-child .vc_column-inner {
    padding-right: 45px;
  }
  .opinions-sep-vert .wpb_column:first-child .vc_column-inner:after {
    background: url("../../../images/vert-line-dots.gif") center repeat-y;
    height: calc(100% - 40px);
    display: block;
    content: "";
    width: 2px;
    position: absolute;
    right: -15px;
    top: 40px;
  }
  .opinions-sep-vert .wpb_column:last-child .vc_column-inner {
    padding-left: 45px;
  }
}

.author-section h4 {
  font-size: 16px;
  color: #7F7F7F;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
}
.author-section .vc_single_image-wrapper {
  text-align: left;
}
@media (min-width: 768px) {
  .author-section .opinions-sep-vert .wpb_column:first-child .vc_column-inner {
    padding-right: 45px;
  }
  .author-section .opinions-sep-vert .wpb_column:first-child .vc_column-inner:after {
    height: calc(100% - 20px);
    top: 10px;
  }
}

.opinions-bottom-widget .textwidget {
  text-align: center;
}
.opinions-bottom-widget .widget_text {
  padding-left: 40px;
  padding-right: 40px;
}
.opinions-bottom-widget h4 {
  font-weight: 300;
  font-size: 25px;
  color: #747474;
  letter-spacing: 0.02px;
  text-align: center;
  display: inline-block;
}
.opinions-bottom-widget h4 span, .opinions-bottom-widget h4 strong {
  font-weight: 500;
  color: #F0A42B;
}
.opinions-bottom-widget h4:after {
  background: url("../../../images/horiz-line-dots.gif") center repeat-x;
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  margin-top: 18px;
}

.recent-posts.style2 {
  margin-top: 34px;
}
.recent-posts.style2 .date {
  font-size: 12px;
  color: #747474;
  letter-spacing: -0.3px;
  line-height: 22px;
  display: block;
  margin-top: 18px;
  text-align: left;
}
.recent-posts.style2 .description {
  font-weight: 300;
  font-size: 18px;
  color: #747474;
  letter-spacing: -0.17px;
  text-align: left;
  font-style: normal;
  line-height: 21px;
}

.opinions-nav {
  margin-bottom: 40px;
  clear: both;
}
@media (min-width: 768px) {
  .opinions-nav {
    margin-bottom: 80px;
  }
}
.opinions-nav:before, .opinions-nav:after {
  background: url("../../../images/horiz-line-dots.gif") center repeat-x;
  width: 100%;
  height: 2px;
  display: block;
  content: "";
}
.opinions-nav li .fa {
  font-size: 13px;
}
.opinions-nav li.next .fa {
  margin-left: 4px;
}
.opinions-nav li.previous .fa {
  margin-right: 4px;
}

.pager {
  margin-top: 25px;
  margin-bottom: 25px;
}
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 0;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  font-weight: 500;
  font-size: 17px;
  color: #747474;
  letter-spacing: 0.57px;
}
.pager li > a:hover, .pager li > span:hover {
  color: #C5C5C5;
}

li.next .fa {
  margin-left: 8px;
}

li.previous .fa {
  margin-right: 8px;
}

.pager li > a:hover, .pager li > a:focus {
  background-color: transparent;
}

li.previous a:hover:before,
li.next a:hover:before {
  display: none;
}

.single-news-post p {
  line-height: 26px;
}

.single-news-post .narbar-default {
  background-color: #69C3E7 !important;
}

.single-news-post blockquote {
  font-size: 25px;
  line-height: 40px;
  padding: 20px 150px;
}

.single-news-post blockquote p {
  font-size: 25px;
  line-height: 30px;
}

.news-widget-col {
  width: 20%;
}

.news-back {
  display: block;
  margin: 20px 0px;
}

.news-back .fa-th-large {
  color: #F0A42B;
}

.news-back a {
  color: #747474;
  font-size: 14px;
  margin-left: 5px;
  margin-top: 5px;
}

div.sharedaddy.jetpack-likes-widget-wrapper {
  display: none;
}

.news-social-icons .sd-social-icon .sd-content ul li[class*=share-] a.sd-button,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
  background: none;
  padding: 10px;
  color: #747474 !important;
  margin-top: 0;
  top: initial;
}
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-] a.sd-button i, .news-social-icons .sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-] a.sd-button i,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before {
  font-size: 24px;
}
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-] a.sd-button:hover,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-] a.sd-button:hover {
  text-decoration: none;
  color: #C5C5C5;
}
.news-social-icons .sd-content ul li,
body .sharedaddy .sd-content ul li {
  display: block;
}
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button:before {
  content: "\f39e";
}
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button:before {
  content: "\f099";
}
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button:before {
  content: "\f0e1";
}
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-instagram a.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-instagram a.sd-button:before {
  content: "\f16d";
}
.news-social-icons .sd-social-icon .sd-content ul li[class*=share-].share-email a.sd-button:before,
body .sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-email a.sd-button:before {
  content: "\f0e0";
}
.news-social-icons .sd-content ul li,
body .sharedaddy .sd-content ul li {
  margin: 0;
}
.news-social-icons,
body .sharedaddy {
  z-index: 2;
  top: 745px;
  width: 5.6%;
  position: absolute;
  left: 0;
  padding-top: 16px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  text-align: center;
}
.news-social-icons.affix,
body .sharedaddy.affix {
  position: fixed;
  left: 0px;
}
@media (max-width: 1023px) {
  .news-social-icons,
  body .sharedaddy {
    display: none;
  }
}
.news-social-icons hr,
body .sharedaddy hr {
  border-top: dashed 1px #d7d7d7;
  max-width: 50px;
}
.news-social-icons li,
body .sharedaddy li {
  margin: 0 0 18px 0;
}
.news-social-icons a,
body .sharedaddy a {
  padding: 10px;
  color: #747474;
}
.news-social-icons a i,
body .sharedaddy a i {
  font-size: 24px;
}
.news-social-icons a:hover,
body .sharedaddy a:hover {
  text-decoration: none;
  color: #C5C5C5;
}

.news-widget-col input[type=submit] {
  background-color: #F0A42B;
  color: #FFF;
  border: 0px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 30px;
  letter-spacing: 1px;
  font-size: 16px;
}

.news-widget-col h3 {
  font-size: 25px;
  margin-top: 0px;
  font-weight: 300 !important;
}

.news-widget-col input[type=text]::placeholder {
  color: #d7d7d7;
}

.news-widget-col hr {
  border-top: dashed 1px #d7d7d7;
  margin: 40px 0px;
  display: block;
}

.news-widget-col input[type=text] {
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #d7d7d7;
  width: 100%;
  margin-bottom: 15px;
}

.news-widget-col ul.recents, .news-widget-col ul.categories {
  list-style-type: none;
  padding: 0px;
  margin-top: 20px;
}

.news-widget-col li a {
  margin-bottom: 20px;
  font-size: 16px;
  display: block;
}

.author-info .image {
  float: left;
  width: 59px;
}

.author-info .text {
  margin-left: 20px;
  margin-top: 5px;
  float: left;
}

.author-info img.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.author-info {
  clear: both;
  float: none;
  width: 100%;
  margin: 20px 0px;
  display: block;
  height: auto;
  overflow: hidden;
}

.category-bread a {
  text-transform: uppercase;
  color: #F0A42B;
  line-height: 33px;
  font-size: 16px;
}

.category-bread {
  color: #747474;
}

.opinions-overlay {
  opacity: 0.5;
}
.opinions-overlay:before {
  background-image: linear-gradient(180deg, rgba(33, 33, 33, 0) 60%, rgba(14, 14, 14, 0.56) 79%, #000000 100%);
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.tp-bgimg.defaultimg {
  background-color: #3a3a3a;
}

.foot-prev-next {
  border-top: dashed 1px #d7d7d7;
  border-bottom: dashed 1px #d7d7d7;
  padding: 20px 0px;
  height: 70px;
}

.foot-prev-next a {
  color: #747474;
  font-size: 17px;
  font-weight: 500;
}

.foot-prev-next a.prev {
  float: left;
}

.foot-prev-next a.next {
  float: right;
}

.foot-prev-next i.fa-chevron-left {
  font-size: 12px;
  display: block;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
  font-weight: bold !important;
}

.foot-prev-next i.fa-chevron-right {
  font-size: 12px;
  display: block;
  float: right;
  margin-top: 6px;
  margin-left: 10px;
  font-weight: bold !important;
}

.foot-related-posts {
  border-bottom: dashed 1px #d7d7d7;
  width: 220px;
  margin: 0 auto;
  text-align: center;
}

h3.foot-related-posts {
  text-align: center;
  font-weight: 500;
}

.opinions-slider-link {
  color: #F0A42B;
  font-size: 20px;
  transition: color 0.25s ease;
}
.opinions-slider-link:hover {
  text-decoration: none;
  color: #f9be5f;
}

#main .list-opinions-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: justify;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
}
#main .list-opinions-posts .col-sm-4 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1025px) {
  #main .list-opinions-posts .col-sm-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  article.category-healthcare {
    min-height: 430px;
  }
}

article.category-healthcare p {
  font-size: 20px;
  line-height: 24px;
}

.container .pagination {
  margin: 20px auto;
  display: table;
  clear: both;
}
.container .pagination .prev, .container .pagination .next {
  display: none;
}
.container .pagination .disabled,
.container .pagination li:nth-child(2) {
  margin-bottom: 1px;
}
.container .pagination .next-page {
  margin-left: 6px;
  margin-bottom: 2px;
}
.container .pagination .disabled,
.container .pagination li:nth-child(2) {
  margin-right: 6px;
}
.container .pagination a .fa,
.container .pagination a .fas,
.container .pagination a .select-selected:after,
.container .pagination a .chosen-container-single .chosen-single:after,
.chosen-container-single .container .pagination a .chosen-single:after,
.container .pagination a .chosen-container-active.chosen-with-drop .chosen-single:after,
.chosen-container-active.chosen-with-drop .container .pagination a .chosen-single:after,
.container .pagination a .btn-container.btn-icon-right .btn:after,
.btn-container.btn-icon-right .container .pagination a .btn:after,
.container .pagination a .btn-container .btn-icon-right .vc_btn3-icon:after,
.btn-container .btn-icon-right .container .pagination a .vc_btn3-icon:after,
.container .pagination a .work-feed .loader:before,
.work-feed .container .pagination a .loader:before,
.container .pagination a .career-listing-section h3 a:after,
.career-listing-section h3 .container .pagination a a:after {
  color: #7F7F7F;
  font-size: 10px;
}
.container .pagination li {
  font-size: 16px;
  color: #F3B737;
  letter-spacing: 0.02px;
  text-align: center;
  display: inline-block;
}
.container .pagination li.active {
  font-weight: 600;
}
.container .pagination li.active a:hover {
  background-color: transparent;
  border: none;
  color: #F3B737;
}
.container .pagination > li.dot > a:after {
  display: inline-block;
  content: "•";
  color: #7F7F7F;
  padding-left: 10px;
  font-weight: normal;
}
.container .pagination > li:nth-last-child(2) > a:after {
  display: none;
}
.container .pagination > li > a,
.container .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  padding-right: 8px;
  padding-left: 0;
  line-height: 1.428571429;
  text-decoration: none;
  color: #F0A42B;
  background-color: transparent;
  border: none;
  margin-left: -1px;
}

.container .pagination > li.dot > a:after {
  display: none !important;
}

.list-opinions-posts .content {
  margin: 10px 0px;
}

.list-opinions-posts .date {
  color: #747474;
  font-size: 14px;
  line-height: 12px;
  display: block;
  letter-spacing: -0.4px;
  margin-top: 4px;
  margin-bottom: 8px;
}
@media (min-width: 1025px) {
  .list-opinions-posts .date {
    font-size: 16px;
    line-height: 22px;
  }
}

.list-opinions-posts .description, .list-opinions-posts p {
  font-weight: 300;
  line-height: 23px;
  font-size: 18px;
  color: #747474;
  letter-spacing: -0.23px;
}
@media (min-width: 1025px) {
  .list-opinions-posts .description, .list-opinions-posts p {
    line-height: 28px;
    font-size: 25px;
  }
}

.list-opinions-posts .more-link {
  display: none;
}

.rating-img {
  margin-bottom: 20px;
}

.rating-col .wpb_wrapper {
  width: 100%;
  max-width: 300px;
}

.meet-author p {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-top: dashed 1px #d7d7d7;
  padding-top: 60px;
}

@media (max-width: 380px) {
  .opinions-header .container {
    margin-top: -8%;
  }
}
@media (min-width: 381px) and (max-width: 470px) {
  .opinions-header .container {
    margin-top: -14%;
  }
}
@media (min-width: 471px) and (max-width: 767px) {
  .opinions-header .container {
    margin-top: -18%;
  }
}

.opinions-header {
  background-color: #69C3E7;
  padding: 0px;
  min-height: 305px;
  padding-top: 34%;
  text-align: center;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .opinions-header {
    min-height: 715px;
    padding-top: 228px;
  }
}
.opinions-header .aligncenter {
  margin: 0 auto;
  padding: 0;
}
.opinions-header .row [class^=col-] {
  padding-top: 30px;
  padding-bottom: 0;
}
.opinions-header .description {
  font-size: 20px;
  line-height: 26px;
  color: #FFF;
}

.post-header {
  min-height: 668px;
  padding-top: 214px;
}

.comment-respond {
  clear: both;
}

.single-post .news-social-icons,
.single-post .sharedaddy {
  width: 10%;
  float: left;
}

.single-post .news-holder {
  width: 70%;
  float: left;
}

.single-post .news-widget-col {
  width: 20%;
  float: left;
}

.orange-section-wrapper .orange-section {
  margin-bottom: 20px;
}

.featured-full {
  background-color: #69C3E7;
}
.featured-full, .featured-full .container {
  min-height: 430px;
}
.featured-full .page-header h1 {
  font-weight: 600;
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: -0.32px;
  text-align: center;
  line-height: 71px;
  font-size: 60px;
  color: #FFFFFF;
  letter-spacing: -0.01px;
  text-align: center;
}
@media (min-width: 768px) {
  .featured-full .page-header {
    margin-top: 160px;
  }
}
.featured-full p {
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
}
.featured-full .row [class^=col-]:last-child {
  padding-top: 0;
}

.meet-team,
.custom-team-area {
  color: #747474;
  text-align: center;
}
.meet-team h3,
.custom-team-area h3 {
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  margin-top: 30px;
  margin-bottom: 6px;
}
.meet-team h4,
.custom-team-area h4 {
  font-weight: 300;
  font-style: italic;
  font-size: 15px;
  line-height: 19px;
  margin-top: 6px;
}
.meet-team .team-list,
.custom-team-area .team-list {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .meet-team .team-list,
  .custom-team-area .team-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.meet-team .team-list .col,
.custom-team-area .team-list .col {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .meet-team .team-list,
  .custom-team-area .team-list {
    margin-left: -25px;
    margin-right: -25px;
  }
  .meet-team .team-list .col,
  .custom-team-area .team-list .col {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.meet-team .team-inner,
.custom-team-area .team-inner {
  position: relative;
}
.meet-team .overlay-link,
.custom-team-area .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .col-6-exp-gutters > .col-sm-6:nth-child(1) {
    padding-right: 65px;
  }
}
@media (min-width: 992px) {
  .col-6-exp-gutters > .col-sm-6:nth-child(2) {
    padding-right: 65px;
  }
}

@media (min-width: 768px) {
  .col-6-exp-gutter-left > .col-sm-6:nth-child(1) {
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .col-6-exp-gutter-left > .col-sm-6:nth-child(1) {
    padding-right: 65px;
  }
}

.pdf-ico {
  content: "";
  width: 37px;
  height: 46px;
  margin-top: 6px;
  margin-right: 11px;
  background: url(../../../images/pdf-ico.svg) no-repeat;
  text-indent: -9999em;
  display: flex;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .pdf-ico {
    background-size: contain;
  }
}

.vert-center-flex {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
.vert-center-flex .pdf-ico,
.vert-center-flex .ico {
  margin-top: 0;
}

.custom-team-area {
  padding-top: 0;
}
.custom-team-area .team-list {
  padding-top: 0;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .custom-team-area .team-list .vc_column-inner:last-child {
    padding-left: 44px;
  }
}
@media (max-width: 767px) {
  .custom-team-area {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .custom-team-area .wpb_single_image {
    padding-left: 30px;
    padding-right: 30px;
  }
  .custom-team-area .team-list .wpb_column {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.footer-info {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  float: none;
}
@media (min-width: 992px) {
  .footer-info {
    margin-top: 60px;
    float: left;
    display: flex;
    justify-content: space-evenly;
  }
}
.footer-info li {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
  color: #747474;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
}
.footer-info li:first-child {
  margin-left: 0;
}
.footer-info li:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .footer-info li {
    float: left;
    margin-right: 12px;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .footer-info li {
    font-size: 16px;
    margin-right: 18px;
    margin-left: 18px;
  }
}
@media (min-width: 1300px) {
  .footer-info li {
    font-size: 18px;
  }
}
.footer-info li a {
  color: inherit;
}

.footer-logo {
  margin-top: 30px;
  display: block;
  margin-bottom: 20px;
}

.healthcare-mobile-bg, .realestate-mobile-bg, .fintech-mobile-bg, .spotlight-mobile-bg, .hospitality-mobile-bg {
  display: none;
}

.meta-menu-section2 .meta-menu-left, .meta-menu-section2 .meta-menu-right {
  display: inline-block;
}
@media (max-width: 599px) {
  .meta-menu-section2 .meta-menu-left, .meta-menu-section2 .meta-menu-right {
    display: block;
  }
}

#whitepaper_form {
  border-radius: 5px;
  background-color: #FFF;
  background: #FFF;
  padding: 20px 40px 0 40px;
  border-radius: 0px !important;
}

#whitepaper_form .close {
  color: #EBEBEB;
  font-size: 48px;
  margin-top: 0px;
  float: right;
}

#whitepaper_form p {
  padding: 20px 0 0 0;
  clear: both;
  width: 100%;
  float: none;
}

.gform_wrapper.gf_browser_chrome select {
  height: 50px;
}

.lity-content iframe {
  margin-top: -20px;
}

.page-template-page-rfp .lity-content iframe {
  margin-top: 0px;
}

.lity-content {
  border-radius: 0px;
}

.close {
  margin-right: -30px;
  margin-top: -20px !important;
  opacity: 1 !important;
  font-weight: normal !important;
  color: #F0A42B !important;
}

.close:hover {
  opacity: 0.6 !important;
}

.error404 {
  text-align: center;
}

.error404 .flyout-nav {
  border: 0px;
}

.error404 h1.hero-unit {
  font-weight: 300;
  margin-bottom: 13px;
  font-size: 26px;
  line-height: 28px;
  color: #7F7F7F;
  letter-spacing: -0.79px;
  text-align: center;
}

.error404 .input-group {
  margin-top: 50px;
}

.error404 .input-group-btn button {
  vertical-align: top;
  height: 50px;
  background: #F0A42B;
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
  letter-spacing: 0;
  line-height: 30px;
  border: none;
}

.error404 .input-group-btn button:hover {
  background-color: #f9be5f;
}

.search .work-inner {
  min-height: 400px;
}

.lity-container h2 {
  font-size: 40px;
}

.capabilities-section {
  background-color: #f8f8f8;
}

.blog time.date {
  display: none;
}

.case-studies-feed {
  padding-bottom: 15px;
}

/*Midnight Scroll*/
/*  .logo-holder {
    margin: 0;
    height: 40px;
    right:30px;
    width:30px;
  }*/
.logo {
  display: block;
  width: 30px;
  height: 40px;
  padding: 0;
  margin: 0px auto;
  margin-top: 0px;
  color: #FFF !important;
}

.midnightHeader.white .logo, .midnightHeader.white span.hamb-top, .midnightHeader.white span.hamb-middle, .midnightHeader.white span.hamb-bottom {
  background-color: #000 !important;
}

.midnightHeader.black .logo, .midnightHeader.black .is-closed span.hamb-top, .midnightHeader.black .is-closed span.hamb-middle, .midnightHeader.black .is-closed span.hamb-bottom {
  background-color: #000 !important;
}

/*menu open */
.midnightHeader.black .is-open span.hamb-top, .midnightHeader.black .is-open span.hamb-middle, .midnightHeader.black .is-open span.hamb-bottom {
  background-color: #FFF !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

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

@media screen and (min-width: 768px) {
  .img-desktop {
    display: block;
  }
  .img-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*IOS ONLY*/
  @supports (-webkit-overflow-scrolling: touch) {
    .offset-title {
      color: #c7c7c7;
    }
    .capabilities-section {
      background-color: #e1e1e1;
    }
    .even-col .col-xs-6 {
      width: 49% !important;
    }
  }
  .home-case-l {
    padding: 0 5px 0 0 !important;
  }
  .home-case-r {
    padding: 0 0 0 5px !important;
  }
  .case-studies-feed .even-col .col-has-fill .vc_column-inner {
    min-height: 103px;
    min-width: 120px;
  }
  .case-studies-feed .vc_row-flex .vc_column-inner > .wpb_wrapper {
    min-height: 103px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), #000);
    height: auto;
    padding-top: 30px;
  }
  .home-spotlight-text {
    position: absolute;
    bottom: 0px;
    padding-bottom: 10px;
  }
  .contact-form-container .ginput_container_select {
    display: none;
  }
  .img-desktop {
    display: none;
  }
  .img-mobile {
    display: block;
  }
  .fp-tableCell .vc_row {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: auto !important;
    display: block;
    margin: 0px !important;
  }
  .fp-tableCell .vc_row .vc_row {
    background-color: transparent;
  }
  .first-section .fp-tableCell .vc_row {
    background-color: transparent;
    width: 100%;
    height: auto !important;
    display: block;
    overflow: hidden;
    padding: 15px 15px 0px 15px;
    margin: 0px !important;
  }
  .team-list {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .team-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .lity-close {
    display: none;
  }
  .opinions-category-17vs70 .span_6 {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .opinions-category-17vs70 .col_last {
    margin-bottom: 0px;
  }
  .author-section .col-xs-6 {
    width: 100%;
  }
  .lity-container h2 {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1119px) and (min-width: 767px) {
  .our-dna .read-more {
    z-index: 5;
    position: relative;
    display: block;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 500px) {
  br {
    display: none;
  }
}
/*update sharpspring forms to gforms*/
#whitepaper_form h2 {
  margin-bottom: 0px !important;
}

.white-paper {
  padding: 1px 0 20px 0;
}
.white-paper input[type=email], .white-paper input[type=text] {
  width: 100% !important;
  border-radius: 4px !important;
  height: 50px !important;
  color: #747474 !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  padding: 7px 10px !important;
  margin: 2px 0 !important;
  border: 1px solid #D7D7D7 !important;
  box-sizing: none !important;
}
.white-paper label {
  margin: 0 10px 5px 0;
}
.white-paper .gfield_required {
  color: #F0A42B !important;
}
.white-paper input[type=submit] {
  background-image: none;
  box-shadow: none;
  background-color: #F0A42B;
  color: #FFF;
  border-radius: 5px;
  letter-spacing: 1.25px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0px;
  padding: 16px 40px;
  font-size: 20px;
}
.white-paper input[type=submit]:hover {
  background-color: #f9be5f;
}
.white-paper .gfield_error {
  background-color: transparent !important;
  border: 0px !important;
  margin-top: 0px !important;
}
.white-paper .validation_message {
  color: #790000 !important;
  font-weight: normal !important;
  font-size: 12px !important;
  padding-top: 3px !important;
}
.white-paper .gform_wrapper div.validation_error {
  text-align: left !important;
}
.white-paper .gform_confirmation_message {
  border: solid 1px green !important;
  background-color: #dbf9e7 !important;
  padding: 15px !important;
  color: green !important;
}

.hc_sign_up div.validation_error {
  text-align: left !important;
  margin-bottom: 5px !important;
}
.hc_sign_up .gfield_error {
  background-color: transparent !important;
  border: 0px !important;
  margin-top: 0px !important;
}
.hc_sign_up .validation_message {
  color: #790000 !important;
  font-weight: normal !important;
  font-size: 12px !important;
  padding-top: 3px !important;
}
.hc_sign_up .gform_wrapper div.validation_error {
  text-align: left !important;
}
.hc_sign_up label {
  color: #747474 !important;
}
.hc_sign_up input[type=email] {
  width: 100% !important;
  color: #747474 !important;
  font-weight: normal !important;
}
.hc_sign_up input[type=submit] {
  font-size: 18px !important;
  text-transform: none !important;
  letter-spacing: 1.25px;
}

.mc-field-group input[type=email] {
  width: 100%;
  padding: 5px 10px;
}
.mc-field-group .mce_inline_error {
  background-color: transparent;
  color: #790000;
  padding: 5px 0 10px;
}
.mc-field-group label {
  width: 100%;
}

@media (max-width: 499px) {
  #mc_embed_signup input[type=submit] {
    margin-top: 20px;
  }
}

#mce-error-response, #mce-success-response {
  margin-top: 20px;
}

/*fallback for svg icon*/
@media (max-width: 1299px) {
  .work-nav-wrapper .container {
    width: 100%;
  }
}
.single-post img.avatar {
  width: 59px;
}

.single-post .flyout-nav {
  z-index: 2000 !important;
  height: 130px;
  left: 0;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .single-post .flyout-nav {
    height: 200px;
  }
}
.single-post .back-link {
  margin-top: 10px;
}

.hamb-white {
  background-color: #FFF;
}

a.sm-link {
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  display: block;
  float: right;
  margin-top: -5px;
}

@media (max-width: 767px) {
  .looking-more {
    margin-top: 20px;
  }
}
.hc-blog {
  margin-top: 100px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .hc-blog {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.hc-blog h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .hc-blog h2 {
    margin-bottom: 30px;
  }
}
.hc-blog h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  min-height: 44px;
}
@media (max-width: 767px) {
  .hc-blog h3 {
    margin-top: 0px;
    min-height: 100%;
    margin-bottom: 0px;
  }
}
.hc-blog .recent-posts {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .hc-blog .recent-posts img {
    width: 100%;
  }
}
.hc-blog .recent-posts .col {
  width: 33.3%;
}
@media (max-width: 767px) {
  .hc-blog .recent-posts .col {
    width: 100%;
  }
}
.hc-blog .recent-posts .col-left, .hc-blog .recent-posts .col-right {
  width: 100%;
}
@media (max-width: 767px) {
  .hc-blog .recent-posts .col-left, .hc-blog .recent-posts .col-right {
    margin-top: 0px;
  }
}
.hc-blog .top-subhead {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .hc-blog .top-subhead {
    margin-bottom: 0px;
  }
}
.hc-blog .top-subhead:before {
  margin-left: auto;
  margin-right: auto;
}
.hc-blog span.category-title {
  font-size: 16px;
  color: #F0A42B;
  margin-top: 20px;
  display: block;
}
@media (max-width: 767px) {
  .hc-blog span.category-title {
    margin-top: 0px;
  }
}
.hc-blog a.read-more {
  display: none;
}
.hc-blog p.description {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .hc-blog p.description {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hc-blog .last-sub {
    margin-top: -80px;
  }
}

.blog article p, .blog .list-opinions-posts p, .archive article p, .archive .list-opinions-posts p {
  font-size: 20px;
  line-height: 24px;
}
.blog .image-container img, .archive .image-container img {
  max-height: 100%;
  border: solid 1px #dcdcdc;
  height: 265px;
  object-fit: cover;
}
.blog p.description, .archive p.description {
  font-size: 20px !important;
}
.blog h2, .archive h2 {
  font-weight: 300;
  font-size: 35px;
  text-align: center;
}
.blog p.lead, .archive p.lead {
  text-align: center;
}
.blog .intro-container, .archive .intro-container {
  margin: 60px 0px 40px 0px;
}
@media (max-width: 1024px) {
  .blog .intro-container, .archive .intro-container {
    margin: 70px 0px 40px 0px;
  }
}
@media (max-width: 767px) {
  .blog .intro-container, .archive .intro-container {
    margin: 40px 0px 10px 0px;
  }
}
.blog .intro-container p.lead, .archive .intro-container p.lead {
  max-width: 750px;
  margin: 0 auto;
}
.blog .image-container img, .archive .image-container img {
  height: 265px !important;
}
@media (max-width: 767px) {
  .blog .image-container img, .archive .image-container img {
    width: 100%;
  }
}
.blog .list-opinions-posts .col-sm-4, .archive .list-opinions-posts .col-sm-4 {
  height: 480px;
}
@media (max-width: 1024px) {
  .blog .list-opinions-posts .col-sm-4, .archive .list-opinions-posts .col-sm-4 {
    height: 520px;
  }
}
@media (max-width: 767px) {
  .blog .list-opinions-posts .col-sm-4, .archive .list-opinions-posts .col-sm-4 {
    height: auto;
  }
}
.blog .blog-nav, .archive .blog-nav {
  margin-top: -1px;
  width: 100%;
  background-color: #f1f1f1;
  padding: 25px 0;
  margin-top: -3px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1024px) {
  .blog .blog-nav, .archive .blog-nav {
    padding: 25px 0 15px 0;
  }
}
@media (max-width: 480px) {
  .blog .blog-nav, .archive .blog-nav {
    padding: 25px 0 0px 0;
  }
}
.blog .blog-nav .menu-blog-menu-container ul, .archive .blog-nav .menu-blog-menu-container ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 0px;
}
@media (max-width: 600px) {
  .blog .blog-nav .menu-blog-menu-container ul, .archive .blog-nav .menu-blog-menu-container ul {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .blog .blog-nav .menu-blog-menu-container ul, .archive .blog-nav .menu-blog-menu-container ul {
    padding-top: 0px;
  }
}
.blog .blog-nav .menu-blog-menu-container li, .archive .blog-nav .menu-blog-menu-container li {
  flex-basis: 0;
  flex-grow: 1;
  white-space: nowrap;
  text-align: center;
  position: relative;
}
@media (max-width: 980px) {
  .blog .blog-nav .menu-blog-menu-container li, .archive .blog-nav .menu-blog-menu-container li {
    min-width: 150px;
    padding: 0 20px 20px 20px;
    white-space: normal;
  }
}
@media (max-width: 980px) {
  .blog .blog-nav .menu-blog-menu-container li:last-child, .archive .blog-nav .menu-blog-menu-container li:last-child {
    padding-bottom: 0px;
  }
}
.blog .blog-nav .menu-blog-menu-container li a, .blog .blog-nav .menu-blog-menu-container li a:link, .blog .blog-nav .menu-blog-menu-container li a:active, .blog .blog-nav .menu-blog-menu-container li a:visited, .archive .blog-nav .menu-blog-menu-container li a, .archive .blog-nav .menu-blog-menu-container li a:link, .archive .blog-nav .menu-blog-menu-container li a:active, .archive .blog-nav .menu-blog-menu-container li a:visited {
  color: #747474;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.blog .blog-nav .menu-blog-menu-container li a:hover, .archive .blog-nav .menu-blog-menu-container li a:hover {
  color: #C5C5C5;
  text-decoration: none;
}
.blog .blog-nav .menu-blog-menu-container li.active a, .archive .blog-nav .menu-blog-menu-container li.active a {
  color: #69C3E7;
  text-decoration: none;
}
.blog .blog-nav .menu-blog-menu-container li.active a:hover, .archive .blog-nav .menu-blog-menu-container li.active a:hover {
  color: #C5C5C5;
}
.blog .blog-nav .menu-blog-menu-container li.active a:before, .archive .blog-nav .menu-blog-menu-container li.active a:before {
  content: "";
  background: url(../../../images/selected.png) center top no-repeat;
  height: 20px;
  display: block;
  position: absolute;
  top: -15px;
  width: 100%;
}
@media (max-width: 1024px) {
  .blog .blog-nav .menu-blog-menu-container li.active a:before, .archive .blog-nav .menu-blog-menu-container li.active a:before {
    display: none;
  }
}

.blog ul.pagination {
  margin-top: -40px;
}

.social-snip {
  margin-top: 100px;
}
.social-snip h2 {
  text-align: left;
  font-size: 45px;
  line-height: 52px;
}
.social-snip .more-cta {
  font-weight: 300;
  font-size: 20px;
  color: #747474;
  letter-spacing: 0;
  line-height: 33px;
  text-align: right;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .social-snip .more-cta {
    text-align: left;
  }
}
.social-snip .add-flex {
  display: flex;
}
@media (max-width: 1024px) {
  .social-snip .add-flex {
    display: block;
  }
  .social-snip .add-flex .col-sm-4, .social-snip .add-flex .col-sm-8 {
    width: 100%;
  }
}
.social-snip .bottom-align .vc_column-inner {
  position: absolute;
  bottom: 0px;
}
@media (max-width: 1024px) {
  .social-snip .bottom-align .vc_column-inner {
    position: relative;
  }
}

.insta-feed {
  margin-top: 40px;
  margin-bottom: 120px;
}
.insta-feed video {
  display: none;
}

.qligg-icon-next:before {
  content: " " !important;
  display: block;
  background: url(../../../images/insta-right-chev.png) no-repeat;
  height: 40px !important;
  width: 21px !important;
}

.insta-gallery-feed[data-feed_layout=carousel] .swiper-button-next, .qligg-mfp-wrap[data-feed_layout=carousel] .swiper-button-next, .insta-gallery-feed[data-feed_layout=carousel] .swiper-button-prev, .qligg-mfp-wrap[data-feed_layout=carousel] .swiper-button-prev {
  background: rgba(0, 0, 0, 0.6) !important;
  width: 67px !important;
}

.insta-gallery-feed[data-feed_layout=carousel] .swiper-button-next:hover, .qligg-mfp-wrap[data-feed_layout=carousel] .swiper-button-next:hover, .insta-gallery-feed[data-feed_layout=carousel] .swiper-button-prev:hover, .qligg-mfp-wrap[data-feed_layout=carousel] .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.8) !important;
}

.insta-gallery-feed.insta-gallery-square .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap .insta-gallery-image {
  display: block !important;
}

.insta-gallery-feed .insta-gallery-list .insta-gallery-item .insta-gallery-icon.qligg-icon-video {
  color: #F0A42B !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.qligg-icon-prev:before {
  content: " " !important;
  display: block;
  background: url(../../../images/insta-left-chev.png) no-repeat;
  height: 40px !important;
  width: 21px !important;
}

.insta-gallery-feed.insta-gallery-square .insta-gallery-list .insta-gallery-item {
  border: solid 1px #ebebeb !important;
}

.newsletter-snip {
  background: url(../../../images/news-letter-bg.jpg) no-repeat;
  background-position: center;
  min-height: 337px;
  margin-bottom: 100px;
}
.newsletter-snip h2 {
  text-align: center;
  font-size: 50px;
  line-height: 53px;
  letter-spacing: -1.2px;
}
.newsletter-snip .top-subhead {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 3%;
}
@media (max-width: 767px) {
  .newsletter-snip .top-subhead {
    margin-bottom: 0px;
  }
}
.newsletter-snip .top-subhead:before {
  margin-left: auto;
  margin-right: auto;
}
.newsletter-snip .mc-sign {
  max-width: 612px;
  margin: auto;
}
.newsletter-snip .mc-sign input[type=submit] {
  height: 60px !important;
  display: block !important;
  margin: auto !important;
}
.newsletter-snip .mc-sign .mc-field-group {
  padding-bottom: 25px !important;
}
.newsletter-snip .mc-sign .mc-field-group input {
  color: #747474;
}
.newsletter-snip .mc-sign .mc-field-group input:placeholder {
  color: #EBEBEB !important;
}
.newsletter-snip #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: transparent !important;
}
.newsletter-snip #mce-responses {
  margin-bottom: 20px !important;
}
.newsletter-snip #mc_embed_signup div#mce-responses {
  width: 100%;
  padding: 0px !important;
  margin: 0px !important;
}
.newsletter-snip .response {
  width: 100% !important;
  padding: 0px !important;
  margin: 0 0 40px 0px !important;
  font-weight: 400 !important;
}
.newsletter-snip #mc_embed_signup .mc-field-group {
  width: 100% !important;
}
.newsletter-snip #mc_embed_signup form {
  padding: 10px 0px !important;
}

.single-post .orange-section-wrapper p {
  margin-bottom: 0px;
}

h3.sm {
  font-size: 20px;
}

.blog-archive-snip a.sm-link {
  float: none;
  display: inline-block;
}

.swanomination h2 {
  text-align: left;
  font-weight: 300;
  font-size: 35px;
}
.swanomination .top-subhead {
  text-align: center;
  margin-top: 40px;
}
.swanomination .top-subhead:before {
  display: none;
}
.swanomination .top-subhead:after {
  margin: 12px auto 30px auto;
  border-top: 1px solid #979797;
  content: "";
  width: 291px;
  display: block;
}
.swanomination .more-winners {
  font-size: 20px;
  font-weight: 300;
  color: #747474;
}
.swanomination h2.center {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.swanomination span.swanner-name {
  font-size: 24px;
  font-weight: 600;
}
.swanomination span.quote-author {
  font-size: 16px !important;
}
@media (max-width: 767px) {
  .swanomination span.quote-author {
    font-size: 12px !important;
  }
}
.swanomination .swanner-container {
  font-size: 16px;
  font-weight: 300;
}
.swanomination .section-lg-top {
  margin-top: 70px;
}
.swanomination br {
  display: block;
}

@media (max-width: 767px) {
  rs-module-wrap span.swanner-name {
    font-size: 18px;
    font-weight: 600;
  }
}
.more-winners {
  color: #747474;
  font-weight: 300;
  font-size: 20px;
  color: #747474;
  letter-spacing: 0;
  line-height: 33px;
  max-width: 1041px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 140px;
}
.more-winners hr {
  margin: 10px 0px 40px 0;
  color: #747474;
  background-color: #747474;
}
.more-winners br {
  display: block;
}

#content .swanomination input[type=submit] {
  display: block !important;
  margin: 0 auto !important;
}

.meta-menu-section2 address:before {
  background: url(../../../images/ico-menu-map.svg) center no-repeat;
  display: block;
  content: "";
  width: 22px;
  height: 19px;
  float: left;
  margin: 26px 8px 30px 0;
}
@media (max-width: 960px) {
  .meta-menu-section2 address:before {
    margin: 26px 8px 20px 0;
  }
}
@media (max-height: 960px) {
  .meta-menu-section2 address:before {
    margin: 26px 8px 20px 0;
  }
}
@media (max-width: 520px) {
  .meta-menu-section2 address:before ul li {
    margin-right: 5px;
  }
}
.meta-menu-section2 .meta-menu-left {
  width: 100%;
}
.meta-menu-section2 .meta-menu-left .email:before {
  background: url(../../../images/ico-menu-email.svg) center no-repeat;
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  float: left;
  margin: -4px 8px 0 0;
}
@media (max-width: 940px) {
  .meta-menu-section2 .meta-menu-left .email:before {
    margin-right: 12px;
  }
}
@media (max-height: 960px) {
  .meta-menu-section2 .meta-menu-left .email:before {
    margin-right: 12px;
  }
}
.meta-menu-section2 .meta-menu-left .email {
  padding-bottom: 40px;
}
@media (max-width: 960px) {
  .meta-menu-section2 .meta-menu-left .email {
    padding-bottom: 0px;
    width: 100%;
    clear: both;
    display: block;
  }
}
@media (max-height: 960px) {
  .meta-menu-section2 .meta-menu-left .email {
    padding-bottom: 0px;
  }
}
.meta-menu-section2 .meta-menu-left .email a {
  color: #FFF;
}

.call-us-menu:before {
  background: url(../../../images/ico-menu-phone.svg) center no-repeat;
  display: block;
  content: "";
  width: 13px;
  height: 22px;
  float: left;
  margin: 5px 8px 0 0;
}
@media (max-width: 940px) {
  .call-us-menu:before {
    margin: 5px 14px 0 3px;
  }
}
@media (max-height: 960px) {
  .call-us-menu:before {
    margin: 5px 14px 0 3px;
  }
}

.call-us-menu {
  float: left;
  max-width: 123px;
  width: 50%;
  margin-bottom: 15px;
}
.call-us-menu a {
  color: #FFF;
}
@media (max-width: 940px) {
  .call-us-menu {
    margin-bottom: 25px;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-height: 960px) {
  .call-us-menu {
    margin-bottom: 25px;
  }
}

.meta-menu-right:before {
  background: url(../../../images/ico-menu-social.svg) center no-repeat;
  display: block;
  content: "";
  width: 24px;
  height: 25px;
  float: left;
  margin: 3px 8px 0 0;
}

.meta-menu-section2 {
  width: 100%;
}
.meta-menu-section2 .meta-menu-right {
  float: left;
  width: 50%;
}
@media (max-width: 940px) {
  .meta-menu-section2 .meta-menu-right {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 30px;
  }
}
.meta-menu-section2 address {
  line-height: 1.7;
}
@media (max-width: 960px) {
  .meta-menu-section2 address {
    margin-bottom: 0px;
  }
}
@media (max-height: 960px) {
  .meta-menu-section2 address {
    margin-bottom: 0px;
  }
}

.archive .posts-found {
  width: 100%;
}

.slick-slide:not(.slick-active):last-child {
  display: none;
}

@media screen and (max-height: 960px) {
  .sidebar-nav li a {
    padding: 5px 15px !important;
  }
}
a.design-rush {
  text-align: center;
  font-weight: 700;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.careers-toggle {
  width: 100%;
  margin: 60px 0 0 0;
}
@media (min-width: 768px) {
  .careers-toggle {
    display: block;
    z-index: 2;
    height: 100px;
    position: absolute;
  }
}
.careers-toggle .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .careers-toggle .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, .careers-toggle .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before, .careers-toggle .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a, .careers-toggle .vc_tta.vc_general .vc_tta-panel-title > a {
  background-color: #FFF;
}
.careers-toggle .vc_tta-panel-body a, .careers-toggle .vc_tta-panel-body a:link, .careers-toggle .vc_tta-panel-body a:active, .careers-toggle .vc_tta-panel-body a:visited {
  color: #36B4E5;
  font-size: 18px;
  font-weight: 400;
}
.careers-toggle .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
  content: "";
  height: 11px;
  border: 0px;
  width: 19px;
  display: block;
  background: url(../../../images/orange-chev-down.svg) no-repeat;
  transform: rotate(0deg) translate(-25%, -25%);
}
.careers-toggle .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .careers-toggle .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  transform: rotate(0deg) translate(-25%, -25%);
}
.careers-toggle span.vc_tta-title-text {
  font-size: 18px;
  font-weight: 700;
}
.careers-toggle ul {
  list-style: none;
  padding-left: 0px;
}
.careers-toggle ul li {
  border-bottom: solid 1px #f4f4f4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.careers-toggle ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0;
  border: 0;
}

.culture-section {
  margin-top: 200px;
}

.fp-section .small-hr {
  width: 0;
}

.fp-section.active:not(.first-section) h2, .fp-section.active:not(.first-section) p {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.15s;
}
.fp-section.active:not(.first-section) .small-hr {
  animation-name: hrWidth;
  animation-delay: 0.35s;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}

.section-bg-fade {
  background-color: #fff;
  background-position: center;
  background-size: cover;
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 1200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  width: calc(100vw + 15px);
  z-index: -1;
  position: fixed;
}

.section-bg-fade-bg {
  transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.section-bg-fade-bg-0 {
  background-color: transparent;
}

.section-bg-fade-active, .section-bg-fade-bg-active {
  opacity: 1;
}

@media (max-width: 767px) {
  .section-bg-fade-1 {
    background-position: right;
  }
}
@keyframes hrWidth {
  from {
    width: 0;
  }
  to {
    width: 185px;
  }
}
body {
  font-family: "Poppins", sans-serif;
  color: #405766;
}
body h2 {
  font-size: 129px;
  font-weight: 700;
  line-height: 126px;
  color: #153146;
  font-family: akhand, sans-serif;
}
@media (max-width: 1024px) {
  body h2 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 560px) {
  body h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
body h2.tan {
  color: #EFEFE7;
}
body h2.heroic {
  font-family: "Heroic Condensed";
}
body h3 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 400;
  font-family: "Russo One", sans-serif;
  /*@media(max-width: 560px){
  	font-size:50px;
  	line-height:60px;
  }*/
}
@media (max-width: 1024px) {
  body h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
body h3.yellow {
  color: #EBB33F;
}
body h4 {
  font-size: 35px;
  line-height: 42px;
  color: #EBB33F;
  font-weight: 400;
  font-family: "Russo One", sans-serif;
}
@media (max-width: 1024px) {
  body h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
body h4.orange {
  color: #F05D31;
}
body h4.akhand {
  font-family: akhand, sans-serif;
  font-weight: 700;
}
body h5 {
  font-family: akhand, sans-serif;
  font-size: 25px;
  line-height: 29px;
  color: #153146;
  letter-spacing: 0;
  font-weight: 700;
}
body h5.tan {
  color: #EFEFE7;
}
body a.tan {
  color: #EFEFE7;
}
body a.tan:hover {
  color: #F05D31;
}
body .style-2 p {
  font-size: 18px;
  font-weight: 600;
  color: #EFEFE7;
  line-height: 25px;
}
body .dk-blue {
  color: #153146;
}
body .lg-learn-more {
  font-size: 35px;
  line-height: 39px;
  color: #F05D31;
  font-weight: 700;
}
body .lg-learn-more:hover {
  color: #153146;
}
@media (max-width: 1024px) {
  body .lg-learn-more {
    font-size: 20px;
    line-height: 28px;
  }
}
body .center {
  text-align: center;
}
body .dk-blue a {
  color: #153146;
}
body .dk-blue a:hover {
  color: #405766;
}

.hamburger.is-closed:focus .hamb-top, .hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-bottom, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-top, .hamburger.is-open .hamb-bottom, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-top {
  background-color: #8ED5EA;
}

.navbar > .container-fluid .navbar-brand, .side-navbar .navbar-brand {
  width: 160px;
  height: 50px;
  margin: 0px;
  margin-top: -45px;
  background-image: none !important;
}
@media (max-width: 767px) {
  .navbar > .container-fluid .navbar-brand, .side-navbar .navbar-brand {
    margin-top: 0px;
  }
}

.navbar .page-title {
  display: none;
}

.single-post .flyout-nav, .default-page .flyout-nav {
  background-color: transparent;
}

.navbar-header:before {
  display: none;
}

.btns-center-aligned {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  justify-content: center;
}
.btns-center-aligned .wpb_column {
  width: fit-content;
  padding: 8px;
}

.orange-diamond-bg {
  background-size: 100%;
  background-position: center;
}

.logo-icon {
  z-index: 3;
  position: relative;
}
.logo-icon .vc_single_image-wrapper {
  margin-top: -58px;
  z-index: 4;
  position: relative;
}

#content .lg-learn-more {
  position: relative;
  transition: all 0.16s ease-in-out;
  font-family: "Russo One", sans-serif;
  font-weight: 400;
}
#content .lg-learn-more.no-transform {
  text-transform: none;
}
#content .lg-learn-more a:after {
  content: "";
  background: url(../../../images/lg-arrow-right.svg) no-repeat;
  background-size: contain;
  width: 11px;
  height: 20px;
  display: inline-flex;
  margin-left: 10px;
  margin-top: 0px;
  position: absolute;
  top: 14px;
}
@media (max-width: 1024px) {
  #content .lg-learn-more a:after {
    right: -35px;
    top: 5px;
  }
}
#content .lg-learn-more a:before {
  content: "";
  background: url(../../../images/lg-arrow-right.svg) no-repeat;
  background-size: contain;
  width: 11px;
  height: 20px;
  display: inline-flex;
  margin-left: 10px;
  margin-top: 0px;
  opacity: 0;
  position: absolute;
  right: -25px;
  top: 14px;
}
@media (max-width: 1024px) {
  #content .lg-learn-more a:before {
    right: -25px;
    top: 5px;
  }
}
#content .lg-learn-more a:hover:before {
  opacity: 1;
}
#content .lg-learn-more a:hover:after {
  opacity: 0;
}
#content .lg-learn-more a:hover,
#content .lg-learn-more a:focus,
#content .lg-learn-more a:active {
  color: #153146;
}

#content .lg-learn-more-2 a:before {
  top: 55px;
  right: 175px;
}
@media (max-width: 1024px) {
  #content .lg-learn-more-2 a:before {
    top: 33px;
  }
}

#content .lg-learn-more-2 a:after {
  top: 55px;
  right: 165px;
}
@media (max-width: 1024px) {
  #content .lg-learn-more-2 a:after {
    top: 33px;
  }
}

#content .learn-more {
  position: relative;
  transition: all 0.16s ease-in-out;
  font-weight: 600;
  line-height: 25px;
  font-size: 18px;
  text-transform: uppercase;
}
#content .learn-more.no-transform {
  text-transform: none;
}
#content .learn-more a:after {
  content: "";
  background: url(../../../images/right-arrow-tan.svg) no-repeat;
  background-size: contain;
  width: 6px;
  height: 12px;
  display: inline-flex;
  margin-left: 10px;
  margin-top: 5px;
  position: absolute;
  top: 3px;
  /*   @media(max-width: 1024px){
     	top: 5px;
     }*/
}
#content .learn-more a:before {
  content: "";
  background: url(../../../images/right-arrow-orange.svg) no-repeat;
  background-size: contain;
  width: 6px;
  height: 12px;
  display: inline-flex;
  margin-left: 10px;
  margin-top: 0px;
  opacity: 0;
  position: absolute;
  top: 8px;
  right: -25px;
  /*@media(max-width: 1024px){
  	right: -25px;
  	top: 5px;
  }*/
}
#content .learn-more a:hover:before {
  opacity: 1;
}
#content .learn-more a:hover:after {
  opacity: 0;
}
#content .learn-more a:hover,
#content .learn-more a:focus,
#content .learn-more a:active {
  color: #F05D31;
}

#content a.vc_general {
  background-color: #8ED5EA;
  font-weight: 600;
  color: #153146;
  border-radius: 30px;
  border: 0px;
  padding: 7px 21px;
  text-transform: uppercase;
}
#content a.vc_general:hover {
  background-color: #EBB33F;
}

.pill {
  background-color: #EFEFE7;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.pill .col-sm-3 {
  min-width: 100px;
}
@media (max-width: 767px) {
  .pill {
    padding: 5px;
  }
  .pill h4 {
    margin-bottom: 0px;
  }
}

.pill:last-child {
  margin-bottom: 0px;
}

.rope-bg .add-rope:before {
  content: "";
  background: url(../../../images/rope-bg.svg) no-repeat;
  width: 302px;
  height: 645px;
  background-size: contain;
  display: block;
  position: absolute;
  left: -230px;
  top: -100px;
}

.why-bosun-section {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  background-color: #153146;
}
.why-bosun-section .wpb_column {
  max-width: 560px;
}
@media (max-width: 767px) {
  .why-bosun-section {
    display: block;
    text-align: center;
    /*	.wpb_column .vc_column-inner .wpb_column{
    		width:;
    	}*/
  }
  .why-bosun-section .wpb_column {
    max-width: 100%;
  }
  .why-bosun-section .col-sm-8, .why-bosun-section .col-sm-4 {
    width: 99%;
  }
  .why-bosun-section .pill:first-child {
    margin-top: 30px;
  }
  .why-bosun-section .pill {
    text-align: left;
  }
  .why-bosun-section br {
    display: none;
  }
}

.why-bosun-section-2 {
  max-width: 700px;
  margin-right: -20px;
}
.why-bosun-section-2 .wpb_column {
  padding: 0px 20px;
}
.why-bosun-section-2 .col-sm-4 {
  width: 40%;
}
@media (max-width: 960px) {
  .why-bosun-section-2 .col-sm-4 {
    width: 100%;
  }
}
.why-bosun-section-2 .col-sm-8 {
  width: 60%;
}
@media (max-width: 960px) {
  .why-bosun-section-2 .col-sm-8 {
    width: 100%;
  }
}

.orange-bg {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: repeat;
  background: url(../../../images/orange-waves.svg);
}

.navbar-header img {
  display: block;
  margin-top: 0px;
}

.footer-wrapper {
  background-color: #8ED5EA;
}

.footer-2 {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0px;
  align-items: center;
}
@media (max-width: 980px) {
  .footer-2 {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer-2 .logo {
  margin: 0px;
  width: 121px;
  height: 103px;
}
.footer-2 .menu-section {
  margin-left: 40px;
  width: 60%;
}
@media (max-width: 980px) {
  .footer-2 .menu-section {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-left: 0px;
  }
}
.footer-2 .menu-section .menu {
  font-family: akhand, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #153146;
  margin-bottom: 20px;
}
.footer-2 .menu-section .menu a {
  color: #153146;
  margin-right: 20px;
}
.footer-2 .menu-section .menu a:hover {
  color: #405766;
  text-transform: none !important;
}
.footer-2 .menu-section .address {
  color: #153146;
}
.footer-2 .menu-section .address a {
  color: #153146;
  text-transform: none !important;
}
@media (max-width: 980px) {
  .footer-2 .menu-section .address {
    margin-bottom: 10px;
  }
}
.footer-2 .social-section {
  float: right;
  width: 20%;
  color: #153146;
  text-align: right;
}
@media (max-width: 980px) {
  .footer-2 .social-section {
    width: 100%;
    float: unset;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
}
.footer-2 .social-section li {
  margin-right: 20px;
}
.footer-2 .social-section .fa-facebook-square:before, .footer-2 .social-section .fa-instagram:before, .footer-2 .social-section .fa-linkedin-in:before, .footer-2 .social-section .fa-facebook-f:before {
  color: #8ED5EA;
  background-color: #153146;
  padding: 9px 13px;
  border-radius: 50px;
  font-size: 24px;
}
.footer-2 .social-section .fa-facebook-square:hover:before, .footer-2 .social-section .fa-instagram:hover:before, .footer-2 .social-section .fa-linkedin-in:hover:before, .footer-2 .social-section .fa-facebook-f:hover:before {
  background-color: #405766;
}
.footer-2 .social-section .fa-facebook-f:before {
  padding: 10px 16px;
}
.footer-2 .social-section .social-wrapper {
  text-align: right;
}
@media (max-width: 980px) {
  .footer-2 .social-section .social-wrapper {
    text-align: center;
  }
}
.footer-2 .social-section ul.social {
  margin: 0px;
}
.footer-2 .social-section .copyright {
  margin-top: 10px;
}

.side-navbar.navbar-wrapper {
  background-color: #8ED5EA;
}

.nav-desc {
  display: none;
}

ul.navigation {
  width: 100%;
  float: unset;
  margin: 0 auto;
  display: block;
}

#sidebar-wrapper .navbar-nav > li {
  text-align: center;
}

.top-hero rs-bgvideo {
  max-height: 700px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-hero rs-bgvideo {
    max-height: 480px;
  }
}

.animate-b {
  position: relative;
  width: 137px;
  height: 116px;
  overflow: hidden;
  background: url(../../../images/primary-B.svg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .animate-b {
    width: 76px;
    height: 65px;
  }
}

.animate-b img.frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/*.lg-learn-more {
  position: relative;
  font-family: "Russo One", sans-serif;
  font-weight: 400;
}

.lg-learn-more a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.lg-learn-more a::after,
.lg-learn-more a::before {
  content: '';
  background-size: contain;
  width: 11px;
  height: 20px;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: -20px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.lg-learn-more a::after {
  background: url('../../../images/right-arrow-orange.svg') no-repeat;
  opacity: 1;
  transform: translateX(0);
}

.lg-learn-more a::before {
  background: url('../../../images/right-arrow-orange.svg') no-repeat;
  opacity: 0;
  transform: translateX(10px);
}

.lg-learn-more a:hover::after {
  opacity: 0;
  transform: translateX(-10px);
}

.lg-learn-more a:hover::before {
  opacity: 1;
  transform: translateX(0);
}


*/
.lg-learn-more {
  position: relative;
  font-family: "Russo One", sans-serif;
  font-weight: 400;
}

.lg-learn-more a {
  position: relative;
  display: inline-block;
  color: #F05D31;
  text-decoration: none;
}

.lg-learn-more a::after,
.lg-learn-more a::before {
  content: "";
  background-size: contain;
  width: 11px;
  height: 20px;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: -35px;
  animation: slideArrow 2s ease-in-out infinite; /* Add constant animation */
}

/* The default state (normal arrow) */
.lg-learn-more a::after {
  background: url("../../../images/right-arrow-orange.svg") no-repeat;
  opacity: 1;
}

/* The hover state (arrow sliding from right) */
.lg-learn-more a::before {
  background: url("../../../images/right-arrow-orange.svg") no-repeat;
  opacity: 0;
  transform: translateX(10px);
}

/* Animation Keyframes to slide the arrows */
@keyframes slideArrow {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  50% {
    transform: translateX(0); /* Slide to default position */
    opacity: 1;
  }
  100% {
    transform: translateX(-10px); /* Slide to the left */
    opacity: 0;
  }
}
.pill {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
  will-change: opacity, transform;
}

.pill.visible {
  opacity: 1;
  transform: translateY(0);
}

/*menu*/
.navbar-nav {
  margin-right: 0px;
}

.navbar-wrapper .navbar-inverse .navbar-nav > li > a {
  color: #153146;
  font-size: 55px;
  font-weight: 400;
  font-family: "Russo One", sans-serif;
  line-height: 85px;
  text-transform: none;
}
.navbar-wrapper .navbar-inverse .navbar-nav > li > a:hover {
  color: #EFEFE7;
}
@media (max-width: 960px) {
  .navbar-wrapper .navbar-inverse .navbar-nav > li > a {
    font-size: 36px;
    line-height: 46px;
  }
}

.navbar-wrapper .navbar-inverse .navbar-nav > .active > a {
  color: #EFEFE7;
}

.sidebar-nav {
  padding-top: 3%;
}
.sidebar-nav ul {
  width: 100%;
  margin-bottom: 3%;
}

.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-bottom, .hamburger.is-open .hamb-middle {
  background-color: #153146;
}

.hamburger.is-closed:focus .hamb-top, .hamburger.is-closed .hamb-top {
  background-color: #8ED5EA !important;
}

.hamburger {
  top: 20px;
}

.side-navbar.navbar-wrapper {
  background: url(../../../images/wave-bg.svg);
  background-color: #8ED5EA;
  background-repeat: repeat;
  background-size: 100%;
}

.hamburger {
  z-index: 99;
  /*	position:relative;*/
}

#wrapper.toggled .navbar-wrapper {
  z-index: 100;
  overflow-y: auto;
  /*	position:relative;*/
}

.nav-address {
  color: #153146;
  font-family: akhand, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
}
@media (max-width: 960px) {
  .nav-address {
    font-size: 18px;
    line-height: 24px;
  }
}

.nav-address a {
  color: #153146;
  font-family: akhand, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
}
.nav-address a:hover {
  color: #405766;
}
@media (max-width: 960px) {
  .nav-address a {
    font-size: 18px;
    line-height: 24px;
  }
}

.nav-open-logo {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0px 0px;
  padding: 0px 15px;
}

.nav-address {
  margin: 40px auto;
  padding: 0px 15px;
  text-align: center;
}

.default-page.transparent #content {
  padding-top: 60px;
  background-color: #EFEFE7;
}
@media (max-width: 960px) {
  .default-page.transparent #content {
    padding-top: 30px;
  }
}

/*blog*/
body.block {
  background-color: #EFEFE7;
}

.blog {
  background-color: #EFEFE7;
}
.blog rs-slide {
  background-color: #153146 !important;
  background: url(../../../images/wave-bg-dk.svg);
  background-repeat: repeat;
  background-size: 100%;
}

.featured-blog-post-container {
  max-width: 740px;
  display: block;
  margin: 0 auto;
}
.featured-blog-post-container .featured-img, .featured-blog-post-container .featured-img img {
  width: 100%;
  max-width: 740px;
  /*				height:486px;*/
  object-fit: contain;
}
.featured-blog-post-container .post-title {
  display: block;
  margin: 20px 0px;
}
.featured-blog-post-container .post-title a {
  font-weight: 400 !important;
}

.address-phone a:hover {
  color: #F05D31;
}

#content input[type=submit] {
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}

/*careers*/
#rev_slider_71_1_wrapper rs-slide {
  background-color: #153146 !important;
  background: url(../../../images/wave-bg-dk.svg);
  background-repeat: repeat;
  background-size: 100%;
}

.shipwheel-bg:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 718px;
  height: 635px;
  background-image: url("../../../images/shipwheel.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0; /* If needed behind other content */
}

.slick-slide {
  padding: 10px;
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li.slick-active button:before, .slick-dots li.slick-active button:hover:before {
  color: #EBB33F;
}

.slick-dots li button:before {
  color: #EFEFE7;
  font-size: 20px;
}

.slick-dots li {
  margin: 0 3px;
}

.wave-tan-sm {
  margin-top: 40px;
  margin-bottom: 40px;
}

body {
  /*.vc_tta.vc_general .vc_tta-panel-title{
  	border-top: solid 2px $orange;
  }*/
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #EBB33F;
  border: 0px;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, body .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
  background-color: #EBB33F;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #153146;
  font-size: 35px;
  line-height: 71px;
  font-weight: 400;
  font-family: "Russo One", sans-serif;
}
@media (max-width: 767px) {
  body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    padding-left: 0px !important;
  }
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, body .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
  border-color: #FFF;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #153146;
}
@media (max-width: 767px) {
  body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    padding-left: 0px;
  }
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: #EBB33F;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
  border: 0px;
}
@media (max-width: 767px) {
  body body .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
    padding-left: 0px;
  }
}
body .vc_tta .vc_tta-controls-icon {
  width: 35px;
  height: 35px;
}
body .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  border-width: 4px 0 0;
}
body .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  border-width: 0 0 0 4px;
}
body .vc_tta.vc_general .vc_tta-panel:after {
  height: 3px;
  width: 100%;
  content: "";
  background-color: #F05D31;
  display: block;
}
body .vc_tta.vc_general .vc_tta-panel-body {
  padding-top: 0px;
  margin-top: -30px;
  padding-left: 50px;
}
@media (max-width: 767px) {
  body .vc_tta.vc_general .vc_tta-panel-body {
    padding-left: 30px;
  }
}
body .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
  padding: 20px;
}
body .vc_tta.vc_general .vc_tta-panel:last-child:after {
  height: 2px;
  width: 100%;
  content: "";
  background-color: #F05D31;
  display: block;
}

@media (max-width: 767px) {
  .stack-mobile .wpb_column {
    margin-bottom: 30px;
  }
}
.custom-upload label.upload-btn {
  background-color: #8ED5EA;
  font-weight: 600;
  color: #153146;
  border-radius: 30px;
  border: 0px;
  padding: 7px 21px;
  text-transform: uppercase;
}
.custom-upload label.upload-btn:hover {
  color: #153146;
  background-color: #EBB33F;
}

.apply-section .offset-title {
  color: #153146;
}

.no-affix {
  background-color: #EFEFE7;
}

.single-post .flyout-nav, .default-page .flyout-nav {
  height: 10px;
}

/*popup*/
body .popmake-close:before {
  content: "";
  display: block;
  float: right;
  margin-top: 5px;
  cursor: pointer;
  margin-right: 5px;
  background: url(../../../images/close.svg) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}
body .popmake-close:hover:before {
  opacity: 0.7;
}
body .pum-content + .pum-close, body .pum-theme-default-theme .pum-content + .pum-close {
  background-color: transparent;
  color: #EFEFE7;
  box-shadow: none;
}
body .pum-theme-10840, body .pum-theme-default-theme {
  background-color: rgba(21, 49, 70, 0.8);
}
body .pum-theme-default-theme .pum-container {
  padding: 60px;
  background: url(../../../images/globe-bg.svg) no-repeat;
  background-size: auto;
  background-position: center left;
  background-color: #EFEFE7;
}
body p.lg {
  font-size: 18px;
  color: #153146;
  line-height: 25px;
}
body p {
  color: #153146;
}
body .cta button {
  font-weight: 700;
  color: #EFEFE7;
  background-color: #F05D31 !important;
  border-radius: 50px !important;
  text-transform: uppercase;
  margin-top: 25px;
  padding: 8px 25px !important;
  border: 0px;
}
body .cta button:before {
  display: none !important;
}
body .cta button:hover {
  background-color: #153146 !important;
}
body .wpb_single_image {
  margin: 20px 0 30px 0;
}
body input[type=submit] {
  background-color: #8ED5EA;
  font-weight: 600;
  color: #153146;
  border-radius: 30px;
  border: 0px;
  padding: 7px 21px;
  text-transform: uppercase !important;
  letter-spacing: normal !important;
}
body input[type=submit]:hover {
  background-color: #F05D31;
}

@media (max-width: 1024px) {
  .slick-slide {
    max-height: 300px;
  }
  .slick-slide img {
    max-height: 300px;
    object-fit: contain;
  }
  .multiple-items .item .content-inner {
    box-shadow: none;
  }
}
/*spacing*/
.section-padding-md {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .section-padding-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-padding-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .section-padding-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-padding-xlg {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .section-padding-xlg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.mg-sm-btm {
  margin-bottom: 15px;
}

.mg-md-btm {
  margin-bottom: 30px;
}

.mg-md-top-2 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .mg-md-top-2 {
    margin-top: 20px;
  }
}

.mb-mg-md-top-2 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .mb-mg-md-top-2 {
    margin-top: 0px;
  }
}

.lg-col-padding {
  margin-left: -33px;
  margin-right: -33px;
}
.lg-col-padding .wpb_column {
  padding-left: 33px;
  padding-right: 33px;
}

.xlg-col-padding {
  margin-left: -50px;
  margin-right: -50px;
}
.xlg-col-padding .wpb_column {
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .center-mobile .wpb_single_image {
    text-align: center;
  }
  .center-mobile h4, .center-mobile h5 {
    text-align: center;
  }
}

/**************************** Leadership Profile Bio Pages - START ************************************/
h3.tan {
  font-size: 50px;
  line-height: 51px;
  color: #EFEFE7;
  letter-spacing: 0;
  font-weight: 700;
}

h3.heroic {
  font-family: "Heroic Condensed Bold" !important;
}

.padding-md-bottom {
  padding-bottom: 20px;
}

a.orange {
  color: #F05D31;
}

.leadership-name img {
  max-height: 95px;
  width: auto;
}

.people-social a i {
  font-size: 26px;
  width: 40px;
  height: 34px;
  color: #ffffff;
  background: #EBB33F;
  border-radius: 20px;
}

.people-social i {
  position: relative;
  display: inline-block;
  width: 40px; /* match ::before */
  height: 34px; /* match ::before */
  font-style: normal;
  font-family: initial;
}

.people-social i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 34px;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.linked-in i::before {
  background-image: url("/wp-content/themes/bosun/images/LI-bio-icon.svg");
}

.envelope i::before {
  background-image: url("/wp-content/themes/bosun/images/email-icon.svg");
}

#content .back-arrow {
  position: relative;
  transition: all 0.16s ease-in-out;
  font-weight: 600;
  line-height: 25px;
  font-size: 18px;
  text-transform: uppercase;
}
#content .back-arrow.no-transform {
  text-transform: none;
}
#content .back-arrow p {
  padding-left: 24px;
}
#content .back-arrow a:after {
  content: "";
  background: url(../../../images/back-arrow.svg) no-repeat;
  background-size: contain;
  width: 9px;
  height: 15px;
  display: inline-flex;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  top: 0.5px;
  left: -15px;
  /*   @media(max-width: 1024px){
     	top: 5px;
     }*/
}
#content .back-arrow a:before {
  content: "";
  background: url(../../../images/back-arrow.svg) no-repeat;
  background-size: contain;
  width: 9px;
  height: 15px;
  display: inline-flex;
  margin-right: 10px;
  margin-top: 0px;
  opacity: 0;
  position: absolute;
  top: 5.5px;
  left: -25px;
  /*@media(max-width: 1024px){
  	right: -25px;
  	top: 5px;
  }*/
}
#content .back-arrow a:hover:before {
  opacity: 1;
}
#content .back-arrow a:hover:after {
  opacity: 0;
}
#content .back-arrow a:hover,
#content .back-arrow a:focus,
#content .back-arrow a:active {
  color: #F05D31;
}

.vert-align-cols {
  display: flex;
  align-items: center;
}

.sm-side-padding > .wpb_column {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/**************************** Leadership Profile Bio Pages - END ************************************/
/**************************** About Us page updates Jun. 11, 2025 - START ************************************/
.meet-team h4 {
  font-size: 35px;
  line-height: 42px;
  color: #F05D31;
  font-weight: 400;
  font-style: unset;
  font-family: "Russo One", sans-serif;
}

.meet-team h4, .custom-team-area h4 {
  margin-top: 0;
}

.meet-team .featured-img {
  margin-bottom: 30px;
}

.team-inner .content-inner {
  text-align: left;
}

.meet-team .overlay-link, .custom-team-area .overlay-link {
  bottom: 105px;
}

.meet-team .overlay-link:hover {
  background-color: #F05D31;
  color: #ffffff;
}

.meet-team .overlay-link a.view-profile {
  background-color: #F05D31;
  color: #ffffff;
  display: none;
}

.meet-team .overlay-link:hover a.view-profile {
  background-color: #F05D31;
  color: #ffffff;
  display: inline;
}

.meet-team .team-inner .overlay-link {
  margin-bottom: 0;
}

.meet-team a.view-profile {
  position: absolute;
  top: 212px;
  right: 93px;
  z-index: 1;
}

.leadership-feed .overlay-link {
  position: absolute;
  top: 20px;
  right: 15px;
  left: 14px;
  bottom: 116px;
}

.leadership-feed .overlay-link .btn {
  display: none;
}

.leadership-feed .overlay-link:hover .btn {
  display: inline-block;
}

.leadership-feed .overlay-link:hover {
  background-color: #F05D31;
  margin-bottom: 0;
}

.leadership-feed a.view-profile {
  position: absolute;
  top: 212px;
  right: 95px;
  z-index: 1;
}

/**************************** About Us page updates Jun. 11, 2025 - END ************************************/

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