@import '_fonts';
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .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: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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 #eee;
}
.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: 'Voltaire';
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 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: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.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;
  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 #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777;
}
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 #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.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: 0px;
  padding-right: 0px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: ' ';
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row: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,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !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;
  }
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.ml-110 {
  margin-left: 110px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.ml-130 {
  margin-left: 130px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mr-110 {
  margin-right: 110px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mr-130 {
  margin-right: 130px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
html.opened,
html.opened body {
  overflow: hidden;
  height: 100vh;
}
body {
  font: 18px 'Arimo';
  line-height: 35px;
  color: #686c71;
  background: #fff;
  margin: 0;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 1.4;
    padding-top: 54px;
  }
}
a {
  text-decoration: none;
  color: #0c4a7e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
img {
  border: none;
}
form,
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
input,
select,
textarea {
  font: 100% 'Arimo';
  vertical-align: middle;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type='search'] {
  -webkit-appearance: textfield;
}
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
  border: none;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
header,
footer,
section,
nav,
article,
aside {
  display: block;
}
p,
ol,
ul {
  margin: 0 0 17px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
}
.text-justify {
  text-align: justify;
}
::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
:-moz-placeholder {
  color: #000;
  opacity: 1;
}
::-moz-placeholder {
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
#wrapper {
  position: relative;
  min-height: 100vh;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #wrapper {
    left: 0 !important;
  }
}
.container > .row {
  position: relative;
}
.height-full {
  height: 100%;
}
.height-full > .container {
  height: 100%;
}
.height-full > .container > .row {
  height: 100%;
}
.height-full > .container > .row > div {
  height: 100%;
}
.with-bg {
  background: no-repeat 50% top;
  background-size: cover;
}
.with-bg.bg-bottom {
  -ms-background-position-y: 100%;
  background-position-y: 100%;
}
.with-bg.bg-right {
  -ms-background-position-x: 100%;
  background-position-x: 100%;
}
.with-bg.bg-left {
  -ms-background-position-x: 0;
  background-position-x: 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
  left: -999em;
}
.skip-link {
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  background: #3193a6;
  color: #fff;
  text-decoration: none;
  padding: 4px 10px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 24px;
  height: 34px;
  z-index: 999;
}
.skip-link:focus,
.skip-link:active {
  position: absolute;
  top: 0;
  overflow: visible;
}
.skip-link:hover {
  color: #000;
  background: #dcf1f0;
  text-decoration: none;
}
.slick-slide:focus {
  outline: none !important;
}
.col50 {
  width: 50%;
  float: left;
  padding: 0;
}
img.img {
  max-width: 100%;
}
img.double {
  border: 1px solid #000;
  position: relative;
}
img.double:before {
  z-index: 2;
  content: ' ';
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #000;
}
.border-double {
  border: 1px solid #000;
  position: relative;
}
.border-double:before {
  z-index: 1;
  content: ' ';
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}
.select-style-1 {
  position: relative;
}
.select-style-1 select {
  padding: 3px;
  margin: 0;
  height: 47px;
  border: 2px solid #ccc;
  background: url('../images/ico-dropdown.png') no-repeat 96% 50% #fff;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  color: #76787b;
  font-size: 20px;
  font-weight: 300;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1.3px 1.5px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 1.3px 1.5px 2px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 1.3px 1.5px 2px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 1.3px 1.5px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1.3px 1.5px 2px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.block-go {
  padding-right: 57px;
  position: relative;
  margin-bottom: 30px;
}
.block-go .btn-go-url {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
  background-color: #cca776;
  color: #fff;
  font-family: 'Arimo';
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 46px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
}
.block-go .btn-go-url:hover,
.block-go .btn-go-url:focus,
.block-go .btn-go-url:visited {
  background-color: #bb9768;
  color: #fff;
  text-decoration: none;
}
.owl-carousel .owl-wrapper:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.form {
  width: 100%;
  padding: 23px 26px;
  -webkit-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.15);
  background-color: #cca776;
  border: 3px solid #fff;
}
aside .form {
  margin-top: -170px;
  margin-bottom: 90px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.blog aside .form,
.error404 aside .form,
.category aside .form,
.single-post aside .form {
  margin-top: -78px;
}
@media screen and (max-width: 991px) {
  aside .form,
  .blog aside .form,
  .error404 aside .form,
  .category aside .form,
  .single-post aside .form {
    margin-top: 0 !important;
    margin-bottom: 20px;
  }
}
.form form h3 {
  font-size: 31px;
  font-weight: 400;
  font-family: 'Voltaire';
  margin: 0 0 17px;
  padding: 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  border: none;
}
aside .form form h3 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 25px;
  text-transform: uppercase;
  padding: 0;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  border: none;
}
@media screen and (max-width: 1199px) {
  aside .form form h3 {
    font-size: 28px;
  }
}
.form form input {
  height: 59px;
  width: 100%;
  margin-bottom: 13px;
  position: relative;
  padding: 0 18px;
  font-family: 'Arimo';
  color: #000;
  font-size: 17px;
  font-weight: 400;
  border: 1px solid #b2b2b2;
}
.form form textarea {
  padding: 18px 19px;
  resize: none;
  border: 0px none;
  width: 100%;
  margin-bottom: 20px;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Arimo';
  border: 1px solid #b2b2b2;
  height: 140px;
}
.form form .but-form {
  border: 0 none;
  width: 100%;
  height: 59px;
  line-height: 63px;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #47545b;
  vertical-align: middle;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
@media screen and (max-width: 767px) {
  .form form .but-form {
    font-size: 12px;
  }
}
.form form .but-form:hover {
  background-color: #8a1616;
  text-decoration: none;
}
.form form .required {
  position: relative;
}
.form form .required span {
  position: absolute;
  text-transform: uppercase;
  right: 10px;
  top: 0;
  height: 59px;
  line-height: 63px;
  color: #6fa093;
  font-family: 'Voltaire';
  font-size: 16px;
  font-weight: 400;
}
.form.form-wide {
  margin-bottom: 0px;
  margin-top: 0px;
}
@media screen and (max-width: 991px) {
  .form.form-wide {
    margin-bottom: 40px;
  }
}
.form.form-wide form h3 {
  text-align: center;
  font-size: 39px;
  text-transform: uppercase;
}
.form.form-wide form h3 span {
  display: inline;
}
.form.form-wide form .required {
  position: relative;
}
.form.form-wide form textarea {
  height: 235px;
}
.form.form-wide form .but-form {
  width: 100%;
  font-size: 26px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .form.form-wide form .but-form {
    font-size: 12px;
  }
}
.form.form-wide form .required span {
  position: absolute;
  text-transform: uppercase;
  right: 10px;
  top: 5px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 700;
}
.but-readmore {
  border-top: 4px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 6px 0;
  color: #145b85;
  font-family: '';
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  display: block;
  max-width: 270px;
  margin: 0 auto;
}
.but-readmore:hover {
  color: #0d3d59;
}
.but-see-all {
  background-color: #314657;
  color: #fff;
  font-family: 'Arimo';
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  padding: 17px 80px 15px 45px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .but-see-all {
    font-size: 18px;
    line-height: 23px;
    padding: 17px 30px 15px 0;
    width: 100%;
  }
  .but-see-all:after {
    right: 15px !important;
  }
}
.but-see-all:after {
  position: absolute;
  content: '';
  background: url('../images/arrow-right-long-white.png') no-repeat 50% 50%;
  width: 21px;
  height: 14px;
  right: 33px;
  top: 50%;
  margin-top: -7px;
}
.but-see-all:hover,
.but-see-all:focus {
  color: #fff;
  text-decoration: none;
  background-color: #cda778;
}
.but {
  display: inline-block;
  vertical-align: middle;
  background: #314657;
  color: #fff;
  font: 15px/15px 'Arimo';
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -o-border-radius: 9999px;
  border-radius: 9999px;
  padding: 12px 22px 9px;
  letter-spacing: 0.5px;
}
.but:hover,
.but:active {
  text-decoration: none;
  background: #cda778;
  color: #fff;
}
.but:visited,
.but:focus {
  text-decoration: none;
  color: #fff;
}
.but.but-light {
  background-color: #fff;
  border: 1px solid #ededed;
  color: #000;
  font-family: 'Arimo';
  font-size: 26px;
  text-transform: none;
}
.but.but-light:hover {
  border: 1px solid #d4d4d4;
  background-color: #e6e6e6;
}
.but.but-full {
  width: 100%;
  text-align: center;
}
.but.but-flat {
  font-weight: 400;
  padding: 10px 18px 9px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.but.but-sm {
  font-size: 16px;
  padding: 8px 22px;
}
.but.but-white {
  background: #fff;
  color: #000;
}
.but.but-white:hover,
.but.but-white:focus,
.but.but-white:visited {
  background: #e6e6e6;
}
.but.but-white i {
  background: url('../images/arrow-right-circle-dark.png') no-repeat 50% 50%;
}
.but.but-default {
  background-color: transparent;
  border-width: 2px;
  border-color: #959e75;
  color: #959e75;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.but.but-direction {
  padding: 11px 25px 8px 25px;
  color: #fff;
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-weight: 700;
  background-color: #314657;
}
.but.but-direction:hover {
  background-color: #e6e6e6;
  color: #0c4a7e;
}
.but.but-getknow {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.but.with-arrow {
  color: #000;
  border: 1px solid #ddd;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 12px 50px 12px 23px;
  position: relative;
  cursor: pointer;
}
.but.with-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -7px;
  width: 21px;
  height: 13px;
  background: url('../images/arrow-01.svg') no-repeat;
  background-size: cover;
}
.but.but-action {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.but.but-req {
  color: #000;
  background: #dee4cd;
  text-transform: uppercase;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  line-height: 16px;
  padding: 5px 34px 5px 9px;
  cursor: pointer;
  position: relative;
}
.but.but-req:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  width: 18px;
  height: 16px;
  background: url('../images/ico-nav-02.svg') no-repeat;
  background-size: auto 100%;
}
.but i {
  display: inline-block;
  background: url('../images/arrow-right-circle.png') no-repeat 50% 50%;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  line-height: 20px;
  vertical-align: middle;
}
.btn-more {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #484441;
  padding: 0 42px 0 0;
  position: relative;
  cursor: pointer;
}
.btn-more:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  background: url('../images/ico-btn-more.svg') no-repeat;
  background-size: cover;
  opacity: 0.7;
}
.btn-more:hover,
.btn-more:active {
  text-decoration: underline;
}
.button-holder {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.btn-video-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 250px;
}
.btn-video-item img {
  max-width: 100%;
}
.btn-video-item:after {
  position: absolute;
  content: '';
  background: url('../images/ico-play-video.png') no-repeat 50% 50%;
  width: 71px;
  height: 71px;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -35px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.btn-video-item:hover:after {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.fixed-menu {
  width: 100%;
  background-color: #eee;
  color: #000;
  position: fixed;
  z-index: 99999;
  top: 0;
}
.fixed-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.fixed-menu li {
  height: 100%;
  display: block;
  float: left;
}
.fixed-menu li:first-of-type {
  border-right: 1px solid #fff;
}
.fixed-menu li a {
  padding: 0 22px;
  font-family: 'Arimo';
  color: #314657;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  height: 100%;
  display: block;
  line-height: 54px;
  text-decoration: none;
}
.fixed-menu .but-mobile {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 54px;
  background: #86aab2;
  padding: 14px 10px 10px;
}
.fixed-menu .but-mobile span {
  display: block;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  background: #fff;
  height: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.fixed-menu .but-mobile span + span {
  margin-top: 5px;
}
.fixed-menu .but-mobile:hover span {
  background: #314657;
}
.fixed-menu .but-mobile li.current-menu-item a,
.fixed-menu .but-mobile li a:hover,
.fixed-menu .but-mobile li a:visited,
.fixed-menu .but-mobile li a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0a3c67;
}
.topline {
  background: url('../images/gb-wave-too.png') 0 0 #fff;
  padding: 16px 0 22px 0;
  border-bottom: 1px solid #c5c5c5;
}
@media screen and (max-width: 767px) {
  .topline {
    padding: 1px 0;
    background: #fff;
    border-bottom: 0px none;
  }
}
@media screen and (min-width: 768px) {
  .topline .logo,
  .logo {
    float: left;
  }
}
.topline .logo:hover,
.logo:hover {
  text-decoration: none;
  color: #314657;
}
@media screen and (max-width: 991px) {
  .topline .logo {
    max-width: 391px;
    margin: 0 auto 5px;
    float: none;
    text-align: center;
  }
}
.topline .logo img {
  max-width: 100%;
}
.topline .contacts,
#sub-contacts .contacts {
  text-align: center;
  float: right;
  line-height: 1;
  position: relative;
  padding: 8px 140px 0 0;
}
.topline .contacts span,
#sub-contacts .contacts span {
  color: #314657;
  font-size: 22px;
  font-family: 'Voltaire';
  text-transform: uppercase;
  display: block;
  text-align: right;
  margin-bottom: 5px;
}
.topline .contacts b,
#sub-contacts .contacts b {
  display: block;
  color: #6fa093;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.topline .contacts .button,
#sub-contacts .contacts .button {
  position: absolute;
  top: 34px;
  right: 0;
}
@media screen and (max-width: 991px) {
  .topline .contacts,
  #sub-contacts .contacts {
    float: none;
    padding-right: 0;
  }
  .topline .contacts span,
  #sub-contacts .contacts span {
    text-align: center;
  }
  .topline .contacts b,
  #sub-contacts .contacts b {
    text-align: center;
    margin: 0 0 5px 0;
  }
  .topline .contacts .button,
  #sub-contacts .contacts .button {
    position: static;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .topline .contacts,
  #sub-contacts .contacts {
    display: none;
  }
}
header {
  position: relative;
}
.navigator {
  width: 100%;
  height: 64px;
  z-index: 99;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .navigator {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
  }
}
.affix {
  top: 0;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .affix {
    z-index: 99 !important;
  }
}
.navigator #nav > li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
}
.navigator #nav > li a {
  line-height: 64px;
  padding: 3px 30px 0;
}
@media screen and (max-width: 1199px) {
  .navigator #nav > li a {
    padding: 3px 23px 0;
  }
}
@media screen and (max-width: 991px) {
  .navigator #nav > li a {
    padding: 3px 5px 0;
  }
}
.navigator ul {
  padding: 0;
  list-style: none;
  margin: 0;
  position: relative;
}
.navigator li {
  height: 100%;
  display: block;
  position: relative;
}
.navigator #nav ul {
  position: absolute;
  left: 0;
  width: 310px;
  top: 64px;
  z-index: 9999;
}
.navigator #nav > li:hover,
.navigator #nav > li.current-menu-ancestor,
.navigator #nav > li.current-menu-parent,
.navigator #nav > li.current-menu-item {
  background-color: #86aab2;
  color: #fff;
}
.navigator #nav > li:hover > a,
.navigator #nav > li.current-menu-ancestor > a,
.navigator #nav > li.current-menu-parent > a,
.navigator #nav > li.current-menu-item > a {
  color: #fff;
}
.navigator #nav > li > a {
  height: 64px;
  overflow: hidden;
  color: #314657;
  font-family: 'Arimo';
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .navigator #nav > li > a {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .navigator #nav > li > a {
    height: auto;
  }
}
.navigator #nav > li > a.menu-home {
  padding: 0;
  text-indent: -9999px;
}
.navigator #nav > li > a.menu-home span {
  height: 64px;
  width: 48px;
  display: block;
  background: url('../images/ico-home.png') no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .navigator #nav > li > a.menu-home {
    text-indent: 0;
  }
  .navigator #nav > li > a.menu-home span {
    display: none;
  }
}
.navigator li a {
  color: #fffefe;
  font-family: 'Roboto Condensed';
  font-size: 17px;
  font-weight: 500;
  height: 100%;
  display: block;
  text-decoration: none;
}
.navigator li.current-menu-item a,
.navigator li a:hover,
.navigator li a:visited,
.navigator li a:focus {
  text-decoration: none;
}
.navigator #nav > li ul {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 900;
}
.navigator #nav li:hover > ul {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.navigator #nav li ul a {
  width: 310px;
  color: #314657;
  text-transform: none;
  font-size: 17px;
  font-weight: 400;
  padding: 0 10px 0 38px;
  line-height: 49px;
}
.navigator #nav li ul li:hover > a {
  color: #fff;
}
.navigator #nav li ul li {
  margin: 0;
  background-color: rgba(243, 243, 243, 0.94);
  height: 49px;
  border-top: 1px solid #ded7d0;
  width: 100%;
}
.navigator #nav li ul li:first-child {
  border-top: 0px none;
}
.navigator #nav li ul li:hover,
.navigator #nav li ul li.current_page_ancestor,
.navigator #nav li ul li.current_page_parent,
.navigator #nav li ul li.current_page_item {
  background-color: #cca776;
}
.navigator #nav ul ul {
  top: auto;
}
.navigator #nav li ul ul {
  left: 310px;
  margin: 0px;
  top: 0 !important;
}
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul {
  display: none;
}
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navigator #nav #menu-item-2131 .sub-menu {
    left: inherit;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  body.open-menu {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .page-inner-area {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .fader {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 120;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
  }
  .navigator .menu-main {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: auto !important;
    z-index: 100;
    margin: 0 -80% 0 0;
    display: block;
    width: 80% !important;
    overflow: auto;
    background: #0c4a7e !important;
    float: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    -moz-transform: translateZ(1px);
    -o-transform: translateZ(1px);
    -ms-transform: translateZ(1px);
  }
  .navigator .menu-main > #nav {
    display: block;
    float: none !important;
  }
  .navigator .menu-main > #nav > li {
    margin: 0;
    float: none;
    display: block;
    font-size: 15px;
    line-height: 19px;
    padding: 0;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left;
  }
  .navigator .menu-main > #nav > li > a {
    background-image: none;
    color: #d0e7fc;
    padding: 10px;
    line-height: 1;
    width: 100% !important;
  }
  .navigator .menu-main > #nav > li:hover > a,
  .navigator .menu-main > #nav > li.current-menu-ancestor > a,
  .navigator .menu-main > #nav > li.current-menu-parent > a,
  .navigator .menu-main > #nav > li.current-menu-item > a {
    background: #0a3c67;
    color: #fff;
  }
  .navigator .menu-main > #nav > li:first-child {
    width: auto;
  }
  .navigator .menu-main > #nav > li:first-child a {
    background-image: none;
    height: auto;
    float: none !important;
    width: auto !important;
    display: block;
    text-indent: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px;
  }
  .navigator .menu-main > #nav > li:first-child a:before,
  .navigator .menu-main > #nav > li:first-child a:after {
    display: none;
  }
  .navigator .menu-main > #nav > li ul {
    display: none;
    background: none;
    padding: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    opacity: 1;
    height: auto;
    overflow: visible;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    float: none !important;
  }
  .navigator .menu-main > #nav > li ul li {
    background: #0c4a7e;
    height: auto;
    font-size: 14px;
    line-height: 18px;
    float: none;
  }
  .navigator .menu-main > #nav > li ul li:hover {
    background: #0a3c67;
  }
  .navigator .menu-main > #nav > li ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .navigator .menu-main > #nav > li ul li ul {
    top: auto;
    left: auto;
    float: none !important;
  }
  .navigator .menu-main > #nav > li ul li a {
    background-image: none;
    height: auto;
    float: none !important;
    padding: 10px 10px 10px 15px;
    color: #d0e7fc;
    line-height: 1.2;
    width: auto !important;
  }
  .navigator .menu-main > #nav > li ul li a:before {
    display: none;
  }
  .navigator .menu-main > #nav > li ul li:hover > a,
  .navigator .menu-main > #nav > li ul li.current-menu-item > a {
    background: #0a3c67;
    color: #d0e7fc;
  }
  .navigator .menu-main .has-drop > a {
    position: relative;
  }
  .navigator .menu-main .has-drop > a .opener {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    width: 30px;
    position: absolute;
    z-index: 30;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
  }
  .navigator .menu-main .has-drop > a .opener:before {
    content: '';
    width: 6px;
    height: 10px;
    position: absolute;
    z-index: 20;
    background: url('../images/arrow-right-sm-blue-light.png') no-repeat;
    background-size: 6px 10px;
    top: 50%;
    left: 50%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: -5px 0 0 -3px;
  }
  .navigator .menu-main .has-drop.open > a .opener:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.actions {
  padding: 15px 0px;
  background: #fff;
}
.actions .col50 {
  text-align: center;
  padding: 0 5px 0 0;
}
.actions .col50 + .col50 {
  text-align: center;
  padding: 0 0 0 5px;
}
header {
  position: relative;
  background-position: 50% 64px;
  background-repeat: no-repeat;
  background-color: #314657;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 991px) {
  header {
    background-position: 21% 64px;
  }
}
@media screen and (max-width: 767px) {
  header {
    background-size: cover;
    background-position: 21% 0;
  }
}
header > img {
  position: absolute;
  display: none;
}
header h1,
header h2 {
  color: #fff;
  font-family: 'Voltaire';
  text-transform: uppercase;
  text-shadow: 1.4px 1.4px 0 rgba(0, 0, 0, 0.52);
  font-size: 65px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 10px;
}
header h1 span,
header h2 span {
  font-size: 65px;
  font-family: 'Voltaire';
  display: block;
  text-transform: normal;
}
.home header h1,
.home header h2 {
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
}
.home header h1 span,
.home header h2 span {
  font-size: 57px;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  header h1,
  header h2 {
    font-size: 54px;
    line-height: 1;
  }
  header h1 span,
  header h2 span {
    font-size: 47px;
  }
  header p {
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  header h1,
  header h2 {
    text-align: center;
    font-size: 35px;
    line-height: 1;
  }
  header h1 span,
  header h2 span {
    font-size: 28px;
  }
}
header p {
  margin: 0;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  text-shadow: 0.7px 0.7px 0 rgba(0, 0, 0, 0.52);
  text-align: center;
}
#welcome {
  height: 405px;
}
#welcome .container {
  height: 100%;
}
#welcome .row {
  height: 100%;
}
#welcome .content {
  position: relative;
  height: 100%;
}
#welcome .content img {
  position: absolute;
  right: 0;
  bottom: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home #welcome {
  height: 600px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home #welcome {
    height: inherit;
  }
}
.home #welcome .left {
  height: 100%;
  margin-right: 420px;
  padding-bottom: 190px;
}
@media screen and (max-width: 991px) {
  .home #welcome .left {
    margin-right: 0;
    padding-top: 406px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .home #welcome .left {
    padding-top: 0;
  }
}
.home #welcome .right {
  position: absolute;
  width: 400px;
  right: 0;
  z-index: 99;
  top: 40px;
}
@media screen and (max-width: 991px) {
  .home #welcome .right {
    position: relative;
    width: 100%;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .home #welcome .right {
    display: none;
  }
}
.home #welcome .popup-form {
  width: 400px;
  position: absolute;
  bottom: 47px;
  right: 0;
}
.home #welcome .popup-form .form-hidden {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.home #welcome .popup-form .form-hidden.show {
  height: 145px;
}
#welcome.type-3 {
  height: 410px;
}
#welcome.type-3 .left {
  height: 100%;
  margin-right: 420px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #welcome.type-3 .left {
    padding-bottom: 0;
    margin-right: 0px;
  }
}
#welcome.type-3 .left h2 {
  color: #fff;
  font-family: 'Arimo';
  text-transform: uppercase;
  text-shadow: 1.4px 1.4px 0 rgba(0, 0, 0, 0.52);
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}
#welcome.type-3 .left h2 span {
  font-size: 50px;
  font-family: 'Arimo';
  display: block;
}
@media screen and (max-width: 991px) {
  #welcome.type-3 .left h2 {
    font-size: 35px;
    line-height: 1;
  }
  #welcome.type-3 .left h2 span {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  #welcome.type-3 .left h2 {
    text-align: center;
    font-size: 25px;
    line-height: 1;
  }
  #welcome.type-3 .left h2 span {
    font-size: 23px;
  }
}
#welcome.type-3 .right {
  position: absolute;
  width: 400px;
  right: 0;
  z-index: 99;
  top: 40px;
}
@media screen and (max-width: 767px) {
  #welcome.type-3 .right {
    display: none;
  }
}
#welcome.type-3 .popup-form {
  width: 400px;
  position: absolute;
  bottom: 47px;
  right: 0;
}
#welcome.type-3 .popup-form .form-hidden {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
#welcome.type-3 .popup-form .form-hidden.show {
  height: 145px;
}
#welcome .inner {
  position: absolute;
  bottom: 42px;
  width: 100%;
}
.page-innerpage #welcome .inner img ~ p {
  padding-right: 270px;
}
.page-innerpage #welcome .inner img ~ h2 {
  padding-right: 270px;
}
@media screen and (max-width: 767px) {
  #welcome .inner {
    bottom: 20px;
    margin: 0;
    width: 100%;
  }
}
#welcome.type-2 .content {
  position: relative;
  height: 100%;
}
#welcome.type-2 .content img {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#welcome.type-2 .inner {
  position: absolute;
  bottom: 65px;
  width: 100%;
}
#welcome.type-2 .inner img ~ p {
  padding-right: 0px;
}
#welcome.type-2 .inner img ~ h2 {
  padding-right: 0px;
}
#welcome.type-2 .inner h2 {
  font-size: 72px;
}
@media screen and (max-width: 767px) {
  #welcome.type-2 .inner h2 {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  #welcome.type-2 .inner {
    bottom: 20px;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #welcome {
    min-height: 0;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  #welcome {
    height: 240px !important;
    background: url('../images/shadow-home.png') repeat-x left bottom;
  }
}
#quote-top {
  background-color: #96b7be;
  padding: 40px 0;
  margin-top: -182px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #quote-top {
    display: none;
  }
}
#quote-top p {
  max-width: 600px;
  font-family: 'Arimo';
  line-height: 34px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0;
}
#quote-top p i {
  display: block;
  color: #fff;
  font-size: 19px;
  font-family: 'Arimo';
  font-style: italic;
}
@media screen and (max-width: 1199px) {
  #quote-top p {
    max-width: 570px;
  }
}
@media screen and (max-width: 991px) {
  #quote-top p {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  #quote-top {
    margin-top: 0;
  }
}
#we-believe {
  background: #cca776;
  overflow: hidden;
}
#we-believe .row {
  padding: 32px 0;
}
#we-believe .row p {
  margin-bottom: 10px;
}
#we-believe .left .inner {
  padding: 40px 50px 35px 0;
}
@media screen and (max-width: 991px) {
  #we-believe .left .inner {
    padding: 40px 30px;
  }
}
#we-believe .left .inner .btn-video-item {
  float: left;
  margin: 0 30px 20px 0;
  max-width: 241px;
  top: 10px;
}
#we-believe .left .inner h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 28px 0;
}
@media screen and (max-width: 767px) {
  #we-believe .left .inner h2 {
    font-size: 33px;
    line-height: 1;
  }
}
#we-believe .left .inner p {
  color: #fff;
  line-height: 1.5;
}
#we-believe .left:before {
  z-index: -1;
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  left: -1000px;
  bottom: 0;
  background: #e1eaf1;
  background: rgba(255, 255, 255, 0.72);
}
@media screen and (max-width: 1199px) {
  #we-believe .left {
    max-width: 570px;
  }
}
@media screen and (max-width: 991px) {
  #we-believe .left {
    max-width: 100%;
    float: none;
  }
  #we-believe .left:before {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  #we-believe .right {
    max-width: 368px;
  }
}
@media screen and (max-width: 991px) {
  #we-believe .right {
    max-width: 100%;
    float: none;
  }
}
#we-believe .right .inner {
  background: #fff;
  border: 3px solid #314657;
  margin: 40px 0 0 30px;
  padding: 30px 20px;
}
@media screen and (max-width: 991px) {
  #we-believe .right .inner {
    position: static;
    padding: 40px 30px;
  }
}
#we-believe .right .inner ul,
#community .content ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#we-believe .right .inner ul li,
#community .content ul li {
  background: url('../images/arrow-right-circle-fill.png');
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 30px;
  margin-bottom: 15px;
  color: #76787b;
}
#we-believe .right .inner ul li:last-child {
  margin-bottom: 0px;
}
#we-believe .right .inner h2 {
  color: #314657;
  text-align: center;
}
#we-believe .right .inner p {
  color: #fff;
  font-family: 'Arimo';
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 2px 2.2px 7px rgba(0, 0, 0, 0.35);
  margin-bottom: 30px;
  line-height: 1;
}
#we-believe .right .inner p i {
  font-weight: 400;
  color: #fff;
  font-family: 'Arimo';
  font-style: normal;
  text-shadow: 2px 2.2px 7px rgba(0, 0, 0, 0.35);
  font-size: 34px;
  text-transform: none;
}
#we-believe .right .inner p b {
  font-weight: 400;
  display: block;
  font-size: 39px;
  color: #fff;
  font-family: 'Arimo';
  text-shadow: 2px 2.2px 7px rgba(0, 0, 0, 0.35);
}
#how-help {
  border-top: 3px solid #fff;
  background-image: url('../images/gb-wave-too.png');
  background-color: #fff;
  padding: 65px 0 65px;
}
@media screen and (max-width: 767px) {
  #how-help {
    padding: 30px 0 30px;
  }
  #how-help .container {
    padding: 0;
  }
  #how-help .row-1,
  #how-help .row-3,
  #how-help .row-4 {
    padding: 0 10px;
  }
}
#how-help h2 {
  color: #586a7a;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 55px;
  text-align: center;
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
#how-help h2:before {
  background: #ddc6aa;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 400%;
  right: 100%;
}
#how-help h2:after {
  background: #ddc6aa;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 400%;
  left: 100%;
}
@media screen and (max-width: 767px) {
  #how-help h2 {
    font-size: 56px;
    margin-bottom: 20px;
    line-height: 1;
  }
}
#how-help .row-1 {
  margin-bottom: 70px;
}
#how-help .row-1 .col.left p {
  text-align: justify;
  line-height: 32px;
}
#how-help .row-1 .col.right {
  float: right;
  width: 470px;
  padding-left: 30px;
  margin-top: 16px;
}
@media screen and (max-width: 1199px) {
  #how-help .row-1 .col.right {
    width: 368px;
  }
}
#how-help .row-1 .col.right label {
  color: #6fa093;
  display: block;
  font-size: 27px;
  line-height: 40px;
  font-family: 'Voltaire';
  padding-bottom: 5px;
}
@media screen and (max-width: 991px) {
  #how-help .row-1 .col {
    float: none !important;
    width: 100% !important;
  }
}
#how-help .row-2 {
  margin: 0 -1.5% 40px -1.5%;
  overflow: hidden;
}
#how-help .row-2 .col {
  margin: 0 1.5%;
  width: 30.33%;
  float: left;
}
@media screen and (max-width: 767px) {
  #how-help .row-2 .col {
    width: 97%;
    float: none;
  }
}
#how-help .row-2 .col .item header {
  padding: 32px 0;
  text-align: center;
  background-size: cover;
  background-position: 50% 0;
}
#how-help .row-2 .col .item header label,
#areas-main .placeholder .col .item header label {
  color: #fff;
  font-family: 'Voltaire';
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
#how-help .row-2 .col .item header .ico {
  text-align: center;
  height: 96px;
}
#how-help .row-2 .col .item header .ico img {
  max-width: 100%;
}
#how-help .row-2 .col:first-of-type .item header .ico img,
#how-help .row-2 .col:last-of-type .item header .ico img {
  margin-top: 16px;
}
#how-help .row-2 .col .item .content {
  padding: 22px 20px;
  text-align: center;
  background: #fff;
}
#how-help .row-2 .col .item .content p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}
#how-help .row-2 .col .item .content a,
#areas-main .placeholder .col .item .content > a {
  display: inline-block;
  color: #4b4b4b;
  font-family: 'Voltaire';
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 20px;
  background: url('../images/arrow-more.png') no-repeat 100% 50%;
}
#how-help .row-3 {
  text-align: center;
  margin-bottom: 55px;
}
#how-help .row-4 {
  text-align: center;
}
#how-help .row-4 p {
  font-size: 23px;
  font-family: 'Arimo';
  color: #314657;
}
#how-help .row-4 p b {
  font-family: 'Arimo';
  font-weight: 400;
}
#how-help .row-4 p i {
  font-family: 'Arimo';
  color: #a01a1a;
  font-weight: 400;
  font-style: normal;
}
#how-help .row-4 p a {
  font-weight: 400;
  color: #6fa093;
  font-family: 'Arimo';
  text-decoration: underline;
}
#how-help .row-4 p a:last-of-type {
  text-decoration: none;
  font-weight: 700;
}
#how-help .row-4 p a:hover {
  text-decoration: none;
}
#awards {
  background-color: #fff;
  padding: 20px 0 35px 0;
}
#awards h2 {
  color: #314657;
  font-family: 'Voltaire';
  font-size: 35px;
  margin-bottom: 20px;
  text-align: center;
}
#awards .slider-wrapper {
  padding: 38px 0 0;
}
#awards ul {
  padding: 0;
  list-style: none;
}
#awards .slider li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
}
#awards .slider a {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
#awards .slider img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
#awards .owl-carousel .owl-item {
  float: none;
  display: inline-block;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}
#awards .owl-prev {
  background: url('../images/arrow-prev.png') no-repeat 50% 50%;
  height: 30px;
  left: -15px;
  position: absolute;
  text-indent: -99999px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
}
@media screen and (max-width: 991px) {
  #awards .owl-prev {
    left: 5px;
  }
}
#awards .owl-next {
  background: url('../images/arrow-next.png') no-repeat 50% 50%;
  height: 30px;
  position: absolute;
  right: -15px;
  text-indent: -99999px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
}
@media screen and (max-width: 991px) {
  #awards .owl-next {
    right: 5px;
  }
}
#home-team {
  padding: 60px 0 10px 0;
  background-color: #86aab2;
}
.page-template-page-about #home-team {
  margin-bottom: 40px;
}
#home-team h2 {
  color: #314657;
  font-family: 'Voltaire';
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #home-team h2 {
    font-size: 45px;
    line-height: 1;
  }
}
#home-team h3 {
  text-align: center;
  color: #fff;
  font-family: 'Arimo';
  font-size: 39px;
  line-height: 1;
  padding: 0;
  margin-bottom: 45px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #home-team h3 {
    font-size: 30px;
    line-height: 1;
  }
}
#home-team h4 {
  font-family: 'Arimo';
  font-size: 32px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 400;
  color: #fff;
}
#home-team p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: justify;
  line-height: 33px;
}
#home-team .left {
  width: 700px;
  float: left;
}
@media screen and (max-width: 1199px) {
  #home-team .left {
    width: 570px;
  }
}
@media screen and (max-width: 991px) {
  #home-team .left {
    width: 100%;
    float: none;
  }
}
#home-team .right {
  width: 400px;
  float: right;
}
@media screen and (max-width: 1199px) {
  #home-team .right {
    width: 368px;
  }
}
@media screen and (max-width: 991px) {
  #home-team .right {
    width: 100%;
    float: none;
  }
}
#home-team ul {
  margin-bottom: 60px;
  list-style: none;
  padding: 0;
}
#home-team ul li {
  color: #000;
  background: rgba(0, 0, 0, 0) url('../images/arrow-right-circle-fill-dark.png')
    no-repeat scroll 0px 10px;
  padding-left: 30px;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  #home-team ul li {
    background: rgba(0, 0, 0, 0)
      url('../images/arrow-right-circle-fill-dark.png') no-repeat scroll 0px 5px;
  }
}
#home-team .block-quote {
  margin-bottom: 30px;
}
#home-team .block-quote p {
  font-style: italic;
  font-weight: 400;
  font-family: 'Arimo';
  line-height: 30px;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #home-team .block-quote p {
    font-size: 19px;
    line-height: 1;
  }
}
#home-team .block-quote i {
  display: block;
  font-family: 'Arimo';
  color: #f8f0dc;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  text-transform: uppercase;
}
#home-team .row-meet h2 {
  text-align: left;
  line-height: 1;
  padding: 0;
  margin-bottom: 30px;
  font-weight: 400;
}
#home-team .row-meet ul {
  overflow: hidden;
  margin: 0 -1.5%;
  list-style: none;
  padding: 0;
}
#home-team .row-meet ul li {
  background: none;
  padding-left: 0;
  margin: 0 1.5% 35px 1.5%;
}
#home-team .row-meet ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: center;
}
#home-team .row-meet ul li a figcaption {
  color: #fff;
  font-family: 'Arimo';
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}
#home-team .row-meet ul li a figcaption span {
  display: block;
  font-family: 'Arimo';
  font-size: 29px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 10px;
}
#home-team .row-meet ul li a:hover,
#home-team .row-meet ul li a:focus,
#home-team .row-meet ul li a:visited {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#home-team .row-5 {
  padding-top: 70px;
}
#home-team .row-5 p {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-family: 'Arimo';
  margin-bottom: 30px;
}
#home-team .row-5 p b {
  font-family: 'Arimo';
  font-weight: 400;
}
#home-team .row-5 p i {
  font-family: 'Arimo';
  color: #d7eafa;
  font-weight: 400;
  font-style: normal;
}
#home-team .row-5 p a {
  color: #314657;
  text-decoration: underline;
}
#home-team .row-5 p a:first-of-type {
  text-decoration: none;
  font-weight: 700;
}
#community {
  padding: 30px 0;
  background-size: cover;
  overflow: hidden;
}
#community .content {
  padding: 50px 0 60px 65px;
  position: relative;
  float: right;
  max-width: 900px;
  z-index: 2;
}
#community .content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: -200%;
  bottom: 0;
  background: #e1eaf1;
  background: rgba(255, 255, 255, 0.72);
  z-index: -1;
}
#community .content h2 {
  color: #314657;
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1;
}
#community .content p {
  color: #000;
  font-size: 21px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: justify;
}
#community .content a {
  display: inline-block;
  color: #4b4b4b;
  font-family: 'Arimo';
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 20px;
  background: url('../images/arrow-more.png') no-repeat 100% 50%;
}
@media screen and (max-width: 991px) {
  #community .content {
    background: #e1eaf1;
    background: rgba(255, 255, 255, 0.72);
    padding: 20px 30px;
  }
  #community .content:before {
    content: none;
  }
}
#sub-contacts {
  background: url('../images/gb-wave-too.png') repeat;
  border-top: 1px solid #d9d9d9;
  padding: 55px 0 64px;
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.14);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 991px) {
  #sub-contacts {
    padding: 30px 0 20px;
  }
}
#sub-contacts .col {
  width: 33.3%;
  float: left;
}
@media screen and (max-width: 991px) {
  #sub-contacts .col {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
#sub-contacts .col a {
  max-width: 100%;
}
#sub-contacts .col a img {
  max-width: 100%;
}
.socials {
  width: 100%;
  text-align: center;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .socials {
    padding-top: 0;
  }
}
.socials a {
  display: inline-block;
  margin: 0 5px;
}
.socials a span {
  display: block;
  width: 32px;
  height: 32px;
}
.socials a.soc-fb span {
  background: url('../images/soc-fb.png') no-repeat 50% 50%;
}
.socials a.soc-gp span {
  background: url('../images/soc-gp.png') no-repeat 50% 50%;
}
.socials a.soc-in span {
  background: url('../images/soc-in.png') no-repeat 50% 50%;
}
.socials a.soc-tw span {
  background: url('../images/soc-tw.png') no-repeat 50% 50%;
}
.socials a.soc-yt span {
  background: url('../images/soc-yt.png') no-repeat 50% 50%;
}
.socials a.soc-rss span {
  background: url('../images/soc-rss.png') no-repeat 50% 50%;
}
@media screen and (max-width: 767px) {
  .social .fa {
    top: 4px;
  }
}
.fa {
  position: relative;
}
.fa-linkedin {
  top: -2px;
}
.fa-youtube {
  top: -1px;
}
#contacts {
  position: relative;
  padding: 60px 0 55px;
}
#contacts .map-home {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#contacts h2 {
  position: absolute;
  top: -27px;
  left: 50%;
  margin-left: -185px;
  width: 370px;
  padding: 17px 0 15px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  color: #0c4a7e;
  font-family: 'Arimo';
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  display: none;
}
#contacts .accordion-contacts {
  max-width: 300px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  #contacts .accordion-contacts {
    margin: 0 auto 80px;
  }
}
#contacts address {
  margin-bottom: 0;
}
footer .navigation {
  background: #86aab2;
  padding: 24px 0 20px;
  border-bottom: 1px solid #ededed;
}
footer .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .navigation ul:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  footer .navigation ul {
    margin: 0 auto;
    max-width: 160px;
  }
}
footer .navigation li {
  float: left;
  margin: 0 28px;
}
@media screen and (max-width: 1199px) {
  footer .navigation li {
    margin: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  footer .navigation li {
    margin: 0 6px;
  }
}
@media screen and (max-width: 767px) {
  footer .navigation li {
    float: none;
    text-align: center;
    border-top: 1px solid #314657;
    width: 100%;
  }
  footer .navigation li:first-child {
    border-top: 0px none;
  }
}
footer .navigation li a {
  color: #fff;
  font-family: 'Arimo';
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  footer .navigation li a {
    line-height: 52px;
    text-align: center;
    width: 100%;
  }
}
footer .navigation li a:hover {
  color: #fff;
}
footer .copyright {
  background: #fff;
  padding: 25px 0;
}
footer .copyright p {
  color: #a2a2a2;
  font-family: 'Arimo';
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0px;
  line-height: 12px;
}
footer .copyright a.stamp {
  padding-left: 28px;
  background: url('../images/logo-consultwebs.png') no-repeat left 50%;
  line-height: 20px;
  color: #a2a2a2;
  font-family: 'Arimo';
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  footer .copyright {
    text-align: center;
  }
  footer .copyright .pull-right {
    float: none !important;
  }
  footer .copyright .pull-left {
    text-align: center;
    margin-bottom: 20px;
    float: none !important;
  }
  footer .copyright a.stamp {
    padding-left: 0;
    padding-top: 30px;
    background: url('../images/logo-consultwebs.png') no-repeat 50% top;
  }
}
footer .disclaimer {
  margin-top: 35px;
  color: #a2a2a2;
  font-size: 10px;
}
footer .disclaimer p {
  margin-bottom: 15px;
  font-size: 10px;
}
#wrapper {
  overflow: hidden;
}
#breadcrumbs {
  width: 100%;
  margin-bottom: 45px;
  height: 59px;
  background-color: #f1f1f1;
  -moz-box-shadow: inset 0 -14px 18px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -14px 18px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -14px 18px rgba(0, 0, 0, 0.05);
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  list-style: outside none none;
  margin-bottom: 0px;
  height: auto;
  padding: 0 450px 0 0;
}
@media screen and (max-width: 1200px) {
  .breadcrumb {
    padding: 0px;
  }
}
.breadcrumb ul {
  padding: 10px 0 12px 10px;
  margin: 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.breadcrumb a {
  vertical-align: middle;
  padding: 0 17px 0 0;
  font-size: 16px;
  line-height: 1;
  font-family: 'Arimo';
  margin-right: 11px;
  text-decoration: none;
  background: url('../images/ico-breadcrumbs.png') no-repeat scroll right 50%;
  display: inline-block;
  color: #314657;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  padding: 0;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-family: 'Arimo';
  color: #6fa093;
  line-height: 1;
  margin-right: 5px;
  text-decoration: none;
}
.content-wrapper.border-bottom {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .content-wrapper.border-bottom {
    margin-bottom: 35px;
  }
}
.content-wrapper.col-50 {
  overflow: hidden;
}
.content-wrapper.col-50 .row {
  overflow: hidden;
  margin: 0 -3%;
}
.content-wrapper.col-50 .row .col {
  margin: 0 3%;
  width: 44%;
  float: left;
}
@media screen and (max-width: 767px) {
  .content-wrapper.col-50 .row .col {
    float: none;
    width: 94%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content-wrapper.col-50 .row .col p {
  color: #000;
  margin-bottom: 30px;
  line-height: 26px;
  text-align: justify;
  max-width: 700px;
  font-size: 16px;
  font-weight: 300;
}
.content-wrapper.col-50 .row .col p a {
  text-decoration: underline;
}
.content-wrapper.col-50 .row .col p a:hover,
.content-wrapper.col-50 .row .col p a:visited,
.content-wrapper.col-50 .row .col p a:focus {
  text-decoration: none;
  color: #1b79b1;
}
.content-wrapper article {
  width: 700px;
  padding-left: 10px;
  position: relative;
  float: left;
}
@media screen and (max-width: 1199px) {
  .content-wrapper article {
    width: 560px;
  }
}
@media screen and (max-width: 991px) {
  .content-wrapper article {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .content-wrapper article {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content-wrapper article img {
  max-width: 100%;
}
.content-wrapper article img.img-full {
  max-width: 100%;
  display: block;
  margin-bottom: 25px;
}
.content-wrapper article img.image {
  position: relative;
  overflow: hidden;
}
.content-wrapper article img.image.left {
  margin: 0 30px 25px 0;
  float: left;
  top: 8px;
}
@media screen and (max-width: 479px) {
  .content-wrapper article img.image.left {
    display: block;
    margin: 0 auto 15px;
    float: none;
    top: 0;
  }
}
.content-wrapper article img.image.right {
  margin: 0 0 30px 30px;
  float: right;
  top: 8px;
}
@media screen and (max-width: 479px) {
  .content-wrapper article img.image.right {
    display: block;
    max-width: 47%;
    margin: 0 0 6% 6%;
  }
}
@media screen and (max-width: 767px) {
  .content-wrapper article img.image.mini {
    max-width: 90px;
  }
}
.content-wrapper article ol {
  list-style: none;
  padding: 10px 0 0 0;
  margin-bottom: 35px;
}
.content-wrapper article ol li {
  counter-increment: step-counter;
  position: relative;
  text-align: justify;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 13px;
  padding-left: 60px;
}
.content-wrapper article ol li::before {
  content: counter(step-counter);
  color: #fff;
  font-size: 13px;
  font-family: 'Arimo';
  font-weight: 400;
  background-color: #0f5a88;
  border-radius: 999px;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  line-height: 23px;
  position: absolute;
  left: 25px;
  top: 6px;
}
.content-wrapper article ul {
  list-style: none;
  padding: 12px 0 0 0;
  margin-bottom: 35px;
}
.content-wrapper article ul li {
  background: rgba(0, 0, 0, 0) url('../images/arrow-right-circle-blue.png')
    no-repeat scroll 25px 5px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 60px;
}
@media screen and (max-width: 991px) {
  .content-wrapper article ul li {
    margin-bottom: 5px;
  }
}
.content-wrapper article ul.list-col-2x:after {
  content: '';
  display: block;
  clear: both;
}
.content-wrapper article ul.list-col-2x li {
  width: 45%;
  float: left;
}
@media screen and (max-width: 991px) {
  .content-wrapper article ul.list-col-2x li {
    float: none;
    width: 90%;
  }
}
.content-wrapper aside {
  width: 400px;
  position: relative;
  float: right;
}
@media screen and (max-width: 1199px) {
  .content-wrapper aside {
    width: 380px;
  }
}
@media screen and (max-width: 991px) {
  .content-wrapper aside {
    width: 100%;
    float: none;
  }
}
.content-wrapper.wide article {
  width: 770px;
  padding-left: 10px;
  position: relative;
  float: left;
}
@media screen and (max-width: 1199px) {
  .content-wrapper.wide article {
    width: 590px;
  }
}
@media screen and (max-width: 991px) {
  .content-wrapper.wide article {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .content-wrapper.wide article {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content-wrapper.wide aside {
  width: 370px;
  position: relative;
  float: right;
}
@media screen and (max-width: 1199px) {
  .content-wrapper.wide aside {
    width: 350px;
  }
}
@media screen and (max-width: 991px) {
  .content-wrapper.wide aside {
    width: 100%;
    float: none;
  }
}
article:after {
  content: '';
  display: block;
  clear: both;
}
article h1 {
  color: #314657;
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 37px;
  line-height: 1em;
  letter-spacing: 0px;
  text-transform: uppercase;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}
article h1 span {
  display: block;
  color: #314657;
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  article h1 {
    font-size: 30px;
  }
}
article h2 {
  color: #314657;
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 12px;
  line-height: 1;
}
article h3 {
  color: #314657;
  margin: 0 0 5px;
  line-height: 1;
  font-size: 27px;
  font-weight: 300;
}
article p {
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: justify;
}
@media screen and (min-width: 992px) {
  article p {
    max-width: 700px;
  }
}
.wide article p {
  max-width: 770px;
}
article p a {
  text-decoration: underline;
}
article p a:hover,
article p a:visited,
article p a:focus {
  text-decoration: none;
  color: #1b79b1;
}
article p.size-big {
  font-size: 20px;
  line-height: 30px;
}
article .side-address {
  margin-bottom: 40px;
  position: relative;
  overflow: visible;
}
article .side-address .address-holder {
  position: relative;
}
article .side-address .share {
  padding: 10px 0 0 10px;
  margin-bottom: 17px;
}
article .side-address .share .plugin-share {
  float: left;
  max-width: 100%;
}
article .side-address .share .plugin-share img {
  max-width: 100%;
  display: block;
}
article .side-address .share p {
  float: left;
  color: #5e5e5e;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 5px 20px 0 0;
}
article .side-address .address {
  background: #fafafa;
  padding-right: 40%;
}
@media screen and (max-width: 767px) {
  article .side-address .address {
    padding-right: 0;
  }
}
article .side-address address {
  position: relative;
  padding: 18px 30px 22px;
  background: #f2f2f2;
  margin: 0;
}
article .side-address address p {
  font-family: 'Roboto Condensed';
  color: #314657;
  font-size: 18px;
  line-height: 1.16;
  margin-bottom: 0;
  font-weight: 400;
}
article .side-address address p b {
  font-family: 'Arimo';
  font-weight: 400;
}
article .side-address address .buttons {
  padding-top: 20px;
  text-align: left;
}
article .side-address address .buttons:after {
  content: '';
  display: block;
  clear: both;
}
article .side-address address .buttons .but-directions {
  display: inline-block;
  color: #0c4a7e;
  font-family: 'Arimo';
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  height: 36px;
  line-height: 36px;
  padding: 0 15px 0 40px;
  background: url('../images/ico-pointer-2.png') no-repeat 15px 50% #fff;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
}
article .side-address address .buttons .but-directions:hover,
article .side-address address .buttons .but-directions:focus {
  background-color: #e6e6e6;
  text-decoration: none;
}
article .side-address address .buttons .but-hours {
  display: inline-block;
  color: #0c4a7e;
  font-family: 'Arimo';
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  height: 36px;
  margin: 0 5px;
  line-height: 36px;
  padding: 0 15px 0 40px;
  background: url('../images/ico-time.png') no-repeat 12px 50% #fff;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
}
article .side-address address .buttons .but-hours:hover,
article .side-address address .buttons .but-hours:focus {
  background-color: #e6e6e6;
  text-decoration: none;
}
article .side-address h3 {
  font-weight: 400;
  line-height: 1;
  padding: 12px 10px 10px 30px;
  margin-bottom: 0px;
  text-transform: none;
  color: #314657;
  font-size: 32px;
}
article .side-address h4 {
  color: #314657;
  font-family: 'Roboto Condensed';
  font-size: 18px;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 5px;
  text-align: left;
}
article .side-address h5 {
  color: #fff;
  font-family: 'Arimo';
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  width: 100%;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
article .side-address .map-holder {
  position: absolute;
  width: 40%;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  article .side-address .map-holder {
    position: static;
    width: 100%;
    height: 120px;
  }
}
article .side-address .map-holder .map {
  width: 100%;
  height: 100%;
}
article .side-address .popup-hours {
  position: absolute;
  background-color: #0c4a7e;
  padding: 30px;
  left: 0;
  right: 0;
  display: none;
  opacity: 0;
  z-index: 98;
  transition: opacity 1s ease;
}
article .side-address .popup-hours.visible {
  display: block;
  opacity: 1;
}
article .side-address .popup-hours p {
  color: #fff !important;
  margin-bottom: 0 !important;
  font-size: 16px;
}
article .side-address .popup-hours ul {
  list-style: none;
  padding: 0;
}
article .side-address .popup-hours li {
  border-bottom: 1px solid #31628c;
  padding: 0 0 10px 0 !important;
  margin: 0 0 10px 0 !important;
  background: none !important;
  font-size: 16px;
  line-height: 1.16;
  font-weight: 400;
  color: #fff;
}
article .side-address .popup-hours li span {
  float: left;
  display: inline-block;
  font-weight: 400;
}
article .side-address .popup-hours li b {
  float: right;
  display: inline-block;
  font-weight: 700;
}
article .side-address .popup-hours .popup-arrow {
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #0c4a7e transparent transparent transparent;
}
.row > .article {
  padding: 0 15px 0 0;
}
.row > .article + .article {
  padding: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  aside {
    padding-left: 10px;
    padding-right: 10px;
  }
}
aside img {
  max-width: 100%;
}
aside h2 {
  color: #0c4a7e;
  font-family: 'Arimo';
  font-size: 23px;
  font-weight: 600;
  text-shadow: 0.7px 0.7px 0 rgba(255, 255, 255, 0.63);
}
aside h2 span {
  display: block;
}
aside .block {
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  aside .block {
    margin-bottom: 40px;
  }
}
aside .block h3 {
  margin: 0 0 25px 0;
  color: #6fa093;
  font-size: 33px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  aside .block h3 {
    font-size: 24px;
  }
}
aside .block p {
  color: #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
}
aside .block.block-cred {
  padding-top: 55px;
  margin-bottom: 95px;
}
@media screen and (max-width: 991px) {
  aside .block.block-cred {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  aside .block.block-cred {
    padding-top: 0;
  }
}
aside .block.block-where-begin {
  padding: 0 20px;
}
aside .block.block-where-begin h3 {
  color: #000101;
  font-family: 'Roboto Condensed';
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 5px 0;
}
aside .block.block-where-begin p {
  text-align: center;
  color: #000;
  font-family: 'Roboto Condensed';
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.6;
}
aside .block.block-where-begin .buttons {
  text-align: center;
}
@media screen and (max-width: 767px) {
  aside .block.block-where-begin .but:first-of-type {
    margin-bottom: 20px;
  }
}
aside .block.block-other-areas {
  background-color: #f7f7f7;
  padding: 30px 27px;
}
aside .block.block-other-areas h3 {
  font-family: 'Arimo';
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}
aside .block.block-other-areas ul {
  padding: 0;
  list-style: none;
}
aside .block.block-other-areas ul li {
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}
aside .block.block-other-areas ul li:first-child {
  border-top: 1px solid #d9d9d9;
}
aside .block.block-other-areas ul li a {
  padding-left: 50px;
  line-height: 36px;
  color: #000;
  background: no-repeat 0 50%;
}
aside .block.block-other-areas ul li a:hover,
aside .block.block-other-areas ul li a:focus {
  color: #000;
  text-decoration: underline;
}
aside .block.useful-links .block-body {
  padding: 28px 28px 15px 28px;
  background-color: #eee;
}
aside .block.useful-links ul {
  list-style: none;
  padding: 0;
}
aside .block.useful-links ul li {
  margin-bottom: 13px;
  width: 100%;
}
aside .block.useful-links ul li a {
  background: #fafafa url('../images/arrow-right-gray-md.png') no-repeat scroll
    95% 50%;
  background-color: rgba(255, 255, 255, 0.7);
  color: #314657;
  font-size: 18px;
  font-weight: 400;
  display: block;
  text-decoration: none;
  line-height: 1.2;
  padding: 17px 35px 18px 25px;
  transition: background-color 0.5s ease;
  font-family: 'Voltaire';
}
aside .block.useful-links ul li a:hover {
  background-color: #fff;
}
aside .block.widget_categories {
  padding: 28px 28px 15px 28px;
  background-color: #eee;
}
aside .block.widget_categories ul {
  list-style: none;
  padding: 0;
}
aside .block.widget_categories ul li {
  margin-bottom: 13px;
  width: 100%;
}
aside .block.widget_categories ul li a {
  background: #fafafa url('../images/arrow-right-gray-md.png') no-repeat scroll
    95% 50%;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 20px;
  font-weight: 400;
  display: block;
  text-decoration: none;
  line-height: 1.2;
  padding: 17px 35px 18px 25px;
  transition: background-color 0.5s ease;
}
aside .block.widget_categories ul li a:hover {
  background-color: #fff;
}
aside .block.widget_nav_menu {
  padding: 28px 28px 15px 28px;
  background-color: #eee;
}
aside .block.widget_nav_menu ul {
  list-style: none;
  padding: 0;
}
aside .block.widget_nav_menu ul li {
  margin-bottom: 13px;
  width: 100%;
}
aside .block.widget_nav_menu ul li a {
  background: #fafafa url('../images/arrow-right-gray-md.png') no-repeat scroll
    95% 50%;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 20px;
  font-weight: 400;
  display: block;
  text-decoration: none;
  line-height: 1.2;
  padding: 17px 35px 18px 25px;
  transition: background-color 0.5s ease;
}
aside .block.widget_nav_menu ul li a:hover {
  background-color: #fff;
}
aside .block.side-address {
  margin-top: 120px;
  margin-bottom: 40px;
  position: relative;
  overflow: visible;
  background-color: #f2f2f2;
}
@media screen and (max-width: 991px) {
  aside .block.side-address {
    margin-top: 0px;
  }
}
aside .block.side-address + .side-address {
  margin-top: 0;
}
aside .block.side-address h3 {
  font-weight: 400;
  background-color: #fafafa;
  line-height: 1;
  padding: 12px 10px 7px 10px;
  text-align: center;
  margin-bottom: 0px;
  text-transform: none;
  color: #0c4a7e;
  font-family: 'Arimo';
  font-size: 32px;
}
aside .block.side-address h4 {
  color: #000;
  font-family: 'Arimo';
  font-size: 21px;
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 5px;
  text-align: center;
}
aside .block.side-address .address-holder {
  position: relative;
}
aside .block.side-address .map {
  margin: 0 auto;
  height: 115px;
  overflow: hidden;
}
aside .block.side-address .address {
  text-align: center;
  padding-bottom: 20px;
}
aside .block.side-address .address .but-directions {
  display: inline-block;
  color: #0c4a7e;
  font-family: 'Arimo';
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  height: 36px;
  line-height: 36px;
  padding: 0 15px 0 40px;
  background: url('../images/ico-pointer-2.png') no-repeat 15px 50% #fff;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
}
aside .block.side-address .address .but-directions:hover,
aside .block.side-address .address .but-directions:focus {
  background-color: #e6e6e6;
  text-decoration: none;
}
aside .block.side-address .address .but-hours {
  display: inline-block;
  color: #0c4a7e;
  font-family: 'Arimo';
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  height: 36px;
  margin: 0 5px;
  line-height: 36px;
  padding: 0 15px 0 40px;
  background: url('../images/ico-time.png') no-repeat 12px 50% #fff;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
}
aside .block.side-address .address .but-hours:hover,
aside .block.side-address .address .but-hours:focus {
  background-color: #e6e6e6;
  text-decoration: none;
}
aside .block.side-address address {
  position: relative;
  padding: 18px 30px 20px;
  margin: 0;
  text-align: center;
}
aside .block.side-address address p {
  font-family: 'Arimo';
  color: #000;
  font-size: 20px;
  line-height: 1.16;
  margin-bottom: 0;
  font-weight: 400;
}
aside .block.side-address address p b {
  font-family: 'Arimo';
  font-weight: 400;
}
aside .block.side-address h5 {
  color: #fff;
  font-family: 'Arimo';
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  width: 100%;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
aside .block.side-address .popup-hours {
  position: absolute;
  background-color: #0c4a7e;
  padding: 30px;
  left: 0;
  right: 0;
  display: none;
  opacity: 0;
  transition: opacity 1s ease;
}
aside .block.side-address .popup-hours.visible {
  display: block;
  opacity: 1;
}
aside .block.side-address .popup-hours p {
  color: #fff !important;
  margin-bottom: 0 !important;
  font-size: 16px;
}
aside .block.side-address .popup-hours ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}
aside .block.side-address .popup-hours li {
  border-bottom: 1px solid #31628c;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.16;
  font-weight: 400;
  color: #fff;
}
aside .block.side-address .popup-hours li span {
  float: left;
  display: inline-block;
  font-weight: 400;
}
aside .block.side-address .popup-hours li b {
  float: right;
  display: inline-block;
  font-weight: 700;
}
aside .block.side-address .popup-hours .popup-arrow {
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #0c4a7e transparent transparent transparent;
}
aside .block.meet-attoneys {
  overflow: hidden;
}
aside .block.meet-attoneys .block-body {
  background-color: #163a58;
  padding: 24px 27px 0 27px;
  overflow: hidden;
  margin: 0 -1.5%;
}
aside .block.meet-attoneys .attorney-item {
  position: relative;
  width: 47%;
  margin: 0 1.5% 10px 1.5%;
  float: left;
  max-width: 350px;
}
@media screen and (max-width: 991px) {
  aside .block.meet-attoneys .attorney-item {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  aside .block.meet-attoneys .attorney-item {
    width: 47%;
  }
}
@media screen and (max-width: 479px) {
  aside .block.meet-attoneys .attorney-item {
    width: 97%;
    float: none;
    margin: 0 auto;
  }
}
aside .block.meet-attoneys .attorney-item img {
  width: 100%;
  height: 100%;
  display: block;
  border: 3px solid #fff;
}
aside .block.meet-attoneys .attorney-item a span {
  color: #fff;
  font-family: 'Arimo';
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 7px;
  display: block;
}
aside .block.meet-attoneys .attorney-item a:hover {
  text-decoration: none;
}
aside .block.meet-attoneys .attorney-item a:hover span {
  text-decoration: none;
}
aside .block.block-quotes {
  margin-bottom: 75px;
}
@media screen and (max-width: 991px) {
  aside .block.block-quotes {
    margin-bottom: 20px;
  }
}
aside .block.block-quotes .inner {
  background-color: #eee;
  padding: 35px 46px 29px 38px;
  margin-bottom: 30px;
}
aside .block.block-quotes p {
  text-align: justify;
  margin-bottom: 4px;
  font-family: 'Arimo';
  font-size: 26px;
  color: #0c4a7e;
  font-weight: 400;
  line-height: 1.3;
}
aside .block.block-quotes i {
  display: block;
  font-weight: 400;
  font-size: 19px;
  color: #000;
  font-style: normal;
  font-family: 'Arimo';
}
.page-template-page-practice-area-landing aside .block.verdicts-slider {
  margin-bottom: 0;
}
aside .block.verdicts-slider .block-body {
  background: #314657;
  padding: 30px 25px 5px;
}
aside .block.verdicts-slider h3 {
  margin-bottom: 18px;
}
aside .block.verdicts-slider h4 {
  color: #fff;
  font-family: 'Arimo';
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.18;
}
aside .block.verdicts-slider ul {
  list-style: none;
  padding: 0;
}
aside .block.verdicts-slider ul .owl-wrapper-outer {
  padding: 25px 0;
  background-color: #96b7be;
  border: 2px solid #fff;
}
aside .block.verdicts-slider ul a {
  text-align: center;
  display: block;
  color: #314657;
  font-size: 39px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Arimo';
}
aside .block.verdicts-slider ul a span {
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  font-family: 'Arimo';
}
aside .block.verdicts-slider .r_title {
  font-size: 18px;
}
aside .block.verdicts-slider ul a:hover,
aside .block.verdicts-slider ul a:focus {
  text-underline: none;
}
aside .block.verdicts-slider .owl-prev {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  background: url('../images/ico-case-prev.png') no-repeat 50% 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: -12px;
  overflow: hidden;
  text-indent: -999px;
}
aside .block.verdicts-slider .owl-prev:hover,
aside .block.verdicts-slider .owl-prev:focus {
  background: url('../images/ico-case-prev-hover.png') no-repeat 50% 50%;
}
aside .block.verdicts-slider .owl-next {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  background: url('../images/ico-case-next.png') no-repeat 50% 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: -12px;
  overflow: hidden;
  text-indent: -999px;
}
aside .block.verdicts-slider .owl-next:hover,
aside .block.verdicts-slider .owl-next:focus {
  background: url('../images/ico-case-next-hover.png') no-repeat 50% 50%;
}
@media screen and (max-width: 991px) {
  .client-say-block {
    margin-bottom: 20px;
  }
}
.client-say-block .inner {
  background-color: #eee;
  padding: 35px 46px 29px 38px;
  margin-bottom: 30px;
}
.client-say-block p {
  text-align: justify;
  margin-bottom: 4px;
  font-family: 'Arimo';
  font-size: 26px;
  color: #314657;
  font-weight: 400;
  line-height: 1.3;
}
.client-say-block i {
  display: block;
  font-weight: 400;
  font-size: 19px;
  color: #cca776;
  font-style: normal;
  font-family: 'Arimo';
}
.client-say-block h3 {
  margin: 0 0 25px 0;
  font-weight: 400;
  line-height: 1.1;
}
.client-say-block h3 span {
  display: block;
}
@media screen and (max-width: 767px) {
  .client-say-block h3 {
    font-size: 24px;
  }
}
.block-article h3 {
  margin-bottom: 25px;
  font-size: 27px;
  font-weight: 300;
}
.blog-item {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .blog-item {
    margin-bottom: 20px;
  }
}
.blog-item .blog-inner {
  background-color: #f5f5f5;
  padding: 30px 30px 35px 30px;
}
.blog-item .blog-inner + .blog-inner {
  margin-top: 20px;
}
.blog-item .but {
  font-size: 18px;
  padding: 17px 52px 13px;
  font-family: 'Arimo';
}
.blog-item h4 {
  color: #0c4a7e;
  font-family: 'Arimo';
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 15px;
}
.blog-item .meta {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}
.blog-item .meta:after {
  content: '';
  display: block;
  clear: both;
}
.blog-item .meta a {
  color: #0c4a7e;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: underline;
}
.blog-item .meta a:hover {
  text-decoration: none;
}
.blog-item .meta span {
  margin: 0 5px;
  color: #c0c0c0;
}
.blog-item .share {
  margin-bottom: 17px;
}
.blog-item .share:after {
  content: '';
  display: block;
  clear: both;
}
.blog-item .share .plugin-share {
  float: left;
  max-width: 100%;
}
.blog-item .share .plugin-share img {
  max-width: 100%;
  display: block;
}
.blog-item .share p {
  float: left;
  color: #5e5e5e;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 20px;
}
.blog-item .preview {
  margin-bottom: 7px;
}
.blog-item .preview:after {
  content: '';
  display: block;
  clear: both;
}
.blog-item .preview p {
  margin-bottom: 20px;
  font-size: 17px;
  text-align: justify;
}
.blog-item .tools:after {
  content: '';
  display: block;
  clear: both;
}
aside .blog-item .tools {
  text-align: center;
}
.accordion.style-blue-1 {
  margin: 0;
  position: relative;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
}
.accordion.style-blue-1 dt {
  border: 3px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 17px 15px 15px 27px;
  background-color: #cca776;
}
.accordion.style-blue-1 dt a {
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: 'Voltaire';
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  position: relative;
  padding-right: 60px;
  text-decoration: none;
  line-height: 1;
}
.accordion.style-blue-1 dt a:visited,
.accordion.style-blue-1 dt a:focus {
  text-decoration: none;
}
.accordion.style-blue-1 dt a span {
  display: block;
  float: right;
  width: 20px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.accordion.style-blue-1 dt.accordion-opened {
  background-color: #6fa093;
}
.accordion.style-blue-1 dt.accordion-opened a {
  color: #fff;
}
.accordion.style-blue-1 dd {
  border-bottom: 0;
  border-top: 0;
  padding: 25px 25px 20px 25px;
}
.accordion.style-blue-1 dd p {
  margin-bottom: 20px;
  font-family: 'Roboto Condensed';
  line-height: 25px;
  font-weight: 400;
  font-size: 18px;
}
.accordion.style-blue-1 ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.accordion.style-blue-1 ul li {
  line-height: 1.75;
  margin-bottom: 15px;
  background: rgba(0, 0, 0, 0) url('../images/arrow-right-blue-sm.png')
    no-repeat scroll 0 8px;
  padding-left: 28px;
  color: #000;
  font-size: 17px;
}
.accordion.style-blue-1 ul li:last-child {
  margin-bottom: 0;
}
.accordion.style-1 {
  margin: 0;
}
.accordion.style-1 dt {
  border-bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 17px 15px 15px 27px;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
.accordion.style-1 dt:first-child {
  border-top: 0px none;
}
.accordion.style-1 dt a {
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: none;
  position: relative;
  padding-right: 60px;
  text-decoration: none;
  line-height: 1;
}
.accordion.style-1 dt a:visited,
.accordion.style-1 dt a:focus {
  text-decoration: none;
}
.accordion.style-1 dt a span {
  display: block;
  float: right;
  width: 33px;
  height: 22px;
  background: url('../images/acc-style1-open.png') no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.accordion.style-1 dt.accordion-opened a span {
  background: url('../images/acc-style1-close.png') no-repeat;
}
.accordion.style-1 dd {
  border-bottom: 0;
  border-top: 0;
  margin-bottom: 15px;
  padding: 0px 25px;
}
.accordion.style-1 dd p {
  margin-bottom: 0;
}
.accordion.style-1 ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.accordion.style-1 ul li {
  line-height: 1.75;
  margin-bottom: 15px;
  background: rgba(0, 0, 0, 0) url('../images/arrow-right-blue-sm.png')
    no-repeat scroll 0 8px;
  padding-left: 28px;
  color: #000;
  font-size: 17px;
}
.accordion.style-1 ul li:last-child {
  margin-bottom: 0;
}
.accordion.style-2 {
  margin: 0;
}
.accordion.style-2 dt {
  border-bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 17px 15px 15px 27px;
  background-color: #eeeeee;
  margin-bottom: 10px;
}
.accordion.style-2 dt:first-child {
  border-top: 0px none;
}
.accordion.style-2 dt:hover {
  background-color: #eeeeee;
}
.accordion.style-2 dt a {
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  font-weight: 600;
  color: #314657;
  text-transform: none;
  position: relative;
  padding-right: 60px;
  text-decoration: none;
  line-height: 1;
}
.accordion.style-2 dt a:visited,
.accordion.style-2 dt a:focus {
  text-decoration: none;
}
.accordion.style-2 dt a span {
  display: block;
  float: right;
  width: 33px;
  height: 22px;
  background: url('../images/acc-style2-open.png') no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.accordion.style-2 dt.accordion-opened {
  background-color: #f2f2f2;
}
.accordion.style-2 dt.accordion-opened a span {
  background: url('../images/acc-style1-close.png') no-repeat;
}
.accordion.style-2 dd {
  border-bottom: 0;
  border-top: 0;
  margin-bottom: 15px;
  padding: 0px 25px;
}
.accordion.style-2 dd p {
  margin-bottom: 0;
}
.accordion.style-2 ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.accordion.style-2 ul li {
  line-height: 1.75;
  margin-bottom: 15px;
  background: rgba(0, 0, 0, 0) url('../images/arrow-dbl-right-blue.png')
    no-repeat scroll 0 8px;
  padding-left: 28px;
  font-size: 17px;
}
.accordion.style-2 ul li:last-child {
  margin-bottom: 0;
}
.accordion.style-3 {
  margin: 0;
}
.accordion.style-3 dt {
  border-bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 17px 15px 15px 27px;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
.accordion.style-3 dt:first-child {
  border-top: 0px none;
}
.accordion.style-3 dt a {
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Arimo';
  color: #000;
  text-transform: none;
  position: relative;
  padding-right: 60px;
  text-decoration: none;
  line-height: 1;
}
.accordion.style-3 dt a:visited,
.accordion.style-3 dt a:focus {
  text-decoration: none;
}
.accordion.style-3 dt a span {
  display: block;
  float: right;
  width: 33px;
  height: 22px;
  background: url('../images/acc-style1-open.png') no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -11px 0 0 0;
}
.accordion.style-3 dt.accordion-opened a span {
  background: url('../images/acc-style1-close.png') no-repeat;
}
.accordion.style-3 dd {
  border-bottom: 0;
  border-top: 0;
  margin-bottom: 15px;
  padding: 0px 25px;
}
.accordion.style-3 dd p {
  margin-bottom: 0;
}
.accordion.style-3 ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.accordion.style-3 ul li {
  line-height: 1.75;
  margin-bottom: 15px;
  background: rgba(0, 0, 0, 0) url('../images/arrow-right-blue-sm.png')
    no-repeat scroll 0 8px;
  padding-left: 28px;
  color: #000;
  font-size: 17px;
}
.accordion.style-3 ul li:last-child {
  margin-bottom: 0;
}
.accordion-generic {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .accordion-generic {
    margin-bottom: 20px;
  }
}
.socials-big {
  padding-bottom: 50px;
}
.socials-big a {
  display: inline-block;
}
.socials-big a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.socials-big a + a {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .socials-big a {
    margin: 0 5px 5px !important;
  }
}
#meet-location ul {
  overflow: hidden;
  margin: 0;
  list-style: none;
  padding: 0;
}
#meet-location ul li {
  background: none;
  padding-left: 0;
  float: left;
  width: 47%;
  margin: 0 1.5% 35px 1.5%;
}
@media screen and (max-width: 479px) {
  #meet-location ul li {
    float: none;
    width: 97%;
  }
}
#meet-location ul li a {
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: center;
}
#meet-location ul li a img {
  margin: 0 0 15px 0;
  max-width: 100%;
}
#meet-location ul li a figcaption {
  color: #000;
  font-family: 'Arimo';
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}
#meet-location ul li a figcaption span {
  display: block;
  font-family: 'Arimo';
  font-size: 29px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0px;
}
#meet-location ul li a:hover,
#meet-location ul li a:focus,
#meet-location ul li a:visited {
  text-decoration: none;
  color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#areas-main {
  padding-top: 70px;
}
#areas-main .placeholder {
  margin: 0 -1.5% 40px -1.5%;
  overflow: hidden;
}
#areas-main .placeholder .col {
  margin: 0 1.5%;
  width: 47%;
  float: left;
}
@media screen and (max-width: 767px) {
  #areas-main .placeholder .col {
    width: 97%;
    float: none;
  }
}
#areas-main .placeholder .col .item {
  margin-bottom: 30px;
}
#areas-main .placeholder .col .item header {
  padding: 32px 0;
  text-align: center;
  background-size: cover;
  background-position: center 0;
}
#areas-main .placeholder .col .item header .ico {
  text-align: center;
  height: 75px;
}
#areas-main .placeholder .col .item header .ico img {
  max-width: 100%;
}
#areas-main .placeholder .col .item .content {
  padding: 30px 25px;
  text-align: center;
  background: #f7f7f7;
}
#areas-main .placeholder .col .item .content ul {
  list-style: none;
  padding: 0 0 15px 0;
  text-align: left;
  margin-bottom: 0;
}
#areas-main .placeholder .col .item .content ul li {
  background: rgba(0, 0, 0, 0) url('../images/arrow-right-circle-blue.png')
    no-repeat scroll 0px 5px;
  line-height: 1.5;
  margin-bottom: 13px;
  padding-left: 35px;
}
@media screen and (max-width: 991px) {
  #areas-main .placeholder .col .item .content ul li {
    margin-bottom: 10px;
  }
}
#areas-main .placeholder .col .item .content ul li a {
  color: #000;
}
#areas-main .placeholder .col .item .content p {
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}
#prepared-resources {
  background: url('../images/bg-wave-2.png') repeat-x top left #f7f7f7;
  padding: 65px 0 65px;
  color: #000;
}
@media screen and (max-width: 767px) {
  #prepared-resources {
    padding: 30px 0 30px;
  }
}
#prepared-resources h2 {
  color: #000;
  font-family: 'Arimo';
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #prepared-resources h2 {
    font-size: 56px;
    margin-bottom: 20px;
    line-height: 1;
  }
}
#prepared-resources .placeholder {
  overflow: hidden;
  margin: 0 -1.5%;
}
#prepared-resources .placeholder .item {
  margin: 0 1.5% 50px 1.5%;
  width: 30.33%;
  background: #fff;
  float: left;
  padding: 35px 45px 40px 45px;
}
@media screen and (max-width: 991px) {
  #prepared-resources .placeholder .item {
    width: 97%;
    float: none;
  }
}
#prepared-resources .placeholder .item .btn-video-item {
  margin-left: auto;
  margin-right: auto;
}
#prepared-resources .placeholder .item h3 {
  color: #0c4a7e;
  font-family: 'Arimo';
  font-size: 29px;
  font-weight: 400;
  line-height: 1.06;
  margin: 0 0 15px 0;
  min-height: 50px;
  text-align: center;
}
#prepared-resources .placeholder .item ol {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}
#prepared-resources .placeholder .item ol li {
  counter-increment: step-counter;
  position: relative;
  text-align: justify;
  color: #000;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.47;
  margin-bottom: 10px;
  padding-left: 35px;
}
#prepared-resources .placeholder .item ol li::before {
  content: counter(step-counter);
  color: #fff;
  font-size: 13px;
  font-family: 'Arimo';
  font-weight: 400;
  background-color: #0f5a88;
  border-radius: 999px;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  line-height: 23px;
  position: absolute;
  left: 0px;
  top: 6px;
}
#prepared-resources .placeholder .item .button {
  text-align: center;
  padding-top: 20px;
}
#prepared-resources .placeholder .item .button a {
  display: inline-block;
  color: #4b4b4b;
  font-family: 'Arimo';
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 20px;
  background: url('../images/arrow-more.png') no-repeat 100% 50%;
}
#prepared-resources .placeholder .item.col-2 {
  padding: 35px 20px 40px 20px;
}
#prepared-resources .placeholder .item.col-3 {
  padding: 35px 5px 40px 5px;
}
#prepared-resources .placeholder .item.col-3 h3 {
  padding: 0 40px;
}
#prepared-resources .placeholder .item .inner {
  position: relative;
  margin-bottom: 10px;
}
#prepared-resources .have-question {
  text-align: center;
  font-size: 23px;
  font-family: 'Arimo';
  color: #000;
}
#prepared-resources .have-question b {
  font-family: 'Arimo';
  font-weight: 400;
}
#prepared-resources .have-question a {
  font-weight: 400;
  color: #0c4a7e;
  font-family: 'Arimo';
  text-decoration: underline;
}
#prepared-resources .have-question a:hover,
#prepared-resources .have-question a:focus {
  text-decoration: none;
}
#prepared-resources .have-question i {
  color: #a01a1a;
  font-family: 'Arimo';
  font-style: normal;
}
.hero-testimonial .right {
  position: absolute;
  width: 400px;
  right: 0;
  z-index: 99;
  top: 40px;
}
.page-template-page-practice-areas .content-wrapper .wide aside {
  margin-top: 80px;
}
#slider-team .owl-prev {
  background: url(../images/arrow-prev.png) no-repeat 50% 50%;
  height: 30px;
  left: 0px;
  position: absolute;
  text-indent: -99999px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
}
#slider-team .owl-next {
  background: url(../images/arrow-next.png) no-repeat 50% 50%;
  height: 30px;
  position: absolute;
  right: 0px;
  text-indent: -99999px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
}
#results {
  background-image: url(../images/gb-wave-too.png);
  background-color: #ffff;
  padding: 30px 0px;
}
#results .owl-prev {
  background: url(../images/arrow-prev.png) no-repeat 50% 50%;
  height: 30px;
  left: 0px;
  position: absolute;
  text-indent: -99999px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
}
#results .owl-next {
  background: url(../images/arrow-next.png) no-repeat 50% 50%;
  height: 30px;
  position: absolute;
  right: 0px;
  text-indent: -99999px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
}
#results .result-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #results .result-list {
    padding: 0 15px;
  }
}
#results .result-list li {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #e1caae;
  padding: 36px 5px;
  width: 16%;
  height: 163px;
  text-align: center;
  line-height: 25px;
}
#results .result-list li:first-child {
  padding: 25px 15px;
  line-height: 48px;
  text-align: left;
  border-left: 0px;
  font-size: 48px;
  color: #314657;
  font-family: 'Voltaire';
}
#results .result-list li:last-child {
  padding: 10px 15px;
  line-height: 30px;
}
#results .result-list li img {
  margin-top: 5px;
}
#results .result-list li a:hover {
  text-decoration: none;
}
#results .result-list li a div {
  font-size: 24px;
  padding: 20px 30px;
  background-color: rgba(111, 160, 147, 0.5);
  font-family: 'Voltaire';
}
#results .result-list li h3 {
  margin: 0 0 4px 0;
  font-weight: bold;
  font-size: 24px;
  color: #314657;
  font-family: 'Voltaire';
}
#results .result-list li p {
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #314657;
}
#results .result-list li p.r_title {
  color: #6fa093;
}
@media screen and (max-width: 1199px) {
  #results .result-list li {
    width: 100%;
    height: 120px;
  }
  #results .result-list li:first-child {
    color: #595959;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #results .result-list li {
    border: 0px;
  }
}
@media screen and (max-width: 1199px) {
  #results .result-first {
    text-align: center;
    list-style: none;
    padding: 0px 15px;
    line-height: 50px;
    border-left: 0px;
    font-size: 36px;
    font-weight: bold;
  }
  #results .result-last {
    text-align: center;
    list-style: none;
    padding: 10px 15px;
    line-height: 30px;
    margin: 0px;
  }
  #results .result-last a:hover {
    text-decoration: none;
  }
  #results .result-last div {
    font-size: 24px;
    padding: 20px 30px;
    background-color: rgba(148, 176, 198, 0.25);
  }
}
.socials .social span {
  text-align: center;
  background: #cca776;
  border-radius: 999999px;
  color: #fff;
}
.socials-big .social {
  background: #527592;
  border-radius: 999999px;
  color: #fff;
  font-size: 48px;
  height: 67px;
  width: 67px;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .navigator #nav > li:first-child a.menu-home {
    text-indent: 0;
  }
  .navigator #nav > li:first-child a.menu-home span {
    display: none;
  }
}
.quote-block {
  margin-bottom: 50px;
}
.quote-block p {
  margin-bottom: 15px;
}
.quote-block.quote-image img {
  margin-right: 20px;
}
.quote-block.no-image .quote-text {
  margin-left: 85px;
}
.quote-block img {
  float: left;
}
.quote-block .client {
  text-transform: uppercase;
  color: #96b7be;
}
.result-block {
  margin-bottom: 30px;
}
.result-block span {
  text-transform: uppercase;
  color: #96b7be;
}
.result-block h3 {
  font-weight: 500;
  text-transform: uppercase;
}
.next-posts-link {
  padding: 15px 30px;
  color: #fff;
  font-family: 'Arimo';
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #a01a1a;
  transition: background 0.5s ease;
  display: inline-block;
  margin-bottom: 30px;
}
.next-posts-link:hover,
.next-posts-link:active,
.next-posts-link:focus {
  background-color: #8a1616;
  text-decoration: none;
  color: #fff;
}
.callback {
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #sub-contacts .callback {
    margin-bottom: 20px;
  }
}
.callback a {
  text-transform: uppercase;
  font-size: 18px;
  color: #314657;
  border-top: 1px solid #e5d2ba;
  border-bottom: 1px solid #e5d2ba;
  padding: 5px 0 5px 0;
  font-weight: 400;
  text-align: left;
  font-family: 'Voltaire';
}
.callback a:hover {
  text-decoration: none;
}
.callback img {
  margin-left: 5px;
  margin-bottom: 3px;
}
#tap-buttons {
  background: #86aab2;
  text-align: center;
  padding: 20px 0;
}
#tap-buttons .tap-but {
  text-transform: uppercase;
  background: #314657;
  font-family: 'Arimo';
  font-weight: 700;
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  padding: 8px 10px;
  width: 100%;
  display: block;
}
#tap-buttons .col-xs-6 {
  padding: 0 15px;
}
#tap-buttons .col-xs-6:first-of-type .tap-but {
  background-color: #cda778;
}
#tap-buttons .tap-but:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .navigator #nav li:first-child a span {
    display: none;
  }
  .home header h1 {
    font-size: 25px;
  }
  .home header h1 span {
    font-size: 25px;
  }
  #welcome.type-2 .inner h2 {
    font-size: 25px;
  }
  #we-believe .row {
    padding: 0 0 32px 0;
  }
  #we-believe .left .inner {
    padding: 40px 15px;
  }
  #we-believe .right {
    padding: 0px 15px;
  }
  #we-believe .right .inner {
    padding: 30px;
    margin: 0px;
  }
  #how-help h2 {
    font-size: 28px;
    font-weight: bold;
  }
  #how-help h2:after {
    height: 0px;
  }
  #how-help h2:before {
    height: 0px;
  }
  #community .content h2 {
    text-align: center;
  }
  .text-right {
    text-align: center;
  }
  #sub-contacts .contacts .button {
    margin: 30px 0 70px 0;
  }
  #contacts h2 {
    left: 0px;
    margin-left: 0px;
    top: -50px;
    width: 100%;
  }
  aside .block.meet-attoneys .attorney-item a span {
    font-size: 24px;
    margin: 10px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .topline .but {
    margin-top: 20px;
  }
}
.block.results {
  background: url(../images/bg-wave-2.png) repeat-x top left #f7f7f7;
  margin-top: 30px;
  padding: 0px 30px 30px 30px;
}
.block.results ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.block.results ul li {
  display: block;
  vertical-align: middle;
  padding: 20px 15px;
  text-align: center;
  line-height: 25px;
}
.block.results ul li:nth-child(n + 2) {
  border-bottom: 1px solid #b8cdde;
}
.block.results ul li:last-child {
  border-bottom: 0px;
}
.block.results ul li:nth-last-child(2) {
  border-bottom: 0px;
}
.block.results ul li:first-child {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #94b2cb;
  line-height: 40px;
}
.block.results ul li a:hover {
  text-decoration: none;
}
.block.results ul li a div {
  font-size: 24px;
  padding: 20px 30px;
  background-color: rgba(148, 176, 198, 0.25);
}
.block.results ul li h3 {
  margin: 0 0 4px 0;
  font-weight: bold;
  font-size: 24px;
  color: #000;
}
.block.results ul li p {
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.block.results ul li p.r_title {
  color: #91adc3;
}
.h-line {
  overflow: hidden;
  text-align: center;
}
ul.site-map ul.children {
  padding: 15px 15px 0 !important;
}
ul.site-map ul.children li:last-child {
  padding-bottom: 4px !important;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .alignleft,
  .alignright {
    display: block;
    margin: 5px auto 20px;
    float: none;
  }
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content img {
  max-width: 100% !important;
}
.attorney-description {
  color: #ffffff;
  padding-left: 20px;
}
#contacts address p {
  color: #314657;
}
.meet-attoneys .single-attorney {
  width: 100%;
  margin: 0px;
  float: none;
  max-width: 100%;
}
.meet-attoneys .single-attorney img {
  height: 50%;
  width: 50%;
  display: block;
  border: 3px solid #fff;
  margin-left: auto;
  margin-right: auto;
}
.meet-attoneys .single-attorney span {
  color: #fff;
  font-family: sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 7px;
  display: block;
}
#sub-contacts .col a img {
  max-width: 100%;
  margin: inherit !important;
}
.qa-faq {
  margin-bottom: 5px;
  border-radius: 4px;
  border-color: #ddd;
}
.qa-faq .qa-faq-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 15px;
  color: #333;
  background-color: #f5f5f5;
  border: #ddd 1px solid;
}
.qa-faq .qa-faq-title a {
  display: block;
  padding: 5px;
  font-size: 21px;
  color: #000000;
  color: #333;
}
.qa-faq .qa-faq-title a:hover,
.qa-faq .qa-faq-title a:focus,
.qa-faq .qa-faq-title a:active {
  text-decoration: none;
}
.qa-faq .qa-faq-answer {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0px;
}
.ssbp-wrap .ssbp-list li {
  padding: 0;
  background: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .ssbp-wrap {
    margin-bottom: 40px;
  }
}
#searchform {
  margin-bottom: 30px;
}
@media screen and (max-width: 359px) {
  #searchform #s {
    width: 67%;
  }
  .navigator #nav > li a {
    line-height: 64px;
    padding: 3px 30px 0;
  }
}

.form_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  text-align: left;
  margin-top: -20px;
  margin-bottom: -30px;
  text-shadow: none;
}

form .wpcf7-response-output {
  text-align: center;
}

#awards .slider img {
  height: auto;
  max-height: 130px;
  width: auto;
}

.topline .logo img,
#sub-contacts a.logo {
  max-width: 100%;
  height: auto;
  display: block;
  width: 400px;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 22px !important;
  }

  .block-go {
    margin-bottom: 50px;
  }

  #how-help .row-2 .col .item .content {
    padding-bottom: 50px;
  }

  .socials a {
    margin: 10px;
  }

  footer .disclaimer p {
    font-size: 14px !important;
  }
}

header {
  background-size: cover !important;
}

header .welcome-home-page p {
  text-align: left;
}

.welcome-home-page-quote-top {
  margin-top: 0px !important;
}

.welcome-home-page .container {
  max-width: 1370px;
  width: 100%;
}

.welcome-home-page-quote-top .container {
  max-width: 1370px;
  width: 100%;
}

.welcome-home-page .inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.welcome-home-page .inner h1 span {
  margin-bottom: 20px;
  font-size: 70px;
}

.welcome-home-page .inner h1 {
  font-size: 75px;
}

.welcome-home-page .container .welcome-home-page--right-wrap {
  display: flex;
  flex-direction: column;
  gap: 55px;
  z-index: 1;
  margin-bottom: -280px;
}

.welcome-home-page .container .welcome-home-page--right-wrap .form {
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .welcome-home-page .inner h1 span {
    font-size: 50px;
  }

  .welcome-home-page .inner h1 {
    font-size: 55px;
  }
}

@media screen and (max-width: 992px) {
  .welcome-home-page .inner {
    flex-direction: column-reverse;
    padding-top: 70px;
    gap: 20px;
  }

  .welcome-home-page .inner img {
    width: 50%;
    height: 100%;
  }

  .welcome-home-page .container .welcome-home-page--right-wrap {
    margin-bottom: 0px;
  }

  header .welcome-home-page p {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .welcome-home-page .inner img {
    width: 100%;
  }
}

.block-results-wrap {
  margin-top: 50px;
}