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

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

[role="button"] {
  cursor: pointer; }

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

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

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

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

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

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

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

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

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

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

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

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

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

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

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

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

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

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

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

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 992px) {
  .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%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

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

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

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

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

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

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

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

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

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

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

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

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

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

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

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

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

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

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

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

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

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

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

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

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

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

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

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

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

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

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

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

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

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

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 991px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

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

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -10px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5d5d;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090808; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      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: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090808; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090808;
    color: #fff; }
  @media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090808; }
    .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: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
    @media (max-width: 767px) {
      .carousel-inner > .item .col-xs-12 {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  padding-right: 10px;
  padding-left: 10px; }

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'freight-text-pro';
  src: url("../font/FreigTexProSem.otf") format("opentype"); }

@font-face {
  font-family: 'CalibreBd';
  src: url("../font/CalibreWeb-Bold.eot");
  src: url("../font/CalibreWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../font/CalibreWeb-Bold.woff") format("woff"), url("../font/CalibreWeb-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'CalibreLt';
  src: url("../font/CalibreWeb-Light.eot");
  src: url("../font/CalibreWeb-Light.eot?#iefix") format("embedded-opentype"), url("../font/CalibreWeb-Light.woff") format("woff"), url("../font/CalibreWeb-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'CalibreMd';
  src: url("../font/CalibreWeb-Medium.eot");
  src: url("../font/CalibreWeb-Medium.eot?#iefix") format("embedded-opentype"), url("../font/CalibreWeb-Medium.woff") format("woff"), url("../font/CalibreWeb-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Calibre';
  src: url("../font/CalibreWeb-Regular.eot");
  src: url("../font/CalibreWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../font/CalibreWeb-Regular.woff") format("woff"), url("../font/CalibreWeb-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'CalibreSm';
  src: url("../font/CalibreWeb-Semibold.eot");
  src: url("../font/CalibreWeb-Semibold.eot?#iefix") format("embedded-opentype"), url("../font/CalibreWeb-Semibold.woff") format("woff"), url("../font/CalibreWeb-Semibold.ttf") format("truetype"); }

@font-face {
  font-family: 'CalibreTn';
  src: url("../font/CalibreWeb-Thin.eot");
  src: url("../font/CalibreWeb-Thin.eot?#iefix") format("embedded-opentype"), url("../font/CalibreWeb-Thin.woff") format("woff"), url("../font/CalibreWeb-Thin.ttf") format("truetype"); }

.content-body ul {
  margin-bottom: 10px; }

.eyebrow {
  margin-bottom: 20px; }

.eyebrow a,
.eyebrow .middot,
.press-date {
  display: inline;
  font-family: "CalibreMd", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #b4b4b4; }

.eyebrow a {
  padding-bottom: 2px;
  border-bottom: 1px solid #b4b4b4; }
  .eyebrow a:hover {
    text-decoration: none;
    color: #b4b4b4; }

.eyebrow .middot:last-child {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "CalibreSm", sans-serif;
  font-weight: normal;
  margin: 0; }

h1 {
  font-family: "CalibreBd", sans-serif;
  font-size: 45px;
  line-height: 40px;
  color: #142278; }
  h1.small {
    font-size: 35px;
    line-height: 1; }
  h1.team {
    font-size: 30px;
    line-height: 35px; }

.sub-title {
  font-size: 20px;
  line-height: 28px;
  color: #0050f6;
  font-family: "freight-text-pro", serif; }
  .sub-title.darkGrey {
    color: #4a4c4c; }

p {
  font-family: "CalibreLt", sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #000; }

h2 {
  color: #142278;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px !important; }

h3 {
  font-family: "CalibreSm", sans-serif;
  font-size: 22px;
  line-height: 27px;
  color: #4a4c4c;
  margin-bottom: 12px; }

h4 {
  font-family: "CalibreBd", sans-serif;
  color: #4a4c4c;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 12px; }

h6 {
  font-family: "CalibreLt", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #999;
  margin: 15px 0; }

.read-more {
  font-family: "CalibreSm", sans-serif;
  color: #00d9ff;
  font-size: 18px;
  line-height: 1; }

.page-header {
  border-bottom: none; }

@media (min-width: 768px) {
  h1 {
    font-size: 90px;
    line-height: 85px;
    letter-spacing: -0.5px; }
    h1.small {
      font-size: 55px;
      line-height: 58px; }
    h1.team {
      font-size: 40px;
      line-height: 40px; }
  .sub-title {
    font-size: 23px;
    line-height: 30px;
    margin-top: 25px; }
  p {
    font-size: 20px;
    line-height: 30px; }
  h2 {
    font-size: 30px; }
  .read-more {
    font-size: 20px; }
  .page-header {
    border-bottom: 1px solid #d8d8d8; } }

/*--------------------------------------------------------------
# Partials
--------------------------------------------------------------*/
body {
  margin-top: 65px;
  color: black;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }
  body.page-id-622 .search-filter-results {
    display: none; }
  body.open-nav {
    overflow-y: hidden; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    overflow-wrap: normal; }
  body a {
    color: #0050f6; }
    body a:hover {
      color: #00c3e6;
      text-decoration: none; }
  body .alm-btn-wrap {
    padding: 0;
    text-align: left; }
    body .alm-btn-wrap .alm-load-more-btn {
      background: transparent !important;
      font-size: 20px !important;
      line-height: 1 !important;
      color: #00d9ff !important;
      margin: 35px 0 !important; }
  body .alm-btn-wrap .alm-load-more-btn:after {
    content: '';
    display: inline-block;
    margin-left: 8px;
    border-right: solid 12px #00d9ff;
    border-top: solid 12px transparent;
    transition: margin 0.01s, transform 0.25s; }
  body .alm-btn-wrap .alm-load-more-btn:hover:after {
    margin-left: 5px;
    -moz-transform: rotate(-45deg) scale(0.8);
    -o-transform: rotate(-45deg) scale(0.8);
    -webkit-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8); }
  body .links.more {
    position: relative; }
    body .links.more .read-more:after {
      content: '';
      display: inline-block;
      margin-left: 8px;
      border-right: solid 12px #00d9ff;
      border-top: solid 12px transparent;
      transition: margin 0.01s, transform 0.25s; }
    body .links.more .read-more:hover:after {
      margin-left: 5px;
      -moz-transform: rotate(-45deg) scale(0.8);
      -o-transform: rotate(-45deg) scale(0.8);
      -webkit-transform: rotate(-45deg) scale(0.8);
      transform: rotate(-45deg) scale(0.8); }
  body hr.black-thin {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #959595; }
  body hr.gold {
    margin: 0;
    border-top: 5px solid #0050f6; }
  body .entry-content {
    margin-bottom: 125px; }
    body .entry-content ul {
      list-style: none;
      padding: 0 0 0 20px; }
      body .entry-content ul li {
        font-family: "CalibreLt", sans-serif;
        font-size: 18px;
        line-height: 27px;
        list-style-position: inside;
        text-indent: -1em; }
        body .entry-content ul li:before {
          font-family: "Calibre", sans-serif;
          color: #0050f6;
          font-size: 28px;
          line-height: 27px;
          content: "\000BB";
          margin-right: 10px; }
    @media (min-width: 992px) {
      body .entry-content ul li {
        font-size: 20px;
        line-height: 30px; } }
  body.page .entry-header {
    margin-top: 92px; }
    body.page .entry-header .entry-title {
      color: #0050f6;
      margin: 20px 0; }
    body.page .entry-header .sub-title {
      margin: 20px 0; }
  body.page-template-page-hashero .entry-content {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    body.page .entry-header {
      margin-top: 175px; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

@media (min-width: 768px) {
  .mobile-only {
    display: none;
    visibility: hidden; } }

@media (min-width: 992px) {
  body {
    margin-top: 75px; }
    body .container-fluid.notfull {
      margin: 0 64px; }
  hr.black-thin, hr.gold {
    margin-right: 2em; }
  .link-more-less {
    width: 162px; }
    .link-more-less .a {
      font-size: 16px; } }

.admin-bar .navbar-fixed-top {
  margin-top: 46px; }

.open-nav.home .navbar.initial {
  background-color: #ffffff; }

.navbar {
  background-color: white;
  margin: 0;
  padding: 0;
  border: none; }
  .navbar .navbar-container {
    padding: 0; }
    .navbar .navbar-container .row {
      margin: 0; }
    .navbar .navbar-container .navbar-toggle .icon-bar {
      background-color: #0050f6; }
    .navbar .navbar-container .navbar-header {
      height: 64px;
      border-bottom: 1px solid #e8e8e8; }
      .navbar .navbar-container .navbar-header .navbar-toggle {
        padding: 2px;
        margin: 20px 28px 0 0;
        border: none;
        font-size: 13px;
        color: #434343;
        text-transform: none;
        text-decoration: none; }
        .navbar .navbar-container .navbar-header .navbar-toggle .icon-bar {
          width: 35px;
          height: 3px;
          border-radius: 0; }
          .navbar .navbar-container .navbar-header .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 6px; }
        .navbar .navbar-container .navbar-header .navbar-toggle .open {
          display: none;
          height: 24px; }
        .navbar .navbar-container .navbar-header .navbar-toggle .close {
          position: relative;
          height: 24px;
          width: 24px;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          .navbar .navbar-container .navbar-header .navbar-toggle .close:before, .navbar .navbar-container .navbar-header .navbar-toggle .close:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 2px;
            /* cross thickness */
            background-color: #0050f6; }
          .navbar .navbar-container .navbar-header .navbar-toggle .close:before {
            transform: rotate(45deg); }
          .navbar .navbar-container .navbar-header .navbar-toggle .close:after {
            transform: rotate(-45deg); }
        .navbar .navbar-container .navbar-header .navbar-toggle.collapsed .open {
          display: block; }
        .navbar .navbar-container .navbar-header .navbar-toggle.collapsed .close {
          display: none; }
        .navbar .navbar-container .navbar-header .navbar-toggle:hover, .navbar .navbar-container .navbar-header .navbar-toggle:focus {
          background: none; }
    .navbar .navbar-container .navbar-collapse {
      width: 100%;
      border: none;
      position: absolute;
      top: 0;
      z-index: -1;
      margin: 64px 0 0 0;
      background-color: white; }
      .navbar .navbar-container .navbar-collapse.collapsing, .navbar .navbar-container .navbar-collapse.in {
        box-shadow: none;
        max-height: none; }
      @media only screen and (max-width: 991px) {
        .navbar .navbar-container .navbar-collapse .menu-primary-navigation-container {
          height: 100vh;
          background: #ffffff; } }
      .navbar .navbar-container .navbar-collapse .nav {
        margin: 0; }
        .navbar .navbar-container .navbar-collapse .nav .menu, .navbar .navbar-container .navbar-collapse .nav .sub-menu {
          list-style-type: none; }
        .navbar .navbar-container .navbar-collapse .nav .menu-item {
          height: 66px;
          overflow: hidden;
          padding: 20px 25px;
          border-bottom: 1px solid #e8e8e8; }
          .navbar .navbar-container .navbar-collapse .nav .menu-item a {
            font-family: "CalibreSm", sans-serif;
            letter-spacing: -1px; }
          .navbar .navbar-container .navbar-collapse .nav .menu-item:hover a {
            color: #142278; }
          .navbar .navbar-container .navbar-collapse .nav .menu-item.current-menu-item a, .navbar .navbar-container .navbar-collapse .nav .menu-item.current-page-ancestor a {
            color: #142278; }
          .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children a {
            padding-bottom: 17px; }
          .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .sub-menu {
            padding-left: 0; }
            .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .sub-menu .menu-item {
              height: auto;
              border: none;
              padding: 0 0 20px 0; }
              .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .sub-menu .menu-item.current-menu-item a {
                color: #142278; }
              .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .sub-menu .menu-item:last-child {
                padding-bottom: 0; }
              .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .sub-menu .menu-item a {
                font-size: 22px;
                padding: 0 0 6px 0;
                display: block;
                border-bottom: none;
                color: #0050f6; }
                .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
                  color: #142278; }
          .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .close {
            width: 30px;
            height: 30px;
            z-index: 10;
            float: right;
            position: relative; }
            .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .close:before, .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .close:after {
              position: absolute;
              content: '';
              width: 22px;
              height: 2px;
              /* cross thickness */
              background-color: #a6a6a6; }
            .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .close:before {
              top: 10px;
              right: 6px;
              transform: rotate(90deg); }
            .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .close:after {
              top: 10px;
              right: 6px; }
          .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children.opened {
            height: auto; }
            .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children.opened .close:before {
              right: -100px; }
          .navbar .navbar-container .navbar-collapse .nav .menu-item:last-child a {
            border-bottom: none; }
          .navbar .navbar-container .navbar-collapse .nav .menu-item a {
            font-size: 28px;
            line-height: 1;
            color: #0050f6;
            padding: 0 0 10px;
            margin: 0; }

@media (max-width: 374px) {
  .navbar .navbar-container .navbar-collapse .nav .menu-item {
    padding-left: 15px;
    padding-right: 15px; }
    .navbar .navbar-container .navbar-collapse .nav .menu-item a {
      font-size: 22px; }
    .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children a {
      padding-bottom: 20px; }
  .navbar .navbar-container .navbar-header .navbar-toggle {
    margin-right: 15px; } }

@media (max-width: 480px) {
  .navbar .navbar-container .navbar-collapse .nav .menu-item a {
    font-size: 22px; }
  .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children a {
    padding-bottom: 20px; } }

@media (min-width: 1200px) {
  .admin-bar .navbar-fixed-top {
    margin-top: 32px; }
  .navbar .navbar-container .navbar-header {
    height: 75px; }
  .navbar .navbar-container .navbar-collapse .nav .menu-item {
    height: auto;
    overflow: visible; }
    .navbar .navbar-container .navbar-collapse .nav .menu-item a {
      letter-spacing: 0; }
    .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .sub-menu .menu-item a {
      font-family: "Calibre", sans-serif;
      padding-left: 20px; }
    .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .close {
      display: none; } }

@media (min-width: 992px) {
  .navbar.navbar-fixed-top {
    border: none; }
  .navbar .navbar-container {
    position: relative;
    padding-right: 15px;
    border-bottom: 1px solid #e8e8e8;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */ }
    .navbar .navbar-container .row {
      margin-left: -10px;
      margin-right: -10px; }
    .navbar .navbar-container .navbar-header {
      height: 75px;
      border: none; }
      .navbar .navbar-container .navbar-header .navbar-toggle {
        margin-top: 35px;
        margin-right: 15px; }
        .navbar .navbar-container .navbar-header .navbar-toggle .icon-bar {
          width: 35px;
          height: 5px;
          border-radius: 2px;
          margin-bottom: 5px; }
    .navbar .navbar-container .navbar-collapse {
      margin: 0;
      background-color: white;
      position: inherit;
      top: inherit;
      z-index: inherit;
      padding: 0; }
      .navbar .navbar-container .navbar-collapse .nav {
        margin: 0; }
        .navbar .navbar-container .navbar-collapse .nav > li {
          position: unset; }
        .navbar .navbar-container .navbar-collapse .nav .menu {
          float: right;
          padding-left: 0;
          margin-bottom: 22px; }
        .navbar .navbar-container .navbar-collapse .nav .menu-item {
          margin-right: 0;
          padding: 0 17px 0 18px;
          border: none; }
          .navbar .navbar-container .navbar-collapse .nav .menu-item:hover {
            background-color: #e8e8e8; }
          .navbar .navbar-container .navbar-collapse .nav .menu-item:last-child {
            margin-right: 17px; }
          .navbar .navbar-container .navbar-collapse .nav .menu-item a {
            border: none;
            padding: 28px 0 30px; }
          .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children {
            position: relative; }
            .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children a {
              padding: 28px 0 30px; }
            .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .sub-menu {
              visibility: hidden;
              /* hides sub-menu */
              opacity: 0;
              position: absolute;
              left: 0;
              width: 225px;
              z-index: -1;
              transform: translateY(-5em);
              transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
              margin-top: 0;
              background-color: #e8e8e8; }
              .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .sub-menu:hover {
                display: block; }
              .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .sub-menu .menu-item {
                border-bottom: 1px solid white;
                padding: 20px 0;
                margin: 0;
                position: relative; }
                .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .sub-menu .menu-item:first-child {
                  border-top: 1px solid white; }
                .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .sub-menu .menu-item:last-child {
                  border-bottom: none;
                  padding-bottom: 20px; }
                .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .sub-menu .menu-item a {
                  padding-bottom: 0;
                  font-size: 16px; }
                  .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .sub-menu .menu-item a:after {
                    border: none; }
                  .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
                    text-decoration: none;
                    color: #142278; }
          .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children a {
            font-size: 16px; }
          .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children:hover .sub-menu {
            visibility: visible;
            /* shows sub-menu */
            opacity: 1;
            transform: translateY(0%);
            transition-delay: 0s, 0s, 0.5s;
            /* this removes the transition delay so the menu will be visible while the other styles transition */ }
          .navbar .navbar-container .navbar-collapse .nav .menu-item a {
            font-size: 16px;
            margin: 0; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-container .navbar-collapse .nav .menu-item {
    overflow: visible !important; }
    .navbar .navbar-container .navbar-collapse .nav .menu-item.menu-item-has-children:hover .sub-menu {
      top: 66px;
      z-index: 123; }
    .navbar .navbar-container .navbar-collapse .nav .menu-item ul.sub-menu li a {
      padding-left: 20px !important; } }

body .footer {
  background-color: #0050f6;
  margin-top: 1px; }
  body .footer .footer-container {
    padding: 20px 0;
    margin: 0 20px; }
    body .footer .footer-container:before {
      margin: 0 auto;
      width: 100%; }
    body .footer .footer-container .main-links {
      margin-bottom: 25px; }
    body .footer .footer-container .menu-footer-navigation-container,
    body .footer .footer-container .menu-footer-subnavigation-container {
      margin: 0;
      padding: 0; }
      body .footer .footer-container .menu-footer-navigation-container ul,
      body .footer .footer-container .menu-footer-subnavigation-container ul {
        padding-left: 0;
        margin-bottom: 30px; }
        body .footer .footer-container .menu-footer-navigation-container ul li,
        body .footer .footer-container .menu-footer-subnavigation-container ul li {
          cursor: pointer;
          margin: 0 1em;
          padding: 1px;
          text-align: left; }
          body .footer .footer-container .menu-footer-navigation-container ul li > a,
          body .footer .footer-container .menu-footer-subnavigation-container ul li > a {
            transition: all 0.3s ease 0s; }
            body .footer .footer-container .menu-footer-navigation-container ul li > a:hover,
            body .footer .footer-container .menu-footer-subnavigation-container ul li > a:hover {
              color: #00d9ff;
              text-decoration: none; }
    body .footer .footer-container .menu-footer-navigation-container {
      text-align: center; }
      body .footer .footer-container .menu-footer-navigation-container ul li {
        display: inline-block; }
        body .footer .footer-container .menu-footer-navigation-container ul li:first-child {
          margin-left: 0; }
        body .footer .footer-container .menu-footer-navigation-container ul li:last-child {
          margin-right: 0; }
        body .footer .footer-container .menu-footer-navigation-container ul li > a {
          font-family: "CalibreSm", sans-serif;
          color: white;
          font-size: 1.15em;
          line-height: 1.2; }
    body .footer .footer-container .menu-footer-subnavigation-container {
      text-align: center; }
      body .footer .footer-container .menu-footer-subnavigation-container ul li {
        display: block;
        text-align: center; }
        body .footer .footer-container .menu-footer-subnavigation-container ul li > a {
          color: #00d9ff;
          font-size: 1.05em;
          line-height: 1.2;
          transition: all 0.3s ease 0s; }
          body .footer .footer-container .menu-footer-subnavigation-container ul li > a:hover {
            color: #00c3e6;
            text-decoration: none; }
    body .footer .footer-container .footer-copyright p {
      text-align: center;
      font-size: 1.05em;
      color: white;
      margin: 15px 0 30px;
      line-height: 1.25; }

@media (min-width: 992px) {
  body .footer .footer-container {
    padding: 35px 0;
    margin-left: 35px; }
    body .footer .footer-container .main-links {
      margin-bottom: 45px; }
    body .footer .footer-container .menu-footer-navigation-container,
    body .footer .footer-container .menu-footer-subnavigation-container {
      text-align: left; }
      body .footer .footer-container .menu-footer-navigation-container ul,
      body .footer .footer-container .menu-footer-subnavigation-container ul {
        margin-bottom: 0; }
        body .footer .footer-container .menu-footer-navigation-container ul li,
        body .footer .footer-container .menu-footer-subnavigation-container ul li {
          text-align: left; }
    body .footer .footer-container .menu-footer-subnavigation-container {
      text-align: right; }
      body .footer .footer-container .menu-footer-subnavigation-container ul li {
        text-align: right; }
    body .footer .footer-container .footer-copyright p {
      text-align: left;
      margin-bottom: 0; } }

/*--------------------------------------------------------------
# External Lib
--------------------------------------------------------------*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.5
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none; }

.chosen-container.chosen-with-drop .chosen-drop {
  display: block; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999; }

.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-single input[type=text] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) no-repeat 0 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

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

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/*--------------------------------------------------------------
# Template parts
--------------------------------------------------------------*/
body.page-id-40 #content .entry-header .entry-title {
  color: #0050f6; }

@media (max-width: 767px) {
  body.page-id-40 #content h1, body.page-id-40 #content h2, body.page-id-40 #content h3, body.page-id-40 #content h4, body.page-id-40 #content h4, body.page-id-40 #content h5 {
    margin: 20px 0; }
  body.page-id-40 #content .container > .row > .col-xs-12 {
    padding-left: 30px;
    padding-right: 30px; } }

body.page-id-40 #content .form-filter {
  margin-bottom: 25px; }
  body.page-id-40 #content .form-filter h2 {
    margin: 50px 0 10px !important;
    font-family: "CalibreSm", sans-serif;
    font-size: 25px;
    line-height: 30px;
    color: #0050f6; }

body.page-id-40 #content .close {
  display: none !important; }

body.page-id-40 #content .company {
  background: #FFF;
  border: solid 1px #AAA;
  height: 330px;
  margin-bottom: 0.5% !important;
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-top: 0.5% !important;
  width: 31.872%;
  box-sizing: content-box;
  margin-bottom: 20px; }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    body.page-id-40 #content .company {
      width: 48%; } }
  @media screen and (max-width: 599px) {
    body.page-id-40 #content .company {
      width: 97.4%;
      margin: 2% 0.5% !important; } }
  body.page-id-40 #content .company h2 {
    line-height: 1.1; }
  body.page-id-40 #content .company.grid-item--expanded {
    height: auto !important;
    width: 64.7%; }
    @media screen and (max-width: 768px) {
      body.page-id-40 #content .company.grid-item--expanded {
        width: 97.4%; } }
    body.page-id-40 #content .company.grid-item--expanded .companyContent .readMoreContent {
      display: block; }
    body.page-id-40 #content .company.grid-item--expanded .close {
      display: block !important; }
  body.page-id-40 #content .company.is-expanded {
    height: 698px; }
    body.page-id-40 #content .company.is-expanded .companyContent .readMoreContent {
      display: block; }
  body.page-id-40 #content .company .companyContent {
    padding: 10px 20px;
    width: 100%;
    /* display: none; */ }
    body.page-id-40 #content .company .companyContent .close {
      position: absolute;
      top: 20px;
      right: 10px;
      height: 20px;
      width: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      z-index: 1000; }
      body.page-id-40 #content .company .companyContent .close:hover {
        cursor: pointer; }
      body.page-id-40 #content .company .companyContent .close:before, body.page-id-40 #content .company .companyContent .close:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        /* cross thickness */
        background-color: #00d9ff; }
      body.page-id-40 #content .company .companyContent .close:before {
        transform: rotate(45deg); }
      body.page-id-40 #content .company .companyContent .close:after {
        transform: rotate(-45deg); }
    body.page-id-40 #content .company .companyContent .readMoreContent {
      display: none; }
  body.page-id-40 #content .company .logo {
    width: 100%; }
    @media screen and (min-width: 0) and (max-width: 334px) {
      body.page-id-40 #content .company .logo {
        display: block;
        height: auto; } }
    body.page-id-40 #content .company .logo .logo-wrapper {
      padding: 10px 0;
      text-align: center;
      vertical-align: middle; }
      @media screen and (min-width: 0) and (max-width: 334px) {
        body.page-id-40 #content .company .logo .logo-wrapper {
          height: auto !important;
          display: block; } }
    body.page-id-40 #content .company .logo img {
      padding: 0 !important;
      margin: 0 auto;
      text-align: center;
      display: inline-block !important;
      vertical-align: top !important;
      max-width: 100%; }
      @media screen and (max-width: 690px) {
        body.page-id-40 #content .company .logo img {
          height: auto !important; } }
      @media screen and (min-width: 0) and (max-width: 334px) {
        body.page-id-40 #content .company .logo img {
          max-width: 100%; } }
  body.page-id-40 #content .company .company-details {
    margin-bottom: 20px;
    margin-top: 20px; }
    body.page-id-40 #content .company .company-details h2 {
      font-family: "CalibreSm", sans-serif;
      color: #142278;
      font-size: 18px;
      margin-top: 0px;
      margin-bottom: 15px; }
    body.page-id-40 #content .company .company-details .details {
      border-left: 4px solid #DDD;
      margin-bottom: 20px;
      padding: 5px 0; }
      body.page-id-40 #content .company .company-details .details span {
        font-family: "Calibre", sans-serif;
        font-size: 16px;
        line-height: 1;
        margin: 0 0 5px 10px;
        color: #707070;
        display: block; }
        body.page-id-40 #content .company .company-details .details span:last-child {
          margin-bottom: 0; }
    body.page-id-40 #content .company .company-details .company-description {
      font-family: "CalibreLt", sans-serif;
      font-size: 16px;
      padding-right: 30px; }
    body.page-id-40 #content .company .company-details .link {
      font-family: "CalibreSm", sans-serif;
      font-size: 16px;
      color: #00d9ff;
      display: block;
      margin-top: 5px; }
      body.page-id-40 #content .company .company-details .link img {
        margin-top: -5px; }

@media (min-width: 768px) {
  body.page-id-40 #content {
    background-position: 0 -400px; }
    body.page-id-40 #content .form-filter {
      margin-bottom: 50px; }
      body.page-id-40 #content .form-filter h2 {
        margin: 75px 0 20px !important;
        font-size: 40px;
        line-height: 40px; }
    body.page-id-40 #content .company-details h2 {
      margin-top: 25px; } }

@media (min-width: 992px) {
  body.page-id-40 #content {
    background-position: 0 -200px; } }

.grid-item {
  float: left; }

/* item is invisible, but used for layout */
.grid-item {
  width: 32.05%; }
  .grid-item .grid-item-content {
    width: 100%;
    -webkit-transition: width 0.4s, height 0.4s;
    transition: width 0.4s, height 0.4s; }
  @media (max-width: 992px) {
    .grid-item {
      width: 48%; } }
  @media (max-width: 768px) {
    .grid-item {
      width: 100%; } }

.grid-item:hover .grid-item-content a {
  cursor: pointer; }

/* both item and item content change size */
.grid-item.is-expanded {
  width: 65.8%; }
  @media (max-width: 992px) {
    .grid-item.is-expanded {
      width: 100%; } }
  @media (max-width: 767px) {
    .grid-item.is-expanded {
      width: 100%; } }

.grid-item.is-expanded {
  z-index: 2; }

.grid-item.is-expanded .grid-item-content .readMoreContent {
  display: block; }

@media screen and (max-width: 768px) {
  .form-dropdown {
    margin: 10px 0; } }

.grid-item--expanded .links {
  display: none; }

.links a.read-more {
  font-size: 18px !important; }

.arve-wrapper {
  margin-top: 0;
  margin-bottom: 75px !important; }

.shortcode .content-body, .alm-listing .content-body {
  margin-top: 75px;
  margin-bottom: 65px; }
  .shortcode .content-body:first-child, .alm-listing .content-body:first-child {
    margin-top: 55px; }
  .shortcode .content-body h2, .alm-listing .content-body h2 {
    margin-top: 40px; }
    .shortcode .content-body h2:first-child, .alm-listing .content-body h2:first-child {
      margin-top: 0; }
  .shortcode .content-body h3, .alm-listing .content-body h3 {
    margin-top: 40px; }
    .shortcode .content-body h3:first-child, .alm-listing .content-body h3:first-child {
      margin-top: 0; }
  @media (max-width: 767px) {
    .shortcode .content-body .col-xs-12, .alm-listing .content-body .col-xs-12 {
      padding-left: 30px;
      padding-right: 30px; }
    .shortcode .content-body h1, .shortcode .content-body h2, .shortcode .content-body h3, .shortcode .content-body h4, .shortcode .content-body h4, .shortcode .content-body h5, .alm-listing .content-body h1, .alm-listing .content-body h2, .alm-listing .content-body h3, .alm-listing .content-body h4, .alm-listing .content-body h4, .alm-listing .content-body h5 {
      margin: 20px 0; } }

.entry-content .col-xs-12 .col-xs-12.content-body {
  padding: 0; }
  @media (max-width: 767px) {
    .entry-content .col-xs-12 .col-xs-12.content-body {
      padding-left: 20px;
      padding-right: 20px; } }

.page-template-page-hashero .shortcode .content-body:first-child {
  margin-top: 75px; }

.shortcode .directional {
  background-image: url(../images/cerberus-edge-blue-mobile.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #0050f6;
  margin: 0;
  padding: 25px 0 90px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    .shortcode .directional {
      padding-bottom: 25px;
      padding-top: 25px; } }
  .shortcode .directional.skrollable .background-cover {
    position: absolute;
    width: 500px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #0050f6;
    transition: all 2.0s; }
  .shortcode .directional.skrollable.skrollable-after .background-cover, .shortcode .directional.skrollable.skrollable-between .background-cover {
    right: -500px; }
  .shortcode .directional.skrollable .content {
    opacity: 0;
    padding-top: 50px;
    transition: all 2.0s; }
  .shortcode .directional.skrollable .splitviewContent {
    opacity: 0;
    transition: all 2.0s; }
  .shortcode .directional.skrollable.skrollable-after .content, .shortcode .directional.skrollable.skrollable-between .content {
    opacity: 1;
    padding-top: 0; }
  .shortcode .directional.skrollable.skrollable-after .splitviewContent, .shortcode .directional.skrollable.skrollable-between .splitviewContent {
    opacity: 1; }
  .shortcode .directional .headline {
    font-family: "CalibreBd", sans-serif;
    color: white;
    font-size: 40px;
    line-height: 1;
    margin: 0 0 15px; }
    .shortcode .directional .headline a {
      color: white; }
      .shortcode .directional .headline a:hover {
        color: white; }
  .shortcode .directional .additional-links {
    margin-top: 35px; }
    .shortcode .directional .additional-links .more {
      margin-bottom: 0; }
  .shortcode .directional .subheadline {
    color: white;
    font-size: 20px;
    line-height: 28px;
    font-family: "freight-text-pro", serif; }
    .shortcode .directional .subheadline a {
      color: white; }
      .shortcode .directional .subheadline a:hover {
        color: white; }
  .shortcode .directional.dark-blue {
    background-color: #142278;
    background-image: url(../images/cerberus-edge-dark-blue-mobile.png); }
    .shortcode .directional.dark-blue.skrollable .background-cover {
      background-color: #142278; }
  .shortcode .directional.white {
    background-color: white;
    background-image: url(../images/cerberus-edge-white-mobile.png); }
    .shortcode .directional.white.skrollable .background-cover {
      background-color: white; }
    .shortcode .directional.white .headline {
      color: #0050f6; }
      .shortcode .directional.white .headline a {
        color: #0050f6; }
        .shortcode .directional.white .headline a:hover {
          color: #0050f6; }
    .shortcode .directional.white .subheadline {
      color: #4d4d4d; }
      .shortcode .directional.white .subheadline a {
        color: #4d4d4d; }
        .shortcode .directional.white .subheadline a:hover {
          color: #4d4d4d; }
  @media (min-width: 768px) {
    .shortcode .directional {
      background-image: url(../images/cerberus-edge-blue.png);
      padding: 65px 0; }
      .shortcode .directional.right {
        background-position: left bottom; }
        .shortcode .directional.right.skrollable .background-cover {
          left: 0;
          right: auto; }
        .shortcode .directional.right.skrollable.skrollable-after .background-cover, .shortcode .directional.right.skrollable.skrollable-between .background-cover {
          left: 500px; }
      .shortcode .directional h2 {
        font-size: 50px;
        line-height: 45px; }
      .shortcode .directional .subheadline {
        font-size: 23px;
        line-height: 30px; }
      .shortcode .directional.dark-blue {
        background-image: url(../images/cerberus-edge-dark-blue.png); }
      .shortcode .directional.white {
        background-image: url(../images/cerberus-edge-white.png); } }
  @media (max-width: 767px) {
    .shortcode .directional .col-xs-12 {
      padding-left: 30px;
      padding-right: 30px; } }

.shortcode .highlight {
  background-repeat: no-repeat;
  background-position: left top;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,cacaca+51,ffffff+100 */
  background: white;
  /* Old browsers */
  background-position: -450px -550px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 40px 0 20px;
  text-align: left; }
  .shortcode .highlight h1.title {
    color: #4a4c4c;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 40px; }
  .shortcode .highlight h2 {
    font-family: "CalibreBd", sans-serif;
    color: #0050f6;
    font-size: 25px;
    line-height: 28px; }
  .shortcode .highlight .item {
    margin: 20px 0 40px; }
  .shortcode .highlight .text-wrapper .text {
    font-family: "CalibreLt", sans-serif;
    margin: 15px 0;
    font-size: 18px;
    line-height: 25px; }
  .shortcode .highlight .text-wrapper .links.more {
    width: 115px; }
    .shortcode .highlight .text-wrapper .links.more .read-more:after {
      bottom: 7px; }
    .shortcode .highlight .text-wrapper .links.more .read-more:hover:after {
      bottom: 7px; }
  @media (min-width: 992px) {
    .shortcode .highlight {
      background-position: -415px -415px; } }
  @media (min-width: 768px) {
    .shortcode .highlight {
      min-height: 660px;
      padding: 65px 0;
      background-position: -415px -270px;
      background-repeat: no-repeat;
      background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, rgba(232, 232, 232, 0.5) 5%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, rgba(232, 232, 232, 0.5) 5%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, rgba(232, 232, 232, 0.5) 5%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      .shortcode .highlight .item {
        margin: 0 0 65px;
        display: block;
        overflow: hidden;
        position: relative; }
      .shortcode .highlight h1, .shortcode .highlight h1.title {
        margin-bottom: 65px;
        font-size: 26px;
        line-height: 28px;
        color: #555; }
      .shortcode .highlight h2 {
        font-size: 35px;
        line-height: 35px;
        margin: 0; }
        .shortcode .highlight h2.headline {
          margin-top: 25px;
          width: 30%;
          float: left; }
      .shortcode .highlight .diagonal {
        background-repeat: no-repeat;
        background-image: url(../images/diagonal.svg);
        width: 150px;
        height: 150px;
        display: block;
        position: absolute;
        left: 28% !important;
        margin-top: 30px; }
      .shortcode .highlight .text-wrapper {
        margin-top: 25px;
        padding-left: 40px;
        width: 58%;
        float: right;
        overflow: hidden;
        display: block; }
        .shortcode .highlight .text-wrapper .text {
          font-size: 20px;
          line-height: 25px; } }
  @media (max-width: 767px) {
    .shortcode .highlight .col-xs-12 {
      padding-left: 30px;
      padding-right: 30px; } }

@media (min-width: 768px) {
  .no-touchevents .shortcode .highlight, .skrollr .shortcode .highlight {
    /** Initial state for transitions on parallax.js
        */ }
    .no-touchevents .shortcode .highlight h1, .no-touchevents .shortcode .highlight h1.title, .skrollr .shortcode .highlight h1, .skrollr .shortcode .highlight h1.title {
      opacity: 0; }
      .no-touchevents .shortcode .highlight h1.scrolled, .no-touchevents .shortcode .highlight h1.title.scrolled, .skrollr .shortcode .highlight h1.scrolled, .skrollr .shortcode .highlight h1.title.scrolled {
        opacity: 1; }
    .no-touchevents .shortcode .highlight .items .item .headline, .no-touchevents .shortcode .highlight .items .item .diagonal, .no-touchevents .shortcode .highlight .items .item .text-wrapper > *, .skrollr .shortcode .highlight .items .item .headline, .skrollr .shortcode .highlight .items .item .diagonal, .skrollr .shortcode .highlight .items .item .text-wrapper > * {
      opacity: 0; }
      .no-touchevents .shortcode .highlight .items .item .headline.scrolled, .no-touchevents .shortcode .highlight .items .item .diagonal.scrolled, .no-touchevents .shortcode .highlight .items .item .text-wrapper > *.scrolled, .skrollr .shortcode .highlight .items .item .headline.scrolled, .skrollr .shortcode .highlight .items .item .diagonal.scrolled, .skrollr .shortcode .highlight .items .item .text-wrapper > *.scrolled {
        opacity: 1; }
    .no-touchevents .shortcode .highlight .items .item .diagonal, .skrollr .shortcode .highlight .items .item .diagonal {
      height: 0; } }

@media (max-width: 767px) {
  .form {
    position: relative; }
    .form:after {
      content: '';
      right: 30px;
      top: 24px;
      border-left: 1px solid #b4b4b4;
      position: absolute;
      pointer-events: none;
      border: 9px solid transparent;
      border-color: #00d9ff transparent transparent transparent;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      z-index: 9; }
    .form.is-active:after {
      border-top: 8px solid #b4b4b4;
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .form select {
      font-family: "CalibreSm", sans-serif;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      /* Add some styling */
      display: block;
      width: 100%;
      height: 50px;
      margin: 5px 0;
      padding: 0 20px;
      font-size: 16px;
      line-height: 1;
      color: #00d9ff;
      background-color: white;
      background-image: none;
      -ms-word-break: normal;
      word-break: normal; } }

.form .selectdiv {
  /* IE11 hide native button (thanks Matt!) */ }
  .form .selectdiv select::-ms-expand {
    display: none; }

.form .chosen-wrapper {
  display: none;
  font-family: "CalibreSm", sans-serif;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 768px) {
    .form .chosen-wrapper {
      margin: 0 auto; }
      .form .chosen-wrapper:after {
        pointer-events: none;
        content: "";
        position: absolute;
        top: 21px;
        right: 30px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #00d9ff;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 9; }
      .form .chosen-wrapper.is-active:after {
        border-top: 8px solid #00d9ff;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); } }
  .form .chosen-wrapper .chosen-container .chosen-single {
    border-radius: 0;
    height: 50px;
    font-size: 16px;
    color: #4d4d4d;
    padding: 0 30px;
    line-height: 50px;
    transition: all 0.3s ease;
    box-shadow: none;
    background: white;
    -ms-word-break: normal;
    word-break: normal; }
    .form .chosen-wrapper .chosen-container .chosen-single b {
      display: none !important; }
    .form .chosen-wrapper .chosen-container .chosen-single span {
      letter-spacing: 0;
      padding: 0;
      line-height: inherit; }
    .form .chosen-wrapper .chosen-container .chosen-single .chosen-focus-input {
      display: none; }
  .form .chosen-wrapper .chosen-container.chosen-with-drop .chosen-single {
    border-radius: 0;
    border-width: 1px;
    border-color: #00d9ff;
    color: #00d9ff;
    background-image: none; }
  .form .chosen-wrapper .chosen-container.chosen-with-drop .chosen-drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .form .chosen-wrapper .chosen-container.chosen-container-single-nosearch .chosen-search {
    display: none; }
  .form .chosen-wrapper .chosen-container .chosen-drop {
    letter-spacing: 0;
    border-radius: 0;
    box-shadow: none;
    border-width: 1px;
    border-color: #00d9ff;
    margin-top: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    opacity: 0; }
  .form .chosen-wrapper .chosen-container .chosen-results {
    font-size: 16px;
    color: black;
    max-height: 245px;
    margin: 0 0 20px;
    padding: 0; }
    .form .chosen-wrapper .chosen-container .chosen-results li {
      font-family: "CalibreSm", sans-serif;
      font-size: 16px;
      line-height: 1.5;
      padding: 0 30px;
      margin: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
      .form .chosen-wrapper .chosen-container .chosen-results li.highlighted {
        background-color: transparent !important;
        color: #00d9ff;
        background-image: none; }
      .form .chosen-wrapper .chosen-container .chosen-results li.level-1 {
        margin-left: 20px; }
      .form .chosen-wrapper .chosen-container .chosen-results li:before {
        content: '';
        margin-right: 0; }

.form.form-leadership-filter .chosen-wrapper {
  max-width: 100%; }

.form.form-leadership-filter .chosen-container .chosen-results {
  max-height: 80%; }

.form.form-related-filter .chosen-wrapper {
  max-width: 400px; }

.form.form-related-filter .chosen-container .chosen-results {
  max-height: 245px; }

.white-search {
  color: #ffffff;
  display: block;
  margin: 10px 5px;
  font-weight: 700; }
  .white-search strong {
    font-weight: 700; }

.searchandfilter ul {
  padding-left: 0 !important; }
  .searchandfilter ul li {
    display: inline-block;
    margin: 0;
    line-height: 1 !important;
    padding: 0; }
    .searchandfilter ul li:first-child {
      margin-left: 0; }
    .searchandfilter ul li:before {
      content: '' !important;
      display: none; }
    .searchandfilter ul li .sf-input-text {
      width: 440px;
      font-size: 16px;
      color: #4d4d4d;
      line-height: 50px;
      padding: 0 15px;
      word-break: normal;
      height: 50px; }
    .searchandfilter ul li.sf-field-submit {
      margin-left: 32px;
      outline: none; }
    .searchandfilter ul li input[type="text"] {
      font: "CalibreSm", sans-serif !important;
      outline: none; }
      .searchandfilter ul li input[type="text"]::-webkit-input-placeholder {
        /* Chrome */
        color: #666666 !important;
        font-family: "CalibreSm", sans-serif !important;
        font-size: 16px !important;
        font-weight: 300 !important;
        opacity: 1 !important; }
      .searchandfilter ul li input[type="text"]:-ms-input-placeholder {
        /* IE 10+ */
        color: #666666 !important;
        font-family: "CalibreSm", sans-serif !important;
        font-size: 16px !important;
        font-weight: 300 !important;
        opacity: 1 !important; }
      .searchandfilter ul li input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #666666 !important;
        font-family: "CalibreSm", sans-serif !important;
        font-size: 16px !important;
        font-weight: 300 !important;
        opacity: 1 !important; }
      .searchandfilter ul li input[type="text"]:-moz-placeholder {
        /* Firefox 4 - 18 */
        color: #666666 !important;
        font-family: "CalibreSm", sans-serif !important;
        font-size: 16px !important;
        font-weight: 300 !important;
        opacity: 1 !important; }
    .searchandfilter ul li input[type="submit"] {
      background: #142278;
      border: none;
      color: #ffffff;
      font-family: "CalibreSm", sans-serif !important;
      font-weight: 300 !important;
      padding: 0 40px;
      line-height: 50px;
      height: 50px;
      outline: none;
      transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out; }
      .searchandfilter ul li input[type="submit"]:focus {
        outline: none !important; }
      .searchandfilter ul li input[type="submit"]:hover {
        background: #0050f6; }

.news .searchandfilter {
  background: #ffffff;
  margin: 60px 0 56px 38px; }
  .news .searchandfilter input[type="submit"] {
    background: #0050f6;
    position: relative;
    top: 2px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out; }
    .news .searchandfilter input[type="submit"]:hover {
      background: #142278; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .news .searchandfilter {
    margin-left: -4% !important;
    margin-right: -4% !important;
    padding: 0 35px !important; }
    .news .searchandfilter ul li {
      width: 100%;
      text-indent: 0;
      margin: 4px 0; }
      .news .searchandfilter ul li:before {
        display: none !important;
        margin: 0 !important;
        padding: 0 !important; }
      .news .searchandfilter ul li.sf-field-submit {
        padding-left: 0;
        margin-left: 0 !important; }
      .news .searchandfilter ul li.sf-field-search label {
        width: 100%; }
      .news .searchandfilter ul li input[type="submit"], .news .searchandfilter ul li input[type="text"] {
        width: 100%; } }

.media-results .searchandfilter {
  margin-left: 38px; }
  .media-results .searchandfilter ul {
    display: block;
    margin-top: 50px; }
    .media-results .searchandfilter ul li {
      display: inline-block; }

.media-results input[type="submit"] {
  background: #0050f6;
  position: relative;
  top: 2px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }
  .media-results input[type="submit"]:hover {
    background: #142278; }

.media-results .sf-field-submit {
  margin-left: 30px !important; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .media-results .searchandfilter {
    margin-left: 0;
    padding-left: 0; }
    .media-results .searchandfilter ul li {
      width: 100%;
      text-indent: 0;
      margin: 4px 0; }
      .media-results .searchandfilter ul li:before {
        display: none !important;
        margin: 0 !important;
        padding: 0 !important; }
      .media-results .searchandfilter ul li.sf-field-submit {
        padding-left: 0;
        margin-left: 0 !important; }
      .media-results .searchandfilter ul li.sf-field-search label {
        width: 100%; }
      .media-results .searchandfilter ul li input[type="submit"], .media-results .searchandfilter ul li input[type="text"] {
        width: 100%; } }

html body.page-id-40 .form-filter h2 {
  margin-top: 0 !important; }

html body.page-id-40 .entry-content {
  margin-top: 30px; }

.home {
  margin-top: 0; }
  .home .navbar.initial {
    background-color: transparent; }
    .home .navbar.initial .navbar-container {
      border-bottom: none; }
      .home .navbar.initial .navbar-container .navbar-header {
        border-bottom: none; }
      .home .navbar.initial .navbar-container .navbar-toggle.collapsed .icon-bar {
        background-color: white; }
      .home .navbar.initial .navbar-container .navbar-collapse.collapse:not(.in) {
        background-color: transparent; }
        .home .navbar.initial .navbar-container .navbar-collapse.collapse:not(.in) .nav .menu-item a {
          color: white; }
        .home .navbar.initial .navbar-container .navbar-collapse.collapse:not(.in) .nav .menu-item:hover a, .home .navbar.initial .navbar-container .navbar-collapse.collapse:not(.in) .nav .menu-item:focus a {
          color: #142278; }
        .home .navbar.initial .navbar-container .navbar-collapse.collapse:not(.in) .nav .sub-menu .menu-item a {
          color: #0050f6; }
          .home .navbar.initial .navbar-container .navbar-collapse.collapse:not(.in) .nav .sub-menu .menu-item a:hover, .home .navbar.initial .navbar-container .navbar-collapse.collapse:not(.in) .nav .sub-menu .menu-item a:focus {
            color: #142278; }
  .home .site-content {
    text-align: center;
    padding-right: 0;
    padding-left: 0; }
    .home .site-content .site-section:after, .home .site-content .site-section:before {
      content: "";
      display: block; }
    .home .site-content .site-section:after {
      border-bottom: solid #0050f6 1px;
      width: 300px;
      margin: 2em auto 0; }
    .home .site-content .site-section:last-child {
      margin-bottom: 0; }
      .home .site-content .site-section:last-child:after {
        border-bottom: none;
        margin: 0; }
      .home .site-content .site-section:last-child .row:last-child {
        margin-bottom: 0;
        padding-bottom: 4em; }
    .home .site-content .h1 {
      font-size: 2.8em;
      letter-spacing: 0;
      line-height: 1.2;
      margin: 1.5em 0; }
    .home .site-content .h2 {
      font-size: 2.4em;
      line-height: 1.5;
      margin: 2em 0 1em; }
    .home .site-content .h3 {
      font-size: 1.6em;
      line-height: 1.5;
      margin: 1.5em 0 1em;
      color: #333333; }
      .home .site-content .h3 i {
        display: none; }
    .home .site-content .p {
      display: inline-block;
      font-size: 1.125em;
      letter-spacing: 0;
      line-height: 1.5em;
      margin: 0 0 2em;
      padding: 0;
      font-style: normal;
      font-weight: normal; }
    .home .site-content .h2 .a, .home .site-content .h3 .a {
      color: #0050f6;
      text-decoration: none; }
    .home .site-content .h2 .a:hover, .home .site-content .h3 .a:hover {
      color: #002f90; }
  @media only screen and (min-width: 768px) {
    .home .site-content .site-section .h3 i {
      display: block;
      font-size: 4em;
      color: #777777; }
    .home .site-content .site-section .col {
      width: 33%;
      float: left; }
      .home .site-content .site-section .col .p {
        padding: 0 0.5em; }
    .home .site-content .site-section:after {
      margin: 0 auto; }
    .home .site-content .entry-content {
      margin-bottom: 0; } }
  @media only screen and (min-width: 992px) {
    .home .site-content {
      margin-top: 0; }
      .home .site-content .intro {
        display: inline-block;
        color: #333333; }
      .home .site-content .site-section {
        margin: 2em 0; }
        .home .site-content .site-section .h2 {
          margin-top: 0; }
        .home .site-content .site-section .h3 {
          margin-top: 0; } }

.carousel-controls {
  display: block;
  width: 100px;
  height: 50px;
  float: right;
  position: absolute;
  bottom: 8%;
  right: 7%; }
  .carousel-controls .carousel-control {
    color: #ffffff;
    background-image: none !important;
    border: 3px solid #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    text-shadow: none;
    opacity: 1;
    bottom: 0;
    top: auto; }
    .carousel-controls .carousel-control:before {
      display: block;
      font-size: 18px;
      color: #ffffff;
      font-family: 'FontAwesome';
      position: relative;
      top: 5px; }
    .carousel-controls .carousel-control.left:before {
      content: '\f053';
      left: -2px; }
    .carousel-controls .carousel-control.right:before {
      content: '\f054';
      left: 2px; }

.vidOverlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #142278;
  z-index: 1;
  opacity: .4; }

.shortcode .hero.hero-main {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom;
  height: auto;
  padding: 60px 0 60px 0; }
  .media-results .shortcode .hero.hero-main {
    padding: 165px 0 110px 0; }
  .shortcode .hero.hero-main.brand-blue {
    background-image: url(../images/cerberus-edge-blue-mobile.png);
    background-position: right bottom;
    background-color: #0050f6;
    -webkit-background-size: auto;
    background-size: auto; }
  .shortcode .hero.hero-main.dark-blue {
    background-image: url(../images/cerberus-edge-dark-blue-mobile.png);
    background-position: right bottom;
    background-color: #142278;
    -webkit-background-size: auto;
    background-size: auto; }
  .shortcode .hero.hero-main.dark-blue-solid {
    background-color: #142278;
    -webkit-background-size: auto;
    background-size: auto; }
  .shortcode .hero.hero-main.homepage {
    min-height: 550px;
    height: auto;
    display: block;
    overflow: hidden; }
    .shortcode .hero.hero-main.homepage .subheadline {
      font-family: "freight-text-pro", serif !important;
      color: white; }
  .shortcode .hero.hero-main.video {
    height: 550px;
    background-color: #142278;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    overflow: hidden; }
    .shortcode .hero.hero-main.video .container {
      position: absolute;
      left: 0 !important;
      right: 0 !important;
      top: 0;
      z-index: 990; }
    .shortcode .hero.hero-main.video .bg-video, .shortcode .hero.hero-main.video .bg-image {
      display: none; }
    .shortcode .hero.hero-main.video h1 {
      margin-top: 120px;
      font-size: 50px;
      line-height: 45px;
      margin-bottom: 20px; }
    .shortcode .hero.hero-main.video .read-more {
      font-size: 25px; }
      .home .shortcode .hero.hero-main.video .read-more {
        font-size: 25px !important; }
      .shortcode .hero.hero-main.video .read-more:after {
        display: none; }
    .shortcode .hero.hero-main.video .subheadline {
      font-size: 26px;
      margin-top: 5px !important; }
  .shortcode .hero.hero-main.homepage, .shortcode .hero.hero-main.video {
    text-align: left;
    position: relative; }
    .shortcode .hero.hero-main.homepage .subheadline, .shortcode .hero.hero-main.video .subheadline {
      font-family: "CalibreSm", sans-serif;
      margin-top: 30px;
      margin-bottom: 20px; }
  .shortcode .hero.hero-main .eyebrow {
    margin-bottom: 15px;
    position: relative; }
  .shortcode .hero.hero-main h1 {
    margin-top: 65px;
    font-size: 45px;
    color: white; }
    .shortcode .hero.hero-main h1 a {
      color: white; }
      .shortcode .hero.hero-main h1 a:hover {
        color: white; }
  .shortcode .hero.hero-main .subheadline {
    color: #00d9ff;
    font-size: 22px;
    font-family: "CalibreSm", sans-serif;
    margin-top: 15px;
    margin-bottom: 20px; }
  .shortcode .hero.hero-main .links.more {
    margin-bottom: 60px; }
  @media (min-width: 1200px) {
    .shortcode .hero.hero-main.video h1 {
      font-size: 90px !important;
      line-height: 85px !important;
      margin-top: 120px !important; }
    .shortcode .hero.hero-main.video .bg-video {
      width: 100%; } }
  @media (min-width: 992px) {
    .shortcode .hero.hero-main.video {
      height: 550px;
      height: auto;
      background-image: none; }
      .shortcode .hero.hero-main.video .bg-video, .shortcode .hero.hero-main.video .bg-image {
        display: block; }
      .shortcode .hero.hero-main.video .bg-video {
        position: absolute;
        top: -10px;
        height: auto; }
      .shortcode .hero.hero-main.video .container {
        position: absolute;
        top: 0; }
      .shortcode .hero.hero-main.video h1 {
        font-size: 70px;
        line-height: 65px;
        margin-top: 150px !important; } }
  @media (min-width: 768px) {
    .shortcode .hero.hero-main {
      padding: 100px 0 110px 0;
      height: auto; }
      .shortcode .hero.hero-main .subheadline {
        font-size: 26px;
        padding-right: 100px; }
      .shortcode .hero.hero-main.video {
        height: 550px; }
        .shortcode .hero.hero-main.video h1 {
          font-size: 70px;
          line-height: 65px; }
      .shortcode .hero.hero-main.homepage {
        min-height: 550px; }
        .shortcode .hero.hero-main.homepage h1 {
          font-size: 60px;
          line-height: 1; }
        .shortcode .hero.hero-main.homepage .subheadline {
          font-family: "freight-text-pro", serif;
          color: white; }
      .shortcode .hero.hero-main.brand-blue {
        background-image: url(../images/cerberus-edge-blue.png); }
      .shortcode .hero.hero-main.dark-blue {
        background-image: url(../images/cerberus-edge-dark-blue.png); }
      .shortcode .hero.hero-main h1 {
        font-size: 90px;
        margin-top: 140px; } }

.shortcode .hero.media-center {
  background-image: url(../images/cerberus-edge-blue-mobile.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #0050f6;
  position: relative; }
  .shortcode .hero.media-center .carousel {
    padding-top: 65px;
    min-height: 390px;
    position: relative; }
    .shortcode .hero.media-center .carousel .carousel-indicators {
      position: absolute;
      bottom: 50px;
      left: 0;
      text-align: left;
      margin: 0 0 0 15px; }
      .shortcode .hero.media-center .carousel .carousel-indicators li {
        border-color: #00d9ff;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out; }
        .shortcode .hero.media-center .carousel .carousel-indicators li:hover {
          border-color: #FFF; }
      .shortcode .hero.media-center .carousel .carousel-indicators .active {
        background-color: #00d9ff; }
  .shortcode .hero.media-center .press-date {
    color: white;
    font-size: 18px; }
  .shortcode .hero.media-center .entry-title {
    font-family: "CalibreSm", sans-serif;
    font-size: 25px;
    line-height: 30px;
    margin-top: 5px; }
    .shortcode .hero.media-center .entry-title a {
      color: white; }
  @media (min-width: 768px) {
    .shortcode .hero.media-center {
      background-image: url(../images/cerberus-edge-blue.png); }
      .shortcode .hero.media-center .entry-title {
        font-size: 40px;
        line-height: 45px; } }

@media (max-width: 767px) {
  .shortcode .hero .col-xs-12 {
    padding-left: 30px;
    padding-right: 30px; } }

.shortcode .int.pull-quote {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0;
  padding: 64px 0; }
  .shortcode .int.pull-quote .quote {
    font-family: "freight-text-pro", serif;
    color: #0050f6;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px; }
  .shortcode .int.pull-quote .byline {
    font-family: "CalibreSm", sans-serif;
    color: #4a4c4c;
    font-size: 20px;
    line-height: 30px; }
  .shortcode .int.pull-quote.no-bg-inline, .shortcode .int.pull-quote.white {
    background-image: -webkit-linear-gradient(left, #e8e8e8 0%, rgba(255, 255, 255, 0) 75%);
    background-image: -o-linear-gradient(left, #e8e8e8 0%, rgba(255, 255, 255, 0) 75%);
    background-image: linear-gradient(to right, #e8e8e8 0%, rgba(255, 255, 255, 0) 75%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8E8', endColorstr='#00FFFFFF', GradientType=1);
    text-align: left;
    padding: 60px 0;
    margin-bottom: 0; }
    .shortcode .int.pull-quote.no-bg-inline .quote, .shortcode .int.pull-quote.white .quote {
      font-family: "CalibreSm", sans-serif;
      font-size: 25px;
      line-height: 28px;
      font-style: initial; }
    .shortcode .int.pull-quote.no-bg-inline .byline, .shortcode .int.pull-quote.white .byline {
      font-size: 18px;
      line-height: 20px; }
  .shortcode .int.pull-quote.dark .quote {
    color: white; }
  .shortcode .int.pull-quote.dark .byline {
    color: #b4b4b4; }
  .shortcode .int.pull-quote.no-bg-inline {
    background: none;
    border-left: 3px solid #ccc;
    padding: 0 20px 0 15px;
    margin-left: 20px;
    max-width: calc(100vw - 20px); }
    .shortcode .int.pull-quote.no-bg-inline .byline {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .shortcode .int.pull-quote {
      padding: 100px 0; }
      .shortcode .int.pull-quote .quote {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 15px; }
      .shortcode .int.pull-quote.no-bg-inline, .shortcode .int.pull-quote.white {
        border-left: 3px solid #ccc;
        padding: 75px 0;
        margin-bottom: 0; }
        .shortcode .int.pull-quote.no-bg-inline .quote, .shortcode .int.pull-quote.white .quote {
          font-size: 35px;
          line-height: 40px; }
        .shortcode .int.pull-quote.no-bg-inline .byline, .shortcode .int.pull-quote.white .byline {
          font-size: 20px;
          line-height: 1; }
      .shortcode .int.pull-quote.no-bg-inline {
        max-width: 65vw;
        width: 55vw;
        margin: 0 auto;
        padding: 0 0 0 20px; } }

.shortcode .int.aag-one h2 {
  font-family: "CalibreBd", sans-serif;
  font-size: 140px;
  line-height: 1;
  color: white;
  margin-top: 35px; }

.shortcode .int.aag-one .subheadline {
  font-family: "freight-text-pro", serif;
  font-size: 20px;
  line-height: 28px;
  color: white;
  margin-top: 10px !important;
  margin-bottom: 45px; }

.shortcode .int.aag-one.brand-blue {
  background-color: #0050f6; }

.shortcode .int.aag-one.dark-blue {
  background-color: #142278; }

@media (min-width: 768px) {
  .shortcode .int.aag-one {
    height: 460px; }
    .shortcode .int.aag-one h2 {
      font-size: 250px;
      margin-top: 85px; }
    .shortcode .int.aag-one .subheadline {
      font-size: 23px;
      line-height: 30px;
      margin-top: 5px; } }

@media (min-width: 992px) {
  .shortcode .int.aag-one h2 {
    margin-top: 125px; }
  .shortcode .int.aag-one .subheadline {
    margin-top: 220px !important; } }

.shortcode .int.aag-three {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: left; }
  .shortcode .int.aag-three h2 {
    font-size: 100px;
    line-height: 1;
    color: #0050f6;
    margin-top: 45px; }
  .shortcode .int.aag-three .subheadline {
    font-family: "freight-text-pro", serif;
    font-size: 18px;
    line-height: 23px;
    color: #142278;
    margin-top: -10px;
    margin-bottom: 20px; }
  .shortcode .int.aag-three .content {
    display: inline-block;
    padding: 60px 0 63px 0 !important; }
    @media (max-width: 992px) {
      .shortcode .int.aag-three .content {
        padding: 40px 0 63px 0 !important; } }
    @media (max-width: 768px) {
      .shortcode .int.aag-three .content {
        padding: 60px 0 100px 0 !important; } }
    .shortcode .int.aag-three .content h2 {
      margin: 0 !important; }
      @media (max-width: 992px) {
        .shortcode .int.aag-three .content h2 {
          margin-top: 30px !important; } }
      @media (max-width: 768px) {
        .shortcode .int.aag-three .content h2 {
          margin-top: 45px !important; } }
    .shortcode .int.aag-three .content p {
      margin: 0 !important; }
  @media (max-width: 768px) {
    .shortcode .int.aag-three .container {
      width: auto;
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .shortcode .int.aag-three .container {
      width: auto;
      padding-left: 160px;
      padding-right: 160px; } }
  .shortcode .int.aag-three.dark h2 {
    color: white; }
  .shortcode .int.aag-three.dark .subheadline {
    color: white; }
  @media (min-width: 768px) {
    .shortcode .int.aag-three h2 {
      font-size: 100px !important;
      margin-top: 90px !important; }
    .shortcode .int.aag-three .subheadline {
      font-size: 23px;
      line-height: 30px;
      margin-top: 5px; } }
  @media (min-width: 1200px) {
    .shortcode .int.aag-three h2 {
      font-size: 100px !important;
      margin-top: 90px !important; } }

.shortcode .int.pull-quote.dark.image1, .shortcode .int.aag-three.dark.image1 {
  background-image: url(../images/pull-quote/2595_Cerberus_Website_Mobile_Quote_Dark_Image1.png); }

.shortcode .int.pull-quote.dark.image2, .shortcode .int.aag-three.dark.image2 {
  background-image: url(../images/pull-quote/2595_Cerberus_Website_Mobile_Quote_Dark_Image2.png); }

.shortcode .int.pull-quote.dark.image3, .shortcode .int.aag-three.dark.image3 {
  background-image: url(../images/pull-quote/2595_Cerberus_Website_Mobile_Quote_Dark_Image3.png); }

.shortcode .int.pull-quote.dark.image4, .shortcode .int.aag-three.dark.image4 {
  background-image: url(../images/pull-quote/2595_Cerberus_Website_Mobile_Quote_Dark_Image4.png); }

.shortcode .int.pull-quote.light.image1, .shortcode .int.aag-three.light.image1 {
  background-image: url(../images/pull-quote/2595_Cerberus_Website_Mobile_Quote_Light_Image1.png); }

.shortcode .int.pull-quote.light.image2, .shortcode .int.aag-three.light.image2 {
  background-image: url(../images/pull-quote/2595_Cerberus_Website_Mobile_Quote_Light_Image2.png); }

.shortcode .int.pull-quote.light.image3, .shortcode .int.aag-three.light.image3 {
  background-image: url(../images/pull-quote/2595_Cerberus_Website_Mobile_Quote_Light_Image3.png); }

.shortcode .int.pull-quote.light.image4, .shortcode .int.aag-three.light.image4 {
  background-image: url(../images/pull-quote/2595_Cerberus_Website_Mobile_Quote_Light_Image4.png); }

@media (min-width: 768px) {
  .shortcode .int.pull-quote.light.image1, .shortcode .int.aag-three.light.image1 {
    background-image: url(../images/pull-quote/2595_Cerberus_Website_Desktop_Light_Image1.png); }
  .shortcode .int.pull-quote.light.image2, .shortcode .int.aag-three.light.image2 {
    background-image: url(../images/pull-quote/2595_Cerberus_Website_Desktop_Light_Image2.png); }
  .shortcode .int.pull-quote.light.image3, .shortcode .int.aag-three.light.image3 {
    background-image: url(../images/pull-quote/2595_Cerberus_Website_Desktop_Light_Image3.png); }
  .shortcode .int.pull-quote.light.image4, .shortcode .int.aag-three.light.image4 {
    background-image: url(../images/pull-quote/2595_Cerberus_Website_Desktop_Light_Image4.png); }
  .shortcode .int.pull-quote.dark.image1, .shortcode .int.aag-three.dark.image1 {
    background-image: url(../images/pull-quote/2595_Cerberus_Website_Desktop_Dark_Image1.png); }
  .shortcode .int.pull-quote.dark.image2, .shortcode .int.aag-three.dark.image2 {
    background-image: url(../images/pull-quote/2595_Cerberus_Website_Desktop_Dark_Image2.png); }
  .shortcode .int.pull-quote.dark.image3, .shortcode .int.aag-three.dark.image3 {
    background-image: url(../images/pull-quote/2595_Cerberus_Website_Desktop_Dark_Image3.png); }
  .shortcode .int.pull-quote.dark.image4, .shortcode .int.aag-three.dark.image4 {
    background-image: url(../images/pull-quote/2595_Cerberus_Website_Desktop_Dark_Image4.png); } }

.shortcode .int.skrollable.skrollable-after .background-cover, .shortcode .int.skrollable.skrollable-between .background-cover {
  right: -500px; }

.shortcode .int.skrollable .content {
  opacity: 0;
  padding-top: 20px;
  margin-bottom: -20px;
  transition: all 2.0s; }

.shortcode .int.skrollable.skrollable-after .content, .shortcode .int.skrollable.skrollable-between .content {
  opacity: 1;
  padding-top: 0;
  margin-bottom: 0; }

@media (max-width: 767px) {
  .shortcode .int .col-xs-12 {
    padding-left: 30px;
    padding-right: 30px; } }

.entry-content .shortcode .int.pull-quote.no-bg-inline .container {
  width: 100%; }

body.locations-list-container .col-xs-12 {
  padding-left: 0;
  padding-right: 0; }

body .mpfy-tooltip, body .map-tooltip {
  z-index: 500 !important; }
  body .mpfy-tooltip i, body .map-tooltip i {
    font-family: "Calibre", sans-serif;
    font-size: 16px;
    font-style: italic; }
  body .mpfy-tooltip strong, body .map-tooltip strong {
    color: #0050f6;
    display: block;
    font-family: "CalibreBd", sans-serif; }
  body .mpfy-tooltip p, body .map-tooltip p {
    font-family: "Calibre", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px; }
  body .mpfy-tooltip .mpfy-tooltip-content i, body .map-tooltip .mpfy-tooltip-content i {
    font-family: "Calibre", sans-serif;
    font-size: 16px;
    font-style: italic; }
  body .mpfy-tooltip .mpfy-tooltip-content strong, body .map-tooltip .mpfy-tooltip-content strong {
    color: #0050f6;
    font-family: "CalibreBd", sans-serif; }
  body .mpfy-tooltip .mpfy-tooltip-content p, body .map-tooltip .mpfy-tooltip-content p {
    font-family: "Calibre", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px; }

body.locations .location-additional-content .entry-content, body.page-template-page-locations .location-additional-content .entry-content {
  margin-top: 0;
  margin-bottom: 0; }
  body.locations .location-additional-content .entry-content .shortcode, body.page-template-page-locations .location-additional-content .entry-content .shortcode {
    margin: 0; }
    body.locations .location-additional-content .entry-content .shortcode .content-body:first-child, body.page-template-page-locations .location-additional-content .entry-content .shortcode .content-body:first-child {
      margin-top: 0; }

body.locations h1, body.page-template-page-locations h1 {
  color: #0050f6; }

body.locations h2, body.page-template-page-locations h2 {
  margin-bottom: 30px;
  color: #4a4c4c; }
  body.locations h2.location-category, body.page-template-page-locations h2.location-category {
    clear: both;
    margin-top: 40px !important; }
    body.locations h2.location-category.category-32, body.page-template-page-locations h2.location-category.category-32 {
      margin-top: 0 !important; }

body.locations .location, body.page-template-page-locations .location {
  margin-bottom: 20px;
  /*@media (max-width: $screen-xs-max) {
        h4 {
          &.name{
            margin-top: 0;
          }
        }
      }*/ }
  body.locations .location .name, body.page-template-page-locations .location .name {
    color: #0050f6;
    font-size: 18px !important;
    line-height: 22px !important; }
  body.locations .location .address, body.locations .location .address p, body.page-template-page-locations .location .address, body.page-template-page-locations .location .address p {
    font-family: "Calibre", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px; }
  body.locations .location .image img, body.page-template-page-locations .location .image img {
    margin: 0 20px 0 0; }

body.locations .mpfy-container, body.page-template-page-locations .mpfy-container {
  border: 1px solid #aaaaaa; }

.navbar .navbar-container .brand-text {
  display: block;
  width: 135px;
  overflow: hidden;
  margin: 0 0 0 27px; }
  .navbar .navbar-container .brand-text .logo {
    height: 25px;
    width: 135px;
    margin: 20px 0 0; }

.home.open-nav .logo.initial {
  display: none; }

.home.open-nav .logo.scroll {
  display: block !important; }

.open-nav .home .navbar.scroll .navbar-container .brand-text .logo {
  display: none; }

.home .navbar.scroll .navbar-container .brand-text .logo.initial {
  display: none; }

.open-nav .home .navbar.initial .navbar-container .brand-text .logo {
  display: block; }

.home .navbar.initial .navbar-container .brand-text .logo.scroll {
  display: none; }

.home .navbar.opened .navbar-container .brand-text .logo.initial {
  display: none; }

.home .navbar.opened .navbar-container .brand-text .logo.scroll {
  display: block; }

@media (max-width: 374px) {
  .navbar .navbar-container .brand-text {
    margin-left: 15px; } }

@media (min-width: 992px) {
  .navbar .navbar-container .brand-text {
    display: block;
    width: 135px; }
    .navbar .navbar-container .brand-text .logo {
      height: auto;
      width: 100%;
      margin: 25px 0 0; }
  .home .navbar .navbar-container .brand-text {
    width: 216px;
    margin: 0 0 0 35px; }
    .home .navbar .navbar-container .brand-text .logo {
      height: 40px;
      width: auto;
      margin: 24px 0 0; } }

.dropdown-container {
  background-image: none !important;
  padding-left: 8% !important; }
  @media only screen and (max-width: 767px) {
    .dropdown-container {
      padding-left: 0 !important; } }

.news .alm-listing {
  margin-top: -30px !important; }

/*
.news {
	.widget-teaser {
      &:nth-child(1) {
	      padding-top: 0 !important;
      }		
	}
}
*/
.related-content, .alm-listing {
  margin-top: 75px;
  min-height: 400px; }
  .related-content h2, .alm-listing h2 {
    font-family: "CalibreSm", sans-serif;
    font-size: 40px;
    line-height: 1;
    color: #0050f6;
    margin: 0 0 10px; }
  .related-content .widget-teaser, .alm-listing .widget-teaser {
    border-bottom: 1px solid #e8e8e8;
    padding: 30px 0; }
    .related-content .widget-teaser .entry-title, .alm-listing .widget-teaser .entry-title {
      font-family: "CalibreMd", sans-serif;
      font-size: 22px;
      line-height: 26px;
      margin-top: 5px; }
    .related-content .widget-teaser p, .alm-listing .widget-teaser p {
      margin-bottom: 0;
      margin-top: 0; }
  .related-content .loading, .alm-listing .loading {
    margin: 75px 0;
    position: relative; }
    .related-content .loading .spinner, .alm-listing .loading .spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -60px 0 0 -60px;
      -webkit-animation: spin 1s linear infinite;
      -moz-animation: spin 1s linear infinite;
      animation: spin 1s linear infinite; }
  @media (min-width: 768px) {
    .related-content .widget-teaser .entry-title, .alm-listing .widget-teaser .entry-title {
      font-size: 30px;
      line-height: 1; }
    .related-content .widget-teaser .links.more .read-more, .alm-listing .widget-teaser .links.more .read-more {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .related-content .col-xs-12, .alm-listing .col-xs-12 {
      padding-left: 20px;
      padding-right: 20px; } }

.short-results {
  margin-top: 0 !important; }
  .short-results.shortcode {
    margin: 0 !important; }
  .short-results .alm-listing {
    margin-top: 40px !important; }

.pagination {
  display: inline-block;
  width: 100%;
  margin: 30px auto;
  padding: 0 10px; }
  @media (max-width: 767px) {
    .pagination {
      /*
    width: 85vw;
    max-width: 90vw;
    margin: 30px 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
*/
      padding: 0 45px; } }
  .pagination .col-xs-6 {
    padding-left: 0;
    padding-right: 0; }
  .pagination .nav-next {
    margin-right: 30px; }
  .pagination .nav-next, .pagination .nav-previous {
    float: left; }
    .pagination .nav-next a, .pagination .nav-previous a {
      color: #162473;
      font-size: 16px;
      font-weight: 700; }
  .pagination span {
    color: #b4b4b4;
    float: right;
    font-size: 16px;
    font-weight: 700; }

.media-results {
  height: auto !important;
  /*
	@media screen and (min-width: 0) and (max-width: 767px) {
		.links.more {
	    	margin-left: 0;
			margin-bottom: 30px;
		}
		.entry-content.container {
			margin: 0 !important;
		}
		.shortcode .alm-listing {
			min-height: 0 !important;
		}
	}
*/ }
  .media-results .valign-container {
    padding: 50px 0; }
  .media-results .entry-header .container.shortcode {
    margin-bottom: 20px; }
  .media-results .entry-content.container {
    margin-bottom: 0; }
  .media-results .links.more {
    margin-top: 40px;
    margin-bottom: -30px; }

.hero.media-center .widget-teaser.col-xs-12 {
  padding-left: 10px;
  padding-right: 10px; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

.shortcode .teaser .headline {
  font-family: "CalibreMd", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px; }

.shortcode .teaser .text {
  font-size: 18px;
  margin-top: 18px; }

@media (min-width: 768px) {
  .shortcode .teaser .headline {
    font-size: 45px; } }

@font-face {
  font-family: 'Ubuntu';
  src: url("Ubuntu.eot");
  src: url("Ubuntu.eot?#iefix") format("embedded-opentype"), url("Ubuntu.woff") format("woff"), url("Ubuntu.ttf") format("truetype"); }

body.page-template-default .entry-content {
  margin-top: 60px; }
  @media (max-width: 992px) {
    body.page-template-default .entry-content.map-row {
      margin: 30px 0; } }
  body.page-template-default .entry-content h2 {
    margin-top: 40px; }
    body.page-template-default .entry-content h2:first-child {
      margin-top: 0; }
  body.page-template-default .entry-content h3 {
    margin-top: 40px; }
    body.page-template-default .entry-content h3:first-child {
      margin-top: 0; }
  body.page-template-default .entry-content .shortcode {
    margin: 70px 0; }
    body.page-template-default .entry-content .shortcode.pull-quote.no-bg-inline {
      margin: 50px 0; }
  body.page-template-default .entry-content .wp-caption img {
    width: 100%;
    height: auto; }
  body.page-template-default .entry-content .wp-caption-text {
    font-family: "freight-text-pro", serif;
    font-size: 18px;
    line-height: 25px;
    color: #4a4c4c;
    margin-top: 10px;
    margin-bottom: 20px; }
  body.page-template-default .entry-content .alignleft {
    display: block;
    float: none;
    padding-bottom: 20px; }
  @media (min-width: 992px) {
    body.page-template-default .entry-content .wp-caption-text {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 60px; }
    body.page-template-default .entry-content .alignleft {
      display: inline;
      float: left;
      padding-right: 30px; } }

.map-container {
  border: 1px solid #aaaaaa; }

@media (max-width: 767px) {
  body.page-template-tempalte-firm .entry-header .col-xs-12, body.page-template-tempalte-firm .entry-content .col-xs-12, body.page-template-tempalte-contact .entry-header .col-xs-12, body.page-template-tempalte-contact .entry-content .col-xs-12, body.legal .entry-header .col-xs-12, body.legal .entry-content .col-xs-12, body.page-template-default.page-child .entry-header .col-xs-12, body.page-template-default.page-child .entry-content .col-xs-12 {
    padding-left: 30px;
    padding-right: 30px; }
  body.page-template-tempalte-firm h1, body.page-template-tempalte-firm h2, body.page-template-tempalte-firm h3, body.page-template-tempalte-firm h4, body.page-template-tempalte-firm h4, body.page-template-tempalte-firm h5, body.page-template-tempalte-contact h1, body.page-template-tempalte-contact h2, body.page-template-tempalte-contact h3, body.page-template-tempalte-contact h4, body.page-template-tempalte-contact h4, body.page-template-tempalte-contact h5, body.legal h1, body.legal h2, body.legal h3, body.legal h4, body.legal h4, body.legal h5, body.page-template-default.page-child h1, body.page-template-default.page-child h2, body.page-template-default.page-child h3, body.page-template-default.page-child h4, body.page-template-default.page-child h4, body.page-template-default.page-child h5 {
    margin: 20px 0; } }

.page-id-622 .related-content {
  margin-top: 0; }

.search-filter-results {
  width: 100%; }
  .search-filter-results .shortcode.short-results {
    width: 70vw !important;
    max-width: 70vw !important; }
    @media (min-width: 768px) {
      .search-filter-results .shortcode.short-results {
        width: 90vw !important;
        max-width: 90vw !important; } }

.entry-excerpt {
  margin: 12px 0 35px 0; }
  .entry-excerpt p {
    color: #4a4c4c;
    font-size: 17px;
    line-height: 1.1; }

body.single .entry-header {
  margin-top: 175px; }
  body.single .entry-header .press-date {
    display: block;
    margin: 0;
    padding: 0 0 24px; }
  body.single .entry-header .entry-title {
    color: #142278;
    margin: 0;
    padding: 0 0 25px; }
  body.single .entry-header .sub-title {
    margin: 0;
    padding: 0 0 65px; }
  body.single .entry-header .no-sub-title {
    padding-bottom: 45px; }

body.single .entry-content {
  margin-bottom: 105px; }
  body.single .entry-content p {
    font-size: 20px;
    margin-bottom: 20px; }
  body.single .entry-content a {
    color: #00d9ff; }

@media (max-width: 767px) {
  body.single .entry-header .col-xs-12,
  body.single .entry-content .col-xs-12 {
    padding-left: 20px;
    padding-right: 20px; }
  body.single .entry-header {
    margin-top: 100px; } }

.post-type-team .bio-photo-container {
  float: left;
  max-width: 219px; }

.post-type-team .bio-info-container {
  float: left; }

.single-team .type-team .container .col-sm-4, .single-team .type-team .container .col-sm-7 {
  padding-left: 10px;
  padding-right: 10px; }

.single-team .site-main .type-team {
  padding-top: 70px;
  background-image: url(../images/leadership-background.png);
  background-repeat: no-repeat;
  background-position: right -180px;
  min-height: 75vh;
  /*This is not a great fix*/ }
  .single-team .site-main .type-team .close {
    position: absolute;
    top: 130px;
    right: 30px;
    height: 24px;
    width: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .single-team .site-main .type-team .close:hover {
      cursor: pointer; }
    .single-team .site-main .type-team .close:before, .single-team .site-main .type-team .close:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 2px;
      /* cross thickness */
      background-color: #00d9ff; }
    .single-team .site-main .type-team .close:before {
      transform: rotate(45deg); }
    .single-team .site-main .type-team .close:after {
      transform: rotate(-45deg); }
    .single-team .site-main .type-team .close a {
      display: block;
      width: 100%;
      height: 25px;
      position: relative;
      z-index: 1000; }
  .single-team .site-main .type-team .page-header {
    margin-top: 0; }
  .single-team .site-main .type-team .bio-photo {
    margin-top: 20px;
    width: 70%;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .single-team .site-main .type-team .bio-photo {
        margin-bottom: 0; } }
  .single-team .site-main .type-team .entry-content h1,
  .single-team .site-main .type-team .entry-content h4 {
    font-family: "CalibreSm", sans-serif; }
  .single-team .site-main .type-team .entry-content h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 -5px 0; }
  .single-team .site-main .type-team .team-nav {
    opacity: 0;
    transition: opacity 0.3s; }
  @media (min-width: 768px) {
    .single-team .site-main .type-team {
      background-position: right -70px; }
      .single-team .site-main .type-team .close {
        top: 140px;
        right: 40px; }
      .single-team .site-main .type-team .team-nav {
        position: absolute;
        top: 382px;
        width: 50px;
        height: 65px;
        background-color: #00d9ff; }
        .single-team .site-main .type-team .team-nav:hover {
          cursor: pointer; }
        .single-team .site-main .type-team .team-nav:after {
          content: '';
          display: inline-block;
          border-top: solid 9px transparent;
          border-left: solid 9px white;
          border-bottom: solid 9px transparent;
          margin: 24px 0 0 22px; }
        .single-team .site-main .type-team .team-nav.prev {
          left: 0; }
          .single-team .site-main .type-team .team-nav.prev:after {
            border-left: none;
            border-right: solid 9px white;
            margin-left: 17px; }
        .single-team .site-main .type-team .team-nav.next {
          right: 0; } }
  @media (min-width: 992px) {
    .single-team .site-main .type-team .team-nav.loaded {
      opacity: 1; } }
  @media (max-width: 767px) {
    .single-team .site-main .type-team .col-xs-12 {
      padding-left: 30px;
      padding-right: 30px; }
    .single-team .site-main .type-team h1, .single-team .site-main .type-team h2, .single-team .site-main .type-team h3, .single-team .site-main .type-team h4, .single-team .site-main .type-team h4, .single-team .site-main .type-team h5 {
      margin: 0 0 20px; }
    .single-team .site-main .type-team h1 {
      margin-bottom: 0; } }
  .single-team .site-main .type-team .sub-title {
    margin-top: 5px; }
  .single-team .site-main .type-team .page-header {
    padding-bottom: 20px; }

.page-template-page-leadership .entry-header .entry-title {
  color: #0050f6; }

@media (max-width: 767px) {
  .page-template-page-leadership .entry-header > .row > .col-xs-12, .page-template-page-leadership .entry-content > .row > .col-xs-12, .page-template-page-leadership .leadership-filter .container > .row > .col-xs-12 {
    padding-left: 30px;
    padding-right: 30px; }
  .page-template-page-leadership h1, .page-template-page-leadership h2, .page-template-page-leadership h3, .page-template-page-leadership h4, .page-template-page-leadership h4, .page-template-page-leadership h5 {
    margin: 20px 0; }
  .page-template-page-leadership .sub-title {
    margin-top: 0; } }

.shortcode .leadership-team h4 {
  color: #152278;
  font-family: "CalibreSm", sans-serif;
  font-size: 35px;
  margin-top: 40px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .shortcode .leadership-team h4 {
      margin-top: 20px;
      margin-bottom: 45px; } }

.shortcode .leadership-team .leadership-filter {
  background-color: #0050f6;
  padding: 35px 20px;
  margin-top: 55px; }
  @media (max-width: 767px) {
    .shortcode .leadership-team .leadership-filter {
      margin-top: 40px;
      margin-bottom: 40px; } }

.shortcode .leadership-team .post-type-team {
  overflow: hidden;
  margin-bottom: 20px; }
  .shortcode .leadership-team .post-type-team .bio-photo {
    margin: 0;
    width: 77px;
    height: 77px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
    @media (max-width: 1200px) {
      .shortcode .leadership-team .post-type-team .bio-photo {
        margin-bottom: 10px; } }
    .shortcode .leadership-team .post-type-team .bio-photo .img-responsive {
      width: 100%; }
  .shortcode .leadership-team .post-type-team .bio-nophoto {
    margin-bottom: 10px; }
    .shortcode .leadership-team .post-type-team .bio-nophoto img {
      max-width: 77px;
      height: 77px; }
  .shortcode .leadership-team .post-type-team .entry-title {
    font-family: "CalibreSm", sans-serif;
    font-size: 20px;
    line-height: 20px; }
  .shortcode .leadership-team .post-type-team .entry-sub-title {
    color: #666666;
    font-family: "Calibre", sans-serif;
    font-size: 14px;
    line-height: 1.1;
    margin: 10px 0 0; }

@media (max-width: 767px) {
  .shortcode .leadership-team .col-xs-12 {
    padding-left: 0;
    padding-right: 0; }
  .shortcode .leadership-team .post-type-team {
    height: auto; }
    .shortcode .leadership-team .post-type-team .bio-photo {
      margin: 0;
      float: left;
      position: relative;
      margin-bottom: 10px; }
    .shortcode .leadership-team .post-type-team .bio-nophoto {
      margin: 0;
      margin-bottom: 10px;
      float: left;
      position: relative;
      margin-bottom: 10px; } }
  @media (max-width: 767px) and (max-width: 768px) {
    .shortcode .leadership-team .post-type-team .member-desc {
      padding: 0 10px; } }

@media (max-width: 767px) {
    .shortcode .leadership-team .post-type-team .member-desc .entry-title {
      margin-top: 0;
      margin-bottom: 10px; } }

@media (max-width: 767px) {
  body.page-template-tempalte-contact .entry-header, body.legal .entry-header {
    margin-bottom: 20px; }
  body.page-template-tempalte-contact .entry-content h1, body.page-template-tempalte-contact .entry-content h2, body.page-template-tempalte-contact .entry-content h3, body.page-template-tempalte-contact .entry-content h4, body.page-template-tempalte-contact .entry-content h4, body.page-template-tempalte-contact .entry-content h5, body.legal .entry-content h1, body.legal .entry-content h2, body.legal .entry-content h3, body.legal .entry-content h4, body.legal .entry-content h4, body.legal .entry-content h5 {
    margin: 20px 0; } }

.piechart {
  position: relative; }
  .piechart .slice, .piechart [data-label] {
    font-family: "CalibreMd", sans-serif !important;
    color: #4a4c4b !important;
    font-size: 52px !important; }
  .piechart .canvasjs-chart-credit {
    display: none !important; }
  .piechart .pie_slice {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute; }
  .piechart .animate {
    -webkit-transition: 0.3s cubic-bezier(0.74, 1.13, 0.83, 1.2);
    -moz-transition: 0.3s cubic-bezier(0.74, 1.13, 0.83, 1.2);
    -o-transition: 0.3s cubic-bezier(0.74, 1.13, 0.83, 1.2);
    transition: 0.3s cubic-bezier(0.74, 1.13, 0.83, 1.2); }
    .piechart .animate:hover {
      transform: scale(1.1);
      transform-origin: center center; }
  .piechart .slice-0 {
    -webkit-clip-path: polygon(50% 0, 50% 50%, 100% 41.2%, 100% 0);
    clip-path: polygon(50% 0, 50% 50%, 100% 41.2%, 100% 0); }
  .piechart .slice-1 {
    -webkit-clip-path: polygon(50% 50%, 100% 41.2%, 100% 100%, 63.4% 100%);
    clip-path: polygon(50% 50%, 100% 41.2%, 100% 100%, 63.4% 100%); }
  .piechart .slice-2 {
    -webkit-clip-path: polygon(50% 50%, 36.6% 100%, 63.4% 100%);
    clip-path: polygon(50% 50%, 36.6% 100%, 63.4% 100%); }
  .piechart .slice-3 {
    -webkit-clip-path: polygon(50% 50%, 0 100%, 36.6% 100%);
    clip-path: polygon(50% 50%, 0 100%, 36.6% 100%); }
  .piechart .slice-4 {
    -webkit-clip-path: polygon(50% 50%, 0 36.6%, 0 100%);
    clip-path: polygon(50% 50%, 0 36.6%, 0 100%); }
  .piechart .slice-5 {
    -webkit-clip-path: polygon(50% 50%, 0 36.6%, 0 0, 50% 0);
    clip-path: polygon(50% 50%, 0 36.6%, 0 0, 50% 0); }
  .piechart .pie_slice_data {
    display: inline-block;
    width: 30%;
    margin: 0 auto;
    text-align: center; }
  .piechart span {
    color: #ffffff;
    display: block;
    font-family: "CalibreMd", sans-serif;
    margin: 20px 0; }
    .piechart span .pie_amount {
      font-family: "CalibreMd", sans-serif;
      font-size: 52px;
      font-weight: 700; }
    .piechart span .pie_title {
      font-family: "CalibreMd", sans-serif;
      font-size: 36px;
      font-weight: 400; }
  .piechart .canvasjs-chart-tooltip {
    font-family: "CalibreMd", sans-serif; }
  .piechart .pie_counter .pie_counter_container {
    background-color: #ffffff;
    border-radius: 50%;
    display: block;
    height: 210px;
    width: 210px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .piechart .pie_counter .pie_counter_container .pie_counter_data {
      font-family: "CalibreMd", sans-serif;
      display: block;
      padding: 25% 0;
      text-align: center;
      overflow: hidden; }
      .piechart .pie_counter .pie_counter_container .pie_counter_data span {
        font-family: "CalibreMd", sans-serif;
        color: #4a4c4b;
        font-size: 52px;
        line-height: 1;
        margin: 0;
        position: static; }

.shortcode.nomargin .hero {
  background-image: none; }

.shortcode.nomargin .hero-main {
  background-image: none; }

.shortcode.nomargin .directional {
  background-image: none; }

.split-view {
  background-image: none; }
  .split-view .splitImg {
    width: 50%; }
    .split-view .splitImg .imgBox {
      width: 100%;
      height: 500px;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      background-position: bottom !important; }
    .split-view .splitImg.left {
      float: left !important; }
    .split-view .splitImg.right {
      float: right !important; }
  @media (max-width: 992px) {
    .split-view .splitImg {
      width: 100% !important; } }
  .split-view .splitviewContent {
    padding: 0 50px;
    margin-top: 60px;
    margin-bottom: 60px; }
    .split-view .splitviewContent .headline {
      font-size: 75px !important;
      line-height: 65px !important;
      font-family: "CalibreBd", sans-serif !important;
      text-align: left !important;
      margin-bottom: 20px !important;
      padding-right: 20px !important; }
    .split-view .splitviewContent .subheadline {
      font-family: "freight-text-pro", serif !important;
      font-size: 22px !important;
      line-height: 26px !important;
      margin-bottom: 20px !important;
      text-align: left !important;
      padding-right: 0 !important; }
    .split-view .splitviewContent .links {
      text-align: left; }
  .split-view.white {
    background-image: none; }
    .split-view.white .splitviewContent a {
      color: #00d9ff !important; }
    .split-view.white .splitviewContent .headline {
      color: #4a4c4c !important; }
    .split-view.white .splitviewContent .subheadline {
      color: #4a4c4c !important; }
  .split-view.brand-blue {
    background-image: none; }
    .split-view.brand-blue .splitviewContent a {
      color: #00d9ff !important; }
    .split-view.brand-blue .splitviewContent .headline {
      color: white !important; }
    .split-view.brand-blue .splitviewContent .subheadline {
      color: white !important; }
  .split-view.dark-blue {
    background-image: none; }
    .split-view.dark-blue .splitviewContent a {
      color: #00d9ff !important; }
    .split-view.dark-blue .splitviewContent .headline {
      color: white !important; }
    .split-view.dark-blue .splitviewContent .subheadline {
      color: white !important; }
  @media (min-width: 1301px) {
    .split-view .splitviewContent {
      padding: 0 200px; } }
  @media (min-width: 1200px) and (max-width: 1300px) {
    .split-view .splitviewContent {
      padding: 0 100px; } }
  @media (max-width: 1200px) {
    .split-view .splitviewContent {
      padding: 0 100px; }
      .split-view .splitviewContent .headline {
        font-size: 60px !important;
        line-height: 52px !important; } }
  @media (min-width: 768px) and (max-width: 769px) {
    .split-view .splitviewContent {
      padding: 0 150px !important; } }
  @media (max-width: 992px) {
    .split-view .splitImg .imgBox {
      width: 100%;
      height: 400px; }
    .split-view .splitviewContent {
      padding: 0 150px;
      margin-top: 75px;
      margin-bottom: 75px; } }
  @media (max-width: 768px) {
    .split-view .splitImg .imgBox {
      width: 100%;
      height: 300px; }
    .split-view .splitviewContent {
      padding: 0 30px;
      margin-top: 60px;
      margin-bottom: 60px; }
      .split-view .splitviewContent .headline {
        font-size: 55px !important;
        line-height: 50px !important; } }
  @media (max-width: 480px) {
    .split-view .splitImg .imgBox {
      width: 100%;
      height: 200px; }
    .split-view .splitviewContent {
      padding: 0;
      margin-top: 50px;
      margin-bottom: 50px; }
      .split-view .splitviewContent .headline {
        font-size: 50px !important;
        line-height: 45px !important; } }

.nopadding .hero.hero-main {
  padding: 0 !important; }

.flex-container {
  display: flex;
  flex-wrap: wrap; }

.split-text .splitTextContent {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 0 15px; }
  @media (max-width: 992px) {
    .split-text .splitTextContent {
      width: 100%;
      float: none; } }
  @media (min-width: 481px) {
    .split-text .splitTextContent {
      padding: 0 50px; } }
  .split-text .splitTextContent .headline {
    font-size: 50px !important;
    line-height: 55px !important;
    font-family: "CalibreBd", sans-serif !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    padding-right: 20px !important; }
  .split-text .splitTextContent .subheadline {
    font-family: "freight-text-pro", serif !important;
    font-size: 22px !important;
    line-height: 26px !important;
    margin-bottom: 20px !important;
    text-align: left !important;
    padding-right: 0 !important; }
  .split-text .splitTextContent .links {
    text-align: left; }
  .split-text .splitTextContent.white {
    background-color: #ffffff; }
    .split-text .splitTextContent.white a {
      color: #00d9ff !important; }
    .split-text .splitTextContent.white .headline {
      color: #4a4c4c !important; }
    .split-text .splitTextContent.white .subheadline {
      color: #4a4c4c !important; }
  .split-text .splitTextContent.brand-blue {
    background-color: #004ff6; }
    .split-text .splitTextContent.brand-blue a {
      color: #ffffff !important; }
    .split-text .splitTextContent.brand-blue .headline {
      color: white !important; }
    .split-text .splitTextContent.brand-blue .subheadline {
      color: white !important; }
  .split-text .splitTextContent.dark-blue {
    background-color: #142278; }
    .split-text .splitTextContent.dark-blue a {
      color: #ffffff !important; }
    .split-text .splitTextContent.dark-blue .headline {
      color: white !important; }
    .split-text .splitTextContent.dark-blue .subheadline {
      color: white !important; }

@media (min-width: 1301px) {
  .split-text .splitTextContentContainer {
    padding: 0 160px;
    margin: 60px 0; } }

@media (min-width: 1200px) and (max-width: 1300px) {
  .split-text .splitTextContentContainer {
    margin: 60px 0; } }

@media (max-width: 1200px) {
  .split-text .splitTextContentContainer {
    padding: 0 60px;
    margin: 60px 0; }
    .split-text .splitTextContentContainer .headline {
      font-size: 50px !important;
      line-height: 55px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .split-text .splitTextContentContainer {
    padding: 0 115px; } }

@media (max-width: 767px) {
  .split-text .splitTextContentContainer {
    padding: 0; } }

body .shortcode.two-col-shortcode {
  margin-bottom: 20px !important;
  margin-top: 20px !important; }
  @media (max-width: 768px) {
    body .shortcode.two-col-shortcode {
      margin-top: 10px !important;
      margin-bottom: 10px !important; } }

.nopadding .hero.hero-main {
  padding: 0 !important; }

.flex-container {
  display: flex;
  flex-wrap: wrap; }

@media (max-width: 992px) {
  body .two-col-shortcode .col-xs-12 {
    padding: 0 10px !important; } }

body .two-col-shortcode .twoColContent {
  max-width: 96%;
  padding: 30px 0; }
  @media (max-width: 768px) {
    body .two-col-shortcode .twoColContent {
      padding: 10px 0; } }

body .two-col-shortcode .col-md-6 {
  padding: 0 10px; }

body .two-col-shortcode .headline, body .two-col-shortcode h3 {
  color: #0050f6;
  font-size: 30px !important;
  line-height: 35px !important;
  font-family: "CalibreBd", sans-serif !important;
  text-align: left !important;
  margin-bottom: 10px !important;
  padding-right: 0px !important; }

body .two-col-shortcode .subheadline {
  font-family: "freight-text-pro", serif !important;
  font-size: 22px !important;
  line-height: 26px !important;
  margin-bottom: 20px !important;
  text-align: left !important;
  padding-right: 0 !important; }

body .two-col-shortcode .links {
  text-align: left;
  margin-bottom: 0 !important; }

body .two-col {
  width: 82%;
  margin: 0 auto;
  max-width: 1020px; }
  @media (max-width: 992px) {
    body .two-col {
      width: 75%; } }
  @media (max-width: 768px) {
    body .two-col {
      width: 96%; } }
  body .two-col .twoColContent {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 30px 35px 0 30px !important;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      body .two-col .twoColContent {
        width: 100%;
        float: none;
        padding: 0 35px 0 0 !important; } }
    body .two-col .twoColContent .headline, body .two-col .twoColContent h3 {
      color: #0050f6;
      font-size: 30px !important;
      line-height: 35px !important;
      font-family: "CalibreBd", sans-serif !important;
      text-align: left !important;
      margin-bottom: 10px !important;
      padding-right: 0px !important; }
    body .two-col .twoColContent .subheadline {
      font-family: "freight-text-pro", serif !important;
      font-size: 22px !important;
      line-height: 26px !important;
      margin-bottom: 20px !important;
      text-align: left !important;
      padding-right: 0 !important; }
    body .two-col .twoColContent .links {
      text-align: left;
      margin-bottom: 0 !important; }

/*--------------------------------------------------------------
# Transitions / Animations
--------------------------------------------------------------*/
.navbar {
  transition: background-color 1.6s; }
  .navbar .navbar-container .brand-text {
    opacity: 0;
    transition: opacity 1.5s;
    transition: width 0.5s; }
    .navbar .navbar-container .brand-text.loaded {
      opacity: 1; }
    .navbar .navbar-container .brand-text.scroll-mid {
      width: 0;
      overflow: hidden; }
    .navbar .navbar-container .brand-text.scroll-end {
      width: 31px;
      overflow: hidden; }
    .navbar .navbar-container .brand-text.scroll-end .logo, .navbar .navbar-container .brand-text.scroll-rev .logo {
      width: 243px;
      height: 45px;
      margin-top: 2px; }
    @media (min-width: 992px) {
      .navbar .navbar-container .brand-text.scroll-mid {
        width: 0;
        overflow: hidden; }
      .navbar .navbar-container .brand-text.scroll-end {
        width: 135px;
        overflow: hidden; }
      .navbar .navbar-container .brand-text.scroll-end .logo, .navbar .navbar-container .brand-text.scroll-rev .logo {
        width: 135px;
        height: 25px;
        margin-top: 25px; } }
  .navbar .navbar-container .navbar-right {
    opacity: 0;
    transition: all 0.8s;
    transition-delay: 0.4s; }
    .navbar .navbar-container .navbar-right.loaded {
      opacity: 1; }

.shortcode {
  padding-left: 0;
  padding-right: 0;
  margin: 0 calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw !important; }
  .shortcode .hero.hero-main .headline {
    opacity: 1;
    margin-top: 65px;
    transition: all 1.0s; }
    .shortcode .hero.hero-main .headline.loaded {
      opacity: 1;
      margin-top: 0; }
  .shortcode .hero.hero-main.video .headline {
    margin-top: 160px; }
    .shortcode .hero.hero-main.video .headline.loaded {
      margin-top: 120px; }
  .shortcode .hero.hero-main .subheadline,
  .shortcode .hero.hero-main .links {
    opacity: 0;
    transition: all 1.0s; }
    .shortcode .hero.hero-main .subheadline.loaded,
    .shortcode .hero.hero-main .links.loaded {
      opacity: 1; }
  @media (min-width: 768px) {
    .shortcode .hero.hero-main .headline {
      margin-top: 160px; }
      .shortcode .hero.hero-main .headline.loaded {
        margin-top: 0; } }
  .page-template-page-leadership-acf .shortcode {
    margin: 0 !important;
    max-width: none !important;
    width: auto !important; }

.team-section {
  opacity: 1;
  transition: opacity 1.0s;
  margin: 0 auto;
  width: 900px;
  max-width: 90vw; }
  .team-section .widget-teaser {
    padding-left: 10px;
    padding-right: 10px; }
    .team-section .widget-teaser .col-md-4, .team-section .widget-teaser .col-md-8 {
      padding-left: 10px;
      padding-right: 10px; }
  @media (min-width: 768px) {
    .team-section {
      /*
    width: 70vw;
    max-width: 70vw;
*/ } }

.single-team .team .container {
  opacity: 1;
  transition: opacity 0.8s; }
  .single-team .team .container.closing {
    opacity: 0; }

.shortcode .agg-one,
.shortcode .directional,
.shortcode .hero,
.shortcode .highlight,
.shortcode .int,
.shortcode .leadership-filter {
  opacity: 1;
  transition: opacity 0.5s;
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }
  .shortcode .agg-one.loaded,
  .shortcode .directional.loaded,
  .shortcode .hero.loaded,
  .shortcode .highlight.loaded,
  .shortcode .int.loaded,
  .shortcode .leadership-filter.loaded {
    opacity: 1; }

/*# sourceMappingURL=custom-style.css.map */