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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  outline: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir='rtl'] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir='rtl'] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * Uncomment parts of bootstrap as you require them.
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.875;
  color: #777;
  background-color: #fff;
}

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

a {
  color: #2182af;
  text-decoration: none;
}

a:hover, a:focus {
  color: #0f5486;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

.sr-only, .quick-contact__form-wrapper label, .contact__form .gfield_label {
  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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .tease-page__title, .tease-term__title, .tease-post__title, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small, .tease-page__title small, .tease-term__title small, .tease-post__title small,
.h3 .small, .tease-page__title .small, .tease-term__title .small, .tease-post__title .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #ccc;
}

h1, .h1,
h2, .h2,
h3, .h3, .tease-page__title, .tease-term__title, .tease-post__title {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small, .tease-page__title small, .tease-term__title small, .tease-post__title small,
.h3 .small, .tease-page__title .small, .tease-term__title .small, .tease-post__title .small {
  font-size: 65%;
}

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

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

h3, .h3, .tease-page__title, .tease-term__title, .tease-post__title {
  font-size: 18px;
}

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 769px) {
  .lead {
    font-size: 21px;
  }
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #ccc;
}

.text-primary {
  color: #0f5486;
}

a.text-primary:hover {
  color: #0a3758;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #0f5486;
}

a.bg-primary:hover {
  background-color: #0a3758;
}

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

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

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

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

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

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

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

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

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

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

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

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

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

dt,
dd {
  line-height: 1.875;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

@media (min-width: 769px) {
  .dl-horizontal dt {
    float: left;
    width: 180px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 200px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.875;
  color: #ccc;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container:after {
  clear: both;
}

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

@media (min-width: 1025px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 769px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1025px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ccc;
  text-align: left;
}

th {
  text-align: left;
}

.table, .article-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th, .article-content table > thead > tr > th,
.table > thead > tr > td, .article-content table > thead > tr > td,
.table > tbody > tr > th, .article-content table > tbody > tr > th,
.table > tbody > tr > td, .article-content table > tbody > tr > td,
.table > tfoot > tr > th, .article-content table > tfoot > tr > th,
.table > tfoot > tr > td, .article-content table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.875;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th, .article-content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .article-content table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td, .article-content table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th, .article-content table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td, .article-content table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th, .article-content table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td, .article-content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody, .article-content table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table, .article-content table .table, .table .article-content table, .article-content .table table, .article-content table table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd), .article-content table > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active, .article-content table > thead > tr > td.active,
.table > thead > tr > th.active, .article-content table > thead > tr > th.active,
.table > thead > tr.active > td, .article-content table > thead > tr.active > td,
.table > thead > tr.active > th, .article-content table > thead > tr.active > th,
.table > tbody > tr > td.active, .article-content table > tbody > tr > td.active,
.table > tbody > tr > th.active, .article-content table > tbody > tr > th.active,
.table > tbody > tr.active > td, .article-content table > tbody > tr.active > td,
.table > tbody > tr.active > th, .article-content table > tbody > tr.active > th,
.table > tfoot > tr > td.active, .article-content table > tfoot > tr > td.active,
.table > tfoot > tr > th.active, .article-content table > tfoot > tr > th.active,
.table > tfoot > tr.active > td, .article-content table > tfoot > tr.active > td,
.table > tfoot > tr.active > th, .article-content table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, .article-content table > thead > tr > td.success,
.table > thead > tr > th.success, .article-content table > thead > tr > th.success,
.table > thead > tr.success > td, .article-content table > thead > tr.success > td,
.table > thead > tr.success > th, .article-content table > thead > tr.success > th,
.table > tbody > tr > td.success, .article-content table > tbody > tr > td.success,
.table > tbody > tr > th.success, .article-content table > tbody > tr > th.success,
.table > tbody > tr.success > td, .article-content table > tbody > tr.success > td,
.table > tbody > tr.success > th, .article-content table > tbody > tr.success > th,
.table > tfoot > tr > td.success, .article-content table > tfoot > tr > td.success,
.table > tfoot > tr > th.success, .article-content table > tfoot > tr > th.success,
.table > tfoot > tr.success > td, .article-content table > tfoot > tr.success > td,
.table > tfoot > tr.success > th, .article-content table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, .article-content table > thead > tr > td.info,
.table > thead > tr > th.info, .article-content table > thead > tr > th.info,
.table > thead > tr.info > td, .article-content table > thead > tr.info > td,
.table > thead > tr.info > th, .article-content table > thead > tr.info > th,
.table > tbody > tr > td.info, .article-content table > tbody > tr > td.info,
.table > tbody > tr > th.info, .article-content table > tbody > tr > th.info,
.table > tbody > tr.info > td, .article-content table > tbody > tr.info > td,
.table > tbody > tr.info > th, .article-content table > tbody > tr.info > th,
.table > tfoot > tr > td.info, .article-content table > tfoot > tr > td.info,
.table > tfoot > tr > th.info, .article-content table > tfoot > tr > th.info,
.table > tfoot > tr.info > td, .article-content table > tfoot > tr.info > td,
.table > tfoot > tr.info > th, .article-content table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .article-content table > thead > tr > td.warning,
.table > thead > tr > th.warning, .article-content table > thead > tr > th.warning,
.table > thead > tr.warning > td, .article-content table > thead > tr.warning > td,
.table > thead > tr.warning > th, .article-content table > thead > tr.warning > th,
.table > tbody > tr > td.warning, .article-content table > tbody > tr > td.warning,
.table > tbody > tr > th.warning, .article-content table > tbody > tr > th.warning,
.table > tbody > tr.warning > td, .article-content table > tbody > tr.warning > td,
.table > tbody > tr.warning > th, .article-content table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning, .article-content table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning, .article-content table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td, .article-content table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th, .article-content table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, .article-content table > thead > tr > td.danger,
.table > thead > tr > th.danger, .article-content table > thead > tr > th.danger,
.table > thead > tr.danger > td, .article-content table > thead > tr.danger > td,
.table > thead > tr.danger > th, .article-content table > thead > tr.danger > th,
.table > tbody > tr > td.danger, .article-content table > tbody > tr > td.danger,
.table > tbody > tr > th.danger, .article-content table > tbody > tr > th.danger,
.table > tbody > tr.danger > td, .article-content table > tbody > tr.danger > td,
.table > tbody > tr.danger > th, .article-content table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger, .article-content table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger, .article-content table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td, .article-content table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th, .article-content table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table, .article-content .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .article-content .table-responsive > table > thead > tr > th,
  .table-responsive > .table > thead > tr > td, .article-content
  .table-responsive > table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th, .article-content
  .table-responsive > table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td, .article-content
  .table-responsive > table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th, .article-content
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td, .article-content
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 16px;
  font-size: 14px;
  line-height: 1.875;
  color: #777;
}

.form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 1.875;
  color: #777;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 55px;
  line-height: 1.875 \0;
}

input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn, .article-content
.input-group-sm > .input-group-btn > input[type="date"].btn,
input[type="time"].input-sm,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
.article-content
.input-group-sm > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-sm,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
.article-content
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-sm,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn,
.article-content
.input-group-sm > .input-group-btn > input[type="month"].btn {
  line-height: 38px;
  line-height: 1.5 \0;
}

input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn, .article-content
.input-group-lg > .input-group-btn > input[type="date"].btn,
input[type="time"].input-lg,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
.article-content
.input-group-lg > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-lg,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
.article-content
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-lg,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn,
.article-content
.input-group-lg > .input-group-btn > input[type="month"].btn {
  line-height: 89px;
  line-height: 1.33 \0;
}

_:-ms-fullscreen, :root input[type="date"],
_:-ms-fullscreen, :root input[type="time"],
_:-ms-fullscreen, :root input[type="datetime-local"],
_:-ms-fullscreen, :root input[type="month"] {
  line-height: 1.875;
}

_:-ms-fullscreen.input-sm, .input-group-sm > _.form-control:-ms-fullscreen,
.input-group-sm > _.input-group-addon:-ms-fullscreen,
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen, .article-content
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="date"].input-sm, :root .input-group-sm > input[type="date"].form-control, :root
.input-group-sm > input[type="date"].input-group-addon, :root
.input-group-sm > .input-group-btn > input[type="date"].btn, :root .article-content
.input-group-sm > .input-group-btn > input[type="date"].btn,
_:-ms-fullscreen.input-sm,
.input-group-sm > _.form-control:-ms-fullscreen,
.input-group-sm > _.input-group-addon:-ms-fullscreen,
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen,
.article-content
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="time"].input-sm, :root .input-group-sm > input[type="time"].form-control, :root
.input-group-sm > input[type="time"].input-group-addon, :root
.input-group-sm > .input-group-btn > input[type="time"].btn, :root .article-content
.input-group-sm > .input-group-btn > input[type="time"].btn,
_:-ms-fullscreen.input-sm,
.input-group-sm > _.form-control:-ms-fullscreen,
.input-group-sm > _.input-group-addon:-ms-fullscreen,
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen,
.article-content
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="datetime-local"].input-sm, :root .input-group-sm > input[type="datetime-local"].form-control, :root
.input-group-sm > input[type="datetime-local"].input-group-addon, :root
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn, :root .article-content
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
_:-ms-fullscreen.input-sm,
.input-group-sm > _.form-control:-ms-fullscreen,
.input-group-sm > _.input-group-addon:-ms-fullscreen,
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen,
.article-content
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="month"].input-sm, :root .input-group-sm > input[type="month"].form-control, :root
.input-group-sm > input[type="month"].input-group-addon, :root
.input-group-sm > .input-group-btn > input[type="month"].btn, :root .article-content
.input-group-sm > .input-group-btn > input[type="month"].btn {
  line-height: 1.5;
}

_:-ms-fullscreen.input-lg, .input-group-lg > _.form-control:-ms-fullscreen,
.input-group-lg > _.input-group-addon:-ms-fullscreen,
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen, .article-content
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="date"].input-lg, :root .input-group-lg > input[type="date"].form-control, :root
.input-group-lg > input[type="date"].input-group-addon, :root
.input-group-lg > .input-group-btn > input[type="date"].btn, :root .article-content
.input-group-lg > .input-group-btn > input[type="date"].btn,
_:-ms-fullscreen.input-lg,
.input-group-lg > _.form-control:-ms-fullscreen,
.input-group-lg > _.input-group-addon:-ms-fullscreen,
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen,
.article-content
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="time"].input-lg, :root .input-group-lg > input[type="time"].form-control, :root
.input-group-lg > input[type="time"].input-group-addon, :root
.input-group-lg > .input-group-btn > input[type="time"].btn, :root .article-content
.input-group-lg > .input-group-btn > input[type="time"].btn,
_:-ms-fullscreen.input-lg,
.input-group-lg > _.form-control:-ms-fullscreen,
.input-group-lg > _.input-group-addon:-ms-fullscreen,
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen,
.article-content
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="datetime-local"].input-lg, :root .input-group-lg > input[type="datetime-local"].form-control, :root
.input-group-lg > input[type="datetime-local"].input-group-addon, :root
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn, :root .article-content
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
_:-ms-fullscreen.input-lg,
.input-group-lg > _.form-control:-ms-fullscreen,
.input-group-lg > _.input-group-addon:-ms-fullscreen,
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen,
.article-content
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="month"].input-lg, :root .input-group-lg > input[type="month"].form-control, :root
.input-group-lg > input[type="month"].input-group-addon, :root
.input-group-lg > .input-group-btn > input[type="month"].btn, :root .article-content
.input-group-lg > .input-group-btn > input[type="month"].btn {
  line-height: 1.33;
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .article-content
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .article-content
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .article-content
.input-group-sm > .input-group-btn > .btn, .form-group-sm .form-control {
  height: 38px;
  padding: 7.5px 7.5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .article-content
.input-group-lg > .input-group-btn > .btn, .form-group-lg .form-control {
  height: 89px;
  padding: 30px 30px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}

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

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

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 68.75px;
}

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

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

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

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

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .quick-contact__form-wrapper label ~ .form-control-feedback, .quick-contact__form-wrapper .has-feedback label ~ .form-control-feedback, .has-feedback .contact__form label.gfield_label ~ .form-control-feedback, .contact__form .has-feedback label.gfield_label ~ .form-control-feedback {
  top: 0;
}

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

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

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

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

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

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

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

@media (min-width: 769px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 40.9px;
  }
}

@media (min-width: 769px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 8.5px;
  }
}

.btn, .article-content .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 1.875;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary, .article-content .btn-primary {
  color: #fff;
  background-color: #40b2d3;
  border-color: #40b2d3;
}

.btn-primary:hover, .article-content .btn-primary:hover, .article-content .btn-primary:active, .article-content .btn-primary.active, .article-content .btn-primary:focus, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle, .article-content
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #2a97b6;
  border-color: #2890ae;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle, .article-content
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .article-content .disabled.btn-primary:active, .article-content .disabled.btn-primary.active, .article-content .disabled.btn-primary:focus, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .article-content [disabled].btn-primary:active, .article-content [disabled].btn-primary.active, .article-content [disabled].btn-primary:focus, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .article-content .btn-primary:active, .article-content
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .article-content .btn-primary.active, .article-content
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .article-content .btn-primary:focus, .article-content
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #40b2d3;
  border-color: #40b2d3;
}

.btn-primary .badge {
  color: #40b2d3;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #56b3ac;
  border-color: #4aa59e;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #42948e;
  border-color: #377b76;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #56b3ac;
  border-color: #4aa59e;
}

.btn-success .badge {
  color: #56b3ac;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #e27567;
  border-color: #de6252;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #da4e3c;
  border-color: #cb3a27;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #e27567;
  border-color: #de6252;
}

.btn-danger .badge {
  color: #e27567;
  background-color: #fff;
}

.btn-link {
  color: #2182af;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #0f5486;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #ccc;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .article-content .btn-group-lg > .btn {
  padding: 30px 30px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .article-content .btn-group-sm > .btn {
  padding: 7.5px 7.5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.btn-block, .quick-contact__form-wrapper .btn {
  display: block;
  width: 100%;
}

.btn-block + .btn-block, .quick-contact__form-wrapper .btn + .btn-block, .quick-contact__form-wrapper .btn-block + .btn, .quick-contact__form-wrapper .btn + .btn {
  margin-top: 5px;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .article-content .btn-group > .btn,
.btn-group-vertical > .btn, .article-content
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .article-content .btn-group > .btn:hover, .btn-group > .btn:focus, .article-content .btn-group > .btn:focus, .btn-group > .btn:active, .article-content .btn-group > .btn:active, .btn-group > .btn.active, .article-content .btn-group > .active.btn,
.btn-group-vertical > .btn:hover, .article-content
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus, .article-content
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active, .article-content
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active, .article-content
.btn-group-vertical > .active.btn {
  z-index: 2;
}

.btn-group > .btn:focus, .article-content .btn-group > .btn:focus,
.btn-group-vertical > .btn:focus, .article-content
.btn-group-vertical > .btn:focus {
  outline: 0;
}

.btn-group .btn + .btn, .btn-group .article-content .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .article-content .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .article-content .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .article-content .btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .article-content .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .article-content .btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .article-content .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .article-content .btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child, .article-content .btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .article-content .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .article-content .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .article-content .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .article-content .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .article-content .btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn, .article-content
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn, .article-content .btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .article-content .btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group, .article-content
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn, .article-content
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .article-content .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child), .article-content .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child), .article-content .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .article-content .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .article-content .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .article-content .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .article-content .btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn, .article-content .btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], .article-content [data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"], .article-content
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], .article-content
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], .article-content
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

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

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

.input-group-addon {
  padding: 15px 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #777;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn, .article-content
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 7.5px 7.5px;
  font-size: 14px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn, .article-content
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 30px 30px;
  font-size: 20px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

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

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

.input-group-btn > .btn, .article-content .input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn, .article-content .input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .article-content .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .article-content .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .article-content .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .article-content .input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .article-content .input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

.nav > li.disabled > a {
  color: #ccc;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #ccc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #2182af;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.875;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #777;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0f5486;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 769px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid transparent;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #ccc;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #ccc;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0f5486;
  border-color: #0f5486;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #72bbef;
}

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

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

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

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

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

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

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

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

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

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

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

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

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

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

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

.panel-body {
  padding: 0 30px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 20px 30px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

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

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

.panel > .table, .article-content .panel > table,
.panel > .table-responsive > .table, .article-content
.panel > .table-responsive > table,
.panel > .panel-collapse > .table, .article-content
.panel > .panel-collapse > table {
  margin-bottom: 0;
}

.panel > .table caption, .article-content .panel > table caption,
.panel > .table-responsive > .table caption, .article-content
.panel > .table-responsive > table caption,
.panel > .panel-collapse > .table caption, .article-content
.panel > .panel-collapse > table caption {
  padding-left: 0 30px;
  padding-right: 0 30px;
}

.panel > .table:first-child, .article-content .panel > table:first-child,
.panel > .table-responsive:first-child > .table:first-child, .article-content
.panel > .table-responsive:first-child > table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child, .article-content .panel > table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child, .article-content
.panel > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .article-content
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .article-content
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .article-content .panel > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .article-content
.panel > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .article-content
.panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .article-content
.panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .article-content
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .article-content
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .article-content
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .article-content
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .article-content .panel > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .article-content
.panel > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .article-content
.panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .article-content
.panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .article-content
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .article-content
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .article-content
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .article-content
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}

.panel > .table:last-child, .article-content .panel > table:last-child,
.panel > .table-responsive:last-child > .table:last-child, .article-content
.panel > .table-responsive:last-child > table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .article-content .panel > table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child, .article-content
.panel > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .article-content
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .article-content
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .article-content .panel > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .article-content
.panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .article-content
.panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .article-content
.panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .article-content
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .article-content
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .article-content
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .article-content
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .article-content .panel > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .article-content
.panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .article-content
.panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .article-content
.panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .article-content
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .article-content
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .article-content
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .article-content
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}

.panel > .panel-body + .table, .article-content .panel > .panel-body + table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body, .article-content
.panel > table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .article-content .panel > table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td, .article-content
.panel > table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

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

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: transparent;
}

.panel-default > .panel-heading {
  color: #777;
  background-color: transparent;
  border-color: transparent;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #777;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-primary {
  border-color: #0f5486;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0f5486;
  border-color: #0f5486;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0f5486;
}

.panel-primary > .panel-heading .badge {
  color: #0f5486;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0f5486;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

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

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

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

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #0f5486;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #0f5486;
}

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

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

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

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0f5486;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0f5486;
}

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  text-shadow: none;
  background-color: #fff;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  -webkit-overflow-scrolling: touch !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  cursor: pointer;
  z-index: 8060;
}

/* :not(:required) hides this rule from IE9 and below */
#fancybox-loading div:not(:required) {
  -webkit-animation: spinner-loader 1500ms infinite linear;
          animation: spinner-loader 1500ms infinite linear;
  border-radius: 0.5em;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
  box-shadow: #40b2d3 1.5em 0 0 0, #40b2d3 1.1em 1.1em 0 0, #40b2d3 0 1.5em 0 0, #40b2d3 -1.1em 1.1em 0 0, #40b2d3 -1.5em 0 0 0, #40b2d3 -1.1em -1.1em 0 0, #40b2d3 0 -1.5em 0 0, #40b2d3 1.1em -1.1em 0 0;
}

.fancybox-close {
  display: none;
  position: absolute !important;
  padding-bottom: 0 !important;
  top: -36px;
  right: -36px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  font-size: 30px;
  background-color: #fff;
  background-image: url("../img/close.svg");
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
}

.fancybox-close:before {
  display: none !important;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav i {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev i {
  left: 10px;
}

.fancybox-next i {
  right: 10px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(255, 255, 255, 0.85);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  padding: 2px 20px;
  background-color: transparent;
  color: #0f5486;
  font-weight: 600;
  line-height: 40px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.fancybox-close {
  display: block;
  top: 0;
  right: 0;
}

.btn, .article-content .btn {
  padding: 18px 45px;
  font-weight: 600;
  line-height: 1;
  border-radius: 6px;
  transition: 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

.btn-sm, .btn-group-sm > .btn, .article-content .btn-group-sm > .btn {
  padding: 14px 30px;
}

.btn-lg, .btn-group-lg > .btn, .article-content .btn-group-lg > .btn {
  padding: 14px 70px;
}

.btn-xl {
  padding: 25px 20px;
  font-size: 30px;
  line-height: 1;
  border-radius: 7px;
}

.btn-primary:hover, .article-content .btn-primary:hover, .article-content .btn-primary:active, .article-content .btn-primary.active, .article-content .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:focus {
  background-color: #2182af;
  border-color: #2182af;
  color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #fdbe1d;
  border-color: #fdbe1d;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #e5a502;
  border-color: #db9e02;
}

.btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
  background-image: none;
}

.btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-secondary.active {
  background-color: #fdbe1d;
  border-color: #fdbe1d;
}

.btn-secondary .badge {
  color: #fdbe1d;
  background-color: #fff;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary:focus {
  background-color: #f2b61d;
  border-color: #f2b61d;
  color: #fff;
}

.btn-0 {
  color: #fff;
  background-color: #c475db;
  border-color: #c475db;
  border-width: 5px;
}

.btn-0:hover, .btn-0:focus, .btn-0.focus, .btn-0:active, .btn-0.active,
.open > .btn-0.dropdown-toggle {
  color: #fff;
  background-color: #b34dd0;
  border-color: #af44ce;
}

.btn-0:active, .btn-0.active,
.open > .btn-0.dropdown-toggle {
  background-image: none;
}

.btn-0.disabled, .btn-0.disabled:hover, .btn-0.disabled:focus, .btn-0.disabled.focus, .btn-0.disabled:active, .btn-0.disabled.active, .btn-0[disabled], .btn-0[disabled]:hover, .btn-0[disabled]:focus, .btn-0[disabled].focus, .btn-0[disabled]:active, .btn-0[disabled].active,
fieldset[disabled] .btn-0,
fieldset[disabled] .btn-0:hover,
fieldset[disabled] .btn-0:focus,
fieldset[disabled] .btn-0.focus,
fieldset[disabled] .btn-0:active,
fieldset[disabled] .btn-0.active {
  background-color: #c475db;
  border-color: #c475db;
}

.btn-0 .badge {
  color: #c475db;
  background-color: #fff;
}

.btn-0 input.form-control {
  background-color: #fff;
  color: #c475db;
  border-color: #c475db;
}

.btn-0:active, .btn-0.active {
  background-color: #fff;
  color: #c475db;
  box-shadow: none;
}

.btn-1 {
  color: #fff;
  background-color: #fb7683;
  border-color: #fb7683;
  border-width: 5px;
}

.btn-1:hover, .btn-1:focus, .btn-1.focus, .btn-1:active, .btn-1.active,
.open > .btn-1.dropdown-toggle {
  color: #fff;
  background-color: #fa4456;
  border-color: #f93b4d;
}

.btn-1:active, .btn-1.active,
.open > .btn-1.dropdown-toggle {
  background-image: none;
}

.btn-1.disabled, .btn-1.disabled:hover, .btn-1.disabled:focus, .btn-1.disabled.focus, .btn-1.disabled:active, .btn-1.disabled.active, .btn-1[disabled], .btn-1[disabled]:hover, .btn-1[disabled]:focus, .btn-1[disabled].focus, .btn-1[disabled]:active, .btn-1[disabled].active,
fieldset[disabled] .btn-1,
fieldset[disabled] .btn-1:hover,
fieldset[disabled] .btn-1:focus,
fieldset[disabled] .btn-1.focus,
fieldset[disabled] .btn-1:active,
fieldset[disabled] .btn-1.active {
  background-color: #fb7683;
  border-color: #fb7683;
}

.btn-1 .badge {
  color: #fb7683;
  background-color: #fff;
}

.btn-1 input.form-control {
  background-color: #fff;
  color: #fb7683;
  border-color: #fb7683;
}

.btn-1:active, .btn-1.active {
  background-color: #fff;
  color: #fb7683;
  box-shadow: none;
}

.btn-2 {
  color: #fff;
  background-color: #64bbd4;
  border-color: #64bbd4;
  border-width: 5px;
}

.btn-2:hover, .btn-2:focus, .btn-2.focus, .btn-2:active, .btn-2.active,
.open > .btn-2.dropdown-toggle {
  color: #fff;
  background-color: #3ca9c9;
  border-color: #36a5c4;
}

.btn-2:active, .btn-2.active,
.open > .btn-2.dropdown-toggle {
  background-image: none;
}

.btn-2.disabled, .btn-2.disabled:hover, .btn-2.disabled:focus, .btn-2.disabled.focus, .btn-2.disabled:active, .btn-2.disabled.active, .btn-2[disabled], .btn-2[disabled]:hover, .btn-2[disabled]:focus, .btn-2[disabled].focus, .btn-2[disabled]:active, .btn-2[disabled].active,
fieldset[disabled] .btn-2,
fieldset[disabled] .btn-2:hover,
fieldset[disabled] .btn-2:focus,
fieldset[disabled] .btn-2.focus,
fieldset[disabled] .btn-2:active,
fieldset[disabled] .btn-2.active {
  background-color: #64bbd4;
  border-color: #64bbd4;
}

.btn-2 .badge {
  color: #64bbd4;
  background-color: #fff;
}

.btn-2 input.form-control {
  background-color: #fff;
  color: #64bbd4;
  border-color: #64bbd4;
}

.btn-2:active, .btn-2.active {
  background-color: #fff;
  color: #64bbd4;
  box-shadow: none;
}

.btn-3 {
  color: #fff;
  background-color: #56b3ac;
  border-color: #56b3ac;
  border-width: 5px;
}

.btn-3:hover, .btn-3:focus, .btn-3.focus, .btn-3:active, .btn-3.active,
.open > .btn-3.dropdown-toggle {
  color: #fff;
  background-color: #42948e;
  border-color: #3f8d87;
}

.btn-3:active, .btn-3.active,
.open > .btn-3.dropdown-toggle {
  background-image: none;
}

.btn-3.disabled, .btn-3.disabled:hover, .btn-3.disabled:focus, .btn-3.disabled.focus, .btn-3.disabled:active, .btn-3.disabled.active, .btn-3[disabled], .btn-3[disabled]:hover, .btn-3[disabled]:focus, .btn-3[disabled].focus, .btn-3[disabled]:active, .btn-3[disabled].active,
fieldset[disabled] .btn-3,
fieldset[disabled] .btn-3:hover,
fieldset[disabled] .btn-3:focus,
fieldset[disabled] .btn-3.focus,
fieldset[disabled] .btn-3:active,
fieldset[disabled] .btn-3.active {
  background-color: #56b3ac;
  border-color: #56b3ac;
}

.btn-3 .badge {
  color: #56b3ac;
  background-color: #fff;
}

.btn-3 input.form-control {
  background-color: #fff;
  color: #56b3ac;
  border-color: #56b3ac;
}

.btn-3:active, .btn-3.active {
  background-color: #fff;
  color: #56b3ac;
  box-shadow: none;
}

.btn-4 {
  color: #fff;
  background-color: #f3af5f;
  border-color: #f3af5f;
  border-width: 5px;
}

.btn-4:hover, .btn-4:focus, .btn-4.focus, .btn-4:active, .btn-4.active,
.open > .btn-4.dropdown-toggle {
  color: #fff;
  background-color: #ef9730;
  border-color: #ef9326;
}

.btn-4:active, .btn-4.active,
.open > .btn-4.dropdown-toggle {
  background-image: none;
}

.btn-4.disabled, .btn-4.disabled:hover, .btn-4.disabled:focus, .btn-4.disabled.focus, .btn-4.disabled:active, .btn-4.disabled.active, .btn-4[disabled], .btn-4[disabled]:hover, .btn-4[disabled]:focus, .btn-4[disabled].focus, .btn-4[disabled]:active, .btn-4[disabled].active,
fieldset[disabled] .btn-4,
fieldset[disabled] .btn-4:hover,
fieldset[disabled] .btn-4:focus,
fieldset[disabled] .btn-4.focus,
fieldset[disabled] .btn-4:active,
fieldset[disabled] .btn-4.active {
  background-color: #f3af5f;
  border-color: #f3af5f;
}

.btn-4 .badge {
  color: #f3af5f;
  background-color: #fff;
}

.btn-4 input.form-control {
  background-color: #fff;
  color: #f3af5f;
  border-color: #f3af5f;
}

.btn-4:active, .btn-4.active {
  background-color: #fff;
  color: #f3af5f;
  box-shadow: none;
}

.btn-5 {
  color: #fff;
  background-color: #4178a0;
  border-color: #4178a0;
  border-width: 5px;
}

.btn-5:hover, .btn-5:focus, .btn-5.focus, .btn-5:active, .btn-5.active,
.open > .btn-5.dropdown-toggle {
  color: #fff;
  background-color: #325d7c;
  border-color: #2f5774;
}

.btn-5:active, .btn-5.active,
.open > .btn-5.dropdown-toggle {
  background-image: none;
}

.btn-5.disabled, .btn-5.disabled:hover, .btn-5.disabled:focus, .btn-5.disabled.focus, .btn-5.disabled:active, .btn-5.disabled.active, .btn-5[disabled], .btn-5[disabled]:hover, .btn-5[disabled]:focus, .btn-5[disabled].focus, .btn-5[disabled]:active, .btn-5[disabled].active,
fieldset[disabled] .btn-5,
fieldset[disabled] .btn-5:hover,
fieldset[disabled] .btn-5:focus,
fieldset[disabled] .btn-5.focus,
fieldset[disabled] .btn-5:active,
fieldset[disabled] .btn-5.active {
  background-color: #4178a0;
  border-color: #4178a0;
}

.btn-5 .badge {
  color: #4178a0;
  background-color: #fff;
}

.btn-5 input.form-control {
  background-color: #fff;
  color: #4178a0;
  border-color: #4178a0;
}

.btn-5:active, .btn-5.active {
  background-color: #fff;
  color: #4178a0;
  box-shadow: none;
}

.container-fluid {
  max-width: 1600px;
}

@media (max-width: 769px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 769px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 769px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (max-width: 769px) {
  [class^='col-'],
  [class*=' col-'] {
    padding-left: 30px;
    padding-right: 30px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.tease-page__title,
.tease-term__title,
.tease-post__title,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 30px;
}

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

@media (min-width: 480px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}

@media (min-width: 1025px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}

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

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

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

@media (min-width: 480px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

@media (min-width: 1025px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

h2--md,
.h2--md {
  font-size: 24px;
}

h2--xs,
.h2--xs {
  font-size: 20px;
}

h3,
.h3,
.tease-page__title,
.tease-term__title,
.tease-post__title {
  font-size: 16px;
}

@media (min-width: 480px) {
  h3,
  .h3,
  .tease-page__title,
  .tease-term__title,
  .tease-post__title {
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  h3,
  .h3,
  .tease-page__title,
  .tease-term__title,
  .tease-post__title {
    font-size: 18px;
  }
}

h3--md,
.h3--md {
  font-size: 18px;
}

h3--xs,
.h3--xs {
  font-size: 16px;
}

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

@media (min-width: 480px) {
  h4,
  .h4 {
    font-size: 16px;
  }
}

@media (min-width: 1025px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}

h4--md,
.h4--md {
  font-size: 16px;
}

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

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

@media (min-width: 480px) {
  h5 .h5 {
    font-size: 14px;
  }
}

@media (min-width: 1025px) {
  h5 .h5 {
    font-size: 22px;
  }
}

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

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

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

@media (min-width: 480px) {
  h6 .h6 {
    font-size: 12px;
  }
}

@media (min-width: 1025px) {
  h6 .h6 {
    font-size: 18px;
  }
}

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

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

p {
  margin: 0 0 14px;
  font-size: 14px;
}

@media (min-width: 480px) {
  p {
    margin: 0 0 16px;
    font-size: 14px;
  }
}

.lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

@media (min-width: 769px) {
  .lead {
    font-size: 20px;
  }
}

blockquote {
  border: 0;
  margin-bottom: 0;
  padding: 5px 30px 25px;
}

@media (min-width: 1025px) {
  blockquote {
    padding: 5px 30px 25px;
  }
}

blockquote > p {
  color: #0f5486;
  font-size: 18px;
}

@media (min-width: 480px) {
  blockquote > p {
    font-size: 22px;
  }
}

blockquote footer {
  font-size: 12px;
  padding-top: 20px;
  border-top: 1px dashed rgba(119, 119, 119, 0.5);
}

@media (min-width: 769px) {
  blockquote footer {
    margin-right: 100px;
  }
}

blockquote footer:before {
  content: '';
}

.dl-horizontal dt {
  float: left;
  width: 80px;
  clear: left;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .dl-horizontal dt {
    width: 180px;
  }
}

.dl-horizontal dd {
  margin-left: 90px;
}

@media (min-width: 769px) {
  .dl-horizontal dd {
    margin-left: 200px;
  }
}

.section-main h1,
.section-main h2,
.section-main h3,
.section-main h4 {
  color: #0f5486;
}

.module-content-area p,
.section-main p {
  margin: 0 0 10px;
}

.module-content-area h2,
.section-main h2 {
  margin-bottom: 15px;
}

.module-content-area h3,
.section-main h3 {
  line-height: 1.5em;
  margin-top: 25px;
  margin-bottom: 10px;
}

.form-control {
  padding: 0 30px 0 20px;
  box-shadow: none;
  font-weight: 600;
  transition: 0.3s;
  border-width: 2px;
  background-position: right 10px top 13px;
  background-size: 15px;
  background-repeat: no-repeat;
}

.form-control:hover, .form-control:active, .form-control.active, .form-control:focus {
  outline: none;
  box-shadow: none;
}

.form-control:hover {
  border-color: #d2d1d1;
}

.form-control:focus {
  border-color: #ebebeb;
  background-color: #fff;
}

.has-success .form-control {
  background-image: url("../img/success.svg");
}

.has-error .form-control {
  background-image: url("../img/fail.svg");
}

input[type="radio"],
input[type="checkbox"] {
  margin: 8px 0 0;
}

textarea {
  max-width: 100%;
}

body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  transition: 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

a:hover, a:active, a.active, a:focus {
  color: #0f5486;
  text-decoration: none;
}

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

i {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px dashed #a2a493;
  border: 0;
}

.panel {
  box-shadow: none;
}

.panel a:after {
  display: none;
}

.panel p,
.panel li {
  font-size: 14px;
}

.panel p {
  margin-bottom: 20px;
}

.panel .panel-heading,
.panel .panel-body {
  padding-left: 0;
  padding-right: 0;
}

.panel .panel-title {
  margin-bottom: 0;
  color: #2182af;
  font-size: 18px;
}

.panel .panel-title .icon-wrapper {
  color: #40b2d3;
  transition: 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

.panel .panel-title.collapsed .icon-wrapper {
  color: #2182af;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.panel + .panel {
  border-top: 1px solid rgba(162, 164, 147, 0.25);
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.nav-basic > li {
  float: left;
}

.nav-small > li > a {
  font-size: 12px;
}

.navigation-main .nav-justified > li {
  display: block;
  width: 100vw;
}

@media (min-width: 1025px) {
  .navigation-main .nav-justified > li {
    display: inline-block;
    width: auto;
  }
  .navigation-main .nav-justified > li > a {
    padding: 5px 15px;
  }
  .navigation-main .nav-justified > li:nth-child(2) > a {
    padding-left: 0;
  }
}

@media (min-width: 1280px) {
  .navigation-main .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.navigation-main .ecomms {
  color: #fff;
  padding: 10px;
}

.navigation-main .ecomms.no-items .header-ecomm__cart {
  display: none;
}

.list-group-item + .list-group-item {
  border-top: 1px dashed rgba(162, 164, 147, 0.2);
}

.slick-nav {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: transparent;
  color: #40b2d3;
  border: 0;
  outline: none;
  font-size: 50px;
}

.slick-nav--next {
  left: calc(100% + 20px);
}

.slick-nav--prev {
  right: calc(100% + 20px);
  -webkit-transform: translate(0, -50%) scale(-1, 1);
          transform: translate(0, -50%) scale(-1, 1);
}

.tooltip-inner {
  font-size: 12px;
  font-weight: 600;
  width: 250px;
}

.cycle-pager {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 300;
  cursor: pointer;
}

.cycle-pager span {
  font-size: 42px;
  line-height: 66px;
  color: #fff;
  opacity: 0.5;
  transition: 400ms;
}

.cycle-pager span.cycle-pager-active {
  opacity: 1.0;
}

@media (min-width: 769px) {
  .cycle-pager {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1280px) {
  .cycle-pager span {
    line-height: 96px;
  }
  .cycle-pager span:first-child {
    margin-left: 8.33333333%;
  }
}

.module {
  padding: 20px 0;
}

.article-link, .article-content a {
  color: #40b2d3;
  font-weight: 500;
  position: relative;
}

.article-link:hover, .article-content a:hover, .article-link:active, .article-content a:active, .article-link.active, .article-content a.active, .article-link:focus, .article-content a:focus {
  color: #2182af;
}

.article-link:hover:after, .article-content a:hover:after, .article-link:active:after, .article-content a:active:after, .article-link.active:after, .article-content a.active:after, .article-link:focus:after, .article-content a:focus:after {
  background-color: #2ca1d7;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.article-link:after, .article-content a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #7ecbe1;
  transition: 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes grow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

::-moz-selection {
  color: #fff;
  background-color: #64bbd4;
}

::selection {
  color: #fff;
  background-color: #64bbd4;
}

.password-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-size: auto 100%;
  background-image: url("../img/puzzle-bg.svg");
  background-position: 100% center;
  background-repeat: no-repeat;
  background-color: #c475db;
}

.autism-theme-1 .password-form-wrapper {
  background-color: #c475db;
}

.autism-theme-2 .password-form-wrapper {
  background-color: #fb7683;
}

.autism-theme-3 .password-form-wrapper {
  background-color: #64bbd4;
}

.autism-theme-4 .password-form-wrapper {
  background-color: #56b3ac;
}

.autism-theme-5 .password-form-wrapper {
  background-color: #f3af5f;
}

.password-form-wrapper .inner {
  width: 300px;
  padding: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.password-form-wrapper .password-btn {
  margin-top: 20px;
}

hr {
  border-top: 1px solid #cacaca;
}

#ui-datepicker-div {
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#ui-datepicker-div select {
  color: #000;
}

.block {
  display: block;
}

.i-block {
  display: inline-block;
}

.abs {
  position: absolute;
}

.rel {
  position: relative;
}

.fixed {
  position: fixed;
}

.bg-contain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.small {
  font-size: 14px;
}

.large {
  font-size: 20px;
}

.bold {
  font-weight: 600;
}

.semibold {
  font-weight: 600;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex .inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fade {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

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

.cover {
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: top;
}

.row-flex:before, .row-flex:after {
  content: normal;
}

.row-flex .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-flex .inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

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

@media (max-width: 480px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-center {
    text-align: center;
  }
}

@media (min-width: 769px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}

@media (min-width: 1280px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}

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

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

.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.white {
  color: #fff;
}

.blue {
  color: #0f5486;
}

/**
 * Wordpress class overrides.
 */
.gallery {
  margin-left: -15px;
  margin-right: -15px;
}

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

.gallery:after {
  clear: both;
}

.gallery-item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.gallery-columns-0 .gallery-item {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-item .gallery-caption {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  font-size: 18px;
  color: inherit;
  text-transform: uppercase;
  margin: 20px 0 0;
}

.background-brown .gallery-item .gallery-caption {
  color: #e0e0e0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  font-size: 18px;
  color: inherit;
  text-transform: uppercase;
  margin: 20px 0 0;
}

.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 {
  margin: 0;
  padding: 0 4px 5px;
}

@media (max-width: 1024px) {
  .section-main {
    background-image: none !important;
  }
}

@media (min-width: 1025px) {
  .section-main {
    background-position: bottom right;
    background-size: 45% auto;
    background-repeat: no-repeat;
  }
}

.article-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.article-content h2.article-content__h2 {
  text-transform: capitalize;
}

.article-content h3.article-content__h3 {
  color: #777;
}

.article-content li {
  position: relative;
  padding: 0 0 6px 20px;
}

.article-content li:before {
  left: 0;
  position: absolute;
  content: '';
}

.article-content ol,
.article-content ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.article-content ol ol,
.article-content ol ul,
.article-content ul ol,
.article-content ul ul {
  padding-left: 0;
  padding-top: 5px;
}

.article-content > ol,
.article-content > ul {
  margin-top: 0;
}

.article-content ol {
  counter-reset: li;
}

.article-content ol li:before {
  counter-increment: li;
  content: counter(li) ".";
  top: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #40b2d3;
}

.article-content ol li ol {
  counter-reset: lili;
}

.article-content ol li ol li:before {
  counter-increment: lili;
  content: counter(lili) ".";
}

.article-content ul li:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #40b2d3;
  top: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.article-content iframe {
  width: 100% !important;
}

.article-content .btn:after {
  display: none;
}

.tease {
  margin-bottom: 30px;
}

.tease__inner {
  width: 100%;
}

.tease-page, .tease-term, .tease-post {
  transition: 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

.tease-page:hover .tease__inner, .tease-page:active .tease__inner, .tease-page.active .tease__inner, .tease-page:focus .tease__inner, .tease-term:hover .tease__inner, .tease-term:active .tease__inner, .tease-term.active .tease__inner, .tease-term:focus .tease__inner, .tease-post:hover .tease__inner, .tease-post:active .tease__inner, .tease-post.active .tease__inner, .tease-post:focus .tease__inner {
  box-shadow: 0 1px 60px 0 rgba(0, 0, 0, 0.05);
}

.tease-page:hover .tease__image, .tease-page:active .tease__image, .tease-page.active .tease__image, .tease-page:focus .tease__image, .tease-term:hover .tease__image, .tease-term:active .tease__image, .tease-term.active .tease__image, .tease-term:focus .tease__image, .tease-post:hover .tease__image, .tease-post:active .tease__image, .tease-post.active .tease__image, .tease-post:focus .tease__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.tease-page img, .tease-term img, .tease-post img {
  transition: -webkit-transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
  transition: transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
  transition: transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), -webkit-transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

.tease-page__image-wrapper, .tease-term__image-wrapper, .tease-post__image-wrapper {
  overflow: hidden;
}

.tease-page__inner, .tease-term__inner, .tease-post__inner {
  box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

.tease-page__content-wrapper, .tease-term__content-wrapper, .tease-post__content-wrapper {
  padding: 20px;
}

.tease-page__title, .tease-term__title, .tease-post__title {
  margin-bottom: 8px;
}

.tease-page__teaser, .tease-term__teaser, .tease-post__teaser {
  margin-bottom: 0;
  color: #777;
}

.tease-membership,
.tease-note {
  box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
}

.tease-membership .small,
.tease-note .small {
  font-size: 12px;
}

.tease-membership p,
.tease-note p {
  margin-bottom: 20px;
}

.tease-membership__status,
.tease-note__status {
  top: 20px;
  right: 20px;
  display: block;
  font-size: 40px;
  line-height: 40px;
  color: #e27567;
}

.tease-membership__status--active,
.tease-note__status--active {
  color: #56b3ac;
}

.tease-membership__status--paused,
.tease-note__status--paused {
  color: #f0ad4e;
}

.tease-membership__actions,
.tease-note__actions {
  margin-bottom: 0;
}

.tease-membership .article-content,
.tease-note .article-content {
  padding-bottom: 0;
}

.tease-membership__message,
.tease-note__message {
  font-size: 12px;
  font-weight: bold;
  color: #777;
  vertical-align: middle;
}

.woocommerce-account .page-wrap .tease-membership__actions .button.cancel {
  float: right;
  background: none;
  border: 0;
  border-radius: 0;
  color: #40b2d3;
  font-weight: 500;
  position: relative;
  padding: 0;
  margin-top: 15px;
}

.woocommerce-account .page-wrap .tease-membership__actions .button.cancel:hover, .woocommerce-account .page-wrap .tease-membership__actions .button.cancel:active, .woocommerce-account .page-wrap .tease-membership__actions .button.cancel.active, .woocommerce-account .page-wrap .tease-membership__actions .button.cancel:focus {
  color: #2182af;
  background-color: #fff;
}

.woocommerce-account .page-wrap .tease-membership__actions .button.cancel:hover:after, .woocommerce-account .page-wrap .tease-membership__actions .button.cancel:active:after, .woocommerce-account .page-wrap .tease-membership__actions .button.cancel.active:after, .woocommerce-account .page-wrap .tease-membership__actions .button.cancel:focus:after {
  background-color: #2ca1d7;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.woocommerce-account .page-wrap .tease-membership__actions .button.cancel:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #7ecbe1;
  transition: 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

.tease-post__image-wrapper {
  border-radius: 40px;
}

.header-primary {
  background-color: #2883ad;
  padding: 10px 0;
}

@media (max-width: 1025px) {
  .header-primary {
    z-index: 1001;
    position: fixed;
    width: 100%;
    top: 0;
  }
}

@media (min-width: 1280px) {
  .header-primary {
    position: relative;
    padding: 10px 0 15px;
  }
}

.header-primary__logo {
  width: 174px;
  height: 53px;
  max-width: 40%;
  margin-right: 10px;
  float: left;
  background-image: url("../img/autism-apps-logo.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

@media (min-width: 1025px) {
  .header-primary__logo {
    width: 200px;
    height: 80px;
    background-position: center;
    display: inline-block;
    float: none;
    position: relative;
    margin-right: 20px;
  }
  .header-primary__logo:after {
    display: block;
    content: '';
    border-right: 1px solid #fff;
    height: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: -20px;
  }
}

.header-primary__logo-autism {
  width: 174px;
  height: 53px;
  max-width: 40%;
  float: left;
  background-image: url("../img/logo.svg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

@media (min-width: 1025px) {
  .header-primary__logo-autism {
    width: 200px;
    height: 80px;
    background-position: center;
    display: inline-block;
    float: none;
  }
}

.header-primary__search-form *, .header-primary__search-form *:hover, .header-primary__search-form *:active, .header-primary__search-form *.active, .header-primary__search-form *:focus {
  outline: none;
}

@media (min-width: 1025px) {
  .header-primary__search-form {
    margin-top: 27px;
  }
  .header-primary__search-form .form-control {
    height: 50px;
  }
  .no-speech-support .header-primary__search-form .form-control {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
}

.header-primary__search-form button {
  border: 0;
  background: none;
}

.header-primary__search-form .error {
  font-size: 12px;
  position: absolute;
  color: #fff;
  font-weight: bold;
  top: 100%;
  left: 0;
  width: 100%;
}

.header-primary .form-group {
  margin-bottom: 0;
}

.header-primary .input-group .search {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 1025px) {
  .header-primary .input-group .icon-microphone,
  .header-primary .input-group .icon-search {
    top: -2px;
    position: relative;
  }
}

.header-primary .form-control {
  border-color: transparent;
}

.header-primary .input-group-addon {
  background-color: #fff;
  color: #40b2d3;
  padding: 0;
  border-color: transparent;
}

.header-primary .input-group-addon button {
  padding: 0 5px;
  font-size: 38px;
}

.header-primary .input-group-addon.last {
  background-color: #40b2d3;
  color: #fff;
}

@media (min-width: 1025px) {
  .header-primary__btns {
    margin-top: 26px;
  }
}

.header-primary__btns i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-primary__btns .btn:hover, .header-primary__btns .btn:active, .header-primary__btns .btn.active, .header-primary__btns .btn:focus {
  border-color: #2fa8cb;
  background-color: #2fa8cb;
}

.header-primary__btns .btn + .btn, .header-primary__btns .article-content .btn + .btn {
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .header-primary__btns .btn {
    width: 100%;
    text-align: left;
    border-radius: 0;
    background: #2182af;
    border: 0;
    font-weight: 600;
  }
  .header-primary__btns .btn + .btn, .header-primary__btns .article-content .btn + .btn {
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .header-primary__btns .btn {
    padding: 16px 20px 16px 40px;
    line-height: 1;
  }
}

@media (min-width: 1448px) {
  .header-primary__btns .btn + .btn, .header-primary__btns .article-content .btn + .btn {
    margin-left: 20px;
  }
}

.header-primary .cart {
  color: #40b2d3;
  position: absolute;
  right: 78px;
  top: 7px;
  z-index: 8;
  font-size: 40px;
  display: block;
  line-height: 1;
}

.header-primary .cart i {
  vertical-align: top;
}

.header-ecomm {
  padding: 5px 30px 0;
  display: none;
}

.admin-bar .header-ecomm {
  top: 46px;
}

@media (min-width: 783px) {
  .admin-bar .header-ecomm {
    top: 32px;
  }
}

@media (min-width: 1025px) {
  .header-ecomm {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
}

.header-ecomm p {
  margin-bottom: 0;
  font-size: 12px;
}

.header-ecomm,
.header-ecomm a {
  color: rgba(255, 255, 255, 0.8);
}

.header-ecomm a:hover, .header-ecomm a:active, .header-ecomm a.active, .header-ecomm a:focus {
  text-decoration: underline;
  color: white;
}

.header-ecomm__divider {
  margin: 0 10px;
}

.header-ecomm--no-items .header-ecomm__cart {
  display: none;
}

.footer {
  padding: 30px 0;
  background-color: #2182af;
}

.footer,
.footer a {
  color: #fff;
}

@media (min-width: 1025px) {
  .footer {
    padding: 50px 0;
  }
}

.footer-primary__dl {
  font-size: 14px;
}

@media (min-width: 769px) {
  .footer-primary__dl {
    font-size: 20px;
  }
}

.footer-primary__dl dt {
  font-weight: 500;
  margin-bottom: 20px;
}

.footer-primary__dl i {
  display: none;
}

@media (min-width: 769px) {
  .footer-primary__dl i {
    display: inline-block;
    margin-right: 20px;
    font-size: 30px;
  }
}

.footer-primary__connect {
  margin-bottom: 10px;
}

.footer-primary__form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-primary__form-ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-primary__form-list {
  width: 80%;
}

.footer-primary__form-list-item .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 44px;
  border-color: #fff;
}

.footer-primary__form-controls {
  width: 20%;
}

.footer-primary__form-btn {
  background: none;
  border: 0;
  width: 100%;
  background-color: #40b2d3;
  height: 44px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  outline: none;
}

.footer-primary__form-btn--next:hover i, .footer-primary__form-btn--next:active i, .footer-primary__form-btn--next.active i, .footer-primary__form-btn--next:focus i {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.footer-primary__form-btn--next i {
  display: inline-block;
  transition: 0.3s;
}

.footer-primary__form-btn > span {
  opacity: 1;
  transition: 0.3s;
}

.footer-primary__form-btn i {
  font-size: 20px;
}

.footer-primary__form-btn > div {
  -webkit-animation: spinner-loader 1500ms infinite linear;
          animation: spinner-loader 1500ms infinite linear;
  border-radius: 0.5em;
  opacity: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  font-size: 5px;
  width: 1em;
  height: 1em;
  overflow: hidden;
  text-indent: 100%;
  box-shadow: #fff 1.5em 0 0 0, #fff 1.1em 1.1em 0 0, #fff 0 1.5em 0 0, #fff -1.1em 1.1em 0 0, #fff -1.5em 0 0 0, #fff -1.1em -1.1em 0 0, #fff 0 -1.5em 0 0, #fff 1.1em -1.1em 0 0;
}

.footer-primary__form-btn.loading > span {
  opacity: 0;
}

.footer-primary__form-btn.loading > div {
  opacity: 1;
  transition: 0.3s;
}

.footer-primary__form-help {
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
}

.footer-primary__thankyou {
  display: none;
}

.footer-primary .step {
  z-index: 100;
  position: relative;
  visibility: hidden;
  height: 0;
  transition: visibility 0s 0.4s, height 0s 0.4s;
}

.footer-primary .step .item {
  opacity: 0;
  transition: opacity 0.3s;
}

.footer-primary .step.current {
  z-index: 101;
  visibility: visible;
  height: auto;
  transition: none;
}

.footer-primary .step.current .item {
  opacity: 1;
}

.footer-primary__socials {
  padding: 30px 0 20px;
}

.footer-primary__socials i {
  font-size: 40px;
}

.footer-primary__social {
  padding: 5px;
}

.footer-secondary {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-secondary p {
  font-size: 12px;
}

.footer-secondary__nav .nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-secondary__nav .nav > li > a:hover, .footer-secondary__nav .nav > li > a:active, .footer-secondary__nav .nav > li > a.active, .footer-secondary__nav .nav > li > a:focus {
  color: #fff;
  text-decoration: underline;
}

.footer-donate {
  background-color: #40b2d3;
  padding: 20px 0;
}

@media (min-width: 1025px) {
  .footer-donate {
    padding: 40px 0;
  }
}

.footer-donate__logo {
  width: 225px;
  height: 68px;
  display: none;
  background-image: url("../img/logo.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 769px) {
  .footer-donate__logo {
    float: left;
    display: block;
  }
}

.footer-donate__text {
  top: 5px;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  .footer-donate__text {
    font-size: 30px;
    margin-right: 50px;
    margin-top: 10px;
    margin-bottom: 0;
    display: inline-block;
  }
}

.footer-donate__btn {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .footer-donate__btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 769px) {
  .footer-donate__btn {
    margin-bottom: 0;
  }
}

.footer-donate__btn:hover i, .footer-donate__btn:active i, .footer-donate__btn.active i, .footer-donate__btn:focus i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer-donate__btn i {
  font-size: 35px;
  position: absolute;
  line-height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10px;
  transition: 0.3s;
}

.footer-donate__btn-inner {
  padding-left: 40px;
}

.nav--mega {
  transition: padding 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

.sticky .nav--mega {
  padding-left: 25px;
}

.nav .mega__home {
  position: relative;
}

.nav .mega__home:hover i, .nav .mega__home:active i, .nav .mega__home.active i, .nav .mega__home:focus i {
  color: rgba(255, 255, 255, 0.7);
}

.nav .mega__home--abs {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
}

.sticky .nav .mega__home--abs {
  pointer-events: auto;
}

.nav .mega__home--wrapper {
  display: block;
  overflow: hidden;
}

.nav .mega__home i {
  font-size: 20px;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: opacity 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), color 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), -webkit-transform 0s 400ms linear;
  transition: transform 0s 400ms linear, opacity 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), color 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
  transition: transform 0s 400ms linear, opacity 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), color 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), -webkit-transform 0s 400ms linear;
}

.sticky .nav .mega__home i {
  opacity: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  transition: color 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), opacity 0s linear, -webkit-transform 400ms 266.66666667ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
  transition: transform 400ms 266.66666667ms cubic-bezier(0.45, 0.15, 0.47, 0.76), color 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), opacity 0s linear;
  transition: transform 400ms 266.66666667ms cubic-bezier(0.45, 0.15, 0.47, 0.76), color 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), opacity 0s linear, -webkit-transform 400ms 266.66666667ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

.nav .mega__left {
  padding: 32px;
}

@media (min-width: 1280px) {
  .nav .mega__left {
    padding: 0;
  }
}

.nav .mega__parent {
  position: inherit;
}

.nav .mega__parent:hover .mega__container, .nav .mega__parent:hover .mega__bg, .nav .mega__parent:active .mega__container, .nav .mega__parent:active .mega__bg, .nav .mega__parent.active .mega__container, .nav .mega__parent.active .mega__bg, .nav .mega__parent:focus .mega__container, .nav .mega__parent:focus .mega__bg {
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.ie10 .nav .mega__parent:hover .mega__container, .ie10 .nav .mega__parent:hover .mega__bg, .ie10 .nav .mega__parent:active .mega__container, .ie10 .nav .mega__parent:active .mega__bg, .ie10 .nav .mega__parent.active .mega__container, .ie10 .nav .mega__parent.active .mega__bg, .ie10 .nav .mega__parent:focus .mega__container, .ie10 .nav .mega__parent:focus .mega__bg {
  display: block;
}

.nav .mega__parent:hover .mega__bg, .nav .mega__parent:active .mega__bg, .nav .mega__parent.active .mega__bg, .nav .mega__parent:focus .mega__bg {
  transition: opacity 300ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

.nav .mega__parent:hover .mega__parent-link--arrow:before, .nav .mega__parent:active .mega__parent-link--arrow:before, .nav .mega__parent.active .mega__parent-link--arrow:before, .nav .mega__parent:focus .mega__parent-link--arrow:before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ie10 .nav .mega__parent:hover .mega__parent-link--arrow:before, .ie10 .nav .mega__parent:active .mega__parent-link--arrow:before, .ie10 .nav .mega__parent.active .mega__parent-link--arrow:before, .ie10 .nav .mega__parent:focus .mega__parent-link--arrow:before {
  display: block;
}

.nav .mega__parent:hover > a, .nav .mega__parent:active > a, .nav .mega__parent.active > a, .nav .mega__parent:focus > a {
  color: rgba(255, 255, 255, 0.7);
}

.nav .mega__parent-link--arrow:before {
  content: '';
  opacity: 0;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #0f5486;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  z-index: 1000;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  transition: opacity 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), -webkit-transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
  transition: transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), opacity 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
  transition: transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), opacity 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), -webkit-transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

.ie10 .nav .mega__parent-link--arrow:before {
  display: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav .mega__container {
  overflow: hidden;
  z-index: 999;
  padding: 25px 25px 0;
  transition: all 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-10px) translateZ(0);
          transform: translateY(-10px) translateZ(0);
  opacity: 0;
  pointer-events: none;
}

.ie10 .nav .mega__container {
  display: none;
}

@media (min-width: 1280px) {
  .sticky .nav .mega__container {
    padding-left: 12.5px;
  }
}

.nav .mega__container__heading {
  color: #40b2d3;
  font-size: 24px;
  line-height: 30px;
}

.nav .mega__container__subheading {
  margin: 15px 0 10px;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  padding-right: 20px;
}

.nav .mega__container .btn {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  border-radius: 4px;
  padding: 15px 30px;
}

.nav .mega__bg {
  height: auto;
  background: #0a3758;
  position: fixed;
  left: 0;
  z-index: 998;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: opacity 300ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
  opacity: 0;
  pointer-events: none;
}

.home .nav .mega__bg {
  position: absolute;
}

.ie10 .nav .mega__bg {
  display: none;
}

.nav .mega__grid-box {
  width: 33.33333333%;
  display: block;
  padding: 20px 15px;
  border-left: 1px dashed rgba(255, 255, 255, 0.2);
}

.nav .mega__grid-box--1, .nav .mega__grid-box--2, .nav .mega__grid-box--3 {
  padding-top: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.nav .grid-box__title {
  display: inline-block;
  color: #40b2d3;
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 8px;
  white-space: normal;
}

.nav .grid-box__title:hover, .nav .grid-box__title:active, .nav .grid-box__title.active, .nav .grid-box__title:focus {
  text-decoration: underline;
}

.nav .grid-box__excerpt {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding-right: 20px;
}

.nav .grid-box__child {
  color: #fff;
  font-size: 12px;
  margin-bottom: 4px;
  display: block;
}

.nav .grid-box__child:hover, .nav .grid-box__child:active, .nav .grid-box__child.active, .nav .grid-box__child:focus {
  text-decoration: underline;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  transition: none;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  transition: none;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  transition: none;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition: none;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: '';
  display: block;
  transition: none;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
     * Squeeze
     */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease,
 opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease,
 opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 1024px) {
  .page-wrap > .banner {
    margin-top: 73px;
  }
  .xs-menu-open {
    overflow: hidden;
  }
}

button.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
  padding: 15px 24px;
}

button.hamburger--squeeze .hamburger-inner,
button.hamburger--squeeze .hamburger-inner:after,
button.hamburger--squeeze .hamburger-inner:before, button.hamburger--squeeze.is-active .hamburger-inner,
button.hamburger--squeeze.is-active .hamburger-inner:after,
button.hamburger--squeeze.is-active .hamburger-inner:before {
  transition: none;
}

button.hamburger .hamburger-inner,
button.hamburger .hamburger-inner:after,
button.hamburger .hamburger-inner:before {
  background-color: #40b2d3;
}

.navigation {
  background-color: #0f5486;
}

.navigation-main--fixed {
  top: 0;
  z-index: 1001;
  position: fixed;
  width: 100%;
}

.admin-bar .navigation-main--fixed {
  top: 46px;
}

@media (min-width: 783px) {
  .admin-bar .navigation-main--fixed {
    top: 32px;
  }
}

.navigation .menu-item--current > a, .navigation .menu-item--current-parent > a, .navigation .menu-item--current-ancestor > a {
  font-weight: 600;
}

@media (max-width: 1024px) {
  .navigation {
    width: 100%;
    position: absolute;
    top: 73px;
    left: 0;
    bottom: 0;
    z-index: 999;
    display: none;
    pointer-events: none;
  }
  .navigation.is-active {
    position: fixed;
    pointer-events: auto;
    overflow-y: scroll;
  }
  .navigation [class^=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .navigation .menu-primary a,
  .navigation .menu-secondary a {
    text-align: left;
    line-height: 51px;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 0;
    padding: 0 0 0 15px;
  }
  .navigation .menu-primary a:focus,
  .navigation .menu-secondary a:focus {
    background: rgba(255, 255, 255, 0.125);
  }
  .navigation li {
    position: relative;
  }
  .navigation li .xs-submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 51px;
    width: 51px;
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    color: #fff;
  }
  .navigation li .xs-submenu-toggle:focus {
    outline: 0;
    background: rgba(255, 255, 255, 0.125);
  }
  .navigation li .xs-submenu-toggle i {
    font-size: 30px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: 12px;
    left: 11px;
  }
  .navigation li .xs-submenu-toggle .submenu-open {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .navigation li .submenu {
    display: none;
    padding-left: 0;
    list-style: none;
    background: #0c466f;
  }
  .navigation li .submenu a {
    font-weight: 500;
    font-size: 13px;
  }
  .navigation li .submenu .submenu {
    background: #0a3758;
  }
}

.navigation a {
  color: #fff;
  white-space: nowrap;
}

.menu li:hover > .submenu, .menu li:active > .submenu, .menu li.active > .submenu, .menu li:focus > .submenu {
  opacity: 1;
  pointer-events: auto;
}

.ie10 .menu li:hover > .submenu, .ie10 .menu li:active > .submenu, .ie10 .menu li.active > .submenu, .ie10 .menu li:focus > .submenu {
  display: block;
}

.menu a:hover, .menu a:active, .menu a.active, .menu a:focus {
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1025px) {
  .menu .submenu {
    position: absolute;
    list-style-type: none;
    background-color: #0a3758;
    z-index: 15;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 5px;
    z-index: 999;
    transition: opacity 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), -webkit-transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
    transition: opacity 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
    transition: opacity 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), -webkit-transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
    opacity: 0;
    pointer-events: none;
  }
  .ie10 .menu .submenu {
    display: none;
  }
  .menu .submenu .submenu {
    position: absolute;
    left: 100%;
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
  .menu .submenu a {
    line-height: 32px;
    font-size: 14px;
    display: block;
    padding: 0 15px;
  }
  .menu .submenu a:hover, .menu .submenu a:active, .menu .submenu a.active, .menu .submenu a:focus {
    background: rgba(255, 255, 255, 0.07);
  }
}

@media (min-width: 1025px) {
  .menu-secondary {
    position: absolute;
    right: 2px;
  }
  .menu-secondary li:hover > .submenu, .menu-secondary li:active > .submenu, .menu-secondary li.active > .submenu, .menu-secondary li:focus > .submenu {
    opacity: 1;
    pointer-events: auto;
  }
  .ie10 .menu-secondary li:hover > .submenu, .ie10 .menu-secondary li:active > .submenu, .ie10 .menu-secondary li.active > .submenu, .ie10 .menu-secondary li:focus > .submenu {
    display: block;
  }
}

@media (min-width: 1448px) {
  .menu-secondary li {
    height: 57px;
  }
}

.menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a.active, .menu-secondary li a:focus {
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 769px) {
  .menu-secondary li a {
    font-size: 14px;
    top: 1px;
    padding: 10px;
  }
}

@media (min-width: 1448px) {
  .menu-secondary li a {
    top: 4px;
    font-size: 16px;
    height: 47px;
  }
}

@media (min-width: 1500px) {
  .menu-secondary li a {
    padding: 10px 15px;
  }
}

.menu-secondary .submenu {
  padding-bottom: 0;
  margin-bottom: 0;
}

.menu-secondary .submenu li {
  height: auto;
}

.menu-secondary .submenu li a {
  transition: 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
  height: auto;
  padding: 10px auto;
}

@media (min-width: 1025px) {
  .menu-secondary .submenu li a {
    padding: 5px 10px;
  }
}

@media (min-width: 1500px) {
  .menu-secondary .submenu li a {
    padding: 5px 15px;
  }
}

@media (min-width: 1025px) {
  .menu-secondary .submenu {
    padding-top: 0;
  }
}

.menu-secondary .submenu .submenu {
  display: none;
}

@media (min-width: 1448px) {
  .menu-secondary > .nav {
    height: 57px;
  }
}

.menu-primary a {
  font-size: 14px;
}

@media (min-width: 1448px) {
  .menu-primary a {
    font-size: 20px;
  }
}

.quick-contact {
  width: 320px;
  right: 60px;
  top: -130px;
  z-index: 20;
  background-color: #fff;
  background-size: auto 100%;
  background-image: url("../img/puzzle-bg-dark.svg");
  background-position: 430% center;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.15);
  display: none;
}

@media (min-width: 1025px) {
  .quick-contact {
    display: block;
  }
}

.quick-contact.sticky {
  position: fixed;
  top: 126px;
}

.quick-contact.stuck {
  top: auto;
  bottom: 60px;
}

.quick-contact__title {
  margin-bottom: 0;
  padding: 0 10px;
}

.quick-contact__list-group {
  padding: 20px;
  margin-bottom: 0;
  color: #296a99;
  font-size: 18px;
}

.quick-contact__list-group i {
  font-size: 30px;
  position: relative;
  top: -2px;
}

.quick-contact__list-group-item {
  background-color: transparent;
}

.quick-contact__form-wrapper {
  padding: 0 30px 30px;
  color: #fff;
}

.quick-contact__form-wrapper:hover, .quick-contact__form-wrapper:active, .quick-contact__form-wrapper.active, .quick-contact__form-wrapper:focus {
  color: #fff;
}

.quick-contact .social a {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quick-contact .social a .icon-home {
  font-size: 22px;
}

.quick-contact-btn {
  width: 80px;
  height: 70px;
  font-size: 50px;
  line-height: 80px;
  text-align: center;
  position: fixed;
  top: 150px;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  background-color: #2a6c9c;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  z-index: 500;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.quick-contact-btn:hover, .quick-contact-btn:active, .quick-contact-btn.active, .quick-contact-btn:focus {
  color: #fff;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.quick-contact-btn i {
  margin-left: -5px;
}

.autism-theme-1 .quick-contact-btn {
  background-color: #c475db;
}

.autism-theme-1 .quick-contact-btn:hover {
  background-color: #c77bdd;
}

.autism-theme-2 .quick-contact-btn {
  background-color: #fb7683;
}

.autism-theme-2 .quick-contact-btn:hover {
  background-color: #fb7d8a;
}

.autism-theme-3 .quick-contact-btn {
  background-color: #64bbd4;
}

.autism-theme-3 .quick-contact-btn:hover {
  background-color: #6abed6;
}

.autism-theme-4 .quick-contact-btn {
  background-color: #56b3ac;
}

.autism-theme-4 .quick-contact-btn:hover {
  background-color: #5bb5af;
}

.autism-theme-5 .quick-contact-btn {
  background-color: #f3af5f;
}

.autism-theme-5 .quick-contact-btn:hover {
  background-color: #f4b366;
}

.quick-contact-btn.active {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 1;
  pointer-events: auto;
}

.quick-contact-btn.active:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.quick-contact-btn i {
  vertical-align: baseline;
}

.quicklinks {
  overflow: hidden;
}

.quicklinks__nav-item {
  color: #767676;
}

.quicklinks__nav-item a {
  color: inherit;
  font-weight: 600;
  font-size: 20px;
}

.quicklinks__rule {
  left: -999em;
  right: -999em;
  bottom: 0;
  height: 1px;
  transition: 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

.quicklinks .triangle {
  width: 0;
  height: 0;
  content: '';
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: -10px;
  left: 0;
  opacity: 0;
  display: none;
}

@media (min-width: 769px) {
  .quicklinks .triangle {
    display: block;
  }
}

.quicklinks .triangle.active {
  opacity: 1;
  transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s opacity, 0.3s transform;
  transition: 0.3s opacity, 0.3s transform, 0.3s -webkit-transform;
}

.quicklinks__nav-icon {
  transition: 0.3s;
}

.quicklinks__nav-icon i {
  font-size: 35px;
}

.quicklinks .tab-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.quicklinks .nav > .quicklinks__nav-item > a {
  padding-top: 10px;
  padding-bottom: 14px;
}

@media (max-width: 769px) {
  .quicklinks__nav-wrapper {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .quicklinks__nav-wrapper:before, .quicklinks__nav-wrapper:after {
    z-index: 10;
    content: '';
    position: absolute;
    top: 0;
    bottom: 1px;
    width: 60px;
    pointer-events: none;
  }
  .quicklinks__nav-wrapper:before {
    left: -10px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 50%);
  }
  .quicklinks__nav-wrapper:after {
    right: -10px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%);
  }
  .quicklinks__nav-wrapper > .nav {
    white-space: nowrap;
    width: auto;
    overflow-x: scroll;
  }
  .quicklinks__nav-wrapper > .nav a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.quicklinks .nav > li {
  display: table-cell;
  width: 1%;
}

.quicklinks .nav > li > a {
  margin-bottom: 0;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .quicklinks .nav > li > a {
    white-space: normal;
  }
}

@media (max-width: 769px) {
  .quicklinks .tab-content > .tab-pane {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.quicklinks__loader-wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c475db;
  background-image: url("../img/puzzle-bg.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 50% auto;
}

.autism-theme-1 .quicklinks__loader-wrapper {
  background-color: #c475db;
}

.autism-theme-2 .quicklinks__loader-wrapper {
  background-color: #fb7683;
}

.autism-theme-3 .quicklinks__loader-wrapper {
  background-color: #64bbd4;
}

.autism-theme-4 .quicklinks__loader-wrapper {
  background-color: #56b3ac;
}

.autism-theme-5 .quicklinks__loader-wrapper {
  background-color: #f3af5f;
}

.quicklinks__loader {
  -webkit-animation: spinner-loader 2500ms infinite linear;
          animation: spinner-loader 2500ms infinite linear;
  border-radius: 0.5em;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
  top: 80px;
  left: 50%;
  margin-left: -0.5em;
  box-shadow: #fff 1.5em 0 0 0, #fff 1.1em 1.1em 0 0, #fff 0 1.5em 0 0, #fff -1.1em 1.1em 0 0, #fff -1.5em 0 0 0, #fff -1.1em -1.1em 0 0, #fff 0 -1.5em 0 0, #fff 1.1em -1.1em 0 0;
}

@media (min-width: 1025px) {
  .quicklinks__content--content .btn {
    margin: 0 10px;
  }
}

@media (max-width: 1025px) {
  .quicklinks__content--content .btn {
    width: 100%;
    margin-bottom: 10px !important;
  }
}

.quicklinks .container-fluid {
  transition: 0.5s opacity;
}

.quicklinks.loading .container-fluid {
  opacity: 0;
  pointer-events: none;
}

.quicklink {
  width: 100%;
  transition: 0s;
}

.quicklink:hover .quicklink__background, .quicklink:active .quicklink__background, .quicklink.active .quicklink__background, .quicklink:focus .quicklink__background {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.quicklink:hover .quicklink__title-wrapper,
.quicklink:hover .quicklink__icon-wrapper, .quicklink:active .quicklink__title-wrapper,
.quicklink:active .quicklink__icon-wrapper, .quicklink.active .quicklink__title-wrapper,
.quicklink.active .quicklink__icon-wrapper, .quicklink:focus .quicklink__title-wrapper,
.quicklink:focus .quicklink__icon-wrapper {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media (min-width: 480px) {
  .quicklink {
    width: 50%;
  }
}

@media (min-width: 769px) {
  .quicklink {
    width: 33.33333333%;
  }
}

@media (min-width: 1025px) {
  .quicklink {
    width: 25%;
  }
}

@media (min-width: 1025px) {
  .quicklink--large.vertical .quicklink__inner {
    padding-bottom: 200%;
  }
}

@media (min-width: 1025px) {
  .quicklink--large.horizontal {
    width: 50%;
  }
  .quicklink--large.horizontal .quicklink__inner {
    padding-bottom: 50%;
  }
}

.quicklink__inner {
  padding-bottom: 100%;
}

.quicklink__overflow {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .quicklink__overflow {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}

.quicklink__background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

.quicklink__title-wrapper {
  color: #fff;
  left: 20px;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  line-height: 1.3;
  z-index: 10;
  transition: 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

@media (min-width: 1280px) {
  .quicklink__title-wrapper {
    left: 30px;
    bottom: 30px;
    right: 30px;
    font-size: 30px;
  }
}

.quicklink__icon-wrapper {
  transition: 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

.quicklink--bg-image .quicklink__background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.redirect-message {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  pointer-events: none;
  transition: opacity 0.4s;
}

.redirect-message .container {
  position: absolute;
  max-width: 400px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.redirect-message.active {
  opacity: 1;
  z-index: 1000;
  transition: opacity 0.8s;
}

.breadcrumbs {
  padding: 20px 0;
}

.single-post .breadcrumbs {
  display: none;
}

.breadcrumbs,
.breadcrumbs a {
  font-size: 10px;
}

.breadcrumbs__separator {
  margin-left: 5px;
  margin-right: 5px;
  top: -2px;
}

.breadcrumbs .icon-home {
  color: #40b2d3;
  font-size: 12px;
  position: relative;
  top: -2px;
}

.banner-internal {
  padding-bottom: 40%;
  overflow: hidden;
}

@media (min-width: 480px) {
  .banner-internal {
    padding-bottom: 25%;
  }
}

@media (min-width: 769px) {
  .banner-internal {
    padding-bottom: 12.5%;
  }
}

@media (min-width: 1025px) {
  .banner-internal {
    padding-bottom: 8%;
  }
}

.banner-internal__picture {
  width: 100%;
  top: 0;
  left: 0;
}

.banner-internal__position {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.banner-internal__title {
  color: #fff;
  font-size: 40px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.banner-home {
  overflow: hidden;
  background-color: #000;
}

@media (max-width: 769px) {
  .banner-home {
    margin-top: 78px;
  }
}

.banner-home__slide {
  padding-bottom: 90%;
  width: 100%;
}

@media (min-width: 769px) {
  .banner-home__slide {
    padding-bottom: 26%;
  }
}

.banner-home__position {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-home__title {
  font-size: 35px;
  color: #fff;
  font-weight: 300;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}

@media (min-width: 1025px) {
  .banner-home__title {
    font-size: 45px;
  }
}

@media (min-width: 1281px) {
  .banner-home__title {
    font-size: 60px;
  }
}

.banner-home__picture {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner-home__picture img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation: ease 10s grow;
          animation: ease 10s grow;
  opacity: 0.8;
}

.banner-home__link.has-video {
  padding-left: 60px;
}

.banner-home__link i {
  font-size: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.banner-home__i-wrapper {
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  z-index: 100;
  font-size: 50px;
  color: #fff;
  opacity: 0.7;
}

.banner-home__i-wrapper:hover, .banner-home__i-wrapper:active, .banner-home__i-wrapper.active, .banner-home__i-wrapper:focus {
  color: #fff;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(5px) rotate(90deg);
          transform: translateX(-50%) translateY(5px) rotate(90deg);
}

@media (min-width: 769px) {
  .banner-home__i-wrapper {
    bottom: 0;
  }
}

.search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

.search-modal .text-wrapper {
  width: 300px;
  height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  font-size: 26px;
  line-height: 1;
}

@media (min-width: 769px) {
  .search-modal .text-wrapper {
    width: 500px;
    height: 70px;
    padding: 20px;
  }
}

.search-modal .insructions {
  margin: 0 auto;
  position: absolute;
  width: 300px;
  top: calc(50% - 100px);
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 769px) {
  .search-modal .insructions {
    width: 500px;
  }
}

.search-modal .text:after {
  content: '|';
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
          animation: blink 0.7s infinite;
}

.search-modal .speak {
  float: left;
  font-size: 30px;
}

.search-modal .speak:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
          animation: ellipsis steps(4, end) 900ms infinite;
  content: '\2026';
  text-align: left;
  width: 0;
}

.search-modal .icon-wrapper {
  width: 100px;
  height: 100px;
  float: right;
  color: #fff;
  top: -20px;
}

.search-modal .icon-wrapper .ripple {
  width: 100%;
  height: 100%;
  background-color: #c475db;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}

.autism-theme-1 .search-modal .icon-wrapper .ripple {
  background-color: #c475db;
}

.autism-theme-2 .search-modal .icon-wrapper .ripple {
  background-color: #fb7683;
}

.autism-theme-3 .search-modal .icon-wrapper .ripple {
  background-color: #64bbd4;
}

.autism-theme-4 .search-modal .icon-wrapper .ripple {
  background-color: #56b3ac;
}

.autism-theme-5 .search-modal .icon-wrapper .ripple {
  background-color: #f3af5f;
}

.search-modal .icon-wrapper .ripple:before, .search-modal .icon-wrapper .ripple:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}

.search-modal .icon-wrapper .ripple:after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.search-modal .icon-wrapper .ripple.searching:before, .search-modal .icon-wrapper .ripple.searching:after {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.search-modal .icon-wrapper i {
  z-index: 5;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 35px;
  }
}

@keyframes ellipsis {
  to {
    width: 35px;
  }
}

@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 0.2;
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 0.2;
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
}

.pagination-wrapper {
  width: 100%;
}

.pagination {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1025px) {
  .pagination {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pagination__control {
  font-size: 30px;
  color: #0f5486;
}

.pagination__prev {
  float: left;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.pagination__next {
  float: right;
}

.pagination__list {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
}

.pagination__link {
  color: #0f5486;
  padding: 10px;
}

.pagination__link:hover, .pagination__link:active, .pagination__link.active, .pagination__link:focus {
  color: #40b2d3;
}

.module-feature-panel {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 30px;
}

@media (min-width: 1025px) {
  .module-feature-panel.module {
    padding: 60px 0;
  }
}

@media (min-width: 1025px) {
  .module-feature-panel--small {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media (min-width: 1025px) {
  .module-feature-panel--large {
    padding-top: 400px;
    padding-bottom: 80px;
  }
}

.module-feature-panel__link {
  background-color: #fff;
  padding: 20px;
}

@media (min-width: 769px) {
  .module-feature-panel__link {
    padding: 60px;
  }
}

.module-feature-panel__link p {
  color: #777;
  margin-bottom: 30px;
}

.module-feature-panel .btn {
  white-space: normal;
}

.module-quote-block {
  background-color: #64bbd4;
}

.module-quote-block:before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.15;
  background-image: url("../img/pattern.svg");
  background-position: -410px center;
  background-size: 40% auto;
  background-repeat: no-repeat;
}

@media (min-width: 769px) {
  .module-quote-block.module {
    padding: 60px 0;
  }
}

.module-quote-block__image-wrapper {
  overflow: hidden;
}

@media (min-width: 769px) {
  .module-quote-block__image-wrapper {
    margin-top: 45px;
  }
}

.module-quote-block blockquote {
  padding-top: 30px;
}

.module-quote-block blockquote:before {
  content: '“';
  font-size: 50px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  position: absolute;
  top: -30px;
  left: 20px;
}

.module-quote-block blockquote p {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.module-quote-block blockquote,
.module-quote-block blockquote p,
.module-quote-block blockquote footer {
  color: #fff;
}

.module-quote-block blockquote footer {
  font-weight: 600;
  border-top-color: #fff;
}

.module-quote-block .slick-nav {
  color: #fff;
}

.module-quote-block .container-fluid {
  z-index: 5;
}

@media (min-width: 1025px) {
  .module-content-area.module {
    padding: 60px 0;
  }
  .module-content-area.module h3 {
    margin-top: 0;
  }
}

.module-content-area--background .article-content a {
  color: #fff;
}

.module-content-area--background .article-content a:hover, .module-content-area--background .article-content a:active, .module-content-area--background .article-content a.active, .module-content-area--background .article-content a:focus {
  color: #fff;
}

.module-content-area--background .article-content a:hover:after, .module-content-area--background .article-content a:active:after, .module-content-area--background .article-content a.active:after, .module-content-area--background .article-content a:focus:after {
  background-color: #fff;
}

.module-content-area--background .article-content a:after {
  background-color: #fff;
}

.module-content-area--background .article-content ul li:before {
  background-color: #fff;
}

.module-content-area h1,
.module-content-area h2,
.module-content-area h3,
.module-content-area h4 {
  color: #0f5486;
}

@media (min-width: 1025px) {
  .module-content-area .article-content {
    padding: 0;
  }
}

.module-content-area__img-wrapper {
  overflow: hidden;
  padding-bottom: 20px;
}

.module-content-area__img-wrapper img {
  margin: 0 auto;
}

@media (min-width: 769px) {
  .module-content-area__img-wrapper {
    margin-left: 20px;
    padding-bottom: 0;
  }
  .module-content-area__img-wrapper img {
    margin: inital;
  }
}

.module-content-area--background {
  color: #fff;
  background-color: #56b3ac;
}

.module-content-area--background h1,
.module-content-area--background h2,
.module-content-area--background h3,
.module-content-area--background h4 {
  color: #fff;
}

.module-content-area--background ul li:before {
  background: #fff;
}

@media (min-width: 1025px) {
  .module-content-area--background {
    background-color: #56b3ac;
    background-image: url("../img/puzzle-bg.svg");
    background-position: 94% 0;
    background-size: auto 60%;
    background-repeat: no-repeat;
  }
}

.module-form.background {
  color: #fff;
}

.module-form .gform_footer {
  text-align: center;
}

.module-form .gform_body {
  margin: 0;
}

.module-upcoming-news__title {
  color: #0f5486;
}

@media (max-width: 769px) {
  .module-upcoming-news__title {
    margin-bottom: 0 !important;
  }
}

.module-upcoming-news__link {
  margin-bottom: 20px;
  font-size: 13px;
}

@media (min-width: 769px) {
  .module-upcoming-news__link {
    margin-bottom: 50px;
  }
}

.module-upcoming-news .row-top {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .module-upcoming-news .row-top {
    margin-bottom: 50px;
  }
}

section.module-sub-pages {
  padding-top: 0;
}

.module-cta-boxes {
  padding-bottom: 0;
  background-color: #f2f2f2;
  padding-bottom: 20px;
}

@media (min-width: 769px) {
  .module-cta-boxes.module {
    padding: 55px 0;
  }
}

.module-cta-boxes__title {
  color: #2182af;
  margin-bottom: 15px;
}

@media (min-width: 769px) {
  .module-cta-boxes__title {
    margin-bottom: 20px;
  }
}

.module-cta-boxes .tease-page__title {
  margin: 0;
}

.module-cta-boxes .tease-post:after {
  left: 0;
  right: 0;
}

.module-cta-boxes .tease__title {
  font-size: 16px;
}

.module-cta-boxes .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

@media (min-width: 769px) {
  .module-cta-boxes .slick-track {
    padding-top: 0;
  }
}

@media (min-width: 1025px) {
  .module-cta-boxes .slick-track {
    padding-bottom: 20px;
  }
}

.module-cta-boxes .slick-slide {
  height: auto;
}

.module-cta-boxes.carousel .tease-page,
.module-cta-boxes.carousel .tease-post {
  margin-bottom: 0;
  background-color: #fff;
  background-clip: content-box;
  outline: none;
}

.module-cta-boxes.carousel .tease-page:hover:before, .module-cta-boxes.carousel .tease-page:active:before, .module-cta-boxes.carousel .tease-page.active:before, .module-cta-boxes.carousel .tease-page:focus:before,
.module-cta-boxes.carousel .tease-post:hover:before,
.module-cta-boxes.carousel .tease-post:active:before,
.module-cta-boxes.carousel .tease-post.active:before,
.module-cta-boxes.carousel .tease-post:focus:before {
  box-shadow: 0 1px 60px 0 rgba(0, 0, 0, 0.05);
}

.module-cta-boxes.carousel .tease-page:hover .tease__inner, .module-cta-boxes.carousel .tease-page:active .tease__inner, .module-cta-boxes.carousel .tease-page.active .tease__inner, .module-cta-boxes.carousel .tease-page:focus .tease__inner,
.module-cta-boxes.carousel .tease-post:hover .tease__inner,
.module-cta-boxes.carousel .tease-post:active .tease__inner,
.module-cta-boxes.carousel .tease-post.active .tease__inner,
.module-cta-boxes.carousel .tease-post:focus .tease__inner {
  box-shadow: none;
}

.module-cta-boxes.carousel .tease-page:before,
.module-cta-boxes.carousel .tease-post:before {
  content: '';
  z-index: -1;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

.module-cta-boxes.carousel .tease-page__inner,
.module-cta-boxes.carousel .tease-post__inner {
  box-shadow: none;
}

@media (max-width: 769px) {
  .module-cta-boxes .slick-slider {
    padding-bottom: 30px;
  }
  .module-cta-boxes .slick-nav--prev,
  .module-cta-boxes .slick-nav--next {
    top: auto;
    bottom: -30px;
    z-index: 99;
    line-height: 1;
  }
  .module-cta-boxes .slick-nav--prev {
    right: auto;
    left: 20px;
  }
  .module-cta-boxes .slick-nav--next {
    left: auto;
    right: 20px;
  }
}

@media (min-width: 1025px) {
  .slick-nav--prev i,
  .slick-nav--next i {
    top: -30px;
    opacity: 1;
    position: absolute;
    transition: opacity 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), -webkit-transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
    transition: transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), opacity 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
    transition: transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), opacity 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), -webkit-transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
  }
  .slick-nav--prev:hover i,
  .slick-nav--next:hover i {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
  }
  .slick-nav--prev:active i,
  .slick-nav--next:active i {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    transition: opacity 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), -webkit-transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
    transition: opacity 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
    transition: opacity 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76), -webkit-transform 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
  }
}

.contact__container {
  padding: 30px 0;
}

.contact__section {
  padding: 40px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.contact__section:first-child {
  padding-top: 0;
}

.contact__section--no-border {
  border-bottom: 0;
}

.contact__section h3 {
  margin-bottom: 0;
  margin-top: 0;
}

.contact__section a {
  display: inline-block;
}

.contact__section a.large {
  font-size: 30px;
}

.contact__section [class^="icon-"] {
  color: #0f5486;
  font-size: 30px;
}

@media (min-width: 769px) {
  .contact__icon {
    position: absolute;
  }
}

.contact__form .gsection_title {
  color: #0f5486;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 0;
}

.contact__form input,
.contact__form select,
.contact__form textarea {
  background-color: #ebebeb;
}

.contact__form #input_3_9 {
  padding-left: 0;
  list-style-type: none;
}

.contact__form #label_3_9_1 {
  font-size: 10px;
  margin-left: 5px;
}

.contact__form #field_3_5 textarea {
  padding-top: 10px;
  min-height: 150px;
}

.contact__locations {
  padding: 60px 0;
  background: #f2f2f2;
}

.contact__map-box {
  background: #fff;
  box-shadow: 0 1px 60px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.contact__map-box .map {
  height: 170px;
}

.contact__map-box .map__text-wrapper {
  padding: 15px 21px 21px;
  min-height: 150px;
}

.contact__map-box .map__heading {
  font-size: 22px;
}

.contact__map-box .map__address {
  font-size: 12px;
}

.search-app {
  background-color: #14334a;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  color: #fff;
  min-height: 500px;
}

.search-app .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-app .flex:before, .search-app .flex:after {
  content: normal;
}

@media (max-width: 1024px) {
  .search-app .filter-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .search-app .filter-wrap .btn {
    width: 100%;
  }
}

.search-app__filter, .search-app__category {
  transition: 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

.search-app__filter__h2 {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

@media (min-width: 1025px) {
  .search-app__filter__h2 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.search-app__filter__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-app__filter__input-wrapper .form-control {
  border-radius: 4px 0 0 4px;
}

.search-app__filter__input-wrapper .btn {
  border-radius: 0 4px 4px 0;
}

@media (max-width: 1024px) {
  .search-app__filter__input-wrapper .btn {
    padding: 18px 20px;
  }
}

.search-app__categories--results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}

.search-app__categories--results > div {
  width: 50%;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .search-app__categories--results > div {
    width: 33%;
  }
}

@media (min-width: 1025px) {
  .search-app__categories--results > div {
    width: 25%;
  }
}

@media (min-width: 1280px) {
  .search-app__categories--results > div {
    width: 20%;
  }
}

.search-app__category {
  padding: 20px 0;
}

.search-app__category h2 {
  margin-left: 20px;
}

.search-app__category .slick-slider:before, .search-app__category .slick-slider:after {
  z-index: 45;
  content: '';
  position: absolute;
  top: 0;
  bottom: 1px;
  width: 120px;
  pointer-events: none;
}

.search-app__category .slick-slider:before {
  left: 0;
  background: linear-gradient(to left, rgba(20, 51, 74, 0) 0%, rgba(20, 51, 74, 0.2) 50%, rgba(20, 51, 74, 0.8) 100%);
}

.search-app__category .slick-slider:after {
  right: 0;
  background: linear-gradient(to right, rgba(20, 51, 74, 0) 0%, rgba(20, 51, 74, 0.2) 50%, rgba(20, 51, 74, 0.8) 100%);
}

.search-app .slick-list {
  z-index: 40;
}

.search-app .slick-prev,
.search-app .slick-next {
  z-index: 50;
  width: 40px;
  height: 40px;
  top: 40%;
}

.search-app .slick-prev:before,
.search-app .slick-next:before {
  color: #fff;
  font-size: 40px;
  content: "\e904";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.search-app .slick-prev {
  left: 20px;
}

.search-app .slick-prev:before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.search-app .slick-next {
  right: 20px;
}

.search-app .loading-wrapper {
  padding: 20px 0;
}

.search-app .loader {
  position: absolute;
  -webkit-animation: spinner-loader 2500ms infinite linear;
          animation: spinner-loader 2500ms infinite linear;
  border-radius: 0.5em;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
  top: 100px;
  left: 50%;
  margin-left: -0.5em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
  z-index: 999;
  box-shadow: #fff 1.5em 0 0 0, #fff 1.1em 1.1em 0 0, #fff 0 1.5em 0 0, #fff -1.1em 1.1em 0 0, #fff -1.5em 0 0 0, #fff -1.1em -1.1em 0 0, #fff 0 -1.5em 0 0, #fff 1.1em -1.1em 0 0;
}

.search-app.loading .loader {
  opacity: 1;
}

.search-app.loading .search-app__filter,
.search-app.loading .search-app__categories {
  opacity: 0.5;
  pointer-events: none;
}

.search-app .btn.filter {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .search-app .btn.filter {
    margin-top: -2px;
  }
}

.search-app .btn.filter i {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 20px;
  margin-left: 10px;
}

.search-app .btn.filter.active i {
  -webkit-transform: rotate(90deg) scale(-1, 1);
          transform: rotate(90deg) scale(-1, 1);
}

.search-app .filter-wrapper {
  margin-top: 20px;
  background-color: #40b2d3;
  color: #fff;
}

@media (min-width: 769px) {
  .search-app .filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-x: visible;
    border-radius: 4px;
  }
}

.search-app .filter-wrapper .filter.active h3 i {
  -webkit-transform: rotate(90deg) scale(-1, 1);
          transform: rotate(90deg) scale(-1, 1);
}

.search-app .filter-wrapper .filter.active .list-wrap {
  display: block !important;
}

.search-app .filter-wrapper h3 {
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .search-app .filter-wrapper h3 {
    cursor: auto;
    margin-bottom: 10px;
  }
}

.search-app .filter-wrapper h3 i {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 20px;
  margin-left: 10px;
  float: right;
}

@media (min-width: 769px) {
  .search-app .filter-wrapper h3 i {
    display: none;
  }
}

.search-app .filter-wrapper .list-wrap {
  display: none;
}

@media (min-width: 769px) {
  .search-app .filter-wrapper .list-wrap {
    display: block;
  }
}

.search-app .filter-wrapper > div {
  padding: 20px 20px;
}

@media (max-width: 769px) {
  .search-app .filter-wrapper > div + div {
    border-top: 1px solid #fff;
  }
}

@media (min-width: 769px) {
  .search-app .filter-wrapper > div {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 0;
  }
}

.search-app .filter-wrapper > div label {
  position: relative;
  padding: 10px 0 10px 20px;
  line-height: 1.4;
  margin: 0;
  cursor: pointer;
}

@media (min-width: 769px) {
  .search-app .filter-wrapper > div label {
    padding: 5px 0 5px 20px;
  }
}

.search-app .filter-wrapper > div label:hover > span, .search-app .filter-wrapper > div label:active > span, .search-app .filter-wrapper > div label.active > span, .search-app .filter-wrapper > div label:focus > span {
  text-decoration: underline;
}

.search-app .filter-wrapper > div label input {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 0;
  position: absolute;
  margin: 0;
}

.search-app .action-btns .btn {
  margin-top: 20px;
}

.search-app .action-btns .btn + .btn, .search-app .action-btns .article-content .btn + .btn {
  margin-left: 20px;
}

.search-app .no-results {
  font-size: 18px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.search-app .total-results {
  font-size: 18px;
  width: 50%;
  padding: 20px;
}

.search-app .order {
  width: 50%;
  padding: 20px;
  font-size: 18px;
  text-align: right;
}

.search-app .order label {
  display: inline-block;
  margin-right: 10px;
}

.search-app .order select {
  display: inline-block;
  color: #000;
}

.tease--app {
  display: block;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}

.tease--app .tease__title {
  margin: 15px 0 0 0;
  padding: 0 10px;
}

.tease--app .image-wrapper {
  background-color: #000;
}

.tease--app img {
  transition: 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
  width: 100%;
  opacity: 1;
  will-change: opacity;
}

.tease--app .info {
  font-family: Georgia, "Times New Roman", Times, serif;
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 40px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  color: #777;
  border-radius: 50%;
  text-align: center;
  z-index: 50;
  opacity: 0;
  transition: 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
  margin-bottom: 0;
}

.tease--app .info:hover, .tease--app .info:active, .tease--app .info.active, .tease--app .info:focus {
  color: #2182af;
}

.tease--app:hover, .tease--app:active, .tease--app.active, .tease--app:focus {
  color: #fff;
}

.tease--app:hover img, .tease--app:active img, .tease--app.active img, .tease--app:focus img {
  opacity: 0.8;
}

.tease--app:hover .info, .tease--app:active .info, .tease--app.active .info, .tease--app:focus .info {
  opacity: 1;
}

@media (max-width: 1024px) {
  .tease--app {
    color: #fff;
  }
  .tease--app img {
    opacity: 0.8;
  }
  .tease--app .info {
    opacity: 1;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-inner {
  width: 100%;
  max-width: 800px;
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  color: #777;
}

.modal-inner .loader {
  position: relative;
  top: 0;
  opacity: 1;
  box-shadow: #14334a 1.5em 0 0 0, #14334a 1.1em 1.1em 0 0, #14334a 0 1.5em 0 0, #14334a -1.1em 1.1em 0 0, #14334a -1.5em 0 0 0, #14334a -1.1em -1.1em 0 0, #14334a 0 -1.5em 0 0, #14334a 1.1em -1.1em 0 0;
}

.quickview {
  background-color: #fff;
  padding: 20px 0;
  position: relative;
}

@media (min-width: 769px) {
  .quickview {
    padding: 30px;
  }
}

.quickview .close {
  color: #2182af;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  line-height: 1;
  padding: 0;
  font-size: 30px;
  background-color: #fff;
  border: 0;
  z-index: 5;
}

.quickview__wrap {
  border-top: 1px dashed #cacaca;
  border-bottom: 1px dashed #cacaca;
  padding: 20px 0;
  margin-bottom: 20px;
}

@media (max-width: 769px) {
  .quickview__wrap {
    text-align: center;
  }
}

.quickview__excerpt {
  margin-bottom: 20px;
}

.quickview__title {
  color: #0f5486;
  line-height: 1.3;
  margin-bottom: 10px;
}

.quickview__images img {
  box-shadow: 0 7px 15px 3px rgba(0, 0, 0, 0.07);
  border-radius: 40px;
}

.quickview__content {
  padding: 0;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 16px;
  border-top: 1px dashed #cacaca;
}

.quickview__price {
  font-size: 30px;
  color: #40b2d3;
  font-weight: 600;
  line-height: 1;
}

.quickview .stars {
  margin-top: 20px;
}

.quickview .app-by {
  margin-bottom: 20px;
}

.quickview .itunes {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .quickview .itunes {
    margin-top: 0;
  }
}

.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stars--1 .star-1 i.icon-star-full {
  color: #fbbc36;
}

.stars--2 .star-1 i.icon-star-full,
.stars--2 .star-2 i.icon-star-full {
  color: #fbbc36;
}

.stars--3 .star-1 i.icon-star-full,
.stars--3 .star-2 i.icon-star-full,
.stars--3 .star-3 i.icon-star-full {
  color: #fbbc36;
}

.stars--4 .star-1 i.icon-star-full,
.stars--4 .star-2 i.icon-star-full,
.stars--4 .star-3 i.icon-star-full,
.stars--4 .star-4 i.icon-star-full {
  color: #fbbc36;
}

.stars--5 .star-1 i.icon-star-full,
.stars--5 .star-2 i.icon-star-full,
.stars--5 .star-3 i.icon-star-full,
.stars--5 .star-4 i.icon-star-full,
.stars--5 .star-5 i.icon-star-full {
  color: #fbbc36;
}

.stars .star {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  width: 20%;
  padding-bottom: 20%;
  font-size: 25px;
}

.stars .star i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  color: #ebebeb;
}

.stars .star i.icon-star-empty {
  opacity: 0;
}

.app-meta,
.app-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 769px) {
  .app-meta,
  .app-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.app-meta .mobile-info,
.app-content .mobile-info {
  margin-top: 20px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px dashed #cacaca;
}

.app-meta .mobile-info *,
.app-content .mobile-info * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.app-meta .mobile-info .price,
.app-content .mobile-info .price {
  color: #40b2d3;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.app-meta .mobile-info .btn,
.app-content .mobile-info .btn {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 769px) {
  .app-meta .mobile-info,
  .app-content .mobile-info {
    display: none;
  }
}

.app-meta .desktop-info,
.app-content .desktop-info {
  display: none;
}

@media (min-width: 769px) {
  .app-meta .desktop-info,
  .app-content .desktop-info {
    display: block;
  }
}

.app-content h2 {
  font-size: 30px;
}

.app-content hr {
  border-top-style: dashed;
}

@media (min-width: 769px) {
  .app-content hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.app-content .mobile-image {
  float: right;
  max-width: 50%;
  margin: 0 0 5px 5px;
  border-radius: 40px;
}

@media (min-width: 769px) {
  .app-content .mobile-image {
    display: none;
  }
}

.app-content__image {
  display: none;
  max-width: 200px;
  border-radius: 40px;
}

@media (min-width: 769px) {
  .app-content__image {
    display: inline-block;
  }
}

.app-content__slideshow {
  margin-top: 40px;
  margin-bottom: 20px;
}

.app-content__slideshow-image {
  transition: 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
  opacity: 0.7;
  width: 100%;
}

.app-content__slideshow-image:hover, .app-content__slideshow-image:active, .app-content__slideshow-image.active, .app-content__slideshow-image:focus {
  opacity: 1;
}

.app-content__slideshow-link {
  background-color: #000;
  background-clip: content-box;
  padding: 0 10px;
  display: inline-block;
}

@media (min-width: 500px) {
  .app-content__slideshow-link {
    width: 33.33%;
  }
}

.app-content__slideshow-link:after {
  display: none !important;
}

.app-content .slick-prev,
.app-content .slick-next {
  z-index: 50;
  width: 30px;
  height: 30px;
}

@media (min-width: 769px) {
  .app-content .slick-prev,
  .app-content .slick-next {
    width: 40px;
    height: 40px;
  }
}

.app-content .slick-prev:before,
.app-content .slick-next:before {
  color: #0f5486;
  font-size: 30px;
  content: "\e904";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

@media (min-width: 769px) {
  .app-content .slick-prev:before,
  .app-content .slick-next:before {
    font-size: 40px;
  }
}

.app-content .slick-prev {
  left: -25px;
}

@media (min-width: 769px) {
  .app-content .slick-prev {
    left: -40px;
  }
}

.app-content .slick-prev:before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.app-content .slick-next {
  right: -25px;
}

@media (min-width: 769px) {
  .app-content .slick-next {
    right: -40px;
  }
}

.app-content .panel-body {
  background-color: #0f5486;
  color: #fff;
  padding: 20px 20px 0;
}

.app-content .panel-body a {
  color: #fff;
  font-weight: 500;
  position: relative;
}

.app-content .panel-body a:hover, .app-content .panel-body a:active, .app-content .panel-body a.active, .app-content .panel-body a:focus {
  color: #fff;
}

.app-content .panel-body a:hover:after, .app-content .panel-body a:active:after, .app-content .panel-body a.active:after, .app-content .panel-body a:focus:after {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.app-content .panel-body a:after {
  display: inline-block;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  transition: 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

.app-content .content-wrapper {
  overflow: hidden;
  position: relative;
}

.app-content .content-wrapper:before, .app-content .content-wrapper:after {
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms cubic-bezier(0.45, 0.15, 0.47, 0.76);
}

.app-content .content-wrapper:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%);
  z-index: 1;
}

.app-content .content-wrapper:before {
  content: 'Read More';
  color: #2182af;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  font-weight: 600;
  cursor: pointer;
}

.app-content .content-wrapper.cut-off:before, .app-content .content-wrapper.cut-off:after {
  opacity: 1;
  pointer-events: auto;
}

.equal > .container-fluid > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .app-meta {
    padding-top: 0;
  }
}

@media (min-width: 769px) {
  .app-meta {
    box-shadow: inset 5px 0 20px -5px rgba(0, 0, 0, 0.1);
    margin-left: 6%;
    padding-left: calc(3.33% + 30px);
    width: 27.155%;
  }
}

.app-meta .price {
  color: #40b2d3;
  font-size: 30px;
  font-weight: 600;
}

.app-meta .overall {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app-meta .overall strong {
  width: 40%;
  padding-right: 10px;
}

.app-meta .overall .stars {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 60%;
}

.app-meta .overall .star {
  width: 40px;
  height: 40px;
  padding-bottom: 0;
  font-size: 30px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.app-meta .reviews {
  padding: 20px 0;
  margin: 20px 0 40px;
  border: 1px dashed #cacaca;
  border-left: 0;
  border-right: 0;
}

.app-meta .reviews .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.app-meta .reviews .review strong {
  width: 50%;
  padding-right: 10px;
  font-size: 13px;
}

.app-meta .reviews .review .stars {
  padding-left: 10px;
  width: 50%;
  color: #fddd9a;
}

.app-meta .reviews .review .stars .star {
  font-size: 20px;
}

.app-meta .formats {
  margin-top: 10px;
}

.app-meta .formats i {
  font-size: 30px;
}

.app-meta .formats__wrapper {
  display: inline-block;
  padding: 0 3px;
}

.app-meta .category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.app-meta .category {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #cacaca;
  margin-bottom: 12px;
}

.light__nav {
  position: absolute;
  top: auto;
  bottom: -120px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 8040;
}

@media (min-width: 769px) {
  .light__nav {
    top: 50%;
    bottom: auto;
  }
}

.light__nav i {
  color: #fff;
  font-size: 50px;
  display: inline-block;
}

.light__nav--next {
  right: 20px;
}

@media (min-width: 769px) {
  .light__nav--next {
    left: calc(100% + 80px);
    right: auto;
  }
}

.light__nav--prev {
  left: 20px;
}

@media (min-width: 769px) {
  .light__nav--prev {
    right: calc(100% + 80px);
    left: auto;
  }
}

.light__nav--prev i {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.single .module-cta-boxes {
  background-color: #14334a;
  color: #fff;
  text-align: center;
}

.single .module-cta-boxes h2,
.single .module-cta-boxes a {
  color: inherit;
}

@media (min-width: 769px) {
  .single .module-cta-boxes h2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 769px) {
  .single .module-cta-boxes a {
    margin-bottom: 0;
  }
}

/* hide gravityforms honeypot field */
#field_1_7 {
    display: none !important;
}