@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret,
  .comment-form input[type="submit"] > .caret,
  .dropup > .comment-form input[type="submit"] > .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;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Sentinel", Times, serif;
  font-size: 1rem;
  font-weight: 200;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #4f9ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #73afc6;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 0.1rem solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.sr-only {
  position: absolute;
  width: .1rem;
  height: .1rem;
  margin: -0.1rem;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  /* font-style: italic; */
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 1.8rem;
}
h2,
.h2 {
  font-size: 1.65rem;
}
h3,
.h3 {
  font-size: 1.3rem;
}
h4,
.h4 {
  font-size: 1.2rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 0.8rem;
}
p {
  margin: 0 0 0.5rem;
}
.lead {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5rem;
  }
}
small,
.small {
  font-size: 100%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #4f9ab7;
}
a.text-primary:hover {
  color: #3d7d96;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #4f9ab7;
}
a.bg-primary:hover {
  background-color: #3d7d96;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: -0.5rem;
  margin: 2rem 0 1rem;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled,
.comment-list {
  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: 1rem;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 9999) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0.5rem 1rem;
  margin: 0 0 1rem;
  font-size: 1.8rem;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 0rem;
  margin: 0 0 0.5rem;
  font-size: 0rem;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 1rem;
  line-height: 1.42857143;
  color: #555555;
}
.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  display: block;
  width: 100%;
  height: 15rem;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.comment-form input[type="text"][disabled],
.comment-form input[type="text"][readonly],
fieldset[disabled] .comment-form input[type="text"],
.comment-form input[type="email"][disabled],
.comment-form input[type="email"][readonly],
fieldset[disabled] .comment-form input[type="email"],
.comment-form input[type="url"][disabled],
.comment-form input[type="url"][readonly],
fieldset[disabled] .comment-form input[type="url"],
.comment-form textarea[disabled],
.comment-form textarea[readonly],
fieldset[disabled] .comment-form textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control,
textarea.comment-form input[type="text"],
textarea.comment-form input[type="email"],
textarea.comment-form input[type="url"],
textarea.comment-form textarea {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 15rem;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 13rem;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 25rem;
  }
}
.form-group,
.comment-form p {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 1rem;
  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 {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control,
.form-group-sm .comment-form input[type="text"],
.form-group-sm .comment-form input[type="email"],
.form-group-sm .comment-form input[type="url"],
.form-group-sm .comment-form textarea {
  height: 13rem;
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control,
select.form-group-sm .comment-form input[type="text"],
select.form-group-sm .comment-form input[type="email"],
select.form-group-sm .comment-form input[type="url"],
select.form-group-sm .comment-form textarea {
  height: 13rem;
  line-height: 13rem;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control,
textarea.form-group-sm .comment-form input[type="text"],
select[multiple].form-group-sm .comment-form input[type="text"],
textarea.form-group-sm .comment-form input[type="email"],
select[multiple].form-group-sm .comment-form input[type="email"],
textarea.form-group-sm .comment-form input[type="url"],
select[multiple].form-group-sm .comment-form input[type="url"],
textarea.form-group-sm .comment-form textarea,
select[multiple].form-group-sm .comment-form textarea {
  height: auto;
}
.input-lg,
.form-group-lg .form-control,
.form-group-lg .comment-form input[type="text"],
.form-group-lg .comment-form input[type="email"],
.form-group-lg .comment-form input[type="url"],
.form-group-lg .comment-form textarea {
  height: 25rem;
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control,
select.form-group-lg .comment-form input[type="text"],
select.form-group-lg .comment-form input[type="email"],
select.form-group-lg .comment-form input[type="url"],
select.form-group-lg .comment-form textarea {
  height: 25rem;
  line-height: 25rem;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control,
textarea.form-group-lg .comment-form input[type="text"],
select[multiple].form-group-lg .comment-form input[type="text"],
textarea.form-group-lg .comment-form input[type="email"],
select[multiple].form-group-lg .comment-form input[type="email"],
textarea.form-group-lg .comment-form input[type="url"],
select[multiple].form-group-lg .comment-form input[type="url"],
textarea.form-group-lg .comment-form textarea,
select[multiple].form-group-lg .comment-form textarea {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control,
.has-feedback .comment-form input[type="text"],
.has-feedback .comment-form input[type="email"],
.has-feedback .comment-form input[type="url"],
.has-feedback .comment-form textarea {
  padding-right: 18.75rem;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 15rem;
  height: 15rem;
  line-height: 15rem;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 25rem;
  height: 25rem;
  line-height: 25rem;
}
.input-sm + .form-control-feedback {
  width: 13rem;
  height: 13rem;
  line-height: 13rem;
}
.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,
.has-success .comment-form input[type="text"],
.has-success .comment-form input[type="email"],
.has-success .comment-form input[type="url"],
.has-success .comment-form textarea {
  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,
.has-success .comment-form input[type="text"]:focus,
.has-success .comment-form input[type="email"]:focus,
.has-success .comment-form input[type="url"]:focus,
.has-success .comment-form textarea:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control,
.has-warning .comment-form input[type="text"],
.has-warning .comment-form input[type="email"],
.has-warning .comment-form input[type="url"],
.has-warning .comment-form textarea {
  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,
.has-warning .comment-form input[type="text"]:focus,
.has-warning .comment-form input[type="email"]:focus,
.has-warning .comment-form input[type="url"]:focus,
.has-warning .comment-form textarea:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control,
.has-error .comment-form input[type="text"],
.has-error .comment-form input[type="email"],
.has-error .comment-form input[type="url"],
.has-error .comment-form textarea {
  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,
.has-error .comment-form input[type="text"]:focus,
.has-error .comment-form input[type="email"]:focus,
.has-error .comment-form input[type="url"]:focus,
.has-error .comment-form textarea:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 6rem;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group,
  .form-inline .comment-form p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .form-inline .comment-form input[type="text"],
  .form-inline .comment-form input[type="email"],
  .form-inline .comment-form input[type="url"],
  .form-inline .comment-form textarea {
    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,
  .form-inline .input-group .comment-form input[type="text"],
  .form-inline .input-group .comment-form input[type="email"],
  .form-inline .input-group .comment-form input[type="url"],
  .form-inline .input-group .comment-form textarea {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .form-inline .input-group > .comment-form input[type="text"],
  .form-inline .input-group > .comment-form input[type="email"],
  .form-inline .input-group > .comment-form input[type="url"],
  .form-inline .input-group > .comment-form textarea {
    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: 8rem;
}
.form-horizontal .form-group,
.form-horizontal .comment-form p {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #4f9ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: -0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #4f9ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 3rem;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 9999) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 9999) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 9999) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 0;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 9999) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 9999) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 9999) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 0 0;
  font-size: 2rem;
  line-height: 1rem;
  height: 3rem;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 9999) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: -15.5rem;
  margin-bottom: -15.5rem;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 9999) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5rem;
}
@media (max-width: 9998) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 1.5rem;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 9999) {
  .navbar-nav {
    float: right;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -6rem;
  margin-bottom: -6rem;
}
@media (min-width: 768px) {
  .navbar-form .form-group,
  .navbar-form .comment-form p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control,
  .navbar-form .comment-form input[type="text"],
  .navbar-form .comment-form input[type="email"],
  .navbar-form .comment-form input[type="url"],
  .navbar-form .comment-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .comment-form input[type="text"],
  .navbar-form .input-group .comment-form input[type="email"],
  .navbar-form .input-group .comment-form input[type="url"],
  .navbar-form .input-group .comment-form textarea {
    width: auto;
  }
  .navbar-form .input-group > .form-control,
  .navbar-form .input-group > .comment-form input[type="text"],
  .navbar-form .input-group > .comment-form input[type="email"],
  .navbar-form .input-group > .comment-form input[type="url"],
  .navbar-form .input-group > .comment-form textarea {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 9998) {
  .navbar-form .form-group,
  .navbar-form .comment-form p {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child,
  .navbar-form .comment-form p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 9999) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -6rem;
  margin-bottom: -6rem;
}
.navbar-btn.btn-sm {
  margin-top: -5rem;
  margin-bottom: -5rem;
}
.navbar-btn.btn-xs {
  margin-top: -9.5rem;
  margin-bottom: -9.5rem;
}
.navbar-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 9999) {
  .navbar-text {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 9999) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #243038;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #73afc6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #243038;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #425867;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #4f9ab7;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #4f9ab7;
}
@media (max-width: 9998) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #243038;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #425867;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #4f9ab7;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #243038;
}
.navbar-default .navbar-link:hover {
  color: #425867;
}
.navbar-default .btn-link {
  color: #243038;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #425867;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 9998) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.alert {
  padding: 5px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 25px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 1rem;
  margin-bottom: 1rem;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 1rem;
  line-height: 1rem;
  color: #ffffff;
  text-align: center;
  background-color: #4f9ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.form-horizontal .comment-form p:before,
.form-horizontal .comment-form p:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.form-horizontal .comment-form p:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Color Archive
	bronze: #B98F62
	teal: #00A69C
*/
/*-------------------*/
/* TABLE OF CONTENTS */
/* 1. Base Overwrites */
/**/
/*--------------------------*/
/* 1. Base Style Overwrites */
/*--------------------------*/
body {
  font-family: "TTCommons-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3c4850;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 5rem;
  text-align: center;
  border-top: 2px solid #4f9ab7;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
a {
  -webkit-transition: 0.2s ease-in-out;
       -o-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
}
a:focus,
a:active,
a:visited {
  outline: none;
}
a:focus div,
a:active div,
a:visited div,
a:focus img,
a:active img,
a:visited img {
  outline: none;
}
.blockquote {
  background-color: #FFF !important;
}
.padded blockquote {
  padding: 3.5rem;
}
.nopad .wpb_content_element {
  padding-bottom: 0;
}
body.single-work blockquote {
  padding-top: 132px;
  padding-bottom: 125px;
}
blockquote {
  color: #243038;
  font-weight: 100;
  text-align: center;
  border-left: none;
  margin: 0 auto;
}
blockquote .quote {
  font-family: "miller-display", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 1.8rem;
}
blockquote .author {
  color: #4f9ab7;
  font-size: 0.9rem;
  font-family: "TTCommons-DemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 2rem auto;
}
/*---------------------*/
/* Element Positioning */
/*---------------------*/
.full-width {
  width: 100%;
}
.float-left,
.float-right,
.center {
  position: relative;
  margin-bottom: 0;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.center {
  margin: 0 auto;
}
/*--------------*/
/* SVG Handling */
/*--------------*/
/*-------------------*/
/* Main Content Base */
/*-------------------*/
.wrap {
  overflow-x: hidden;
}
.main .front-page-content blockquote {
  padding-top: 126px;
  padding-bottom: 65px;
}
.vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.main.main {
  margin-top: 4rem;
}
.row {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 2;
}
.container {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
/* Heroes */
.hero {
  padding-top: 0;
  margin-bottom: 0;
}
.hero .hero-wavelogo-wrap {
  margin-top: -2.66666667rem;
  padding-bottom: 1rem;
}
.hero .hero-wavelogo {
  margin: 0 auto;
}
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6 {
  font-weight: 100;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.09rem;
  margin-top: 0;
  font-family: "Knockout-HTF68-FullFeatherwt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 0.9;
}
.hero h1 strong,
.hero h2 strong,
.hero h3 strong,
.hero h4 strong,
.hero h5 strong,
.hero h6 strong {
  color: #4f9ab7;
  font-weight: unset;
}
.hero h1,
.hero h2 {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 4rem;
}
.hero p {
  font-size: 1.4rem;
}
.hero p strong {
  font-size: 1rem;
  font-family: "TTCommons-DemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: unset;
  color: #4f9ab7;
}
.hero hr {
  margin-top: 1.3rem;
  margin-bottom: 1.6rem;
  margin-left: auto;
  border: 0;
  border-top: 0.2rem solid #4f9ab7;
  width: 5rem;
}
/* Row Number */
.row-number {
  display: block;
  font-family: "MarkFF", Helvetica, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 100;
  text-align: center;
  color: #4f9ab7;
}
.row-number p {
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  width: 100%;
}
/*----------------------------*/
/* Visual Composer Overwrites */
/*----------------------------*/
.vc_col-xs-1,
.vc_col-sm-1,
.vc_col-md-1,
.vc_col-lg-1,
.vc_col-xs-2,
.vc_col-sm-2,
.vc_col-md-2,
.vc_col-lg-2,
.vc_col-xs-3,
.vc_col-sm-3,
.vc_col-md-3,
.vc_col-lg-3,
.vc_col-xs-4,
.vc_col-sm-4,
.vc_col-md-4,
.vc_col-lg-4,
.vc_col-xs-5,
.vc_col-sm-5,
.vc_col-md-5,
.vc_col-lg-5,
.vc_col-xs-6,
.vc_col-sm-6,
.vc_col-md-6,
.vc_col-lg-6,
.vc_col-xs-7,
.vc_col-sm-7,
.vc_col-md-7,
.vc_col-lg-7,
.vc_col-xs-8,
.vc_col-sm-8,
.vc_col-md-8,
.vc_col-lg-8,
.vc_col-xs-9,
.vc_col-sm-9,
.vc_col-md-9,
.vc_col-lg-9,
.vc_col-xs-10,
.vc_col-sm-10,
.vc_col-md-10,
.vc_col-lg-10,
.vc_col-xs-11,
.vc_col-sm-11,
.vc_col-md-11,
.vc_col-lg-11,
.vc_col-xs-12,
.vc_col-sm-12,
.vc_col-md-12,
.vc_col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.full-width .vc_column_container {
  padding-left: 0;
  padding-right: 0;
}
.vc_row,
.wpb_row {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 4rem;
  padding-top: 4rem;
  margin-bottom: 0;
  background-color: #FFF;
}
@media (max-width: 991px) {
  .vc_row,
  .wpb_row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .vc_row blockquote,
  .wpb_row blockquote {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.vc_row:first-child,
.wpb_row:first-child {
  background-color: transparent;
}
.vc_row:first-child,
.wpb_row:first-child,
.vc_row:last-child,
.wpb_row:last-child {
  margin-bottom: -1px !important;
}
.vc_row:first-child:not(.blockquote),
.wpb_row:first-child:not(.blockquote),
.vc_row:last-child:not(.blockquote),
.wpb_row:last-child:not(.blockquote) {
  padding-bottom: 3rem;
}
.vc_row.halfpad,
.wpb_row.halfpad {
  padding-bottom: 4rem !important;
}
.vc_row.tight-end,
.wpb_row.tight-end {
  padding-bottom: 10px !important;
}
.vc_row.tight-start,
.wpb_row.tight-start {
  padding-top: 6rem !important;
}
.vc_row.extra-tight-start,
.wpb_row.extra-tight-start {
  padding-top: 3.75rem !important;
}
.vc_row.whitewaves,
.wpb_row.whitewaves {
  padding-top: 8rem;
}
.vc_row.nologo,
.wpb_row.nologo {
  padding-top: 4rem;
}
.vc_row.nologo .hero-wavelogo-wrap,
.wpb_row.nologo .hero-wavelogo-wrap {
  display: none !important;
}
.vc_row:not(.full-width),
.wpb_row:not(.full-width) {
  padding-left: 3rem;
  padding-right: 3rem;
}
.wpb_single_image {
  margin-bottom: 0;
}
.wpb_single_image .vc_single_image-wrapper {
  min-width: 100%;
}
.wpb_single_image img {
  min-width: 100%;
}
.tight-grid {
  padding-left: 0;
  padding-right: 0;
}
.tight-grid .vc_row {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.tight-grid .vc_row:first-child {
  padding-bottom: 1rem;
  padding-top: 3rem;
}
.tight-grid .vc_row:last-child {
  padding-bottom: 3rem;
  padding-top: 1rem;
}
.tight-grid .wpb_column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tight-grid .new_vc_content_wrap {
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .tight-grid .vc_row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .tight-grid .wpb_column {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .tight-grid .aphorism-card .aphorism-wrapper h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .tight-grid .vc_row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .tight-grid .wpb_column {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .tight-grid .aphorism-card .aphorism-wrapper h2 {
    font-size: 2.25rem;
    padding: 5% 5% 0;
  }
}
@media (max-width: 480px) {
  .tight-grid .aphorism-card .aphorism-wrapper h2 {
    font-size: 1.75rem;
  }
}
.aphorism-card {
  position: relative;
}
.aphorism-card .aphorism-wrapper {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: "miller-display", Georgia, "Times New Roman", Times, serif;
}
.aphorism-card .aphorism-wrapper h2 {
  color: #fff;
  font-size: 2rem;
  font-style: unset;
  padding: 5% 10% 0;
}
.tight-columns {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tight-columns .new_vc_content_wrap {
  padding-left: 5%;
  padding-right: 5%;
}
.tight-columns .wpb_column {
  padding-left: 0;
}
.tight-columns h4 {
  text-transform: unset;
  color: unset;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-family: "TTCommons-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tight-columns p {
  font-size: 1.4rem;
  line-height: 1.2rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .tight-columns {
    padding-bottom: 0;
  }
  .tight-columns .vc_row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .tight-columns .wpb_column {
    padding-bottom: 2rem;
    width: 33.33333333% !important;
    display: inline-block !important;
    vertical-align: top !important;
  }
}
@media (max-width: 768px) {
  .tight-columns {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .tight-columns .vc_row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .tight-columns .wpb_column {
    padding-bottom: 2rem;
  }
}
/*-----------------*/
/* Utility classes */
/*-----------------*/
.max-xxl {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.relative-pos {
  position: relative;
}
/*----------------*/
/* New Components */
/*----------------*/
/*-----------*/
/* Mastheads */
/*-----------*/
.masthead,
.masthead-full {
  margin-bottom: 0 !important;
  padding: 0 !important;
  position: relative;
  text-align: center;
}
.masthead img,
.masthead-full img {
  min-width: 100vw;
}
.masthead .wpb_text_column,
.masthead-full .wpb_text_column {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.masthead h1,
.masthead h2,
.masthead-full h1,
.masthead-full h2 {
  position: relative;
  margin-top: 0;
  color: white;
}
.masthead h1,
.masthead-full h1 {
  font-size: 4.7rem;
  font-family: "MarkFF", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.masthead h2,
.masthead-full h2 {
  font-family: "Sentinel", Times, serif;
  font-size: 1.551rem;
  font-style: italic;
}
.masthead .scroll-down,
.masthead-full .scroll-down {
  display: none;
}
.masthead.filtered:before,
.masthead-full.filtered:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(171, 171, 171, 0.2);
  z-index: 0;
  left: 0;
}
.masthead video,
.masthead .video,
.masthead-full video,
.masthead-full .video {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.masthead-full {
  background-color: transparent !important;
}
.masthead-full h1 {
  padding-top: 0;
  padding-bottom: 0;
}
.masthead-full .vc_col-xs-1,
.masthead-full .vc_col-sm-1,
.masthead-full .vc_col-md-1,
.masthead-full .vc_col-lg-1,
.masthead-full .vc_col-xs-2,
.masthead-full .vc_col-sm-2,
.masthead-full .vc_col-md-2,
.masthead-full .vc_col-lg-2,
.masthead-full .vc_col-xs-3,
.masthead-full .vc_col-sm-3,
.masthead-full .vc_col-md-3,
.masthead-full .vc_col-lg-3,
.masthead-full .vc_col-xs-4,
.masthead-full .vc_col-sm-4,
.masthead-full .vc_col-md-4,
.masthead-full .vc_col-lg-4,
.masthead-full .vc_col-xs-5,
.masthead-full .vc_col-sm-5,
.masthead-full .vc_col-md-5,
.masthead-full .vc_col-lg-5,
.masthead-full .vc_col-xs-6,
.masthead-full .vc_col-sm-6,
.masthead-full .vc_col-md-6,
.masthead-full .vc_col-lg-6,
.masthead-full .vc_col-xs-7,
.masthead-full .vc_col-sm-7,
.masthead-full .vc_col-md-7,
.masthead-full .vc_col-lg-7,
.masthead-full .vc_col-xs-8,
.masthead-full .vc_col-sm-8,
.masthead-full .vc_col-md-8,
.masthead-full .vc_col-lg-8,
.masthead-full .vc_col-xs-9,
.masthead-full .vc_col-sm-9,
.masthead-full .vc_col-md-9,
.masthead-full .vc_col-lg-9,
.masthead-full .vc_col-xs-10,
.masthead-full .vc_col-sm-10,
.masthead-full .vc_col-md-10,
.masthead-full .vc_col-lg-10,
.masthead-full .vc_col-xs-11,
.masthead-full .vc_col-sm-11,
.masthead-full .vc_col-md-11,
.masthead-full .vc_col-lg-11,
.masthead-full .vc_col-xs-12,
.masthead-full .vc_col-sm-12,
.masthead-full .vc_col-md-12,
.masthead-full .vc_col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.masthead-full:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.royalslider-masthead .wpb_text_column {
  padding-top: 0;
  padding-bottom: 0;
}
.big-masthead .hero-wavelogo-wrap,
.home-masthead .hero-wavelogo-wrap {
  display: none;
}
.big-masthead h1,
.home-masthead h1,
.big-masthead h2,
.home-masthead h2 {
  font-size: 7rem;
  line-height: 5.5rem;
}
@media only screen and (max-width : 992px) {
  .big-masthead h1,
  .home-masthead h1,
  .big-masthead h2,
  .home-masthead h2 {
    font-size: 6rem;
    line-height: 5rem;
  }
}
.big-masthead h1 strong,
.home-masthead h1 strong,
.big-masthead h2 strong,
.home-masthead h2 strong {
  color: #4f9ab7;
  font-weight: unset;
}
.big-masthead h1 em,
.home-masthead h1 em,
.big-masthead h2 em,
.home-masthead h2 em {
  font-style: normal;
  letter-spacing: -0.33rem;
}
@media only screen and (max-width : 992px) {
  .vc_row.big-masthead {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
/*-----------*/
/* Wave Rows */
/*-----------*/
.bluewaves {
  background-color: #2e4e5a !important;
  z-index: 8;
  font-family: "Sentinel", Times, serif;
  position: relative;
}
.bluewaves:before {
  background: url("../img/wave.svg") repeat-x;
  height: 10px;
  top: -10px;
  left: 0;
  width: 200%;
  position: absolute;
  z-index: 9;
  padding-bottom: 0;
}
.darkwaves {
  background-color: #243038 !important;
  z-index: 8;
  font-family: "Sentinel", Times, serif;
  position: relative;
}
.darkwaves:before {
  background: url("../img/darkwave.svg") repeat-x;
  height: 10px;
  top: -10px;
  left: 0;
  width: 200%;
  position: absolute;
  z-index: 9;
  padding-bottom: 0;
}
.whitewaves h2,
.whitewaves h3 {
  color: #243038;
}
#page-contact .vc_row.whitewaves:before,
#page-contact .vc_row.whitewaves:after {
  display: none;
}
/*-------------------------*/
/* Heading Line Separators */
/*-------------------------*/
.heading-line-separator,
.heading-line-separator-white {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}
.heading-line-separator h1,
.heading-line-separator h2,
.heading-line-separator h3,
.heading-line-separator h4,
.heading-line-separator h5,
.heading-line-separator h6,
.heading-line-separator-white h1,
.heading-line-separator-white h2,
.heading-line-separator-white h3,
.heading-line-separator-white h4,
.heading-line-separator-white h5,
.heading-line-separator-white h6 {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 0;
}
.heading-line-separator h1:before,
.heading-line-separator h2:before,
.heading-line-separator h3:before,
.heading-line-separator h4:before,
.heading-line-separator h5:before,
.heading-line-separator h6:before,
.heading-line-separator h1:after,
.heading-line-separator h2:after,
.heading-line-separator h3:after,
.heading-line-separator h4:after,
.heading-line-separator h5:after,
.heading-line-separator h6:after,
.heading-line-separator-white h1:before,
.heading-line-separator-white h2:before,
.heading-line-separator-white h3:before,
.heading-line-separator-white h4:before,
.heading-line-separator-white h5:before,
.heading-line-separator-white h6:before,
.heading-line-separator-white h1:after,
.heading-line-separator-white h2:after,
.heading-line-separator-white h3:after,
.heading-line-separator-white h4:after,
.heading-line-separator-white h5:after,
.heading-line-separator-white h6:after {
  display: none;
  border-top: 1px solid #4f9ab7;
  height: 1px;
  content: " ";
  position: relative;
}
.heading-line-separator h1:before,
.heading-line-separator h2:before,
.heading-line-separator h3:before,
.heading-line-separator h4:before,
.heading-line-separator h5:before,
.heading-line-separator h6:before,
.heading-line-separator-white h1:before,
.heading-line-separator-white h2:before,
.heading-line-separator-white h3:before,
.heading-line-separator-white h4:before,
.heading-line-separator-white h5:before,
.heading-line-separator-white h6:before {
  top: 0.5em;
  width: 50%;
  left: -60%;
}
.heading-line-separator h1:after,
.heading-line-separator h2:after,
.heading-line-separator h3:after,
.heading-line-separator h4:after,
.heading-line-separator h5:after,
.heading-line-separator h6:after,
.heading-line-separator-white h1:after,
.heading-line-separator-white h2:after,
.heading-line-separator-white h3:after,
.heading-line-separator-white h4:after,
.heading-line-separator-white h5:after,
.heading-line-separator-white h6:after {
  top: -0.6em;
  width: 50%;
  left: 110%;
}
.heading-line-separator-white h1,
.heading-line-separator-white h2,
.heading-line-separator-white h3,
.heading-line-separator-white h4,
.heading-line-separator-white h5,
.heading-line-separator-white h6 {
  color: white;
}
.heading-line-separator-white h1:before,
.heading-line-separator-white h2:before,
.heading-line-separator-white h3:before,
.heading-line-separator-white h4:before,
.heading-line-separator-white h5:before,
.heading-line-separator-white h6:before,
.heading-line-separator-white h1:after,
.heading-line-separator-white h2:after,
.heading-line-separator-white h3:after,
.heading-line-separator-white h4:after,
.heading-line-separator-white h5:after,
.heading-line-separator-white h6:after {
  border-top: 1px solid white;
}
/*--------------------*/
/* Vertical Centering */
/*--------------------*/
.vertical-center img,
.vertical-center-square img {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 3rem;
}
/*--------------------*/
/* Absolute Centering */
/*--------------------*/
.abs-center {
  top: 3rem;
  text-align: center;
}
.abs-center-img img {
  position: absolute;
  top: 50%;
  left: 50%;
}
/*-------------------------*/
/* Bootstrap Media Queries */
/*-------------------------*/
.hide-on-mobile {
  display: none;
}
/*--------------------------------------------*/
/* Smallest devices (tablets, 480px - 768px ) */
/*--------------------------------------------*/
@media (min-width: 480px) {
  .masthead-full:after {
    height: 0;
  }
}
/*---------------------------------------*/
/* Small devices (tablets, 768px and up) */
/*---------------------------------------*/
@media (min-width: 768px) {
  .hide-on-mobile {
    display: block;
  }
  .wrap {
    margin: 0 auto;
  }
  .wrap .inner-wrap {
    overflow-x: hidden;
  }
  .blockquote {
    padding: 0 3rem !important;
  }
  .bluewaves {
    background-color: #2e4e5a !important;
    z-index: 8;
    font-family: "Sentinel", Times, serif;
    position: relative;
  }
  .bluewaves:before {
    background: url("../img/wave.svg") repeat-x;
    height: 15px;
    top: -15px;
    left: 0;
    width: 200%;
    position: absolute;
    z-index: 9;
    padding-bottom: 0;
  }
  .darkwaves {
    background-color: #243038 !important;
    z-index: 8;
    font-family: "Sentinel", Times, serif;
    position: relative;
  }
  .darkwaves:before {
    background: url("../img/darkwave.svg") repeat-x;
    height: 15px;
    top: -15px;
    left: 0;
    width: 200%;
    position: absolute;
    z-index: 9;
    padding-bottom: 0;
  }
  .masthead .scroll-down,
  .masthead-full .scroll-down {
    display: block;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    position: absolute;
    bottom: 3rem;
  }
  .no-scroll-down .scroll-down {
    display: none;
  }
  .vc_col-xs-1,
  .vc_col-sm-1,
  .vc_col-md-1,
  .vc_col-lg-1,
  .vc_col-xs-2,
  .vc_col-sm-2,
  .vc_col-md-2,
  .vc_col-lg-2,
  .vc_col-xs-3,
  .vc_col-sm-3,
  .vc_col-md-3,
  .vc_col-lg-3,
  .vc_col-xs-4,
  .vc_col-sm-4,
  .vc_col-md-4,
  .vc_col-lg-4,
  .vc_col-xs-5,
  .vc_col-sm-5,
  .vc_col-md-5,
  .vc_col-lg-5,
  .vc_col-xs-6,
  .vc_col-sm-6,
  .vc_col-md-6,
  .vc_col-lg-6,
  .vc_col-xs-7,
  .vc_col-sm-7,
  .vc_col-md-7,
  .vc_col-lg-7,
  .vc_col-xs-8,
  .vc_col-sm-8,
  .vc_col-md-8,
  .vc_col-lg-8,
  .vc_col-xs-9,
  .vc_col-sm-9,
  .vc_col-md-9,
  .vc_col-lg-9,
  .vc_col-xs-10,
  .vc_col-sm-10,
  .vc_col-md-10,
  .vc_col-lg-10,
  .vc_col-xs-11,
  .vc_col-sm-11,
  .vc_col-md-11,
  .vc_col-lg-11 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .vc_col-xs-1:first-child,
  .vc_col-sm-1:first-child,
  .vc_col-md-1:first-child,
  .vc_col-lg-1:first-child,
  .vc_col-xs-2:first-child,
  .vc_col-sm-2:first-child,
  .vc_col-md-2:first-child,
  .vc_col-lg-2:first-child,
  .vc_col-xs-3:first-child,
  .vc_col-sm-3:first-child,
  .vc_col-md-3:first-child,
  .vc_col-lg-3:first-child,
  .vc_col-xs-4:first-child,
  .vc_col-sm-4:first-child,
  .vc_col-md-4:first-child,
  .vc_col-lg-4:first-child,
  .vc_col-xs-5:first-child,
  .vc_col-sm-5:first-child,
  .vc_col-md-5:first-child,
  .vc_col-lg-5:first-child,
  .vc_col-xs-6:first-child,
  .vc_col-sm-6:first-child,
  .vc_col-md-6:first-child,
  .vc_col-lg-6:first-child,
  .vc_col-xs-7:first-child,
  .vc_col-sm-7:first-child,
  .vc_col-md-7:first-child,
  .vc_col-lg-7:first-child,
  .vc_col-xs-8:first-child,
  .vc_col-sm-8:first-child,
  .vc_col-md-8:first-child,
  .vc_col-lg-8:first-child,
  .vc_col-xs-9:first-child,
  .vc_col-sm-9:first-child,
  .vc_col-md-9:first-child,
  .vc_col-lg-9:first-child,
  .vc_col-xs-10:first-child,
  .vc_col-sm-10:first-child,
  .vc_col-md-10:first-child,
  .vc_col-lg-10:first-child,
  .vc_col-xs-11:first-child,
  .vc_col-sm-11:first-child,
  .vc_col-md-11:first-child,
  .vc_col-lg-11:first-child,
  .vc_col-xs-1.hero,
  .vc_col-sm-1.hero,
  .vc_col-md-1.hero,
  .vc_col-lg-1.hero,
  .vc_col-xs-2.hero,
  .vc_col-sm-2.hero,
  .vc_col-md-2.hero,
  .vc_col-lg-2.hero,
  .vc_col-xs-3.hero,
  .vc_col-sm-3.hero,
  .vc_col-md-3.hero,
  .vc_col-lg-3.hero,
  .vc_col-xs-4.hero,
  .vc_col-sm-4.hero,
  .vc_col-md-4.hero,
  .vc_col-lg-4.hero,
  .vc_col-xs-5.hero,
  .vc_col-sm-5.hero,
  .vc_col-md-5.hero,
  .vc_col-lg-5.hero,
  .vc_col-xs-6.hero,
  .vc_col-sm-6.hero,
  .vc_col-md-6.hero,
  .vc_col-lg-6.hero,
  .vc_col-xs-7.hero,
  .vc_col-sm-7.hero,
  .vc_col-md-7.hero,
  .vc_col-lg-7.hero,
  .vc_col-xs-8.hero,
  .vc_col-sm-8.hero,
  .vc_col-md-8.hero,
  .vc_col-lg-8.hero,
  .vc_col-xs-9.hero,
  .vc_col-sm-9.hero,
  .vc_col-md-9.hero,
  .vc_col-lg-9.hero,
  .vc_col-xs-10.hero,
  .vc_col-sm-10.hero,
  .vc_col-md-10.hero,
  .vc_col-lg-10.hero,
  .vc_col-xs-11.hero,
  .vc_col-sm-11.hero,
  .vc_col-md-11.hero,
  .vc_col-lg-11.hero {
    padding-left: 0;
  }
  .vc_col-xs-1:last-child,
  .vc_col-sm-1:last-child,
  .vc_col-md-1:last-child,
  .vc_col-lg-1:last-child,
  .vc_col-xs-2:last-child,
  .vc_col-sm-2:last-child,
  .vc_col-md-2:last-child,
  .vc_col-lg-2:last-child,
  .vc_col-xs-3:last-child,
  .vc_col-sm-3:last-child,
  .vc_col-md-3:last-child,
  .vc_col-lg-3:last-child,
  .vc_col-xs-4:last-child,
  .vc_col-sm-4:last-child,
  .vc_col-md-4:last-child,
  .vc_col-lg-4:last-child,
  .vc_col-xs-5:last-child,
  .vc_col-sm-5:last-child,
  .vc_col-md-5:last-child,
  .vc_col-lg-5:last-child,
  .vc_col-xs-6:last-child,
  .vc_col-sm-6:last-child,
  .vc_col-md-6:last-child,
  .vc_col-lg-6:last-child,
  .vc_col-xs-7:last-child,
  .vc_col-sm-7:last-child,
  .vc_col-md-7:last-child,
  .vc_col-lg-7:last-child,
  .vc_col-xs-8:last-child,
  .vc_col-sm-8:last-child,
  .vc_col-md-8:last-child,
  .vc_col-lg-8:last-child,
  .vc_col-xs-9:last-child,
  .vc_col-sm-9:last-child,
  .vc_col-md-9:last-child,
  .vc_col-lg-9:last-child,
  .vc_col-xs-10:last-child,
  .vc_col-sm-10:last-child,
  .vc_col-md-10:last-child,
  .vc_col-lg-10:last-child,
  .vc_col-xs-11:last-child,
  .vc_col-sm-11:last-child,
  .vc_col-md-11:last-child,
  .vc_col-lg-11:last-child,
  .vc_col-xs-1.hero,
  .vc_col-sm-1.hero,
  .vc_col-md-1.hero,
  .vc_col-lg-1.hero,
  .vc_col-xs-2.hero,
  .vc_col-sm-2.hero,
  .vc_col-md-2.hero,
  .vc_col-lg-2.hero,
  .vc_col-xs-3.hero,
  .vc_col-sm-3.hero,
  .vc_col-md-3.hero,
  .vc_col-lg-3.hero,
  .vc_col-xs-4.hero,
  .vc_col-sm-4.hero,
  .vc_col-md-4.hero,
  .vc_col-lg-4.hero,
  .vc_col-xs-5.hero,
  .vc_col-sm-5.hero,
  .vc_col-md-5.hero,
  .vc_col-lg-5.hero,
  .vc_col-xs-6.hero,
  .vc_col-sm-6.hero,
  .vc_col-md-6.hero,
  .vc_col-lg-6.hero,
  .vc_col-xs-7.hero,
  .vc_col-sm-7.hero,
  .vc_col-md-7.hero,
  .vc_col-lg-7.hero,
  .vc_col-xs-8.hero,
  .vc_col-sm-8.hero,
  .vc_col-md-8.hero,
  .vc_col-lg-8.hero,
  .vc_col-xs-9.hero,
  .vc_col-sm-9.hero,
  .vc_col-md-9.hero,
  .vc_col-lg-9.hero,
  .vc_col-xs-10.hero,
  .vc_col-sm-10.hero,
  .vc_col-md-10.hero,
  .vc_col-lg-10.hero,
  .vc_col-xs-11.hero,
  .vc_col-sm-11.hero,
  .vc_col-md-11.hero,
  .vc_col-lg-11.hero {
    padding-right: 0;
  }
  .vc_col-xs-12,
  .vc_col-sm-12,
  .vc_col-md-12,
  .vc_col-lg-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .vc_col-xs-12 + .vc_col-xs-1,
  .vc_col-sm-12 + .vc_col-xs-1,
  .vc_col-md-12 + .vc_col-xs-1,
  .vc_col-lg-12 + .vc_col-xs-1,
  .vc_col-xs-12 + .vc_col-sm-1,
  .vc_col-sm-12 + .vc_col-sm-1,
  .vc_col-md-12 + .vc_col-sm-1,
  .vc_col-lg-12 + .vc_col-sm-1,
  .vc_col-xs-12 + .vc_col-md-1,
  .vc_col-sm-12 + .vc_col-md-1,
  .vc_col-md-12 + .vc_col-md-1,
  .vc_col-lg-12 + .vc_col-md-1,
  .vc_col-xs-12 + .vc_col-lg-1,
  .vc_col-sm-12 + .vc_col-lg-1,
  .vc_col-md-12 + .vc_col-lg-1,
  .vc_col-lg-12 + .vc_col-lg-1 {
    padding-left: 0;
  }
  .vc_col-xs-12 + .vc_col-xs-2,
  .vc_col-sm-12 + .vc_col-xs-2,
  .vc_col-md-12 + .vc_col-xs-2,
  .vc_col-lg-12 + .vc_col-xs-2,
  .vc_col-xs-12 + .vc_col-sm-2,
  .vc_col-sm-12 + .vc_col-sm-2,
  .vc_col-md-12 + .vc_col-sm-2,
  .vc_col-lg-12 + .vc_col-sm-2,
  .vc_col-xs-12 + .vc_col-md-2,
  .vc_col-sm-12 + .vc_col-md-2,
  .vc_col-md-12 + .vc_col-md-2,
  .vc_col-lg-12 + .vc_col-md-2,
  .vc_col-xs-12 + .vc_col-lg-2,
  .vc_col-sm-12 + .vc_col-lg-2,
  .vc_col-md-12 + .vc_col-lg-2,
  .vc_col-lg-12 + .vc_col-lg-2 {
    padding-left: 0;
  }
  .vc_col-xs-12 + .vc_col-xs-3,
  .vc_col-sm-12 + .vc_col-xs-3,
  .vc_col-md-12 + .vc_col-xs-3,
  .vc_col-lg-12 + .vc_col-xs-3,
  .vc_col-xs-12 + .vc_col-sm-3,
  .vc_col-sm-12 + .vc_col-sm-3,
  .vc_col-md-12 + .vc_col-sm-3,
  .vc_col-lg-12 + .vc_col-sm-3,
  .vc_col-xs-12 + .vc_col-md-3,
  .vc_col-sm-12 + .vc_col-md-3,
  .vc_col-md-12 + .vc_col-md-3,
  .vc_col-lg-12 + .vc_col-md-3,
  .vc_col-xs-12 + .vc_col-lg-3,
  .vc_col-sm-12 + .vc_col-lg-3,
  .vc_col-md-12 + .vc_col-lg-3,
  .vc_col-lg-12 + .vc_col-lg-3 {
    padding-left: 0;
  }
  .vc_col-xs-12 + .vc_col-xs-4,
  .vc_col-sm-12 + .vc_col-xs-4,
  .vc_col-md-12 + .vc_col-xs-4,
  .vc_col-lg-12 + .vc_col-xs-4,
  .vc_col-xs-12 + .vc_col-sm-4,
  .vc_col-sm-12 + .vc_col-sm-4,
  .vc_col-md-12 + .vc_col-sm-4,
  .vc_col-lg-12 + .vc_col-sm-4,
  .vc_col-xs-12 + .vc_col-md-4,
  .vc_col-sm-12 + .vc_col-md-4,
  .vc_col-md-12 + .vc_col-md-4,
  .vc_col-lg-12 + .vc_col-md-4,
  .vc_col-xs-12 + .vc_col-lg-4,
  .vc_col-sm-12 + .vc_col-lg-4,
  .vc_col-md-12 + .vc_col-lg-4,
  .vc_col-lg-12 + .vc_col-lg-4 {
    padding-left: 0;
  }
  .vc_col-xs-12 + .vc_col-xs-5,
  .vc_col-sm-12 + .vc_col-xs-5,
  .vc_col-md-12 + .vc_col-xs-5,
  .vc_col-lg-12 + .vc_col-xs-5,
  .vc_col-xs-12 + .vc_col-sm-5,
  .vc_col-sm-12 + .vc_col-sm-5,
  .vc_col-md-12 + .vc_col-sm-5,
  .vc_col-lg-12 + .vc_col-sm-5,
  .vc_col-xs-12 + .vc_col-md-5,
  .vc_col-sm-12 + .vc_col-md-5,
  .vc_col-md-12 + .vc_col-md-5,
  .vc_col-lg-12 + .vc_col-md-5,
  .vc_col-xs-12 + .vc_col-lg-5,
  .vc_col-sm-12 + .vc_col-lg-5,
  .vc_col-md-12 + .vc_col-lg-5,
  .vc_col-lg-12 + .vc_col-lg-5 {
    padding-left: 0;
  }
  .vc_col-xs-12 + .vc_col-xs-6,
  .vc_col-sm-12 + .vc_col-xs-6,
  .vc_col-md-12 + .vc_col-xs-6,
  .vc_col-lg-12 + .vc_col-xs-6,
  .vc_col-xs-12 + .vc_col-sm-6,
  .vc_col-sm-12 + .vc_col-sm-6,
  .vc_col-md-12 + .vc_col-sm-6,
  .vc_col-lg-12 + .vc_col-sm-6,
  .vc_col-xs-12 + .vc_col-md-6,
  .vc_col-sm-12 + .vc_col-md-6,
  .vc_col-md-12 + .vc_col-md-6,
  .vc_col-lg-12 + .vc_col-md-6,
  .vc_col-xs-12 + .vc_col-lg-6,
  .vc_col-sm-12 + .vc_col-lg-6,
  .vc_col-md-12 + .vc_col-lg-6,
  .vc_col-lg-12 + .vc_col-lg-6 {
    padding-left: 0;
  }
  .vc_col-xs-12 + .vc_col-xs-7,
  .vc_col-sm-12 + .vc_col-xs-7,
  .vc_col-md-12 + .vc_col-xs-7,
  .vc_col-lg-12 + .vc_col-xs-7,
  .vc_col-xs-12 + .vc_col-sm-7,
  .vc_col-sm-12 + .vc_col-sm-7,
  .vc_col-md-12 + .vc_col-sm-7,
  .vc_col-lg-12 + .vc_col-sm-7,
  .vc_col-xs-12 + .vc_col-md-7,
  .vc_col-sm-12 + .vc_col-md-7,
  .vc_col-md-12 + .vc_col-md-7,
  .vc_col-lg-12 + .vc_col-md-7,
  .vc_col-xs-12 + .vc_col-lg-7,
  .vc_col-sm-12 + .vc_col-lg-7,
  .vc_col-md-12 + .vc_col-lg-7,
  .vc_col-lg-12 + .vc_col-lg-7 {
    padding-left: 0;
  }
  .vc_col-xs-12 + .vc_col-xs-8,
  .vc_col-sm-12 + .vc_col-xs-8,
  .vc_col-md-12 + .vc_col-xs-8,
  .vc_col-lg-12 + .vc_col-xs-8,
  .vc_col-xs-12 + .vc_col-sm-8,
  .vc_col-sm-12 + .vc_col-sm-8,
  .vc_col-md-12 + .vc_col-sm-8,
  .vc_col-lg-12 + .vc_col-sm-8,
  .vc_col-xs-12 + .vc_col-md-8,
  .vc_col-sm-12 + .vc_col-md-8,
  .vc_col-md-12 + .vc_col-md-8,
  .vc_col-lg-12 + .vc_col-md-8,
  .vc_col-xs-12 + .vc_col-lg-8,
  .vc_col-sm-12 + .vc_col-lg-8,
  .vc_col-md-12 + .vc_col-lg-8,
  .vc_col-lg-12 + .vc_col-lg-8 {
    padding-left: 0;
  }
  .vc_col-xs-12 + .vc_col-xs-9,
  .vc_col-sm-12 + .vc_col-xs-9,
  .vc_col-md-12 + .vc_col-xs-9,
  .vc_col-lg-12 + .vc_col-xs-9,
  .vc_col-xs-12 + .vc_col-sm-9,
  .vc_col-sm-12 + .vc_col-sm-9,
  .vc_col-md-12 + .vc_col-sm-9,
  .vc_col-lg-12 + .vc_col-sm-9,
  .vc_col-xs-12 + .vc_col-md-9,
  .vc_col-sm-12 + .vc_col-md-9,
  .vc_col-md-12 + .vc_col-md-9,
  .vc_col-lg-12 + .vc_col-md-9,
  .vc_col-xs-12 + .vc_col-lg-9,
  .vc_col-sm-12 + .vc_col-lg-9,
  .vc_col-md-12 + .vc_col-lg-9,
  .vc_col-lg-12 + .vc_col-lg-9 {
    padding-left: 0;
  }
  .vc_col-xs-12 + .vc_col-xs-10,
  .vc_col-sm-12 + .vc_col-xs-10,
  .vc_col-md-12 + .vc_col-xs-10,
  .vc_col-lg-12 + .vc_col-xs-10,
  .vc_col-xs-12 + .vc_col-sm-10,
  .vc_col-sm-12 + .vc_col-sm-10,
  .vc_col-md-12 + .vc_col-sm-10,
  .vc_col-lg-12 + .vc_col-sm-10,
  .vc_col-xs-12 + .vc_col-md-10,
  .vc_col-sm-12 + .vc_col-md-10,
  .vc_col-md-12 + .vc_col-md-10,
  .vc_col-lg-12 + .vc_col-md-10,
  .vc_col-xs-12 + .vc_col-lg-10,
  .vc_col-sm-12 + .vc_col-lg-10,
  .vc_col-md-12 + .vc_col-lg-10,
  .vc_col-lg-12 + .vc_col-lg-10 {
    padding-left: 0;
  }
  .vc_col-xs-12 + .vc_col-xs-11,
  .vc_col-sm-12 + .vc_col-xs-11,
  .vc_col-md-12 + .vc_col-xs-11,
  .vc_col-lg-12 + .vc_col-xs-11,
  .vc_col-xs-12 + .vc_col-sm-11,
  .vc_col-sm-12 + .vc_col-sm-11,
  .vc_col-md-12 + .vc_col-sm-11,
  .vc_col-lg-12 + .vc_col-sm-11,
  .vc_col-xs-12 + .vc_col-md-11,
  .vc_col-sm-12 + .vc_col-md-11,
  .vc_col-md-12 + .vc_col-md-11,
  .vc_col-lg-12 + .vc_col-md-11,
  .vc_col-xs-12 + .vc_col-lg-11,
  .vc_col-sm-12 + .vc_col-lg-11,
  .vc_col-md-12 + .vc_col-lg-11,
  .vc_col-lg-12 + .vc_col-lg-11 {
    padding-left: 0;
  }
  .hero .vc_col-xs-1,
  .masthead .vc_col-xs-1,
  .hero .vc_col-sm-1,
  .masthead .vc_col-sm-1,
  .hero .vc_col-md-1,
  .masthead .vc_col-md-1,
  .hero .vc_col-lg-1,
  .masthead .vc_col-lg-1,
  .hero .vc_col-xs-2,
  .masthead .vc_col-xs-2,
  .hero .vc_col-sm-2,
  .masthead .vc_col-sm-2,
  .hero .vc_col-md-2,
  .masthead .vc_col-md-2,
  .hero .vc_col-lg-2,
  .masthead .vc_col-lg-2,
  .hero .vc_col-xs-3,
  .masthead .vc_col-xs-3,
  .hero .vc_col-sm-3,
  .masthead .vc_col-sm-3,
  .hero .vc_col-md-3,
  .masthead .vc_col-md-3,
  .hero .vc_col-lg-3,
  .masthead .vc_col-lg-3,
  .hero .vc_col-xs-4,
  .masthead .vc_col-xs-4,
  .hero .vc_col-sm-4,
  .masthead .vc_col-sm-4,
  .hero .vc_col-md-4,
  .masthead .vc_col-md-4,
  .hero .vc_col-lg-4,
  .masthead .vc_col-lg-4,
  .hero .vc_col-xs-5,
  .masthead .vc_col-xs-5,
  .hero .vc_col-sm-5,
  .masthead .vc_col-sm-5,
  .hero .vc_col-md-5,
  .masthead .vc_col-md-5,
  .hero .vc_col-lg-5,
  .masthead .vc_col-lg-5,
  .hero .vc_col-xs-6,
  .masthead .vc_col-xs-6,
  .hero .vc_col-sm-6,
  .masthead .vc_col-sm-6,
  .hero .vc_col-md-6,
  .masthead .vc_col-md-6,
  .hero .vc_col-lg-6,
  .masthead .vc_col-lg-6,
  .hero .vc_col-xs-7,
  .masthead .vc_col-xs-7,
  .hero .vc_col-sm-7,
  .masthead .vc_col-sm-7,
  .hero .vc_col-md-7,
  .masthead .vc_col-md-7,
  .hero .vc_col-lg-7,
  .masthead .vc_col-lg-7,
  .hero .vc_col-xs-8,
  .masthead .vc_col-xs-8,
  .hero .vc_col-sm-8,
  .masthead .vc_col-sm-8,
  .hero .vc_col-md-8,
  .masthead .vc_col-md-8,
  .hero .vc_col-lg-8,
  .masthead .vc_col-lg-8,
  .hero .vc_col-xs-9,
  .masthead .vc_col-xs-9,
  .hero .vc_col-sm-9,
  .masthead .vc_col-sm-9,
  .hero .vc_col-md-9,
  .masthead .vc_col-md-9,
  .hero .vc_col-lg-9,
  .masthead .vc_col-lg-9,
  .hero .vc_col-xs-10,
  .masthead .vc_col-xs-10,
  .hero .vc_col-sm-10,
  .masthead .vc_col-sm-10,
  .hero .vc_col-md-10,
  .masthead .vc_col-md-10,
  .hero .vc_col-lg-10,
  .masthead .vc_col-lg-10,
  .hero .vc_col-xs-11,
  .masthead .vc_col-xs-11,
  .hero .vc_col-sm-11,
  .masthead .vc_col-sm-11,
  .hero .vc_col-md-11,
  .masthead .vc_col-md-11,
  .hero .vc_col-lg-11,
  .masthead .vc_col-lg-11,
  .hero .vc_col-xs-12,
  .masthead .vc_col-xs-12,
  .hero .vc_col-sm-12,
  .masthead .vc_col-sm-12,
  .hero .vc_col-md-12,
  .masthead .vc_col-md-12,
  .hero .vc_col-lg-12,
  .masthead .vc_col-lg-12,
  .masthead-full .vc_col-xs-1,
  .masthead-full .vc_col-sm-1,
  .masthead-full .vc_col-md-1,
  .masthead-full .vc_col-lg-1,
  .masthead-full .vc_col-xs-2,
  .masthead-full .vc_col-sm-2,
  .masthead-full .vc_col-md-2,
  .masthead-full .vc_col-lg-2,
  .masthead-full .vc_col-xs-3,
  .masthead-full .vc_col-sm-3,
  .masthead-full .vc_col-md-3,
  .masthead-full .vc_col-lg-3,
  .masthead-full .vc_col-xs-4,
  .masthead-full .vc_col-sm-4,
  .masthead-full .vc_col-md-4,
  .masthead-full .vc_col-lg-4,
  .masthead-full .vc_col-xs-5,
  .masthead-full .vc_col-sm-5,
  .masthead-full .vc_col-md-5,
  .masthead-full .vc_col-lg-5,
  .masthead-full .vc_col-xs-6,
  .masthead-full .vc_col-sm-6,
  .masthead-full .vc_col-md-6,
  .masthead-full .vc_col-lg-6,
  .masthead-full .vc_col-xs-7,
  .masthead-full .vc_col-sm-7,
  .masthead-full .vc_col-md-7,
  .masthead-full .vc_col-lg-7,
  .masthead-full .vc_col-xs-8,
  .masthead-full .vc_col-sm-8,
  .masthead-full .vc_col-md-8,
  .masthead-full .vc_col-lg-8,
  .masthead-full .vc_col-xs-9,
  .masthead-full .vc_col-sm-9,
  .masthead-full .vc_col-md-9,
  .masthead-full .vc_col-lg-9,
  .masthead-full .vc_col-xs-10,
  .masthead-full .vc_col-sm-10,
  .masthead-full .vc_col-md-10,
  .masthead-full .vc_col-lg-10,
  .masthead-full .vc_col-xs-11,
  .masthead-full .vc_col-sm-11,
  .masthead-full .vc_col-md-11,
  .masthead-full .vc_col-lg-11,
  .masthead-full .vc_col-xs-12,
  .masthead-full .vc_col-sm-12,
  .masthead-full .vc_col-md-12,
  .masthead-full .vc_col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .heading-line-separator h1,
  .heading-line-separator h2,
  .heading-line-separator h3,
  .heading-line-separator h4,
  .heading-line-separator h5,
  .heading-line-separator h6,
  .heading-line-separator-white h1,
  .heading-line-separator-white h2,
  .heading-line-separator-white h3,
  .heading-line-separator-white h4,
  .heading-line-separator-white h5,
  .heading-line-separator-white h6 {
    color: #4f9ab7;
    font-family: "Sentinel", Times, serif;
  }
  .heading-line-separator h1:before,
  .heading-line-separator h2:before,
  .heading-line-separator h3:before,
  .heading-line-separator h4:before,
  .heading-line-separator h5:before,
  .heading-line-separator h6:before,
  .heading-line-separator h1:after,
  .heading-line-separator h2:after,
  .heading-line-separator h3:after,
  .heading-line-separator h4:after,
  .heading-line-separator h5:after,
  .heading-line-separator h6:after,
  .heading-line-separator-white h1:before,
  .heading-line-separator-white h2:before,
  .heading-line-separator-white h3:before,
  .heading-line-separator-white h4:before,
  .heading-line-separator-white h5:before,
  .heading-line-separator-white h6:before,
  .heading-line-separator-white h1:after,
  .heading-line-separator-white h2:after,
  .heading-line-separator-white h3:after,
  .heading-line-separator-white h4:after,
  .heading-line-separator-white h5:after,
  .heading-line-separator-white h6:after {
    display: block;
  }
}
/*-----------------------------------------*/
/* Medium devices (desktops, 992px and up) */
/*-----------------------------------------*/
@media (min-width: 992px) {
  .vertical-center img,
  .vertical-center-square img {
    max-width: 50%;
    left: 50%;
    margin-left: -25%;
  }
  .main.main {
    margin-top: 3.5rem;
  }
}
/*-----------------------------------------------*/
/* Large devices (large desktops, 1200px and up) */
/*-----------------------------------------------*/
@media (min-width: 1200px) {
  .main.main {
    margin-top: 3rem;
  }
}
/*--------------------------*/
/* Specific range overrides */
/*--------------------------*/
@media (min-width: 768px) and (max-width: 1200px) {
  .home .hero .vc_col-sm-10,
  .studio .vc_row .vc_col-sm-10,
  .contact .hero .vc_col-sm-10 {
    width: 75%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .home .hero .vc_col-sm-10 p,
  .studio .vc_row .vc_col-sm-10 p,
  .contact .hero .vc_col-sm-10 p,
  .home .hero .vc_col-sm-10 li,
  .studio .vc_row .vc_col-sm-10 li,
  .contact .hero .vc_col-sm-10 li {
    font-size: 1.4rem;
  }
}
@media (min-width: 1300px) {
  .home-masthead h2 {
    font-size: 7rem;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.cta-primary {
  background-color: #4f9ab7;
  color: #fff;
  display: inline-block;
  font-family: "TTCommons-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 2.75rem 1rem 2rem;
  padding: 1rem 3rem;
  text-transform: unset;
  font-size: 1.6rem;
}
.cta-primary:active,
.cta-primary:hover {
  color: #fff;
  background-color: #82cdea;
}
#muteButton {
  opacity: 0.3;
  -webkit-transition: opacity 0.5s ease;
       -o-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  z-index: 100000;
  background-image: url('//image.flaticon.com/icons/svg/10/10776.svg');
  -webkit-filter: invert(1);
          filter: invert(1);
  cursor: pointer;
}
#muteButton:hover {
  opacity: 1;
}
.comment-list ol {
  list-style: none;
}
.gallery-row {
  padding: 0.5rem 0;
}
/* Magnific Popup CSS */
.default-popup {
  position: relative;
  background: #FFF;
  padding: 30px 40px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.mfp-popup {
  position: relative;
  width: auto;
  margin: 0 auto;
  height: auto;
}
.mfp-popup .royalSlider {
  width: 100%;
  min-height: 300px;
}
.mfp-popup .royalSlider .rsCloseVideoIcn {
  display: none;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #4f9ab7;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1280px;
  max-height: 100%;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
     -o-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
     -o-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
     transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
     transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.aligncenter {
  display: block;
  margin: 0.5rem auto;
}
.alignleft,
.alignright {
  margin-bottom: 0.5rem;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }
  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
/*----------*/
/* Sentinel */
/*----------*/
@font-face {
  font-family: 'Sentinel';
  src: url('../fonts/Sentinel/Sentinel-Light.woff') format('woff'), url('../fonts/Sentinel/Sentinel-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Sentinel/Sentinel-Light.otf') format('opentype'), url('../fonts/Sentinel/Sentinel-Light.ttf') format('truetype'), url('../fonts/Sentinel/Sentinel-Light.svg#Sentinel-Light') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Sentinel';
  src: url('../fonts/Sentinel/Sentinel-LightItalic.woff') format('woff'), url('../fonts/Sentinel/Sentinel-LightItalic.ttf') format('truetype'), url('../fonts/Sentinel/Sentinel-LightItalic.svg#Sentinel-LightItalic') format('svg');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Sentinel';
  src: url('../fonts/Sentinel/Sentinel-Book.woff') format('woff'), url('../fonts/Sentinel/Sentinel-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Sentinel/Sentinel-Book.otf') format('opentype'), url('../fonts/Sentinel/Sentinel-Book.ttf') format('truetype'), url('../fonts/Sentinel/Sentinel-Book.svg#Sentinel-Book') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sentinel';
  src: url('../fonts/Sentinel/Sentinel-BookItalic.woff') format('woff'), url('../fonts/Sentinel/Sentinel-BookItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Sentinel/Sentinel-BookItalic.otf') format('opentype'), url('Sentinel-BookItalic.ttf') format('truetype'), url('../fonts/Sentinel/Sentinel-BookItalic.svg#Sentinel-BookItalic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Sentinel';
  src: url('../fonts/Sentinel/Sentinel-Medium.woff') format('woff'), url('../fonts/Sentinel/Sentinel-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Sentinel/Sentinel-Medium.otf') format('opentype'), url('../fonts/Sentinel/Sentinel-Medium.ttf') format('truetype'), url('../fonts/Sentinel/Sentinel-Medium.svg#Sentinel-Medium') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Sentinel';
  src: url('../fonts/Sentinel/Sentinel-MediumItalic.woff') format('woff'), url('../fonts/Sentinel/Sentinel-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Sentinel/Sentinel-MediumItalic.otf') format('opentype'), url('../fonts/Sentinel/Sentinel-MediumItalic.ttf') format('truetype'), url('../fonts/Sentinel/Sentinel-MediumItalic.svg#Sentinel-MediumItalic') format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Sentinel';
  src: url('../fonts/Sentinel/Sentinel-Bold.woff') format('woff'), url('../fonts/Sentinel/Sentinel-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Sentinel/Sentinel-Bold.otf') format('opentype'), url('../fonts/Sentinel/Sentinel-Bold.ttf') format('truetype'), url('../fonts/Sentinel/Sentinel-Bold.svg#Sentinel-Bold') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Sentinel';
  src: url('../fonts/Sentinel/Sentinel-BoldItalic.woff') format('woff'), url('../fonts/Sentinel/Sentinel-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Sentinel/Sentinel-BoldItalic.otf') format('opentype'), url('../fonts/Sentinel/Sentinel-BoldItalic.ttf') format('truetype'), url('../fonts/Sentinel/Sentinel-BoldItalic.svg#Sentinel-BoldItalic') format('svg');
  font-weight: 800;
  font-style: italic;
}
/*---------*/
/* Mark FF */
/*---------*/
@font-face {
  font-family: 'MarkFF';
  src: url('../fonts/MarkFF/MarkWeb-Black.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'MarkFF';
  src: url('../fonts/MarkFF/MarkWeb-BlackItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'MarkFF';
  src: url('../fonts/MarkFF/MarkWeb-HeavyItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'MarkFF';
  src: url('../fonts/MarkFF/MarkWeb-Heavy.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'MarkFF';
  src: url('../fonts/MarkFF/MarkWeb-Bold.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'MarkFF';
  src: url('../fonts/MarkFF/MarkWeb-BoldItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'MarkFF';
  src: url('../fonts/MarkFF/MarkWeb-Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'MarkFF';
  src: url('../fonts/MarkFF/MarkWeb-RegularItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'MarkFF';
  src: url('../fonts/MarkFF/MarkWeb-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'MarkFF';
  src: url('../fonts/MarkFF/MarkWeb-LightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'MarkFF';
  src: url('../fonts/MarkFF/MarkWeb-ExtraLight.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'MarkFF';
  src: url('../fonts/MarkFF/MarkWeb-ExtraLightItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}
/*------------*/
/* TT Commons */
/*------------*/
/**
 * @license
 * MyFonts Webfont Build ID 3818145, 2019-10-01T14:25:47-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: TTCommons-Black by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-commons/black/
 * 
 * Webfont: TTCommons-DemiBold by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-commons/demi-bold/
 * 
 * Webfont: TTCommons-ExtraBold by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-commons/extra-bold/
 * 
 * Webfont: TTCommons-ExtraBoldItalic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-commons/extra-bold-italic/
 * 
 * Webfont: TTCommons-Bold by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-commons/bold/
 * 
 * Webfont: TTCommons-ExtraLightItalic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-commons/extra-light-italic/
 * 
 * Webfont: TTCommons-DemiBoldItalic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-commons/demi-bold-italic/
 * 
 * Webfont: TTCommons-Medium by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-commons/medium/
 * 
 * Webfont: TTCommons-Regular by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-commons/regular/
 * 
 * Webfont: TTCommons-LightItalic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-commons/light-italic/
 * 
 * Webfont: TTCommons-Light by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-commons/light/
 * 
 * Webfont: TTCommons-ThinItalic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-commons/thin-italic/
 * 
 * Webfont: TTCommons-Italic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-commons/italic/
 * 
 * Webfont: TTCommons-Thin by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-commons/thin/
 * 
 * Webfont: TTCommons-MediumItalic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-commons/medium-italic/
 * 
 * Webfont: TTCommons-BoldItalic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-commons/bold-italic/
 * 
 * Webfont: TTCommons-BlackItalic by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-commons/black-italic/
 * 
 * Webfont: TTCommons-ExtraLight by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-commons/extra-light/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3818145
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2018-2019 by TypeType. Designers Ivan Gladkikh, Pavel Emelyanov. Technical designers Marina Khodak, Vika Usmanova, Nadyr Rakhimov, Antonina Zhulkova. All rights reserved.
 * 
 * © 2019 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'TTCommons-Black';
  src: url('../fonts/TTCommons/3A42A1_0_0.eot');
  src: url('../fonts/TTCommons/3A42A1_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/TTCommons/3A42A1_0_0.woff2') format('woff2'), url('../fonts/TTCommons/3A42A1_0_0.woff') format('woff'), url('../fonts/TTCommons/3A42A1_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTCommons-DemiBold';
  src: url('../fonts/TTCommons/3A42A1_1_0.eot');
  src: url('../fonts/TTCommons/3A42A1_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/TTCommons/3A42A1_1_0.woff2') format('woff2'), url('../fonts/TTCommons/3A42A1_1_0.woff') format('woff'), url('../fonts/TTCommons/3A42A1_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTCommons-ExtraBold';
  src: url('../fonts/TTCommons/3A42A1_2_0.eot');
  src: url('../fonts/TTCommons/3A42A1_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/TTCommons/3A42A1_2_0.woff2') format('woff2'), url('../fonts/TTCommons/3A42A1_2_0.woff') format('woff'), url('../fonts/TTCommons/3A42A1_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTCommons-ExtraBoldItalic';
  src: url('../fonts/TTCommons/3A42A1_3_0.eot');
  src: url('../fonts/TTCommons/3A42A1_3_0.eot?#iefix') format('embedded-opentype'), url('../fonts/TTCommons/3A42A1_3_0.woff2') format('woff2'), url('../fonts/TTCommons/3A42A1_3_0.woff') format('woff'), url('../fonts/TTCommons/3A42A1_3_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTCommons-Bold';
  src: url('../fonts/TTCommons/3A42A1_4_0.eot');
  src: url('../fonts/TTCommons/3A42A1_4_0.eot?#iefix') format('embedded-opentype'), url('../fonts/TTCommons/3A42A1_4_0.woff2') format('woff2'), url('../fonts/TTCommons/3A42A1_4_0.woff') format('woff'), url('../fonts/TTCommons/3A42A1_4_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTCommons-ExtraLightItalic';
  src: url('../fonts/TTCommons/3A42A1_5_0.eot');
  src: url('../fonts/TTCommons/3A42A1_5_0.eot?#iefix') format('embedded-opentype'), url('../fonts/TTCommons/3A42A1_5_0.woff2') format('woff2'), url('../fonts/TTCommons/3A42A1_5_0.woff') format('woff'), url('../fonts/TTCommons/3A42A1_5_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTCommons-DemiBoldItalic';
  src: url('../fonts/TTCommons/3A42A1_6_0.eot');
  src: url('../fonts/TTCommons/3A42A1_6_0.eot?#iefix') format('embedded-opentype'), url('../fonts/TTCommons/3A42A1_6_0.woff2') format('woff2'), url('../fonts/TTCommons/3A42A1_6_0.woff') format('woff'), url('../fonts/TTCommons/3A42A1_6_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTCommons-Medium';
  src: url('../fonts/TTCommons/3A42A1_7_0.eot');
  src: url('../fonts/TTCommons/3A42A1_7_0.eot?#iefix') format('embedded-opentype'), url('../fonts/TTCommons/3A42A1_7_0.woff2') format('woff2'), url('../fonts/TTCommons/3A42A1_7_0.woff') format('woff'), url('../fonts/TTCommons/3A42A1_7_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTCommons-Regular';
  src: url('../fonts/TTCommons/3A42A1_8_0.eot');
  src: url('../fonts/TTCommons/3A42A1_8_0.eot?#iefix') format('embedded-opentype'), url('../fonts/TTCommons/3A42A1_8_0.woff2') format('woff2'), url('../fonts/TTCommons/3A42A1_8_0.woff') format('woff'), url('../fonts/TTCommons/3A42A1_8_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTCommons-LightItalic';
  src: url('../fonts/TTCommons/3A42A1_9_0.eot');
  src: url('../fonts/TTCommons/3A42A1_9_0.eot?#iefix') format('embedded-opentype'), url('../fonts/TTCommons/3A42A1_9_0.woff2') format('woff2'), url('../fonts/TTCommons/3A42A1_9_0.woff') format('woff'), url('../fonts/TTCommons/3A42A1_9_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTCommons-Light';
  src: url('../fonts/TTCommons/3A42A1_A_0.eot');
  src: url('../fonts/TTCommons/3A42A1_A_0.eot?#iefix') format('embedded-opentype'), url('../fonts/TTCommons/3A42A1_A_0.woff2') format('woff2'), url('../fonts/TTCommons/3A42A1_A_0.woff') format('woff'), url('../fonts/TTCommons/3A42A1_A_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTCommons-ThinItalic';
  src: url('../fonts/TTCommons/3A42A1_B_0.eot');
  src: url('../fonts/TTCommons/3A42A1_B_0.eot?#iefix') format('embedded-opentype'), url('../fonts/TTCommons/3A42A1_B_0.woff2') format('woff2'), url('../fonts/TTCommons/3A42A1_B_0.woff') format('woff'), url('../fonts/TTCommons/3A42A1_B_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTCommons-Italic';
  src: url('../fonts/TTCommons/3A42A1_C_0.eot');
  src: url('../fonts/TTCommons/3A42A1_C_0.eot?#iefix') format('embedded-opentype'), url('../fonts/TTCommons/3A42A1_C_0.woff2') format('woff2'), url('../fonts/TTCommons/3A42A1_C_0.woff') format('woff'), url('../fonts/TTCommons/3A42A1_C_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTCommons-Thin';
  src: url('../fonts/TTCommons/3A42A1_D_0.eot');
  src: url('../fonts/TTCommons/3A42A1_D_0.eot?#iefix') format('embedded-opentype'), url('../fonts/TTCommons/3A42A1_D_0.woff2') format('woff2'), url('../fonts/TTCommons/3A42A1_D_0.woff') format('woff'), url('../fonts/TTCommons/3A42A1_D_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTCommons-MediumItalic';
  src: url('../fonts/TTCommons/3A42A1_E_0.eot');
  src: url('../fonts/TTCommons/3A42A1_E_0.eot?#iefix') format('embedded-opentype'), url('../fonts/TTCommons/3A42A1_E_0.woff2') format('woff2'), url('../fonts/TTCommons/3A42A1_E_0.woff') format('woff'), url('../fonts/TTCommons/3A42A1_E_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTCommons-BoldItalic';
  src: url('../fonts/TTCommons/3A42A1_F_0.eot');
  src: url('../fonts/TTCommons/3A42A1_F_0.eot?#iefix') format('embedded-opentype'), url('../fonts/TTCommons/3A42A1_F_0.woff2') format('woff2'), url('../fonts/TTCommons/3A42A1_F_0.woff') format('woff'), url('../fonts/TTCommons/3A42A1_F_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTCommons-BlackItalic';
  src: url('../fonts/TTCommons/3A42A1_10_0.eot');
  src: url('../fonts/TTCommons/3A42A1_10_0.eot?#iefix') format('embedded-opentype'), url('../fonts/TTCommons/3A42A1_10_0.woff2') format('woff2'), url('../fonts/TTCommons/3A42A1_10_0.woff') format('woff'), url('../fonts/TTCommons/3A42A1_10_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTCommons-ExtraLight';
  src: url('../fonts/TTCommons/3A42A1_11_0.eot');
  src: url('../fonts/TTCommons/3A42A1_11_0.eot?#iefix') format('embedded-opentype'), url('../fonts/TTCommons/3A42A1_11_0.woff2') format('woff2'), url('../fonts/TTCommons/3A42A1_11_0.woff') format('woff'), url('../fonts/TTCommons/3A42A1_11_0.ttf') format('truetype');
}
/*----------*/
/* Knockout */
/*----------*/
@font-face {
  font-family: "Knockout-HTF68-FullFeatherwt";
  src: url("../fonts/Knockout/Knockout-HTF68-FullFeatherwt.woff2") format("woff2"), url("../fonts/Knockout/Knockout-HTF68-FullFeatherwt.woff") format("woff"), url("../fonts/Knockout/Knockout-HTF68-FullFeatherwt.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
/*---------*/
/* Sprites */
/*---------*/
.ui,
#load-more {
  background-image: url('../img/ui.svg');
  -webkit-background-size: 200px 40px;
          background-size: 200px 40px;
  width: 40px;
  height: 40px;
}
.ui.scroll-down,
#load-more.scroll-down {
  background-position: 0 0;
}
.ui.plus,
.ui.more,
#load-more.plus,
#load-more.more,
.ui#load-more.more {
  background-position: -40px 0;
}
.ui.gallery,
#load-more.gallery {
  background-position: -80px 0;
}
.ui.left-arrow,
#load-more.left-arrow {
  background-position: -120px 0;
}
.ui.right-arrow,
#load-more.right-arrow {
  background-position: -160px 0;
}
.ui.center-horizontal,
#load-more.center-horizontal {
  position: absolute;
  left: 50%;
  margin-left: -20px;
}
.ui.center-vertical,
#load-more.center-vertical {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.social-icon {
  background-image: url('../img/social.svg');
  -webkit-background-size: 120px 60px;
          background-size: 120px 60px;
  width: 30px;
  height: 30px;
}
.social-icon.twitter {
  background-position: 0 0;
}
.social-icon.twitter2 {
  background-position: 0 -30px;
}
.social-icon.instagram {
  background-position: -30px 0;
}
.social-icon.instagram2 {
  background-position: -30px -30px;
}
.social-icon.linkedin {
  background-position: -60px 0;
}
.social-icon.linkedin2 {
  background-position: -60px -30px;
}
.social-icon.link {
  background-position: -90px 0;
}
.social-icon.link2 {
  background-position: -90px -30px;
}
.hero-wavelogo {
  background-image: url('../img/hero-wavelogo.svg');
  width: 3.49887379rem;
  height: 2.66666667rem;
  display: block;
}
/*---------------*/
/* Media Queries */
/*---------------*/
/* base */
.ui,
#load-more {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
       -o-transform: scale(0.75);
          transform: scale(0.75);
}
/*--------------------------------------------*/
/* Smallest devices (tablets, 480px - 768px ) */
/*--------------------------------------------*/
/*---------------------------------------*/
/* Small devices (tablets, 768px and up) */
/*---------------------------------------*/
/*-----------------------------------------*/
/* Medium devices (desktops, 992px and up) */
/*-----------------------------------------*/
@media (min-width: 992px) {
  .ui,
  #load-more {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
  }
}
/*-----------------------------------------------*/
/* Large devices (large desktops, 1200px and up) */
/*-----------------------------------------------*/
@media (min-width: 1200px) {
  .ui,
  #load-more {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
  }
}
/*-----------------------------------------------*/
/* Large devices (x-large desktops, 1600px and up) */
/*-----------------------------------------------*/
@media (min-width: 1600px) {
  .ui,
  #load-more {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
/******************************
*
*  RoyalSlider Teak Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-universal.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsTeak,
.rsTeak .rsOverflow,
.rsTeak .rsSlide,
.rsTeak .rsThumbs {
  background: #f8f7f2;
  color: #FFF;
}
.rsTeak .rsVideoContainer {
  background: transparent !important;
}
.rsTeak .rsVideoContainer img {
  opacity: 1;
}
.visibleNearbySimple .rsSlide img {
  opacity: 1;
}
/***************
*
*  1. Arrows
*
****************/
.rsTeak .rsArrow {
  height: 100%;
  width: 40px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsTeak.rsVer .rsArrow {
  width: 100%;
  height: 60px;
}
.rsTeak.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsTeak.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsTeak.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsTeak.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.rsTeak .rsArrowIcn {
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  position: absolute;
  cursor: pointer;
  background: url('../img/rsTeakLight.svg');
  -webkit-background-size: 120px 120px;
          background-size: 120px 120px;
  opacity: 0.8;
  border-radius: 0;
}
.rsTeak .rsArrow:hover .rsArrowIcn {
  opacity: 1;
}
.rsTeak.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: 0 0;
}
.rsTeak.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -40px 0;
}
.rsTeak .rsArrowDisabled .rsArrowIcn {
  opacity: .1 !important;
  filter: alpha(opacity=20);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsTeak .rsBullets {
  position: relative;
  z-index: 35;
  padding-top: 4px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 5px;
  overflow: hidden;
}
.rsTeak .rsBullets * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.rsTeak .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px;
}
.rsTeak .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #BBB;
}
.rsTeak .rsBullet.rsNavSelected span {
  background-color: #4f9ab7;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsTeak .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsTeak .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsTeak.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsTeak.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsTeak .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsTeak .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsTeak .rsThumb.rsNavSelected {
  background: #4f9ab7;
}
.rsTeak .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.rsTeak .rsThumb.rsNavSelected .thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden;
}
.rsTeak .rsTmb {
  display: block;
  margin-top: 0;
}
/* Thumbnails with text */
.rsTeak .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
.rsTeak .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
/* Thumbnails arrow icons */
.rsTeak .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsTeak.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsTeak.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsTeak.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsTeak.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsTeak.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsTeak .rsThumbsArrowIcn {
  width: 8px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('../img/rsTeakLight.svg') transparent;
}
.rsTeak.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -91px -121px;
}
.rsTeak.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -97px -121px;
}
.rsTeak.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -103px -125px;
}
.rsTeak.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -111px -125px;
}
.rsTeak .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsTeak .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsTeak .rsThumbsHor {
    height: 44px;
  }
  .rsTeak .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsTeak .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsTeak .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  text-decoration: none;
  background: #FFF;
  border-right: none;
  *display: inline;
  *zoom: 1;
  *border-right: 1px solid #d9d9d9;
}
.rsTeak .rsTab:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.rsTeak .rsTab:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-right: 1px solid #D9D9DD;
}
.rsTeak .rsTab:active {
  background-color: #f4f4f4;
}
.rsTeak .rsTab.rsNavSelected {
  color: #FFF;
  background: #383838;
  border-color: #383838;
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsTeak .rsFullscreenBtn {
  right: 20px;
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsTeak .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 40px;
  height: 40px;
  background: url('../img/rsTeakLight.svg') -80px -40px transparent;
  -webkit-background-size: 120px 120px;
          background-size: 120px 120px;
  opacity: 0.7;
}
.rsTeak .rsFullscreenBtn:hover .rsFullscreenIcn {
  opacity: 1;
}
.rsTeak.rsFullscreen .rsFullscreenIcn {
  background-position: -80px -80px;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsTeak .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
}
.rsTeak .rsPlayBtnIcon {
  width: 80px;
  height: 80px;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
     transition: .3s;
  background: url('../img/rsTeakLight.svg');
  -webkit-background-size: 120px 120px;
          background-size: 120px 120px;
  background-position: 0 -40px;
  opacity: 0.8;
}
.rsTeak .rsPlayBtn:hover .rsPlayBtnIcon {
  opacity: 1;
}
.rsTeak .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
}
.rsTeak .rsCloseVideoBtn {
  right: 20px;
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsTeak .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsTeak .rsCloseVideoIcn {
  margin: 6px;
  width: 40px;
  height: 40px;
  -webkit-transition: opacity 0.3s ease-in-out;
       -o-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out;
  background: url('../img/rsTeakLight.svg') -80px 0;
  -webkit-background-size: 120px 120px;
          background-size: 120px 120px;
  opacity: 0.2;
}
.rsTeak .rsCloseVideoIcn:hover {
  opacity: 1;
}
/***************
*
*  7. Preloader
*
****************/
.rsTeak .rsPreloader {
  width: 80px;
  height: 80px;
  background-image: url(../img/preloader_square.gif);
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
/***************
*
*  8. Global caption
*
****************/
.rsTeak .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #222;
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
/*********************************************************************************/
/******************************
*
*  RoyalSlider Teak Skin Dark
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-universal.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsTeakDark,
.rsTeakDark .rsOverflow,
.rsTeakDark .rsSlide,
.rsTeakDark .rsThumbs {
  background: #4f9ab7;
  color: #FFF;
}
.rsTeakDark .rsVideoContainer {
  background: transparent !important;
}
.rsTeakDark .rsVideoContainer img {
  opacity: 1;
}
.visibleNearbySimple .rsSlide img {
  opacity: 1;
}
/***************
*
*  1. Arrows
*
****************/
.rsTeakDark .rsArrow {
  height: 100%;
  width: 40px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsTeakDark.rsVer .rsArrow {
  width: 100%;
  height: 60px;
}
.rsTeakDark.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsTeakDark.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsTeakDark.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsTeakDark.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.rsTeakDark .rsArrowIcn {
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  position: absolute;
  cursor: pointer;
  background: url('../img/rsTeakDark.svg');
  -webkit-background-size: 120px 120px;
          background-size: 120px 120px;
  opacity: 0.8;
  border-radius: 0;
}
.rsTeakDark .rsArrow:hover .rsArrowIcn {
  opacity: 1;
}
.rsTeakDark.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: 0 0;
}
.rsTeakDark.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -40px 0;
}
.rsTeakDark .rsArrowDisabled .rsArrowIcn {
  opacity: .1 !important;
  filter: alpha(opacity=20);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsTeakDark .rsBullets {
  position: relative;
  z-index: 35;
  padding-top: 4px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 5px;
  overflow: hidden;
}
.rsTeakDark .rsBullets * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.rsTeakDark .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px;
}
.rsTeakDark .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #BBB;
}
.rsTeakDark .rsBullet.rsNavSelected span {
  background-color: #4f9ab7;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsTeakDark .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsTeakDark .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsTeakDark.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsTeakDark.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsTeakDark .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsTeakDark .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsTeakDark .rsThumb.rsNavSelected {
  background: #4f9ab7;
}
.rsTeakDark .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.rsTeakDark .rsThumb.rsNavSelected .thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden;
}
.rsTeakDark .rsTmb {
  display: block;
  margin-top: 0;
}
/* Thumbnails with text */
.rsTeakDark .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
.rsTeakDark .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
/* Thumbnails arrow icons */
.rsTeakDark .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsTeakDark.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsTeakDark.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsTeakDark.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsTeakDark.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsTeakDark.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsTeakDark .rsThumbsArrowIcn {
  width: 8px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('../img/rsTeakDark.svg') transparent;
}
.rsTeakDark.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -91px -121px;
}
.rsTeakDark.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -97px -121px;
}
.rsTeakDark.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -103px -125px;
}
.rsTeakDark.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -111px -125px;
}
.rsTeakDark .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsTeakDark .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsTeakDark .rsThumbsHor {
    height: 44px;
  }
  .rsTeakDark .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsTeakDark .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsTeakDark .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  text-decoration: none;
  background: #FFF;
  border-right: none;
  *display: inline;
  *zoom: 1;
  *border-right: 1px solid #d9d9d9;
}
.rsTeakDark .rsTab:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.rsTeakDark .rsTab:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-right: 1px solid #D9D9DD;
}
.rsTeakDark .rsTab:active {
  background-color: #f4f4f4;
}
.rsTeakDark .rsTab.rsNavSelected {
  color: #FFF;
  background: #383838;
  border-color: #383838;
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsTeakDark .rsFullscreenBtn {
  right: 20px;
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsTeakDark .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 40px;
  height: 40px;
  background: url('../img/rsTeakDark.svg') -80px -40px transparent;
  -webkit-background-size: 120px 120px;
          background-size: 120px 120px;
  opacity: 0.7;
}
.rsTeakDark .rsFullscreenBtn:hover .rsFullscreenIcn {
  opacity: 1;
}
.rsTeakDark.rsFullscreen .rsFullscreenIcn {
  background-position: -80px -80px;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsTeakDark .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
}
.rsTeakDark .rsPlayBtnIcon {
  width: 80px;
  height: 80px;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
     transition: .3s;
  background: url('../img/rsTeakDark.svg');
  -webkit-background-size: 120px 120px;
          background-size: 120px 120px;
  background-position: 0 -40px;
  opacity: 0.8;
}
.rsTeakDark .rsPlayBtn:hover .rsPlayBtnIcon {
  opacity: 1;
}
.rsTeakDark .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
}
.rsTeakDark .rsCloseVideoBtn {
  right: 20px;
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsTeakDark .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsTeakDark .rsCloseVideoIcn {
  margin: 6px;
  width: 40px;
  height: 40px;
  -webkit-transition: opacity 0.3s ease-in-out;
       -o-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out;
  background: url('../img/rsTeakDark.svg') -80px 0;
  -webkit-background-size: 120px 120px;
          background-size: 120px 120px;
  opacity: 0.2;
}
.rsTeakDark .rsCloseVideoIcn:hover {
  opacity: 1;
}
/***************
*
*  7. Preloader
*
****************/
.rsTeakDark .rsPreloader {
  width: 80px;
  height: 80px;
  background-image: url(../img/preloader_square.gif);
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
/***************
*
*  8. Global caption
*
****************/
.rsTeakDark .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #222;
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
/*variables*/
/*---------------*/
/* Media Queries */
/*---------------*/
/* base */
.rsTeak .rsPlayBtnIcon,
.rsTeakDark .rsPlayBtnIcon,
.rsTeak .rsArrowLeft,
.rsTeakDark .rsArrowLeft,
.rsTeak .rsArrowRight,
.rsTeakDark .rsArrowRight,
.rsTeak .rsCloseVideoIcn,
.rsTeakDark .rsCloseVideoIcn,
.rsTeak .rsPreloader,
.rsTeakDark .rsPreloader {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
       -o-transform: scale(0.5);
          transform: scale(0.5);
}
.rsTeak .rsCloseVideoBtn,
.rsTeakDark .rsCloseVideoBtn {
  display: none;
}
.rsTeak.rsHor .rsArrowLeft,
.rsTeakDark.rsHor .rsArrowLeft {
  left: -10px;
}
.rsTeak.rsHor .rsArrowRight,
.rsTeakDark.rsHor .rsArrowRight {
  right: -10px;
}
/*--------------------------------------------*/
/* Smallest devices (tablets, 480px - 768px ) */
/*--------------------------------------------*/
/*---------------------------------------*/
/* Small devices (tablets, 768px and up) */
/*---------------------------------------*/
@media (min-width: 768px) {
  .rsTeak .rsPlayBtnIcon,
  .rsTeakDark .rsPlayBtnIcon,
  .rsTeak .rsArrowLeft,
  .rsTeakDark .rsArrowLeft,
  .rsTeak .rsArrowRight,
  .rsTeakDark .rsArrowRight,
  .rsTeak .rsCloseVideoIcn,
  .rsTeakDark .rsCloseVideoIcn,
  .rsTeak .rsPreloader,
  .rsTeakDark .rsPreloader {
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
         -o-transform: scale(0.75);
            transform: scale(0.75);
  }
  .rsTeak .rsCloseVideoBtn,
  .rsTeakDark .rsCloseVideoBtn {
    display: block;
    right: 10px;
  }
  .rsTeak.rsHor .rsArrowLeft,
  .rsTeakDark.rsHor .rsArrowLeft {
    left: -5px;
  }
  .rsTeak.rsHor .rsArrowRight,
  .rsTeakDark.rsHor .rsArrowRight {
    right: -5px;
  }
}
/*-----------------------------------------*/
/* Medium devices (desktops, 992px and up) */
/*-----------------------------------------*/
/*-----------------------------------------------*/
/* Large devices (large desktops, 1200px and up) */
/*-----------------------------------------------*/
@media (min-width: 1200px) {
  .rsTeak .rsPlayBtnIcon,
  .rsTeakDark .rsPlayBtnIcon,
  .rsTeak .rsArrowLeft,
  .rsTeakDark .rsArrowLeft,
  .rsTeak .rsArrowRight,
  .rsTeakDark .rsArrowRight,
  .rsTeak .rsCloseVideoIcn,
  .rsTeakDark .rsCloseVideoIcn,
  .rsTeak .rsPreloader,
  .rsTeakDark .rsPreloader {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  .rsTeak.rsHor .rsArrowLeft,
  .rsTeakDark.rsHor .rsArrowLeft {
    left: 0;
  }
  .rsTeak.rsHor .rsArrowRight,
  .rsTeakDark.rsHor .rsArrowRight {
    right: 0;
  }
}
/*-----------------------------------------------*/
/* Large devices (x-large desktops, 1600px and up) */
/*-----------------------------------------------*/
/*----------------*/
/*Post Grids < 768*/
/*----------------*/
.wpb_teaser_grid {
  max-width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  color: white;
}
.wpb_teaser_grid.wpb_row {
  padding: 0 !important;
}
.wpb_teaser_grid .isotope-item {
  max-width: 100%;
  min-width: 100%;
}
.wpb_teaser_grid .categories_filter {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 2.8rem;
  margin-bottom: 0;
}
.wpb_teaser_grid .categories_filter li {
  -webkit-transition: border-bottom 0.5s ease-in-out;
       -o-transition: border-bottom 0.5s ease-in-out;
          transition: border-bottom 0.5s ease-in-out;
  float: none;
  display: inline-block;
  text-align: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid transparent;
  margin-right: 2em;
}
.wpb_teaser_grid .categories_filter li a {
  -webkit-transition: color 0.5s ease-in-out;
       -o-transition: color 0.5s ease-in-out;
          transition: color 0.5s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2rem;
  color: #4f9ab7;
}
.wpb_teaser_grid .categories_filter li a:hover {
  text-decoration: none;
  border-bottom: none;
  color: #6cabc3;
}
.wpb_teaser_grid .categories_filter li.active {
  border-bottom: 1px solid #4f9ab7;
}
.wpb_teaser_grid .categories_filter li.active a {
  border-bottom: none;
  color: #4f9ab7;
}
.wpb_teaser_grid .post-thumb {
  min-width: 100%;
}
.wpb_teaser_grid .post-thumb img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}
.wpb_teaser_grid .post-title {
  display: none;
}
.wpb_teaser_grid .entry-content a {
  opacity: 1;
  color: white;
}
.wpb_teaser_grid .entry-content h1,
.wpb_teaser_grid .entry-content h2,
.wpb_teaser_grid .entry-content h3,
.wpb_teaser_grid .entry-content h4,
.wpb_teaser_grid .entry-content h5,
.wpb_teaser_grid .entry-content h6 {
  font-family: "Knockout-HTF68-FullFeatherwt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #4f9ab7;
  text-align: left;
  text-transform: uppercase;
  line-height: 0.8;
}
.wpb_teaser_grid .entry-content ul.category-list {
  margin: 0;
  padding: 0;
}
.wpb_teaser_grid .entry-content ul.category-list li.category-item {
  display: inline-block;
  color: white;
  font-style: italic;
  text-transform: uppercase;
  font-size: 1rem;
}
.wpb_teaser_grid .entry-content .excerpt-wrapper h2 {
  font-size: 3.5rem;
  color: #FFF;
  text-align: left;
  margin-bottom: 0.5rem;
  max-width: 25vw;
}
@media (max-width: 768px) {
  .wpb_teaser_grid .entry-content .excerpt-wrapper h2 {
    font-size: 7rem;
    max-width: 500px;
  }
}
.wpb_teaser_grid .entry-content .excerpt-wrapper p {
  position: relative;
  color: #FFF;
  text-align: left;
  font-size: 1.4rem;
  font-family: "TTCommons-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .wpb_teaser_grid .entry-content .excerpt-wrapper p {
    font-size: 3rem;
  }
}
/* Home page featured grid */
.featured-grid,
.post-grid {
  padding: 0 !important;
  /*Apply to all VC Elements under wpb_teaser_grid */
}
.featured-grid .vc_col-xs-1,
.post-grid .vc_col-xs-1,
.featured-grid .vc_col-sm-1,
.post-grid .vc_col-sm-1,
.featured-grid .vc_col-md-1,
.post-grid .vc_col-md-1,
.featured-grid .vc_col-lg-1,
.post-grid .vc_col-lg-1,
.featured-grid .vc_col-xs-2,
.post-grid .vc_col-xs-2,
.featured-grid .vc_col-sm-2,
.post-grid .vc_col-sm-2,
.featured-grid .vc_col-md-2,
.post-grid .vc_col-md-2,
.featured-grid .vc_col-lg-2,
.post-grid .vc_col-lg-2,
.featured-grid .vc_col-xs-3,
.post-grid .vc_col-xs-3,
.featured-grid .vc_col-sm-3,
.post-grid .vc_col-sm-3,
.featured-grid .vc_col-md-3,
.post-grid .vc_col-md-3,
.featured-grid .vc_col-lg-3,
.post-grid .vc_col-lg-3,
.featured-grid .vc_col-xs-4,
.post-grid .vc_col-xs-4,
.featured-grid .vc_col-sm-4,
.post-grid .vc_col-sm-4,
.featured-grid .vc_col-md-4,
.post-grid .vc_col-md-4,
.featured-grid .vc_col-lg-4,
.post-grid .vc_col-lg-4,
.featured-grid .vc_col-xs-5,
.post-grid .vc_col-xs-5,
.featured-grid .vc_col-sm-5,
.post-grid .vc_col-sm-5,
.featured-grid .vc_col-md-5,
.post-grid .vc_col-md-5,
.featured-grid .vc_col-lg-5,
.post-grid .vc_col-lg-5,
.featured-grid .vc_col-xs-6,
.post-grid .vc_col-xs-6,
.featured-grid .vc_col-sm-6,
.post-grid .vc_col-sm-6,
.featured-grid .vc_col-md-6,
.post-grid .vc_col-md-6,
.featured-grid .vc_col-lg-6,
.post-grid .vc_col-lg-6,
.featured-grid .vc_col-xs-7,
.post-grid .vc_col-xs-7,
.featured-grid .vc_col-sm-7,
.post-grid .vc_col-sm-7,
.featured-grid .vc_col-md-7,
.post-grid .vc_col-md-7,
.featured-grid .vc_col-lg-7,
.post-grid .vc_col-lg-7,
.featured-grid .vc_col-xs-8,
.post-grid .vc_col-xs-8,
.featured-grid .vc_col-sm-8,
.post-grid .vc_col-sm-8,
.featured-grid .vc_col-md-8,
.post-grid .vc_col-md-8,
.featured-grid .vc_col-lg-8,
.post-grid .vc_col-lg-8,
.featured-grid .vc_col-xs-9,
.post-grid .vc_col-xs-9,
.featured-grid .vc_col-sm-9,
.post-grid .vc_col-sm-9,
.featured-grid .vc_col-md-9,
.post-grid .vc_col-md-9,
.featured-grid .vc_col-lg-9,
.post-grid .vc_col-lg-9,
.featured-grid .vc_col-xs-10,
.post-grid .vc_col-xs-10,
.featured-grid .vc_col-sm-10,
.post-grid .vc_col-sm-10,
.featured-grid .vc_col-md-10,
.post-grid .vc_col-md-10,
.featured-grid .vc_col-lg-10,
.post-grid .vc_col-lg-10,
.featured-grid .vc_col-xs-11,
.post-grid .vc_col-xs-11,
.featured-grid .vc_col-sm-11,
.post-grid .vc_col-sm-11,
.featured-grid .vc_col-md-11,
.post-grid .vc_col-md-11,
.featured-grid .vc_col-lg-11,
.post-grid .vc_col-lg-11,
.featured-grid .vc_col-xs-12,
.post-grid .vc_col-xs-12,
.featured-grid .vc_col-sm-12,
.post-grid .vc_col-sm-12,
.featured-grid .vc_col-md-12,
.post-grid .vc_col-md-12,
.featured-grid .vc_col-lg-12,
.post-grid .vc_col-lg-12 {
  padding: 0;
}
.featured-grid.snugtop .vc_column-inner,
.post-grid.snugtop .vc_column-inner {
  padding-top: 10px !important;
}
.featured-grid.snugtop .vc_column-inner .vc_inner,
.post-grid.snugtop .vc_column-inner .vc_inner {
  display: none;
}
.wpb_teaser_grid {
  margin-bottom: 0 !important;
}
.wpb_teaser_grid .wpb_thumbnails {
  margin-bottom: 0 !important;
}
.wpb_teaser_grid .isotope-item {
  margin-bottom: 0 !important;
  color: #4f9ab7;
}
.wpb_teaser_grid .isotope-item .post-thumb {
  max-width: 100%;
  overflow: hidden;
}
.wpb_teaser_grid .isotope-item .post-thumb img {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  max-width: 100%;
}
.wpb_teaser_grid .isotope-item .post-thumb img.scale-up {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
       -o-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.wpb_teaser_grid .isotope-item .post-thumb:hover > .entry-content {
  opacity: 1;
}
.wpb_teaser_grid .isotope-item .entry-content {
  -webkit-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
  color: #FFF;
  margin: 0;
  text-align: center;
}
.wpb_teaser_grid .isotope-item .entry-content.visible a {
  opacity: 1;
}
.wpb_teaser_grid .isotope-item .entry-content a {
  opacity: 0;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.wpb_teaser_grid .isotope-item .entry-content a:hover {
  text-decoration: none;
}
.wpb_teaser_grid .isotope-item .entry-content .thumb-title {
  position: relative;
  top: 0.5rem;
  left: 0.5rem;
}
.wpb_teaser_grid .isotope-item .entry-content .thumb-title h2 {
  font-size: 3rem;
  color: #FFF;
  text-align: left;
  margin-bottom: 0;
  max-width: 25vw;
}
@media (max-width: 768px) {
  .wpb_teaser_grid .isotope-item .entry-content .thumb-title h2 {
    font-size: 7rem;
    max-width: 500px;
  }
}
.wpb_teaser_grid .isotope-item .entry-content .thumb-title ul.category-list {
  position: relative;
  color: #FFF;
  text-align: left;
}
.wpb_teaser_grid .isotope-item .entry-content .thumb-title ul.category-list li.category-item {
  font-size: 1.4rem;
  color: #FFF;
  font-family: "TTCommons-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .wpb_teaser_grid .isotope-item .entry-content .thumb-title ul.category-list li.category-item {
    font-size: 3rem;
  }
}
/*----------------*/
/*Post Grids < 768*/
/*----------------*/
/*----------------*/
/*Post Grids > 768*/
/*----------------*/
@media (min-width: 768px) {
  .wpb_teaser_grid .isotope-item {
    min-width: inherit;
    /*customize grid type sizes*/
  }
  .wpb_teaser_grid .isotope-item.vc_col-sm-12 .post-thumb img,
  .wpb_teaser_grid .isotope-item.vc_col-md-12 .post-thumb img,
  .wpb_teaser_grid .isotope-item.vc_col-lg-12 .post-thumb img {
    width: 110%;
  }
  .wpb_teaser_grid .isotope-item.vc_col-sm-4,
  .wpb_teaser_grid .isotope-item.vc_col-md-4,
  .wpb_teaser_grid .isotope-item.vc_col-lg-4 {
    width: 33.3333%;
  }
}
/*-------------------------*/
/*Post Grids : 768 to 1200 */
/*-------------------------*/
/*-------------------------*/
/*Home Grid : 1200 to 1600 */
/*-------------------------*/
@media (min-width: 1200px) and (max-width: 1600px) {
  .home-grid-secondary .entry-content h2 {
    font-size: 2.75rem !important;
  }
}
.bgvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}
.bgvideo-wrapper {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) {
  .taptoplay {
    width: 100%;
    position: absolute;
    bottom: 25px;
    border: 0px;
    color: #ababab;
    background: rgba(0, 0, 0, 0.25);
    font-weight: bold;
    margin: 5px auto;
    display: block;
  }
}
/* Tweaks */
.entry-title {
  position: absolute;
  bottom: 35%;
  color: #ffffff;
  font-size: 4em;
  padding: 10px 30px;
}
#page {
  background: none;
}
#bgVideo {
  min-width: 100%;
}
/* Above screen-sm-min */
@media (min-width: 768px) {
  .bgvideo-wrapper {
    max-width: 100%;
  }
}
html {
  font-size: 16px;
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: 200;
  color: #4f9ab7;
}
h4,
.h4 {
  font-family: "MarkFF", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
/*--------------------------------------------*/
/* Smallest devices (480px - 768px ) */
/*--------------------------------------------*/
@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 14px;
  }
}
/*---------------------------------------*/
/* Small devices (tablets, 768px and up) */
/*---------------------------------------*/
/*-----------------------------------------*/
/* Medium devices (desktops, 992px and up) */
/*-----------------------------------------*/
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
/*-----------------------------------------------*/
/* Large devices (large desktops, 1200px and up) */
/*-----------------------------------------------*/
@media (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}
/*------------------------------------------------*/
/* XLarge devices (large desktops, 1600px and up) */
/*------------------------------------------------*/
@media (min-width: 1600px) {
  html {
    font-size: 20px;
  }
}
.progress {
  background-color: transparent;
  border-radius: 0;
  height: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
}
.progress .progress-bar {
  background-color: #4f9ab7;
}
/** Moved to Global **/
/* Overwrite navbar styles */
nav #menu-primary-navigation {
  height: 0;
}
nav #menu-primary-navigation > li.menu-item {
  font-style: normal;
  font-weight: 500;
  font-size: 1.3em;
  text-transform: unset;
  font-family: "TTCommons-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-header {
  float: none;
}
.navbar-brand {
  width: 5rem;
  max-width: 70px;
  min-width: 40px;
  margin-top: 0;
}
.navbar-brand .brand-logo-svg {
  min-height: 4rem;
}
.navbar {
  height: 3rem;
  min-height: 55px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background-color 0.5s ease-in-out, top 0.2s ease-in-out, opacity 0.2s ease-in-out, border-color 0.2s ease-in-out;
       -o-transition: background-color 0.5s ease-in-out, top 0.2s ease-in-out, opacity 0.2s ease-in-out, border-color 0.2s ease-in-out;
          transition: background-color 0.5s ease-in-out, top 0.2s ease-in-out, opacity 0.2s ease-in-out, border-color 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.85);
  border: none;
  border-bottom: 1px solid #FFFFFF;
  top: 0;
  right: 0;
  left: 0;
  z-index: 900;
  position: absolute;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 100%;
  margin: 0 auto;
}
.navbar.detached {
  position: fixed;
  top: 0;
  border-bottom: 1px solid #ECECEC;
}
.navbar.visible {
  top: 0;
}
.navbar.not-visible {
  top: -4rem;
}
.navbar.inverted {
  background-color: rgba(255, 255, 255, 0);
}
.navbar.at-top {
  background-color: #ffffff;
}
.navbar-toggle {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #4f9ab7;
  border-radius: 0;
  width: 2.5rem;
  height: 2.5rem;
  max-width: 40px;
  max-height: 40px;
  border: none;
  margin-bottom: 0;
  margin-top: 0.8rem;
  padding: 0;
}
.navbar-toggle .icon-bar {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  width: 20px;
  height: 1px;
  background-color: white !important;
  border-radius: 0;
  margin: 0 auto;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggle:hover {
  background-color: #4f9ab7 !important;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar-toggle:hover .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
  left: 0px;
  width: 25px;
}
.navbar-toggle:hover .icon-bar:nth-child(3) {
  opacity: 0;
}
.navbar-toggle:hover .icon-bar:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
  top: -5px;
  width: 25px;
}
.navbar-toggle.active {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.navbar-toggle.active .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
  left: 0px;
  width: 25px;
}
.navbar-toggle.active .icon-bar:nth-child(3) {
  opacity: 0;
}
.navbar-toggle.active .icon-bar:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0px;
  top: -5px;
  width: 25px;
}
.navbar-menu {
  position: fixed;
  height: 0;
  top: 3rem;
  left: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.8);
  width: 150%;
  margin-left: -25%;
}
.navbar-menu.visibile {
  visibility: visible;
}
.navbar-menu.not-visible {
  visibility: hidden;
}
.navbar-menu.expanded {
  z-index: 9001;
}
.navbar-menu.expanded li.menu-item {
  visibility: visible;
}
.navbar-menu li.menu-item {
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.navbar-menu li.menu-item.visible {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.navbar-menu li.menu-item.not-visible {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.navbar-menu li.menu-item.active a {
  color: #4f9ab7;
}
.navbar-menu li.menu-item a {
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  font-size: 1.5em;
}
.navbar-menu li.menu-item a:hover {
  color: #4f9ab7;
}
/*-------------------------*/
/* Bootstrap Media Queries */
/*-------------------------*/
/*---------------------------------------*/
/* Small devices (tablets, 768px and up) */
/*---------------------------------------*/
@media (min-width: 768px) {
  .navbar {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .navbar-menu {
    position: relative;
    overflow: visible;
    max-width: 80%;
    height: 3rem;
    top: 0;
    background: transparent;
    float: right;
  }
  .navbar-menu li.menu-item {
    display: inline-block;
  }
  .navbar-menu .navbar-nav {
    margin: 0;
    margin-top: 0;
    margin-right: 20px;
    text-align: right;
  }
  .navbar-menu li#magic-line {
    background-color: #4f9ab7;
    height: 2px;
    position: absolute;
    top: 0;
    display: none;
  }
  .navbar-menu li.menu-item a {
    font-size: 20px;
    line-height: 3rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
/*-----------------------------------------*/
/* Medium devices (desktops, 992px and up) */
/*-----------------------------------------*/
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    position: relative;
    right: -20px;
  }
  .navbar-menu li.menu-item {
    visibility: visible;
    opacity: 1;
  }
  .navbar-menu li#magic-line {
    display: block !important;
  }
  .navbar-brand .brand-logo-svg {
    min-height: 3rem;
  }
}
/*-----------------------------------------------*/
/* Large devices (large desktops, 1200px and up) */
/*-----------------------------------------------*/
@media (min-width: 1200px) {
  /* Padding Fixes */
}
.sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sidebar {
    float: left;
    width: 33.33333333%;
  }
}
/* Variables */
/* Footer */
footer {
  /*.footwaves {
		background: url('../img/footwave.svg') repeat-x;
		width: 100%;
		height: 15px;
		margin-bottom: 40px;
	}*/
}
footer .footwrap {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-top: 3rem;
  background-color: #f3f3f3;
}
footer .toes {
  display: grid;
  grid-template-columns: 66% 34%;
  grid-template-rows: auto auto;
}
footer .toes section:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
footer .toes section:nth-child(1) p {
  margin-bottom: 2rem;
  line-height: 1.3rem;
}
footer .toes section:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
footer .toes section:nth-child(3) {
  grid-column: 1 / span 2;
  grid-row: 2;
}
footer .wavelogo {
  width: 2.5rem;
  padding: 1.75rem 0 1rem;
  margin: 0 auto;
  display: none;
}
footer hr {
  border-bottom: 1px solid #4f9ab7;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  margin: 0 auto 1rem auto;
  width: 100%;
}
footer section.widget h4 {
  display: none;
  font-weight: 300;
}
footer .footer-item {
  font-size: 1.3rem;
  font-family: "TTCommons-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 400;
  height: auto;
  display: block;
  padding-bottom: 1rem;
}
footer .footer-item em {
  font-family: "TTCommons-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
}
footer .footer-item a {
  color: #4f9ab7;
}
footer .footer-item a:hover,
footer .footer-item a:focus,
footer .footer-item a:active {
  color: #73afc6;
  text-decoration: none;
}
footer .footer-item .social {
  display: inline-block;
  width: 3rem;
  margin-right: 1rem;
  max-width: 40px;
  max-height: 40px;
}
footer .footer-item .social:hover {
  cursor: pointer;
}
footer .footer-item .social:hover path,
footer .footer-item .social:hover ellipse {
  fill: #73afc6;
}
footer .footer-item ul {
  list-style: none;
  padding-left: unset;
  margin-bottom: 2rem;
}
footer .footer-item ul li {
  margin-bottom: 0.3rem;
}
footer .footer-item ul li a {
  color: #000;
}
footer .footer-item sub {
  font-size: 62%;
}
footer .back-to-top {
  position: relative;
  width: 100%;
  margin-top: 4.5rem;
  padding-bottom: 1rem;
  display: none;
  max-height: 20px;
  text-align: center;
}
footer .back-to-top a .icon {
  -webkit-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  top: 0;
}
footer .back-to-top a div {
  -webkit-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
  opacity: 0;
  text-align: center;
  padding-top: 18px;
  font-size: 0.9rem;
  display: inline-block;
}
footer .back-to-top a:hover .icon {
  top: -2px;
}
footer .back-to-top a:hover div {
  opacity: 1;
  padding-top: 16px;
}
/*---------------------------------------*/
/* Small devices (tablets, 768px and up) */
/*---------------------------------------*/
@media (min-width: 768px) {
  footer .toes {
    grid-template-columns: 50% 10% 40%;
    grid-template-rows: auto auto;
  }
  footer .toes section:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  footer .toes section:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
  }
  footer .toes section:nth-child(3) {
    grid-column: 3;
    grid-row: 2;
  }
  footer .footwrap {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
  footer .inner-footwrap {
    max-width: 100%;
    margin: 0 auto;
  }
  footer .inner-footwrap .redline {
    background-image: url('../img/redline.png');
    background-repeat: repeat-y;
    min-height: 3.5rem;
  }
  footer .inner-footwrap .redline.line1 {
    background-position: 25%;
  }
  footer .inner-footwrap .redline.line2 {
    background-position: center;
  }
  footer .inner-footwrap .redline.line3 {
    background-position: 75%;
  }
}
/*-----------------------------------------*/
/* Medium devices (desktops, 992px and up) */
/*-----------------------------------------*/
@media (min-width: 992px) {
  footer .toes {
    display: block;
  }
  footer .back-to-top {
    display: block;
  }
  footer .footer-item {
    vertical-align: top;
    position: relative;
    display: inline-block;
    text-align: left;
    width: 20%;
    height: 3rem;
    padding: 0 1.5rem;
    font-size: 0.9rem;
  }
  footer .footer-item:first-child {
    width: 60%;
    padding: 0;
  }
  footer .footer-item:first-child .textwidget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(94%);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer-item:last-child {
    padding-right: 0;
  }
  footer .footer-item ul {
    margin-left: 3rem;
  }
  footer .footer-item .social {
    margin-right: 0.7rem;
    max-width: 36px;
    max-height: 36px;
  }
  footer .wavelogo {
    display: inline-block;
  }
}
/*-----------------------------------------------*/
/* Large devices (large desktops, 1200px and up) */
/*-----------------------------------------------*/
@media (min-width: 1400px) {
  footer .inner-footwrap {
    max-width: 1200px;
  }
  footer .footer-item {
    padding: 0 3rem;
  }
  footer .footer-item .social {
    max-width: 40px;
    max-height: 40px;
  }
}
@media only screen and (max-width : 992px) {
  footer .toes section:nth-child(1) p {
    line-height: 1.8rem;
  }
}
.vc_row.pagination {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: #4f9ab7;
  margin-bottom: -1px;
}
.vc_row.pagination .nav-next,
.vc_row.pagination .nav-prev {
  line-height: 40px;
  color: #eeeeee;
}
.vc_row.pagination .nav-next .post-title,
.vc_row.pagination .nav-prev .post-title {
  display: inline-block;
  font-style: italic;
}
.vc_row.pagination a {
  -webkit-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
  color: #eeeeee;
}
.vc_row.pagination a:hover,
.vc_row.pagination a:focus,
.vc_row.pagination a:active {
  text-decoration: none;
  color: #FFF;
}
.vc_row.pagination .back-to-work {
  position: relative;
}
.vc_row.pagination .back-to-work-wrap.center-horizontal {
  position: absolute;
  left: 50%;
  margin-left: -2.5rem;
  line-height: 40px;
}
@media (max-width: 767px) {
  .vc_row.pagination .nav-next,
  .vc_row.pagination .nav-prev {
    font-size: 2rem;
  }
  .vc_row.pagination .nav-next .post-title,
  .vc_row.pagination .nav-prev .post-title {
    display: none;
  }
}
.news.single {
  background-color: #FFF;
  padding-left: 3rem;
  padding-right: 3rem;
}
.news.single article {
  max-width: 100%;
}
.news.single article .content {
  margin-bottom: 8rem;
}
/** This page is for very specific browser based tweaks and hacks **/
/** FIREFOX FIXES **/
@-moz-document url-prefix() {
  .navbar-brand .brand-logo-svg {
    min-height: 3rem;
    margin-top: 0.5rem;
  }
  @media (min-width: 480px) {
    .navbar-brand .brand-logo-svg {
      min-height: 1rem;
    }
  }
}
* {
  -moz-osx-font-smoothing: grayscale;
}
/** WEBKIT FIXES  **/
* {
  -webkit-font-smoothing: antialiased;
}
video::-webkit-media-controls {
  display: none !important;
}
/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .whitewaves::before,
  .darkwaves::before,
  .waves::before {
    display: none;
  }
  footer {
    overflow: hidden;
  }
  .navbar-menu li.menu-item a {
    line-height: 76px;
  }
  .teakers .teak-bio-container .back {
    background-color: rgba(187, 189, 192, 0.8);
    z-index: 3;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  .teak-bio-container:hover .teak-bio .front,
  .teak-bio-container:hover .teak-bio .front {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  .navbar-brand {
    margin-top: auto;
  }
}
@media only screen and (max-width : 768px) {
  .news.single {
    padding: 0 !important;
  }
}
.news article img {
  max-width: 1400px;
  margin: 0 auto;
  display: block;
}
.news .text-content-wrapper {
  text-align: right;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width : 992px) {
  .news .text-content-wrapper {
    text-align: center;
  }
}
.news .section-body {
  text-align: left;
}
.news .section-body p strong {
  font-weight: bold;
  font-family: "TTCommons-DemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  color: #253138;
  line-height: 2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: inline-block;
}
.news .cluster-col {
  display: inline-block;
  width: calc(50% - 4px);
  position: relative;
  vertical-align: middle;
}
@media only screen and (max-width : 768px) {
  .news .cluster-col {
    width: 100%;
  }
}
.news .cluster-col .col-wrapper {
  width: calc(100% - 3rem);
  display: inline-block;
}
@media only screen and (max-width : 768px) {
  .news .cluster-col .col-wrapper {
    width: 100%;
    margin-top: 10px;
  }
}
.news .cluster-col.cluster-col-2 {
  text-align: right;
}
.news .cluster-col.cluster-col-0 {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width : 992px) {
  .news .cluster-col.cluster-col-0 {
    width: 80%;
  }
}
@media only screen and (max-width : 768px) {
  .news .cluster-col.cluster-col-0 {
    width: 100%;
  }
}
.news .cluster-image {
  display: inline-block;
  width: 100%;
}
.news .cluster-image img {
  width: 100%;
  height: auto;
}
.news .cluster-image:not(:first-child) {
  margin-top: 20%;
}
@media only screen and (max-width : 768px) {
  .news .cluster-image {
    margin-top: 20px !important;
    padding: 0 !important;
  }
}
.news .content-section {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 80px;
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.news .content-section .section-body {
  display: inline-block;
  width: calc(100% - 300px);
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width : 992px) {
  .news .content-section .section-body {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width : 768px) {
  .news .content-section .section-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width : 480px) {
  .news .content-section .section-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.news .content-section .section-body.no-quote {
  width: 100%;
}
.news .content-section .section-body span,
.news .content-section .section-body p {
  font-family: "miller-display", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.9rem;
}
@media only screen and (max-width : 992px) {
  .news .content-section .section-body span,
  .news .content-section .section-body p {
    font-size: 1.2rem;
  }
}
.news .content-section aside {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  color: #4f9ab7;
  width: 300px;
  text-align: left;
  font-style: italic;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: normal;
  font-family: "miller-display", Georgia, "Times New Roman", Times, serif;
}
@media only screen and (max-width : 992px) {
  .news .content-section aside {
    padding-top: 40px;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
hr.full-width {
  width: 100%;
  border-top: 1px solid #ECECEC;
  margin-top: 80px;
  padding-bottom: 50px;
}
.more-stuff {
  width: 100%;
  text-align: center;
  margin: 3rem 0;
  font-family: "TTCommons-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 1.4rem;
}
.more-stuff img {
  margin: 2rem 0;
}
.more-stuff hr {
  padding-bottom: 20px;
  margin-top: .5rem;
}
.contact-info p {
  font-family: "MarkFF", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  color: white;
}
.contact-info h4 {
  font-family: "Sentinel", Times, serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
}
.contact-info a {
  color: #eeeeee;
}
.contact-info a:hover {
  color: #FFF;
}
#page-contact .teaker-top-wrapper h1,
#page-contact .teaker-top-wrapper h2 {
  font-size: 7rem;
  line-height: 5.5rem;
}
@media only screen and (max-width : 992px) {
  #page-contact .teaker-top-wrapper h1,
  #page-contact .teaker-top-wrapper h2 {
    font-size: 6rem;
    line-height: 5rem;
  }
}
#page-contact .teaker-top-wrapper h1 strong,
#page-contact .teaker-top-wrapper h2 strong {
  color: #4f9ab7;
  font-weight: unset;
}
#page-contact .teaker-top-wrapper h1 em,
#page-contact .teaker-top-wrapper h2 em {
  font-style: normal;
  letter-spacing: -0.33rem;
}
#page-contact .hello-wrapper {
  height: 190px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width : 992px) {
  #page-contact .hello-wrapper {
    height: 120px;
  }
}
#page-contact .hello-wrapper h1 {
  font-size: 4.7rem;
  font-family: "MarkFF", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: black;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page-contact .form-container {
  width: 100%;
  background-color: #F9F9F9;
  padding: 75px 0;
}
#page-contact .form-container .wpforms-container {
  background-color: white;
  margin: 0 auto;
  max-width: 980px;
  padding: 70px 100px;
}
@media only screen and (max-width : 992px) {
  #page-contact .form-container .wpforms-container {
    padding: 0 120px;
  }
}
@media only screen and (max-width : 768px) {
  #page-contact .form-container .wpforms-container {
    padding: 0 80px;
  }
}
@media only screen and (max-width : 480px) {
  #page-contact .form-container .wpforms-container {
    padding: 0 20px;
  }
}
#page-contact .form-container .wpforms-container .wpforms-submit-container {
  text-align: center;
}
#page-contact .form-container .wpforms-container .wpforms-recaptcha-container {
  padding-bottom: 10px;
}
#page-contact .form-container .wpforms-container .wpforms-recaptcha-container div {
  margin-left: auto;
  margin-right: auto;
}
#page-contact .form-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid black;
  font-weight: bold;
  font-style: italic;
  height: 55px;
  padding-left: 20px;
  font-size: 1rem;
  background-color: #f9f9f9;
  position: absolute;
}
@media only screen and (max-width : 992px) {
  #page-contact .form-container select {
    position: relative;
  }
}
#page-contact .form-container #wpforms-2186-field_3-container {
  position: relative;
}
#page-contact .form-container #wpforms-2186-field_3-container:after {
  pointer-events: none;
  content: "";
  background-image: url(/wp-content/themes/roots/assets/img/chevron-down.png);
  height: 15px;
  width: 15px;
  position: absolute;
  top: 2rem;
  right: 1rem;
  background-repeat: no-repeat;
  background-position: center;
}
#page-contact .form-container input {
  height: 50px !important;
}
#page-contact .form-container input,
#page-contact .form-container textarea {
  border-radius: 0 !important;
  font-style: italic !important;
  background-color: #f9f9f9;
  font-size: 1rem;
  padding-left: 20px;
}
#page-contact .form-container button {
  background: transparent;
  border: 0;
  font-family: "MarkFF", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#page-contact .form-container button:before {
  position: absolute;
  left: 0;
  content: url('/wp-content/themes/roots/assets/img/submit-arrow.svg');
}
#page-contact .form-container button.wpforms-cta-primary {
  background-color: #4f9ab7;
  color: #fff;
  display: inline-block;
  font-family: "TTCommons-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  padding: 1rem 3rem;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#page-contact .form-container button.wpforms-cta-primary:active,
#page-contact .form-container button.wpforms-cta-primary:hover {
  color: #fff;
  background-color: #82cdea;
}
#page-contact .form-container button.wpforms-cta-primary:before {
  display: none;
}
@media (max-width: 767px) {
  #page-contact .form-container button.wpforms-cta-primary {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width : 992px) {
  #page-contact .form-container select,
  #page-contact .form-container input,
  #page-contact .form-container textarea {
    font-size: 16px;
  }
}
#page-contact .form-container textarea {
  height: 165px;
  padding-top: .75rem;
}
@media only screen and (max-width : 992px) {
  #page-contact .form-container .wpforms-field {
    width: 100%;
    margin-left: 0;
  }
}
#page-contact .teaker-top-wrapper {
  min-height: 500px;
}
#page-contact .teaker-top-wrapper .new_vc_content_wrap {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media only screen and (max-width : 992px) {
  #page-contact .teaker-top-wrapper .new_vc_content_wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width : 992px) {
  #page-contact .teaker-top-wrapper {
    min-height: 460px;
  }
}
@media only screen and (min-width: 1201px) {
  #page-contact .teaker-top-wrapper {
    min-height: 620px;
  }
}
#page-contact .teaker-top-wrapper a {
  font-size: 1.9rem;
  color: unset;
  font-family: "TTCommons-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 2px solid black;
}
#page-contact .teaker-top-wrapper p {
  margin-top: 0.75rem;
}
#page-contact .teaker-wrapper {
  width: 100vw;
  padding-top: 50%;
  position: relative;
  background-color: #ec6652;
}
@media only screen and (max-width : 480px) {
  #page-contact .teaker-wrapper {
    height: 500px;
  }
}
#page-contact .teaker-wrapper .teaker-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width : 768px) {
  #page-contact .teaker-wrapper .teaker-content {
    text-align: center;
    font-size: 1.2rem;
    padding-top: 0;
    height: 100%;
  }
}
@media only screen and (max-width : 480px) {
  #page-contact .teaker-wrapper .teaker-content {
    height: 500px;
  }
}
#page-contact .teaker-wrapper .teaker-content .teaker-image {
  display: inline-block;
  width: 50%;
  height: 100%;
  background-image: url(http://teak.wpengine.com/wp-content/uploads/Contact_Studio_photography_1080p_1.jpg) !important;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media only screen and (max-width : 768px) {
  #page-contact .teaker-wrapper .teaker-content .teaker-image {
    display: none;
    visibility: hidden;
  }
}
#page-contact .teaker-wrapper .teaker-content .become-teaker-text {
  width: 48%;
  height: 100%;
  vertical-align: top;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
}
@media only screen and (max-width : 768px) {
  #page-contact .teaker-wrapper .teaker-content .become-teaker-text {
    width: 90%;
  }
}
@media only screen and (max-width : 340px) {
  #page-contact .teaker-wrapper .teaker-content .become-teaker-text {
    padding: 20px;
  }
}
#page-contact .teaker-wrapper .teaker-content .become-teaker-text .one-of-us-body p,
#page-contact .teaker-wrapper .teaker-content .become-teaker-text .one-of-us-body h2,
#page-contact .teaker-wrapper .teaker-content .become-teaker-text .one-of-us-body h3,
#page-contact .teaker-wrapper .teaker-content .become-teaker-text .one-of-us-body h4 {
  color: white;
}
#page-contact .teaker-wrapper .teaker-content .become-teaker-text .one-of-us-body hr {
  border-color: white;
}
#page-contact .teaker-wrapper .teaker-content .become-teaker-text .one-of-us-body a {
  color: #eeeeee;
}
#page-contact .teaker-wrapper .teaker-content .become-teaker-text .one-of-us-body a:hover {
  color: white;
}
#page-contact .map-row {
  background-color: #4f9ab7;
  width: 100vw;
  padding-top: 65%;
  background-image: url(/wp-content/uploads/teakmap_2019.jpg) !important;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media only screen and (min-width: 1201px) {
  #page-contact .map-row {
    padding-top: 50%;
  }
}
@media only screen and (max-width : 992px) {
  #page-contact .map-row {
    -webkit-background-size: 140% 140%;
            background-size: 140%;
  }
}
@media only screen and (max-width : 480px) {
  #page-contact .map-row {
    -webkit-background-size: 260% 260%;
            background-size: 260%;
    padding-top: 80%;
  }
}
#page-contact .contact-types-wrapper {
  width: 100%;
}
div.wpforms-container-full,
div.wpforms-container-full .wpforms-form * {
  font-family: "miller-display", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .contact-info .new_vc_content_wrap {
    max-width: 80%;
    margin: 0 auto;
  }
}
.mini-headline {
  padding-top: 67px;
  padding-bottom: 8px;
  color: #8D8D8D;
  text-transform: uppercase;
}
.mini-headline,
.page-title {
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}
.mini-headline {
  font-family: "Sentinel", Times, serif;
  font-size: 1.2rem;
  font-style: italic;
}
.page-title {
  font-family: "Knockout-HTF68-FullFeatherwt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 7rem;
  padding-bottom: 30px;
  font-weight: 500;
  max-width: 1160px;
  text-transform: uppercase;
  line-height: 0.8;
  color: #000000;
  margin: 6rem auto 5rem;
}
.page-subtitle {
  max-width: 860px;
  margin: -5rem auto 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}
.page-subtitle h2 {
  font-family: "miller-display", Georgia, "Times New Roman", Times, serif;
  font-size: 2.25rem;
  color: #3c4850;
}
.page-subtitle h3 {
  font-size: 1.5rem;
  color: #3c4850;
  font-style: normal;
  font-family: "TTCommons-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.news-flex {
  width: 80%;
  display: block;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 100px;
}
.news-flex a,
.news-flex h1 {
  color: white;
}
@media only screen and (max-width : 992px) {
  .news-flex {
    -webkit-column-count: 2;
            column-count: 2;
    width: 90%;
  }
}
@media only screen and (max-width: 660px) {
  .news-flex {
    -webkit-column-count: 1;
            column-count: 1;
    width: 100%;
  }
}
.news-flex .element-large,
.news-flex .element-medium,
.news-flex .element-small {
  padding: 5px;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 13px;
}
.news-flex .element-large.blue,
.news-flex .element-medium.blue,
.news-flex .element-small.blue,
.news-flex .element-large.blue .content,
.news-flex .element-medium.blue .content,
.news-flex .element-small.blue .content {
  background-color: #2E4E5A;
}
.news-flex .element-large.blue.element-medium,
.news-flex .element-medium.blue.element-medium,
.news-flex .element-small.blue.element-medium,
.news-flex .element-large.blue .content.element-medium,
.news-flex .element-medium.blue .content.element-medium,
.news-flex .element-small.blue .content.element-medium,
.news-flex .element-large.blue.element-medium .content,
.news-flex .element-medium.blue.element-medium .content,
.news-flex .element-small.blue.element-medium .content,
.news-flex .element-large.blue .content.element-medium .content,
.news-flex .element-medium.blue .content.element-medium .content,
.news-flex .element-small.blue .content.element-medium .content {
  background-color: #4a4a4a;
}
.news-flex .element-large.blue.element-large,
.news-flex .element-medium.blue.element-large,
.news-flex .element-small.blue.element-large,
.news-flex .element-large.blue .content.element-large,
.news-flex .element-medium.blue .content.element-large,
.news-flex .element-small.blue .content.element-large,
.news-flex .element-large.blue.element-large .content,
.news-flex .element-medium.blue.element-large .content,
.news-flex .element-small.blue.element-large .content,
.news-flex .element-large.blue .content.element-large .content,
.news-flex .element-medium.blue .content.element-large .content,
.news-flex .element-small.blue .content.element-large .content,
.news-flex .element-large.blue.element-small,
.news-flex .element-medium.blue.element-small,
.news-flex .element-small.blue.element-small,
.news-flex .element-large.blue .content.element-small,
.news-flex .element-medium.blue .content.element-small,
.news-flex .element-small.blue .content.element-small,
.news-flex .element-large.blue.element-small .content,
.news-flex .element-medium.blue.element-small .content,
.news-flex .element-small.blue.element-small .content,
.news-flex .element-large.blue .content.element-small .content,
.news-flex .element-medium.blue .content.element-small .content,
.news-flex .element-small.blue .content.element-small .content {
  background-color: #000;
}
.news-flex .element-large.orange,
.news-flex .element-medium.orange,
.news-flex .element-small.orange,
.news-flex .element-large.orange .content,
.news-flex .element-medium.orange .content,
.news-flex .element-small.orange .content {
  background-color: #ED6551;
}
.news-flex .element-large.orange.element-medium,
.news-flex .element-medium.orange.element-medium,
.news-flex .element-small.orange.element-medium,
.news-flex .element-large.orange .content.element-medium,
.news-flex .element-medium.orange .content.element-medium,
.news-flex .element-small.orange .content.element-medium,
.news-flex .element-large.orange.element-medium .content,
.news-flex .element-medium.orange.element-medium .content,
.news-flex .element-small.orange.element-medium .content,
.news-flex .element-large.orange .content.element-medium .content,
.news-flex .element-medium.orange .content.element-medium .content,
.news-flex .element-small.orange .content.element-medium .content {
  background-color: #4a4a4a;
}
.news-flex .element-large.orange.element-large,
.news-flex .element-medium.orange.element-large,
.news-flex .element-small.orange.element-large,
.news-flex .element-large.orange .content.element-large,
.news-flex .element-medium.orange .content.element-large,
.news-flex .element-small.orange .content.element-large,
.news-flex .element-large.orange.element-small,
.news-flex .element-medium.orange.element-small,
.news-flex .element-small.orange.element-small,
.news-flex .element-large.orange .content.element-small,
.news-flex .element-medium.orange .content.element-small,
.news-flex .element-small.orange .content.element-small,
.news-flex .element-large.orange.element-large .content,
.news-flex .element-medium.orange.element-large .content,
.news-flex .element-small.orange.element-large .content,
.news-flex .element-large.orange .content.element-large .content,
.news-flex .element-medium.orange .content.element-large .content,
.news-flex .element-small.orange .content.element-large .content,
.news-flex .element-large.orange.element-small .content,
.news-flex .element-medium.orange.element-small .content,
.news-flex .element-small.orange.element-small .content,
.news-flex .element-large.orange .content.element-small .content,
.news-flex .element-medium.orange .content.element-small .content,
.news-flex .element-small.orange .content.element-small .content {
  background-color: #000;
}
.news-flex .element-large.dark-blue,
.news-flex .element-medium.dark-blue,
.news-flex .element-small.dark-blue,
.news-flex .element-large.dark-blue .content,
.news-flex .element-medium.dark-blue .content,
.news-flex .element-small.dark-blue .content {
  background-color: #253138;
}
.news-flex .element-large .title,
.news-flex .element-medium .title,
.news-flex .element-small .title {
  text-transform: uppercase;
}
.news-flex .element-large.related-card,
.news-flex .element-medium.related-card,
.news-flex .element-small.related-card,
.news-flex .element-large.related-card .content,
.news-flex .element-medium.related-card .content,
.news-flex .element-small.related-card .content {
  background-color: #000000 !important;
}
.news-flex .element-large.related-card .excerpt,
.news-flex .element-medium.related-card .excerpt,
.news-flex .element-small.related-card .excerpt,
.news-flex .element-large.related-card .content .excerpt,
.news-flex .element-medium.related-card .content .excerpt,
.news-flex .element-small.related-card .content .excerpt {
  position: relative;
  text-transform: none;
  bottom: unset;
  top: 1.25rem;
}
.news-flex .element-large.related-card .excerpt a,
.news-flex .element-medium.related-card .excerpt a,
.news-flex .element-small.related-card .excerpt a,
.news-flex .element-large.related-card .content .excerpt a,
.news-flex .element-medium.related-card .content .excerpt a,
.news-flex .element-small.related-card .content .excerpt a {
  font-family: "TTCommons-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.news-flex .element-large.related-card .excerpt ul,
.news-flex .element-medium.related-card .excerpt ul,
.news-flex .element-small.related-card .excerpt ul,
.news-flex .element-large.related-card .content .excerpt ul,
.news-flex .element-medium.related-card .content .excerpt ul,
.news-flex .element-small.related-card .content .excerpt ul {
  list-style: none;
  padding: unset;
  text-transform: capitalize;
}
.news-flex .element-large.related-card .excerpt ul li,
.news-flex .element-medium.related-card .excerpt ul li,
.news-flex .element-small.related-card .excerpt ul li,
.news-flex .element-large.related-card .content .excerpt ul li,
.news-flex .element-medium.related-card .content .excerpt ul li,
.news-flex .element-small.related-card .content .excerpt ul li {
  display: inline-block;
}
.news-flex .element-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news-flex .element-large {
  padding-top: 137%;
}
.news-flex .element-large .element-image {
  height: 73%;
}
.news-flex .element-large .content {
  height: 27%;
  padding-top: .9rem;
}
.news-flex .element-large .news .title {
  font-size: .8rem;
}
.news-flex .element-medium {
  padding-top: 100%;
}
.news-flex .element-medium .element-image {
  height: 63%;
}
.news-flex .element-medium .content {
  height: 37%;
  padding-top: .9rem;
}
.news-flex .element-small {
  height: 0;
  padding-top: 50%;
}
.news-flex .element-small .content {
  width: 50%;
  left: 50%;
  height: 100%;
  padding-top: .9rem;
}
.news-flex .element-small .element-image {
  height: 100%;
  right: 50%;
}
.news-flex .element-small.element-no-image {
  padding-top: 25%;
}
.news-flex .element-small.element-no-image .content {
  left: 0;
  width: 100%;
}
.news-flex .element-small.element-no-image .element-image {
  visibility: hidden;
  display: none;
}
.news-flex .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.news-flex .content a {
  font-family: "TTCommons-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.2rem;
  letter-spacing: .02rem;
}
@media only screen and (max-width : 992px) {
  .news-flex .content a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width : 768px) {
  .news-flex .content a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 660px) {
  .news-flex .content a {
    font-size: 1.4rem;
  }
}
.news-flex .content .category,
.news-flex .content .excerpt {
  position: absolute;
  bottom: 15px;
  color: white;
  font-size: .8rem;
  text-transform: capitalize;
}
@media only screen and (max-width : 480px) {
  .news-flex .content .category,
  .news-flex .content .excerpt {
    font-size: 1rem;
  }
}
.news .scroll-down {
  display: none;
}
.news .videoWrapper {
  position: relative;
  padding-bottom: 54%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.news .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vc_row.news,
.alm-reveal .vc_row.news {
  background: #fff;
  margin-bottom: 0;
  border-bottom: 3px solid #eeeeee;
}
.vc_row.news {
  padding: 4rem;
}
.whitewaves + .vc_row.news {
  padding-top: 0;
}
.news .title {
  margin-top: 0;
}
.alm-btn-wrap {
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
  background-color: #FFF;
}
#load-more {
  border: none !important;
  outline: none !important;
  text-align: center;
}
#load-more.done {
  opacity: 0.5;
}
article {
  font-family: "TTCommons-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
article.news-item .wp-post-image {
  height: auto;
  width: 100%;
}
.page404 .scroll-down {
  display: none;
}
.page404 .masthead,
.page404 .masthead-full {
  background-color: #243038;
  margin-bottom: -1rem !important;
  position: relative;
}
.page404 .masthead h2,
.page404 .masthead-full h2 {
  padding-bottom: 1rem;
}
.page404 .img {
  display: block;
  position: relative;
  width: 50%;
  margin: 0 auto;
}
.teakers {
  width: 100%;
  position: relative;
}
.teakers .teak-bio-container {
  -webkit-perspective: 1000;
          perspective: 1000;
  position: relative;
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
  /*hide the back*/
  /*font above back*/
  /* back, initially hidden pane */
}
.teakers .teak-bio-container .teak-bio {
  position: relative;
}
.teakers .teak-bio-container .teak-bio .front,
.teakers .teak-bio-container .teak-bio .back {
  width: 100%;
  overflow: hidden;
}
.teakers .teak-bio-container .teak-bio .front img,
.teakers .teak-bio-container .teak-bio .back img {
  width: 101%;
}
.teakers .teak-bio-container .front,
.teakers .teak-bio-container .back {
  -webkit-transition: 0.5s ease-in-out;
       -o-transition: 0.5s ease-in-out;
          transition: 0.5s ease-in-out;
}
.teakers .teak-bio-container .front {
  position: relative;
}
.teakers .teak-bio-container .front img {
  -webkit-transition: 0.5s ease-in-out;
       -o-transition: 0.5s ease-in-out;
          transition: 0.5s ease-in-out;
  height: auto;
}
.teakers .teak-bio-container .back {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  padding: 1rem;
  opacity: 0;
}
.teakers .teak-bio-container .back h1,
.teakers .teak-bio-container .back h2,
.teakers .teak-bio-container .back h3,
.teakers .teak-bio-container .back h4,
.teakers .teak-bio-container .back h5,
.teakers .teak-bio-container .back h6 {
  font-family: "MarkFF", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: white;
}
.teakers .teak-bio-container .back h2 {
  font-size: 1.45rem;
  font-weight: 400;
  margin-bottom: 0;
}
.teakers .teak-bio-container .back ul,
.teakers .teak-bio-container .back li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.teakers .teak-bio-container .back li {
  display: inline-block;
}
.teakers .teak-bio-container .back .positions li {
  color: white;
  font-style: italic;
  text-transform: capitalize;
}
.teakers .teak-bio-container .back .positions li:not(:last-child):after {
  content: '/';
}
.teakers .teak-bio-container .back .social-links {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  text-align: right;
}
.teakers .teak-bio-container .back .social-links li {
  display: inline-block;
  opacity: 0.8;
  margin-left: 5px;
}
.teakers .teak-bio-container .back .social-links li:hover {
  opacity: 1;
}
.teakers .teak-bio-container .back .social-links li a {
  width: 30px;
  height: 30px;
  display: block;
}
.teakers .teak-bio-container:hover .teak-bio .front img,
.teakers .teak-bio-container:focus .teak-bio .front img,
.teakers .teak-bio-container.hover .teak-bio .front img {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
       -o-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.teakers .teak-bio-container:hover .teak-bio .back,
.teakers .teak-bio-container:focus .teak-bio .back,
.teakers .teak-bio-container.hover .teak-bio .back {
  background-color: rgba(237, 102, 82, 0.85);
  opacity: 1;
}
.capabilities.red {
  background-color: #4f9ab7;
}
.capabilities.red h4,
.capabilities.red p,
.capabilities.red li {
  color: #243038;
}
.capabilities.red hr {
  border-color: #243038;
}
.capabilities.red .row-number p {
  color: white;
}
.capabilities.blue {
  background-color: #243038;
}
.capabilities.blue h4,
.capabilities.blue p,
.capabilities.blue li {
  color: #4f9ab7;
}
.capabilities.blue hr {
  border-color: #4f9ab7;
}
.capabilities.blue .row-number p {
  color: white;
}
.capabilities ul {
  padding-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}
.clients {
  background-color: #4f9ab7;
}
.clients .heading-line-separator h2,
.clients .heading-line-separator h3,
.clients .heading-line-separator h4,
.clients .heading-line-separator h5,
.clients .heading-line-separator h6,
.clients .heading-line-separator-white h2,
.clients .heading-line-separator-white h3,
.clients .heading-line-separator-white h4,
.clients .heading-line-separator-white h5,
.clients .heading-line-separator-white h6 {
  color: white;
}
.clients .heading-line-separator h2:before,
.clients .heading-line-separator h3:before,
.clients .heading-line-separator h4:before,
.clients .heading-line-separator h5:before,
.clients .heading-line-separator h6:before,
.clients .heading-line-separator h2:after,
.clients .heading-line-separator h3:after,
.clients .heading-line-separator h4:after,
.clients .heading-line-separator h5:after,
.clients .heading-line-separator h6:after,
.clients .heading-line-separator-white h2:before,
.clients .heading-line-separator-white h3:before,
.clients .heading-line-separator-white h4:before,
.clients .heading-line-separator-white h5:before,
.clients .heading-line-separator-white h6:before,
.clients .heading-line-separator-white h2:after,
.clients .heading-line-separator-white h3:after,
.clients .heading-line-separator-white h4:after,
.clients .heading-line-separator-white h5:after,
.clients .heading-line-separator-white h6:after {
  border-color: white;
}
.clients p,
.clients ul,
.clients li {
  color: white;
}
.clients ul,
.clients li {
  list-style: none;
}
.clients ul {
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 3rem;
}
.clients li:first-child {
  font-size: 0.7rem;
  font-family: "MarkFF", Helvetica, Arial, sans-serif;
}
.clients li:not(:first-child) {
  font-size: 1.2rem;
  font-family: "Sentinel", Times, serif;
  font-style: italic;
}
/*-----------------------------------------*/
/* Medium devices (desktops, 992px and up) */
/*-----------------------------------------*/
@media (min-width: 992px) {
  .clients ul {
    padding-left: 3rem;
  }
}
/*-----------------------------------------------*/
/* Large devices (large desktops, 1200px and up) */
/*-----------------------------------------------*/
@media (min-width: 1600px) {
  .clients .new_vc_content_wrap {
    max-width: 80%;
    margin: 0 auto;
  }
}
/*-----------------------------------------------*/
/* Large devices (xlarge desktops, 1600px and up) */
/*-----------------------------------------------*/
@media (min-width: 1600px) {
  .clients .new_vc_content_wrap {
    max-width: 75%;
    margin: 0 auto;
  }
}
.single-work .entry-content h3 {
  font-family: "TTCommons-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 1.2rem;
  letter-spacing: 0.2px;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.single-work .entry-content h4,
.single-work .entry-content .h4 {
  color: #243038;
  font-family: "TTCommons-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.single-work .entry-content blockquote {
  padding-top: 5rem;
  padding-bottom: 2.1rem;
}
.single-work .entry-content blockquote .author {
  font-size: 1rem;
}
.single-work .entry-content blockquote .author strong {
  font-weight: normal;
}
.single-work .entry-content blockquote p {
  font-size: 1.7rem;
}
.single-work .entry-content p {
  font-size: 1.4rem;
}
.single-work .entry-content .vc_col-xs-6,
.single-work .entry-content .vc_col-sm-6,
.single-work .entry-content .vc_col-md-6,
.single-work .entry-content .vc_col-lg-6 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.single-work .entry-content .vc_col-xs-8,
.single-work .entry-content .vc_col-sm-8,
.single-work .entry-content .vc_col-md-8,
.single-work .entry-content .vc_col-lg-8 {
  padding-right: 2.25rem;
  padding-left: 2.25rem;
}
.single-work .entry-content .hero .vc_col-xs-10,
.single-work .entry-content .hero .vc_col-sm-10,
.single-work .entry-content .hero .vc_col-md-10,
.single-work .entry-content .hero .vc_col-lg-10 {
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}
.single-work .entry-content .vc_row,
.single-work .entry-content .wpb_row {
  padding-top: 0;
  padding-bottom: 0;
}
.single-work .entry-content .vc_row.masthead,
.single-work .entry-content .wpb_row.masthead,
.single-work .entry-content .vc_row.masthead-full,
.single-work .entry-content .wpb_row.masthead-full {
  padding-bottom: 5rem !important;
}
.work-story-callouts {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.work-story-callouts .work-story-callout {
  margin: 1rem auto;
}
.work-story-callouts .work-story-callout h6 {
  font-style: normal;
  font-size: 1.4rem;
  font-family: "TTCommons-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0 auto;
}
.work-story-callouts .work-story-callout h5 {
  font-size: 4rem;
  text-align: center;
  font-family: "miller-display", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .work-story-callouts .vc_col-xs-1,
  .work-story-callouts .vc_col-sm-1,
  .work-story-callouts .vc_col-md-1,
  .work-story-callouts .vc_col-lg-1,
  .work-story-callouts .vc_col-xs-2,
  .work-story-callouts .vc_col-sm-2,
  .work-story-callouts .vc_col-md-2,
  .work-story-callouts .vc_col-lg-2,
  .work-story-callouts .vc_col-xs-3,
  .work-story-callouts .vc_col-sm-3,
  .work-story-callouts .vc_col-md-3,
  .work-story-callouts .vc_col-lg-3,
  .work-story-callouts .vc_col-xs-4,
  .work-story-callouts .vc_col-sm-4,
  .work-story-callouts .vc_col-md-4,
  .work-story-callouts .vc_col-lg-4,
  .work-story-callouts .vc_col-xs-5,
  .work-story-callouts .vc_col-sm-5,
  .work-story-callouts .vc_col-md-5,
  .work-story-callouts .vc_col-lg-5,
  .work-story-callouts .vc_col-xs-6,
  .work-story-callouts .vc_col-sm-6,
  .work-story-callouts .vc_col-md-6,
  .work-story-callouts .vc_col-lg-6,
  .work-story-callouts .vc_col-xs-7,
  .work-story-callouts .vc_col-sm-7,
  .work-story-callouts .vc_col-md-7,
  .work-story-callouts .vc_col-lg-7,
  .work-story-callouts .vc_col-xs-8,
  .work-story-callouts .vc_col-sm-8,
  .work-story-callouts .vc_col-md-8,
  .work-story-callouts .vc_col-lg-8,
  .work-story-callouts .vc_col-xs-9,
  .work-story-callouts .vc_col-sm-9,
  .work-story-callouts .vc_col-md-9,
  .work-story-callouts .vc_col-lg-9,
  .work-story-callouts .vc_col-xs-10,
  .work-story-callouts .vc_col-sm-10,
  .work-story-callouts .vc_col-md-10,
  .work-story-callouts .vc_col-lg-10,
  .work-story-callouts .vc_col-xs-11,
  .work-story-callouts .vc_col-sm-11,
  .work-story-callouts .vc_col-md-11,
  .work-story-callouts .vc_col-lg-11 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.reel-button-wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -5rem;
}
.reel-button-wrap .reel-button {
  color: #fff;
  text-align: center;
  border: 2px solid white;
  background-color: transparent;
  padding: 0.8rem;
  font-family: "MarkFF", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
}
.reel-button-wrap .reel-button:hover {
  background-color: white;
  color: #243038;
}
.related-stuff-header {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: "MarkFF", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  padding-top: 85px;
  border-top: 1px solid #ECECEC;
}
.related-stuff-header hr {
  width: 100px;
  color: #EB6757;
  margin-top: .5rem;
  margin-bottom: 1.3rem;
}
/*---------------------------------------*/
/* Small devices (tablets, 768px and up) */
/*---------------------------------------*/
@media (min-width: 768px) {
  .reel-button-wrap {
    margin-top: auto;
  }
}
/*# sourceMappingURL=main.css.map */