@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden],
template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

q:before,
q:after {
  content: "";
  content: none;
}

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: 0;
}

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

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

html {
  min-width: 320px;
  height: 100%;
}

body {
  position: relative;
  box-sizing: border-box;
  padding-top: 50px;
  color: #333435;
  min-height: 100%;
  font-size: 16px;
  font-family: Atkinson Hyperlegible, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 100px;
    line-height: 1.6em;
  }
}

a {
  color: #005B98;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
a:hover {
  color: #00497A;
  text-decoration: underline;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  color: #333435;
  font-family: Atkinson Hyperlegible, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
h1.no-margin,
.no-margin.h1,
h2.no-margin,
.no-margin.h2,
h3.no-margin,
.no-margin.h3 {
  margin: 0;
}
h1.no-margin-bottom,
.no-margin-bottom.h1,
h2.no-margin-bottom,
.no-margin-bottom.h2,
h3.no-margin-bottom,
.no-margin-bottom.h3 {
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 27px;
  line-height: 1.2em;
  color: #0d0e0e;
  padding: 0;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 1.3em;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: 20px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 1.3em;
  }
}

h3,
.h3 {
  font-size: 18px;
  line-height: 1.3em;
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

.main-heading {
  color: #999;
  text-align: center;
  font-size: 54px;
}
.main-heading span {
  color: #1db5b4;
}

p {
  margin: 1.3em 0;
}
p.notice {
  font-size: 16px;
}
p.no-margin-bottom {
  margin-bottom: 0;
}

.b1,
.b2,
.b3,
.b4 {
  line-height: 1.5em;
}

.b1,
.b2,
.body-2 {
  font-size: 16px;
}

.b3,
.body-3 {
  font-size: 14px;
  line-height: 1.3em;
}

.b4 {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .b1 {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .b1,
  .b2,
  .b4,
  .body-2 {
    line-height: 1.6em;
  }
}
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

.text-medium {
  font-size: 19px;
  line-height: 1.875em;
}
.text-medium.text-less-space {
  line-height: 1.35em;
}

.text-large {
  font-size: 24px;
  line-height: 1.875em;
}

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

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

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

.text-less-space {
  line-height: 1.6em;
}

.hentry {
  line-height: 1.6em;
}

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

.img-border {
  border: 1px solid #c0c1c2;
  border-radius: 2px;
}

ul,
.wpb_wrapper ul {
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
  list-style-position: outside;
  list-style-type: none !important;
}

ul:not(.no-bullet) li,
.wpb_wrapper ul:not(.no-bullet) li {
  list-style-type: none !important;
  padding-left: 15px;
  position: relative;
}

ul:not(.no-bullet) li::before {
  content: "–";
  position: absolute;
  top: 0;
  left: 0;
}

ul.spaced > li {
  margin-top: 20px;
  line-height: 1.3em;
}

ul.lesson-resources li::before,
header ul li::before {
  display: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1180px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1600px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

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

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

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

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

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

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

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

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

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

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

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid #EDEDED;
  background: rgba(247, 249, 250, 0.97);
  background: -moz-linear-gradient(
    top,
    rgba(247, 249, 250, 0.97) 0%,
    rgba(247, 249, 250, 0.97) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(247, 249, 250, 0.97) 0%,
    rgba(247, 249, 250, 0.97) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(247, 249, 250, 0.97) 0%,
    rgba(247, 249, 250, 0.97) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f9fa',endColorstr='#f7f7f9fa',GradientType=0);
  transition: height 0.3s;
}
#header .container {
  text-align: center;
}
#header .logo-container {
  position: relative;
  z-index: 2;
  float: left;
  height: 50px;
  text-align: left;
  font-size: 0;
  line-height: 0;
  transition: all 0.3s;
}
#header .logo-container:before {
  display: inline-block;
  width: 0;
  height: 100%;
  content: "";
  vertical-align: middle;
  transition: all 0.3s;
}
#header .logo-container img {
  display: inline-block;
  width: auto;
  height: 40px;
  vertical-align: middle;
  transition: all 0.3s;
}
#header .user-container {
  position: relative;
  z-index: 2;
  padding: 34px 0;
  text-align: left;
}
#header .user-container .user {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5em;
}
#header .user-container .user .avatar {
  position: relative;
  top: -3px;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  vertical-align: middle;
}
#header .btn-search {
  position: absolute;
  bottom: 0;
  left: -46px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 36px;
  height: 70px;
  color: #acacac;
  vertical-align: top;
  text-align: center;
  line-height: 28px;
}
#header .btn-search.active {
  background: #777;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#header .search-container {
  position: absolute;
  top: 100%;
  z-index: 1000;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
#header .search-container.active {
  max-height: 60px;
  opacity: 1;
}
#header .search-container input[type="text"],
#header .search-container input[type="search"],
#header .search-container input[type="number"],
#header .search-container input[type="password"],
#header .search-container input[type="email"],
#header .search-container input[type="tel"],
#header .search-container input[type="url"],
#header .search-container textarea,
#header .search-container .styled_select,
#header .search-container .styled_select select,
.styled_select #header .search-container select,
#header .search-container .input-group .input-group-addon,
.input-group #header .search-container .input-group-addon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 35px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 0;
  background: #777;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #header.active {
    overflow: auto;
    box-sizing: border-box;
    min-height: 100vh;
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
  }
  #header.active .container {
    padding-bottom: 200px;
  }
  #header.active .logged-in-user {
    display: block;
  }
  #header.active .user-container {
    display: block;
  }
  #header .btn-search,
  #header .search-container,
  #header .user-container {
    display: none;
  }
  #header .user-container {
    padding: 15px 0 0 0;
  }
  #header .logged-in-user {
    position: relative;
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #header {
    height: 118px;
  }
  #header .logo-container {
    padding-right: 75px;
    height: 118px;
  }
  #header .logo-container img {
    height: 71px;
  }
  #header .user-container {
    float: right;
    padding: 0;
    transition: line-height 0.3s;
  }
  #header .logged-in-user {
    padding: 42px 0;
    transition: padding 0.3s;
  }
  #header .btn-search {
    position: inherit;
    top: 0px;
    left: -5px;
    line-height: 119px;
    transition: line-height 0.3s;
  }
  #header .btn-search.active {
    height: 119px;
  }
  #header .btn-user {
    margin: 45.5px 0;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 992px) {
  body.scrolled #header {
    height: 69px;
  }
  body.scrolled #header .logo-container {
    height: 70px;
  }
  body.scrolled #header .logo-container img {
    height: 49px;
  }
  body.scrolled #header .logged-in-user {
    padding: 17px 0;
  }
  body.scrolled #header .btn-search {
    line-height: 69px;
  }
  body.scrolled #header .btn-user {
    margin: 20.5px 0;
  }
}

#header .user-navigation {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  white-space: nowrap;
  font-size: 14px;
}
#header .user-navigation.active {
  display: block;
}
#header .user-navigation ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #d7d7d7;
  background: #fff;
  list-style-type: none;
  text-align: right;
}
#header .user-navigation ul li {
  padding: 0;
  border-right: 5px solid #9d9ea2;
  color: #6f6f6f;
}
#header .user-navigation ul li:hover {
  border-color: #52caef;
}
#header .user-navigation ul li a {
  display: block;
  padding: 20px 20px;
  color: inherit;
  text-decoration: none;
  line-height: 1.2em;
}
#header .user-navigation-toggle {
  display: inline-block;
  padding: 0 5px;
  color: inherit;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  transition: color 0.15s;
}
#header .user-navigation-toggle:hover {
  color: #6f6f6f;
}
@media screen and (max-width: 991px) {
  #header .user-navigation {
    position: static;
    display: none;
    margin-top: 0;
    padding-top: 0;
  }
  #header .user-navigation ul {
    margin: 10px -20px 0 -20px;
    padding: 10px 0 10px 0;
    border-top: none;
    text-align: left;
  }
  #header .user-navigation ul li {
    border: none;
  }
  #header .user-navigation ul li a {
    padding: 10px 20px;
    font-weight: bold;
  }
  #header .user-navigation-toggle {
    position: static;
    margin: 0 -20px;
    padding: 0 20px;
    width: 100%;
    font-size: 24px;
    line-height: 44px;
  }
}
@media screen and (min-width: 992px) {
  #header .user-navigation {
    transition: top 0.3s;
  }
  #header .user-navigation ul {
    border-top: none;
  }
  #header .logged-in-user {
    display: inline-block;
  }
}

.main-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #6b6b6b;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.main-navigation ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-navigation ul li {
  position: relative;
  display: inline-block;
  transition: all 0.15s;
}
.main-navigation ul li.current-menu-item {
  color: #000;
}
.main-navigation ul li.special {
  color: #002f2f;
}
.main-navigation ul li a {
  display: block;
  padding: 0 12px;
  color: inherit;
  text-decoration: none;
  line-height: 119px;
  transition: line-height 0.3s;
}
.main-navigation ul li ul.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 100%;
  border: none;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  white-space: nowrap;
}
.main-navigation ul li ul.dropdown-menu.open {
  display: block;
  border-bottom: 1px solid #d4d6d6;
}
.main-navigation ul li ul.dropdown-menu li {
  display: block;
  padding: 0;
  color: #6f6f6f;
}
.main-navigation ul li ul.dropdown-menu li a,
.main-navigation ul li ul.dropdown-menu li.active a {
  padding: 15px 12px;
  background: transparent;
  color: #6b6b6b;
  line-height: 1.2em;
}
.main-navigation ul li ul.dropdown-menu ul {
  top: 0;
  left: 100%;
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .main-navigation ul li {
    position: initial;
  }
  .main-navigation ul li:hover > ul {
    display: block;
  }
  .main-navigation ul li a:hover {
    color: #0d0e0e;
  }
  .main-navigation ul li ul.dropdown-menu {
    right: 0;
    left: 0;
    display: block;
    overflow: hidden;
    margin-top: 0px;
    margin-left: 0;
    max-height: 0;
    width: 100%;
    border: none;
    border-width: 0;
    border-radius: 0;
    background-color: #fbfcfd;
    text-align: center;
    text-transform: none;
    transition: max-height 0.5s;
  }
  .main-navigation ul li ul.dropdown-menu.open {
    max-height: 10em;
    border-bottom: 1px solid #EDEDED;
  }
  .main-navigation ul li ul.dropdown-menu li {
    display: inline-block;
    border: none;
    font-size: 18px;
  }
  .main-navigation ul li ul.dropdown-menu li a {
    padding: 0 20px;
    font-weight: 500;
    line-height: 100px;
  }
  .main-navigation ul li ul.dropdown-menu li a:hover {
    background-color: transparent;
  }
}

.main-navigation-toggle {
  position: absolute;
  top: 0;
  right: 7px;
  display: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.main-navigation-toggle.active {
  opacity: 0.5;
}
.main-navigation-toggle span {
  position: absolute;
  left: 13px;
  display: block;
  margin: auto;
  width: 24px;
  height: 3px;
  border-radius: 3px;
  background: #6b6b6b;
  transition: 0.15s;
}
.main-navigation-toggle span:nth-child(1) {
  top: 16px;
}
.main-navigation-toggle span:nth-child(2) {
  top: 50%;
  margin-top: -2px;
}
.main-navigation-toggle span:nth-child(3) {
  top: 33px;
  margin-top: -3px;
}

@media screen and (max-width: 991px) {
  .main-navigation {
    position: static;
    display: none;
    clear: both;
    margin: 0 -20px;
    width: auto;
    border-top: 1px solid #EDEDED;
    background: rgba(255, 255, 255, 0.99);
    text-align: left;
  }
  .main-navigation.active {
    display: block;
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation ul li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
  }
  .main-navigation ul li:hover .caret {
    transform: rotate(180deg);
  }
  .main-navigation ul li.open ul.dropdown-menu {
    display: block;
    padding-bottom: 10px;
  }
  .main-navigation ul li.open .caret {
    transform: rotate(0deg);
  }
  .main-navigation ul li a {
    padding: 0 20px;
    line-height: 50px;
  }
  .main-navigation ul li ul.dropdown-menu {
    position: static;
    float: none;
    padding-left: 30px;
    min-width: 0;
    border-top: none;
    box-shadow: none;
    text-align: left;
  }
  .main-navigation ul li ul.dropdown-menu li {
    border-bottom: none;
    border-left: none;
  }

  .main-navigation-toggle {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  body.scrolled .main-navigation .nav > ul > li > a {
    line-height: 70px;
  }
}
.container {
  max-width: 1180px;
  width: auto;
}
@media screen and (min-width: 992px) {
  .container {
    padding: 0 60px;
  }
}

.block-container .container {
  padding: 0;
}

[class*="col-"] {
  display: block;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
}
[class*="col-"].no-padding {
  padding: 0;
}
[class*="col-"].first {
  clear: left;
}

@media (min-width: 768px) {
  .middle-align,
  .top-align {
    display: table;
    min-width: 100%;
  }
  .middle-align > [class*="col-"],
  .top-align > [class*="col-"] {
    display: table-cell;
    float: none;
    padding-top: 0;
    padding-bottom: 0;
    border-top-color: #000;
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  .top-align > [class*="col-"] {
    vertical-align: top;
  }
}

.vc_column_container.vc_col-sm-12 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.vc_column_container.vc_col-sm-12 .wpb_row {
  padding: 0 !important;
}
@media screen and (min-width: 992px) {
  .vc_column_container.vc_col-sm-12 {
    padding-right: 42px !important;
    padding-left: 42px !important;
  }
}

.vc_row {
  overflow: hidden;
}
.vc_row .vc_row {
  overflow: visible;
}

.vc_column-inner {
  padding: 0 10px !important;
}
@media screen and (min-width: 992px) {
  .vc_column-inner {
    padding: 0 13px !important;
  }
}

section {
  position: relative;
}
section .inner {
  margin: auto;
}
section.no-padding-top {
  padding-top: 0;
}

.section-base {
  overflow: hidden;
  padding: 100px 0;
}

.section-mi {
  padding: 10px 0;
}

.section-xs {
  padding: 40px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-bg {
  background: #f0f0f0;
}

.section-border-top {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-image: url(../img/border-image.png) 3 8 repeat;
}

.section-border-bottom {
  border-bottom: 1px solid #c5c5c5;
}

.main-section {
  padding-top: 150px;
  padding-bottom: 220px;
  background-image: url("../img/bg_main-section.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.post-meta {
  color: #333435;
  line-height: 1.3em;
}
.post-meta div {
  display: inline-block;
  padding: 5px 20px;
}
.post-meta span {
  font-weight: bold;
}

.filters .search-filter {
  display: inline-block;
  margin: 4px 3px 4px 0;
  padding: 5px 15px;
  height: 20px;
  border: 2px solid #828283;
  border-radius: 3px;
  vertical-align: top;
  line-height: 20px;
}
.filters .search-filter .remove {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: url("../img/icon_remove.png") center center no-repeat;
  vertical-align: top;
}

.profile-header {
  margin-bottom: 10px;
  text-align: center;
}
.profile-header .title {
  margin: 0 0 15px 0;
}
.profile-header .short-description {
  margin: 0 0 25px 0;
}
.profile-header .avatar-block {
  margin-bottom: 25px;
  background: url("../img/bg_avatar-block-large.png") center center no-repeat;
}
.profile-header .avatar {
  padding: 7px;
  width: 250px;
  height: 250px;
  border: 4px solid #2F850D;
  border-radius: 50%;
  background: #fff;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-image: url(../img/border-image.png) 3 8 repeat;
  color: #444;
  font-size: 14px;
  line-height: 1.6em;
  background-color: #edeff0;
}
#footer .container {
  max-width: 960px;
}
#footer .copyright {
  vertical-align: middle;
  padding: 20px 20px 25px;
}
#footer .copyright img {
  vertical-align: middle;
  margin-top: 10px;
  display: block;
}
@media (min-width: 992px) {
  #footer .copyright {
    text-align: center;
    max-width: none;
  }
  #footer .copyright img {
    margin-left: 20px;
    margin-top: 0;
  }
}

.top-footer {
  padding: 37px 0 20px;
}

.bottom-footer {
  padding: 12px 0;
  border-top: 1px solid #EDEDED;
  background: #eee;
  line-height: 20px;
}
.bottom-footer p {
  margin: 12px 0;
}

.footer-col {
  box-sizing: border-box;
  padding: 0 20px;
  min-height: 1px;
}
@media (min-width: 992px) {
  .footer-col {
    float: left;
    width: 20%;
  }
}
.footer-col .col-title {
  margin-bottom: 7px;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.footer-col .col-title .icon {
  width: 17px;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -2px;
}

.footer-navigation {
  margin-bottom: 30px;
}
.footer-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-navigation ul li a {
  color: inherit;
}
.footer-navigation.social li {
  margin-bottom: 9px;
  line-height: 22px;
}
.footer-navigation.social .fa {
  display: inline-block;
  margin-top: -1px;
  margin-right: 5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #434343;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  border: none;
}

/*----Mobile Footer---------------*/
.chrome-footer-links > li > a,
.chrome-footer-links > li > a:focus,
.chrome-footer-links > li > a:hover,
.chrome-location-link,
.chrome-location-link:focus,
.chrome-location-link:hover {
  color: #333435;
}

.chrome-footer-links > li > a:hover,
.chrome-location-link:hover {
  opacity: 0.8;
}

@media print {
  .chrome-footer-logo,
  footer {
    display: none;
  }
}
.chrome-footer {
  background-color: #edeff0;
}

@media screen and (min-width: 737px) {
  .chrome-footer {
    padding: 36px 20px 0;
  }
}
.chrome-footer-nav {
  padding-bottom: 15px;
}

.chrome-footer-nav > ul {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #d4d6d6;
}

.chrome-footer-nav > ul > li {
  border-top: 1px solid #d4d6d6;
}

@media screen and (min-width: 664px) {
  .chrome-footer-nav.mod-top2 {
    padding-top: 19px;
  }
}
@media screen and (max-width: 663px) {
  .chrome-footer-nav.mod-top2 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 340px) {
  .chrome-footer-nav.mod-top2 {
    padding-top: 45px;
  }
}
@media screen and (max-width: 736px) {
  .chrome-footer-nav.mod-top1 {
    padding-top: 19px;
  }
}
@media screen and (max-width: 340px) {
  .chrome-footer-nav.mod-top1 {
    padding-top: 32px;
  }
}
.chrome-footer-toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 30px 20px;
  color: #6b6b6b;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chrome-footer-toggle:active,
.chrome-footer-toggle:hover {
  color: #6b6b6b;
}

.chrome-footer-toggle > svg {
  position: relative;
  top: -1px;
  fill: #c0c1c2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.chrome-footer-toggle-check {
  display: none;
}

.chrome-footer-toggle-check:not(:checked) ~ .chrome-footer-drawer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.chrome-footer-toggle-check:checked ~ .chrome-footer-drawer {
  height: auto;
  max-height: 1000px;
  -webkit-transition-timing-function: cubic-bezier(0.845, 0, 0.945, 0.53);
  transition-timing-function: cubic-bezier(0.845, 0, 0.945, 0.53);
}

.chrome-footer-toggle-check:checked ~ .chrome-footer-toggle > svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.chrome-summary {
  padding: 0 30px 15px;
}

.chrome-summary-heading {
  margin: 0 0 12px;
  font-size: 16px;
}

.chrome-summary > p {
  margin-bottom: 12px;
}

.chrome-summary > ul {
  margin: 0;
  list-style: none;
}

.chrome-summary > ul > li {
  margin-bottom: 12px;
}

.chrome-footer-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.chrome-footer-container:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 737px) {
  .chrome-footer-container-column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }

  .chrome-footer-container-column:last-child {
    margin-right: 0;
  }
}
.chrome-subheading {
  margin: 0 0 6px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.3;
}

.chrome-social-list {
  padding: 0 30px 15px;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.chrome-social-list > li {
  float: left;
  margin-left: 18px;
}

.chrome-social-list > li img {
  display: block;
}

.chrome-social-list > li:first-child {
  margin-left: 0;
}

.chrome-location-list {
  margin: 0;
  list-style: none;
}

.chrome-location-list > li {
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 27px;
}

.chrome-location-list > li:first-child {
  margin-top: 0;
}

.chrome-footer-pod {
  margin-top: 25px;
}

.chrome-footer-pod:first-child {
  margin-top: 0;
}

.chrome-footer-links {
  margin: 0;
  list-style: none;
}

.chrome-footer-links > li {
  line-height: 1.2;
  font-size: 14px;
  overflow: hidden;
  margin-top: 9px;
}

.chrome-footer-links > li:first-child {
  margin-top: 0;
}

.chrome-security {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chrome-social-text {
  display: inline-block;
  line-height: 22px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 27px;
}

.chrome-social-text.mod-facebook {
  background-image: url("../img/social/facebook.svg");
  background-size: 9px 17px;
  background-position: 4px;
}

.chrome-social-text.mod-instagram {
  background-image: url("../img/social/instagram_footer.svg");
  background-size: 17px 17px;
}

.chrome-social-text.mod-linkedin {
  background-image: url("../img/social/linkedin.svg");
  background-size: 17px 17px;
}

.chrome-social-text.mod-twitter {
  background-image: url("../img/social/twitter.svg");
  background-size: 18px 15px;
}

.chrome-social-text.mod-youtube {
  background-image: url("../img/social/youtube.svg");
  background-size: 18px 22px;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 0 !important;
  }

  #footer {
    position: relative;
  }
}
.btn {
  display: inline-block;
  margin: 0.5em 0;
  padding: 0 15px;
  min-width: 175px;
  max-width: 100%;
  height: 45px;
  border: 2px solid transparent;
  border-radius: 100px;
  background: transparent;
  vertical-align: middle;
  text-align: center;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 41px;
  transition: all 0.15s;
  -webkit-apperance: none;
  -moz-appearance: none;
  box-sizing: border-box;
}
.btn + .btn {
  margin-left: 10px;
}
.btn:hover,
.btn-fill.btn {
  border-color: transparent;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 0 30px;
  }
}

.btn-lime,
.btn {
  border-color: #2F850D;
  color: #2F850D;
}
.btn-lime.btn-fill,
.btn-fill.btn,
.btn-lime:hover,
.btn:hover {
  background: #2F850D;
}
.btn-lime.btn-fill:hover,
.btn-fill.btn:hover {
  background: #74a529;
}
.btn-lime.btn-white:hover,
.btn-white.btn:hover {
  color: #2F850D !important;
}

.btn-pink {
  border-color: #d50f67;
  color: #d50f67;
}
.btn-pink.btn-fill,
.btn-pink:hover {
  background: #d50f67;
}
.btn-pink.btn-fill:hover {
  background: #8c0e45;
}
.btn-pink.btn-white:hover {
  color: #d50f67 !important;
}

.btn-blue {
  border-color: #0080a4;
  color: #0080a4;
}
.btn-blue.btn-fill,
.btn-blue:hover {
  background: #0080a4;
  color: #fff;
}
.btn-blue.btn-fill:hover {
  background: #005b98;
}
.btn-blue.btn-white:hover {
  color: #0080a4 !important;
}

.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn-white.btn-fill,
.btn-white:hover {
  background: #fff;
  color: #555;
}
.btn-white.btn-fill:hover {
  background: #a8a8a8;
}

.btn-gray {
  background: #a8a8a8;
  color: #ffffff;
}
.btn-gray:hover {
  background: #8f8f8f;
}

.btn-user {
  display: inline-block;
  margin-left: 3px;
  padding: 0 15px;
  height: 28px;
  border-radius: 14px;
  background: #f0f0f0;
  color: #6b6b6b;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 28px;
  transition: all 0.15s;
  font-weight: bold;
}
.btn-user:hover {
  text-decoration: none;
  color: #0d0e0e;
  background-color: #d4d6d6;
}
.btn-user.btn-wide {
  padding: 0 25px;
}

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

.btn-small {
  height: 36px;
  line-height: 36px;
}

.btn-large {
  height: 51px;
  font-size: 20px;
  line-height: 47px;
}

input[type="text"],
input[type="search"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
.styled_select,
.styled_select select,
.input-group .input-group-addon {
  box-sizing: border-box;
  padding: 0 18px;
  height: 46px;
  outline: none;
  border: 1px solid #d4d6d6;
  border-radius: 3px;
  background: #fff;
  color: #333435;
  font-weight: normal;
  font-size: 16px;
  font-family: Atkinson Hyperlegible, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  -webkit-appearance: none;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  input[type="text"],
  input[type="search"],
  input[type="number"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  textarea,
  .styled_select,
  .styled_select select,
  .input-group .input-group-addon {
    margin-right: 15px;
  }
}
input[type="text"]:last-child,
input[type="search"]:last-child,
input[type="number"]:last-child,
input[type="password"]:last-child,
input[type="email"]:last-child,
input[type="tel"]:last-child,
input[type="url"]:last-child,
textarea:last-child,
.styled_select:last-child,
.styled_select select:last-child,
.input-group .input-group-addon:last-child {
  margin-right: 0;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
.styled_select:focus,
.styled_select select:focus,
.input-group .input-group-addon:focus {
  border-color: #2F850D;
}

textarea {
  padding: 10px 18px;
  min-height: 100px;
  height: auto;
  line-height: 1.5em;
}

input[type="checkbox"] {
  margin-right: 7px;
}

label {
  color: #2F850D;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 2px;
}

::placeholder {
  color: #9c9ea1;
}

::-webkit-input-placeholder {
  /* Chrome */
  color: #9c9ea1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #9c9ea1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9c9ea1;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #9c9ea1;
  opacity: 1;
}

.styled_select {
  position: relative;
  color: #333435;
  background: #fff;
  border-radius: 3px;
  padding: 0;
}
.styled_select select {
  color: inherit;
  appearance: none;
  cursor: pointer;
  border: none;
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.styled_select select ::-ms-expand {
  display: none;
}
.styled_select:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  height: 20px;
  content: "\f107";
  font-size: 20px;
  font-family: FontAwesome;
  line-height: 20px;
}

.checkbox label,
.radio label {
  padding-left: 38px;
  position: relative;
}
.checkbox .check,
.radio .check {
  position: relative;
  position: absolute;
  top: -2px;
  left: 0;
}
.checkbox .check span,
.radio .check span {
  background: #ffffff;
  border: 1px solid #d4d6d6;
  height: 24px;
  width: 24px;
  line-height: 24px;
  display: block;
  transition: all 0.2s;
  text-align: center;
}
.checkbox input[type="radio"],
.checkbox input[type="checkbox"],
.radio input[type="radio"],
.radio input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}
.checkbox input[type="radio"]:hover + span,
.checkbox input[type="checkbox"]:hover + span,
.radio input[type="radio"]:hover + span,
.radio input[type="checkbox"]:hover + span {
  background: #edeff0;
}
.checkbox input[type="radio"]:disabled + span,
.checkbox input[type="checkbox"]:disabled + span,
.radio input[type="radio"]:disabled + span,
.radio input[type="checkbox"]:disabled + span {
  background: #edeff0;
  opacity: 0.7;
}
.checkbox input[type="radio"]:checked + span,
.checkbox input[type="checkbox"]:checked + span,
.radio input[type="radio"]:checked + span,
.radio input[type="checkbox"]:checked + span {
  background: #2F850D;
  border-color: transparent;
}

.checkbox .check span {
  border-radius: 3px;
}
.checkbox input[type="checkbox"]:checked + span:after {
  content: "\f00c";
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 16px;
}

.radio .check span {
  border-radius: 50%;
}
.radio input[type="radio"]:checked + span {
  width: 23px;
  height: 23px;
  position: relative;
  left: 0.5px;
}
.radio input[type="radio"]:checked + span:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #ffffff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4.5px;
  margin-left: -4.5px;
}

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

.input-container {
  position: relative;
}

.textarea-container {
  position: relative;
}

.textarea-letter-count {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 14px;
  line-height: 1em;
}

.search-button {
  position: absolute;
  top: 0;
  right: 10px;
  margin: 0;
  padding: 0;
  width: 46px;
  height: 46px;
  outline: none;
  border: none;
  background: none;
  color: #b2b3b3;
  font-size: 24px;
  line-height: 46px;
  transition: all 0.15s;
  -webkit-apperance: none;
}
.search-button:hover {
  color: #3b95d3;
}

.input-group {
  display: table;
  width: 100%;
}
.input-group .input-group-addon {
  display: table-cell;
  padding-right: 0;
  width: 1px;
  border-right: none;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  vertical-align: top;
  white-space: nowrap;
  font-weight: bold;
  line-height: 44px;
}
.input-group .input-group-addon + input {
  padding-left: 8px;
  width: 100%;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group .input-group-addon .fa {
  position: relative;
  top: 2px;
  margin-left: -15px;
  width: 28px;
  height: 28px;
  border: 2px solid #707175;
  border-radius: 50%;
  color: #707175;
  text-align: center;
  line-height: 28px;
}
.input-group input {
  display: table-cell;
  vertical-align: top;
}

.form-section-title {
  padding-bottom: 5px;
  color: #3b95d3;
  text-transform: uppercase;
}
.form-section-title img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}
.form-section-title .title {
  display: inline-block;
  margin: 0;
  padding-top: 50px;
  color: inherit;
  vertical-align: bottom;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2em;
}

.row:first-child .form-section-title {
  padding-top: 35px;
}

blockquote {
  position: relative;
  margin: -15px 0 0 0;
  padding-top: 30px;
  padding-left: 100px;
  color: #2F850D;
  font-family: Atkinson Hyperlegible, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  line-height: 1.3em;
}
blockquote p {
  position: relative;
}
blockquote p:last-of-type:after {
  position: absolute;
  right: 45px;
  bottom: -15px;
  display: block;
  width: 85px;
  height: 75px;
  background: url("../img/blockquote-bottom.png") right bottom no-repeat;
  background-size: contain;
  content: "";
}
blockquote:before {
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
  width: 115px;
  height: 105px;
  background: url("../img/blockquote-top.png") left top no-repeat;
  background-size: contain;
  content: "";
}
blockquote p {
  font-weight: 900;
  font-size: 26px;
  line-height: 1.4em;
}
blockquote cite {
  color: #969696;
  font-style: normal;
  font-size: 19px;
}

section ul {
  margin: 0 0 1em 0;
  padding: 0 0 0 1em;
  list-style-type: none;
  letter-spacing: normal;
}
section ul li {
  text-indent: -0.9em;
}
section ul li:before {
  margin-right: 0.5em;
  content: "-";
}
section p + ul {
  margin-top: -1em;
}

ul.dropdown-menu li {
  text-indent: 0;
}
ul.dropdown-menu li:before {
  content: "";
  margin-right: 0;
}

.payment-method {
  position: relative;
}
.payment-method .title {
  margin: 0;
  padding: 15px 40px;
  background: #d4d6d5;
  font-size: 24px;
  font-family: Atkinson Hyperlegible, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  line-height: 1.2em;
}
.payment-method .content {
  padding: 30px 85px 30px 65px;
  background: #eeeff1;
}
.payment-method.preferred:before {
  position: absolute;
  top: 0;
  right: 10px;
  width: 70px;
  height: 84px;
  background: url("../img/preferred-badge.png") right top no-repeat;
  content: "";
}
.payment-method.preferred .title {
  padding-right: 90px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal-container {
  position: absolute;
  top: 130px;
  left: 0;
  z-index: 1100;
  width: 100%;
}
.modal-container .container {
  position: relative;
}

.modal .close,
.modal-close {
  position: absolute;
  top: -70px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/modal-close.png") center center no-repeat;
  border: none;
  margin: 0;
}
.modal .close span,
.modal-close span {
  visibility: hidden;
}

.modal-inner {
  min-height: 100px;
  background: #fff;
}

.modal-header {
  padding: 10px 35px;
  border-bottom: 1px solid #acacac;
  background: #edeff0;
  position: relative;
}
.modal-header .modal-title {
  margin: 30px 0 0 0;
}
.modal-header h1.modal-title {
  margin-bottom: -9px;
}
.modal-header h2.modal-title {
  margin-bottom: -7px;
}

.modal-content {
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 30px;
}
.modal-content > .container {
  padding: 0;
}
.modal-content > .container > .row {
  margin-top: -15px;
  margin-bottom: -15px;
}
.modal-content > .container > .row > [class*="col-"]:first-child {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-content > .row {
  margin-top: -15px;
  margin-bottom: -15px;
}
.modal-content > .row > [class*="col-"]:first-child {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .modal-content {
    padding: 40px;
  }
}

.modal-body {
  padding: 15px 35px;
}

.modal-footer {
  padding: 15px 35px;
  border-top: 1px solid #acacac;
  background: #edeff0;
}

.modal-progress .bar {
  margin-top: 5px;
  margin-bottom: 15px;
}
.modal-progress .bar:after {
  display: block;
  clear: both;
  content: "";
}
.modal-progress .bar.three-steps span,
.modal-progress .bar.four-steps span {
  display: block;
  float: left;
  width: 50%;
  height: 28px;
  border-radius: 12px;
  background: #b3b3b3;
}
.modal-progress .bar.three-steps.step-2 span:nth-child(1),
.modal-progress .bar.three-steps.step-3 span:nth-child(1),
.modal-progress .bar.three-steps.step-4 span:nth-child(1),
.modal-progress .bar.step-4.four-steps span:nth-child(1),
.modal-progress .bar.step-3.four-steps span:nth-child(1),
.modal-progress .bar.step-2.four-steps span:nth-child(1) {
  background: #94c44f;
}
.modal-progress .bar.three-steps.step-3 span:nth-child(2),
.modal-progress .bar.three-steps.step-4 span:nth-child(2),
.modal-progress .bar.step-4.four-steps span:nth-child(2),
.modal-progress .bar.step-3.four-steps span:nth-child(2) {
  background: #94c44f;
}
.modal-progress .bar.three-steps.step-4 span:nth-child(3),
.modal-progress .bar.step-4.four-steps span:nth-child(3) {
  background: #94c44f;
}
.modal-progress .bar.four-steps span {
  width: 33.3333333333%;
}
.modal-progress .steps {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  font-size: 14px;
  font-family: Atkinson Hyperlegible, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.modal-progress .steps li {
  display: table-cell;
  text-align: center;
}
.modal-progress .steps li:first-child {
  text-align: left;
}
.modal-progress .steps li:last-child {
  text-align: right;
}

.modal-dialog {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  max-width: 96%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.resource-block {
  margin-top: 80px;
}
.resource-block.style-1 .resource-title {
  border-bottom-color: #2cbbeb;
}
.resource-block.style-1 .resource-title .title {
  color: #2cbbeb;
}
.resource-block.style-2 .resource-title {
  border-bottom-color: #94c44f;
}
.resource-block.style-2 .resource-title .title {
  color: #94c44f;
}
.resource-block.style-3 .resource-title {
  border-bottom-color: #3c96cf;
}
.resource-block.style-3 .resource-title .title {
  color: #3c96cf;
}
.resource-block.style-4 .resource-title {
  border-bottom-color: #1db5b4;
}
.resource-block.style-4 .resource-title .title {
  color: #1db5b4;
}
.resource-block.external a {
  color: #3b95d3;
  text-decoration: underline;
}
.resource-block.external a .fa {
  margin-left: 5px;
  color: #1f5e89;
}
.resource-block.external a:hover {
  color: #287ab3;
}

.resource-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
}
.resource-title .icon {
  display: inline-block;
  margin-right: 25px;
  vertical-align: bottom;
}
.resource-title .title {
  display: inline-block;
  margin: 0;
  margin-bottom: 10px;
  vertical-align: bottom;
  font-weight: 500;
  font-size: 24px;
  font-family: Atkinson Hyperlegible, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.resource-list {
  padding-top: 25px;
}
.resource-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.resource-list ul li {
  margin-bottom: 5px;
  text-indent: 0;
}
.resource-list ul li:before {
  margin: 0;
  content: "";
}
.resource-list ul li a {
  color: inherit;
}
.resource-list [class*="col-"] {
  padding-top: 0;
  padding-bottom: 0;
}

.content-block {
  position: relative;
  margin: 20px 0;
  padding: 20px;
  border: 2px solid #EDEDED;
  border-radius: 2px;
  background: #fff;
}
@media (max-width: 767px) {
  .content-block {
    height: auto !important;
  }
}
.content-block:last-child {
  margin-bottom: 0;
}
.content-block.blog-post,
.content-block.slider-blog-post {
  border-top: 4px solid #3b95d3;
}
.content-block.related-post {
  border-top: 4px solid #2F850D;
}
.content-block.type-pdf {
  border-top: 4px solid #2F850D;
}
.content-block.type-doc {
  border-top: 4px solid #3b95d3;
}
.content-block.type-vid {
  border-top: 4px solid #002f2f;
}
.content-block .block-header {
  display: table;
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 100%;
}
.content-block .block-header .col {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
}
.content-block .block-header .col:first-child {
  padding-right: 20px;
  width: 60px;
}
.content-block .title {
  margin: 0;
  font-size: 24px;
  font-family: Atkinson Hyperlegible, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  line-height: 1.1em;
}
.content-block .title a {
  color: inherit;
}
.content-block .tags {
  margin-bottom: 10px;
}
.content-block .excerpt {
  line-height: 1.6em;
}
.content-block .excerpt p:first-child {
  margin-top: 0;
}
.content-block .excerpt p:last-child {
  margin-bottom: 0;
}
.content-block.small {
  margin: 5px 0;
  padding: 10px;
  line-height: 1.3em;
}
.content-block.small > img {
  margin-bottom: 12px;
}
.content-block.small.type-pdf a {
  color: #2F850D;
}
.content-block.small.type-doc a {
  color: #3b95d3;
}
.content-block.small.type-vid a {
  color: #002f2f;
}
.content-block.small .col:first-child {
  padding-right: 15px;
  width: 40px;
}
.content-block.small .title {
  font-weight: normal;
  font-size: 1em;
  line-height: 1.2em;
}
.content-block.small .title a {
  color: inherit;
}
.content-block.small .block-header {
  margin-bottom: 5px;
  padding: 0 15px;
}
.content-block.small .tags {
  margin-bottom: 5px;
  padding: 0 15px;
}
.content-block.small .excerpt {
  padding: 0 15px;
}

.content-block.small.blog-post,
.content-block.small.slider-blog-post {
  padding: 20px;
  font-family: Atkinson Hyperlegible, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.content-block.small.blog-post img,
.content-block.small.slider-blog-post img {
  margin-bottom: 20px;
}
.content-block.small.blog-post .category,
.content-block.small.slider-blog-post .category {
  font-size: 14px;
  margin-bottom: 10px;
}
.content-block.small.blog-post .title,
.content-block.small.slider-blog-post .title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.content-block.small.blog-post .block-header,
.content-block.small.slider-blog-post .block-header {
  padding: 0 20px;
}
.content-block.small.blog-post .excerpt,
.content-block.small.slider-blog-post .excerpt {
  padding: 0 20px 10px 20px;
}

.content-block.slider-blog-post {
  padding: 15px;
  font-family: Atkinson Hyperlegible, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
@media (min-width: 768px) {
  .content-block.slider-blog-post {
    padding: 40px;
  }
}
.content-block.slider-blog-post [class*="col-"] {
  padding-top: 0;
  padding-bottom: 0;
}
.content-block.slider-blog-post .title {
  margin: 20px 0;
}
.content-block.slider-blog-post .author {
  margin: 0;
  line-height: 1.6em;
}
.content-block.slider-blog-post .tags {
  margin-bottom: 0;
  line-height: 1.6em;
}
.content-block.slider-blog-post .block-header {
  margin-bottom: 20px;
}

.content-block.related-post {
  padding: 15px;
}
.content-block.related-post .image-container {
  position: relative;
  line-height: 0;
}
.content-block.related-post .content {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.6em;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
}
.content-block.related-post .category {
  font-size: 12px;
}
.content-block.related-post .title {
  font-size: 16px;
  font-weight: normal;
  color: inherit;
}
.content-block.related-post a {
  color: inherit;
}

.sidebar-filter {
  padding: 5px 0;
  border-bottom: 1px solid #c5c5c5;
  line-height: 1.2em;
}
.sidebar-filter:last-of-type {
  border-bottom: none;
}
.sidebar-filter a {
  display: block;
  padding: 12px 25px;
  color: inherit;
}
.sidebar-filter a:hover {
  background: #eee;
  text-decoration: none;
}
.sidebar-filter .title {
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
.sidebar-filter .title a {
  padding-right: 60px;
  background: none;
}
.sidebar-filter .title .fa {
  margin-left: 5px;
  color: #c5c5c5;
  text-shadow: 1px 1px 1px #333;
}
.sidebar-filter .title:after {
  position: absolute;
  top: 13px;
  right: 7px;
  height: 20px;
  color: #c5c5c5;
  content: "\f067";
  font-size: 18px;
  font-family: FontAwesome;
  line-height: 20px;
}
.sidebar-filter .current a {
  background: #2F850D;
  color: #fff;
}
.sidebar-filter ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  max-height: 0;
  list-style-type: none;
  transition: all 0.2s ease;
}
.sidebar-filter ul li {
  text-indent: 0;
}
.sidebar-filter ul li:before {
  margin: 0;
  content: "";
}
.sidebar-filter.expanded .title:after {
  content: "\f068";
}
.sidebar-filter.expanded ul {
  max-height: 1000px;
  transition: all 0.5s ease;
}

.author-block {
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .author-block {
    padding: 40px !important;
  }
}
.author-block .author-header {
  margin-bottom: 40px;
  text-align: center;
}
.author-block .author-name {
  font-size: 28px;
  font-family: Atkinson Hyperlegible, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  line-height: 1.05em;
}
.author-block .avatar-block {
  margin: 0 -20px;
  background: url("../img/bg_avatar-block.png") center center no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .author-block .avatar-block {
    margin: 0 -40px;
  }
}
.author-block .avatar {
  padding: 3px;
  width: 130px;
  height: 130px;
  border: 2px solid #002f2f;
  border-radius: 50%;
  background: #fff;
}

.sort-container {
  text-align: right;
}
.sort-container .styled_select {
  color: #c3c4c4;
}
.sort-container .styled_select select {
  width: 260px;
  height: 40px;
  border-color: #acacac;
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  color: #939393;
  line-height: 40px;
}

.social a {
  margin: 0 2px;
}
.social .fa {
  width: 38px;
  height: 38px;
  border: 2px solid #707175;
  border-radius: 50%;
  color: #707175;
  font-size: 20px;
  line-height: 38px;
  transition: all 0.15s;
  text-align: center;
}
.social .fa:after {
  line-height: inherit;
}
.social .fa:hover {
  background: #707175;
  color: #fff;
}

.blog-header {
  text-align: center;
  line-height: 1.6em;
}
.blog-header .title {
  margin: 0 0 10px 0;
}
.blog-header .author {
  margin-bottom: 10px;
}

.blog-flexslider {
  box-sizing: border-box;
  position: static !important;
  padding: 0;
}
.blog-flexslider .flex-viewport {
  overflow: visible !important;
}
.blog-flexslider .slides {
  margin: 0 -15px;
}
.blog-flexslider .slides:after:after {
  display: block;
  clear: both;
  content: "";
}
.blog-flexslider ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blog-flexslider ul li {
  text-indent: 0;
}
.blog-flexslider ul li:before {
  content: "";
  margin-right: 0;
}
.blog-flexslider ul li .content-block {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .blog-flexslider ul li .content-block {
    border-left: 0;
    border-right: 0;
    margin: 0;
  }
}
.blog-flexslider .content-block {
  margin: 0;
}
.blog-flexslider .flex-control-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: -49px;
  left: 0;
  width: 100%;
}
.blog-flexslider .flex-control-nav li {
  display: inline-block;
}
.blog-flexslider .flex-control-nav li a {
  font-size: 0;
  margin: 5px;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: block;
  transition: all 0.15s;
  line-height: 0;
}
.blog-flexslider .flex-control-nav li a:hover {
  border-color: #a4a4a7;
}
.blog-flexslider .flex-control-nav li a:hover:before {
  background: #707175;
}
.blog-flexslider .flex-control-nav li a.flex-active {
  border-color: #2F850D;
}
.blog-flexslider .flex-control-nav li a.flex-active:before {
  background: #2F850D;
}
.blog-flexslider .flex-control-nav li a:before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  background: #2F850D;
  border-radius: 50%;
}

.flexslider-container {
  position: relative;
}

.blog-sidebar aside {
  margin-bottom: 30px;
  line-height: 1.7em;
}
.blog-sidebar ul {
  margin: 10px 0;
}
.blog-sidebar form input {
  margin: 5px 0;
  display: block;
}
.blog-sidebar .social {
  padding: 5px 0;
  display: block;
}

.wp-caption {
  padding: 0;
  border: none;
  font-size: 14px;
  line-height: 1.4em;
  color: #707070;
  text-align: left;
  hyphens: auto;
}
.wp-caption p:last-child {
  margin-bottom: 0;
}

.card {
  padding: 10px 0 !important;
}
.card .vc_column-inner {
  position: relative;
  display: block;
  margin: 10px;
  padding: 24px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 18px;
}
.card > .vc_column-inner {
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
}
.card > .vc_column-inner > .wpb_wrapper {
  margin: 0 !important;
  padding: 30px;
  box-sizing: border-box;
}
.card .heading {
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 40px;
}
.card .card-heading {
  display: flex;
  margin: 0 0 20px 0;
  align-items: center;
  justify-content: center;
}
.card .card-heading h3,
.card .card-heading p {
  margin: 0;
}
.card .card-heading img {
  display: block;
  float: left;
  margin-right: 20px;
  width: 60px;
  height: 60px;
}
.card .footer {
  text-align: center;
  margin-top: 20px;
}
.card .footer .btn {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.card .footer .btn:last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 992px) {
  .card {
    padding: 10px !important;
  }
}

.panel {
  font-size: 16px;
  color: #333435;
  transition: all 0.4s;
}
.panel .panel-collapse {
  max-height: 0 !important;
}
.panel.active {
  background: #edeff0;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.panel.active .panel-title {
  color: #3ba510;
  margin: 0;
}
.panel.active .panel-title a:hover {
  color: inherit;
}
.panel.active .panel-icon {
  transform: rotate(45deg);
  color: inherit;
}
.panel.active .panel-collapse {
  max-height: 900px !important;
}
@media screen and (max-width: 991px) {
  .panel {
    font-size: 18px;
  }
  .panel .panel-icon {
    top: 16px;
  }
}

.panel-title {
  font-weight: 400;
  font-size: 18px;
  padding: 20px 0;
  margin: 0;
  position: relative;
  padding-right: 40px;
  line-height: 1.6em;
}
.panel-title a {
  color: inherit;
}
.panel-title a:hover {
  color: #6b6b6b;
}
@media screen and (min-width: 768px) {
  .panel-title {
    font-size: 24px;
    line-height: 2em;
  }
}

.panel-body {
  padding-bottom: 35px;
}

.panel-icon {
  position: absolute;
  top: 1.1em;
  right: 0;
  line-height: 30px;
  height: 30px;
  font-weight: 700;
  color: #d4d6d6;
  font-size: 26px;
  transition: all 0.2s;
}
.panel-icon:after {
  content: "+";
}

/*.faq-list .panel{padding:20px 0;}
.faq-list .panel-heading a{text-decoration:none;color:inherit;font-size:20px;}

.faq-list .active .panel-heading{color:#94cb4c;}
.faq-list .panel>.panel-heading+.panel-collapse>.panel-body {
    padding: 25px 0 0;
    border-top: none;
    background-color: transparent;
    text-align: left;
}
.faq-list .panel{position:relative;}
.faq-list .panel .panel-title {margin-top: 0; position: relative;}
.faq-list .panel>.panel-heading .panel-icon {
    float: none;
    position: absolute;
    right: -40px;
	top: 50%;
	margin-top: -15px;
    color: #a9bec9;
	font-size:1.4em;
}

.faq-list .panel .fa-times{
	transform:rotate(45deg);
	transition:all .25s linear;	
}
.faq-list .panel.active .fa-times{
	display:inline-block;
	transform:rotate(0);
	color:#94CB4D;
}


.panel>.panel-heading .panel-title>a{
	color:#000;
	display: block;
    padding: 20px;
    background-color: #e7edf0;
    -webkit-transition: background .35s ease;
    transition: background .35s ease;
}

.panel{	
    -webkit-transition: background .35s ease;
    transition: background .35s ease;
	
}
.panel.active{
    background-color: #f7f9fa;
}

*/
.section-education-hero {
  background: #edeff0;
  position: relative;
  overflow: hidden;
  /*
  	.btn {
  		background: none;
  		color: $color-main;
  		border: 1px solid $color-main;
  		height: 54px;
  		line-height: 54px;
  		border-radius: 6px;
  		margin-top: 1em;
  		margin-bottom: 0;
  		padding-top: 4px;
  
  		&:hover {
  			background: $color-main;
  			color: #fff;
  		}
  	}
  	*/
}
.section-education-hero:after {
  display: block;
  clear: both;
  content: "";
}
.section-education-hero .slides {
  padding: 0;
}
.section-education-hero .slide {
  padding-left: 0 !important;
  position: relative;
  box-sizing: border-box;
}
.section-education-hero .slide::before {
  content: unset;
}
.section-education-hero .row {
  margin: 0 -30px;
}
.section-education-hero [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.section-education-hero .image {
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.section-education-hero .controls-container {
  padding: 20px 0 30px 0;
}
.section-education-hero .controls-container .controls {
  padding-top: 0;
  padding-bottom: 0;
}
.section-education-hero .flex-control-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
}
.section-education-hero .flex-control-nav li {
  float: left;
  margin-right: 15px;
}
.section-education-hero .flex-control-nav li a {
  font-size: 0;
  background: rgba(0, 0, 0, 0.15);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
}
.section-education-hero .flex-control-nav li a.flex-active {
  background-color: #3b95d3;
}
.section-education-hero .category {
  background: #e1e3e4;
  line-height: 24px;
  border-radius: 13px;
  padding: 0 15px;
  font-size: 13px;
  color: #6b6b6b;
  display: inline-block;
  letter-spacing: 0.6pt;
  text-transform: uppercase;
  padding-top: 2px;
  margin-bottom: 2em;
}
.section-education-hero .title {
  font-size: 30px;
  margin: 0;
}
.section-education-hero .title + .lead {
  margin-top: 0.8em;
}
.section-education-hero .title a {
  color: inherit;
}
.section-education-hero .lead {
  font-size: 24px;
  line-height: 1.4em;
}
.section-education-hero .note {
  font-size: 13px;
  color: #6b6b6b;
  line-height: 1.4em;
}
.section-education-hero .date {
  text-transform: uppercase;
  color: #6b6b6b;
  font-size: 13px;
  letter-spacing: 1.6pt;
  margin-bottom: 5px;
  display: inline-block;
}
.section-education-hero p {
  margin: 0;
}
.section-education-hero p + p {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .section-education-hero .image {
    height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .section-education-hero {
    min-height: 400px;
  }
  .section-education-hero .slides {
    /*
        white-space: nowrap;
        */
  }
  .section-education-hero .slide {
    padding: 40px 0;
    min-height: 400px;
    float: left;
    width: 100vw;
    display: none;
  }
  .section-education-hero .slide:first-child {
    display: block;
  }
  .section-education-hero .image {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    margin-bottom: 0;
  }
  .section-education-hero .controls-container {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0;
  }
}
.wpb_row {
  display: block !important;
}
.wpb_single_image .vc_single_image-wrapper {
  text-align: center;
}

@media (min-width: 769px) {
  .vc_col-sm-1,
  .vc_col-sm-10,
  .vc_col-sm-11,
  .vc_col-sm-12,
  .vc_col-sm-2,
  .vc_col-sm-3,
  .vc_col-sm-4,
  .vc_col-sm-5,
  .vc_col-sm-6,
  .vc_col-sm-7,
  .vc_col-sm-8,
  .vc_col-sm-9 {
    float: left;
  }
  .vc_col-sm-12 {
    width: 100%;
  }
  .vc_col-sm-11 {
    width: 91.66666667%;
  }
  .vc_col-sm-10 {
    width: 83.33333333%;
  }
  .vc_col-sm-9 {
    width: 75%;
  }
  .vc_col-sm-8 {
    width: 66.66666667%;
  }
  .vc_col-sm-7 {
    width: 58.33333333%;
  }
  .vc_col-sm-6 {
    width: 50%;
  }
  .vc_col-sm-5 {
    width: 41.66666667%;
  }
  .vc_col-sm-4 {
    width: 33.33333333%;
  }
  .vc_col-sm-3 {
    width: 25%;
  }
  .vc_col-sm-2 {
    width: 16.66666667%;
  }
  .vc_col-sm-1 {
    width: 8.33333333%;
  }
  .vc_col-sm-pull-12 {
    right: 100%;
  }
  .vc_col-sm-pull-11 {
    right: 91.66666667%;
  }
  .vc_col-sm-pull-10 {
    right: 83.33333333%;
  }
  .vc_col-sm-pull-9 {
    right: 75%;
  }
  .vc_col-sm-pull-8 {
    right: 66.66666667%;
  }
  .vc_col-sm-pull-7 {
    right: 58.33333333%;
  }
  .vc_col-sm-pull-6 {
    right: 50%;
  }
  .vc_col-sm-pull-5 {
    right: 41.66666667%;
  }
  .vc_col-sm-pull-4 {
    right: 33.33333333%;
  }
  .vc_col-sm-pull-3 {
    right: 25%;
  }
  .vc_col-sm-pull-2 {
    right: 16.66666667%;
  }
  .vc_col-sm-pull-1 {
    right: 8.33333333%;
  }
  .vc_col-sm-pull-0 {
    right: auto;
  }
  .vc_col-sm-push-12 {
    left: 100%;
  }
  .vc_col-sm-push-11 {
    left: 91.66666667%;
  }
  .vc_col-sm-push-10 {
    left: 83.33333333%;
  }
  .vc_col-sm-push-9 {
    left: 75%;
  }
  .vc_col-sm-push-8 {
    left: 66.66666667%;
  }
  .vc_col-sm-push-7 {
    left: 58.33333333%;
  }
  .vc_col-sm-push-6 {
    left: 50%;
  }
  .vc_col-sm-push-5 {
    left: 41.66666667%;
  }
  .vc_col-sm-push-4 {
    left: 33.33333333%;
  }
  .vc_col-sm-push-3 {
    left: 25%;
  }
  .vc_col-sm-push-2 {
    left: 16.66666667%;
  }
  .vc_col-sm-push-1 {
    left: 8.33333333%;
  }
  .vc_col-sm-push-0 {
    left: auto;
  }
  .vc_col-sm-offset-12 {
    margin-left: 100%;
  }
  .vc_col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .vc_col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .vc_col-sm-offset-9 {
    margin-left: 75%;
  }
  .vc_col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .vc_col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .vc_col-sm-offset-6 {
    margin-left: 50%;
  }
  .vc_col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .vc_col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .vc_col-sm-offset-3 {
    margin-left: 25%;
  }
  .vc_col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .vc_col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .vc_col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .vc_col-sm-1,
  .vc_col-sm-10,
  .vc_col-sm-11,
  .vc_col-sm-12,
  .vc_col-sm-2,
  .vc_col-sm-3,
  .vc_col-sm-4,
  .vc_col-sm-5,
  .vc_col-sm-6,
  .vc_col-sm-7,
  .vc_col-sm-8,
  .vc_col-sm-9 {
    float: left !important;
    width: 100% !important;
  }
  .vc_col-sm-pull-0,
  .vc_col-sm-pull-1,
  .vc_col-sm-pull-10,
  .vc_col-sm-pull-11,
  .vc_col-sm-pull-12,
  .vc_col-sm-pull-2,
  .vc_col-sm-pull-3,
  .vc_col-sm-pull-4,
  .vc_col-sm-pull-5,
  .vc_col-sm-pull-6,
  .vc_col-sm-pull-7,
  .vc_col-sm-pull-8,
  .vc_col-sm-pull-9 {
    right: auto !important;
  }
  .vc_col-sm-push-0,
  .vc_col-sm-push-1,
  .vc_col-sm-push-10,
  .vc_col-sm-push-11,
  .vc_col-sm-push-12,
  .vc_col-sm-push-2,
  .vc_col-sm-push-3,
  .vc_col-sm-push-4,
  .vc_col-sm-push-5,
  .vc_col-sm-push-6,
  .vc_col-sm-push-7,
  .vc_col-sm-push-8,
  .vc_col-sm-push-9 {
    left: auto !important;
  }
  .vc_col-sm-offset-0,
  .vc_col-sm-offset-1,
  .vc_col-sm-offset-10,
  .vc_col-sm-offset-11,
  .vc_col-sm-offset-12,
  .vc_col-sm-offset-2,
  .vc_col-sm-offset-3,
  .vc_col-sm-offset-4,
  .vc_col-sm-offset-5,
  .vc_col-sm-offset-6,
  .vc_col-sm-offset-7,
  .vc_col-sm-offset-8,
  .vc_col-sm-offset-9 {
    margin-left: 0 !important;
  }
}
.vc_row.wpb_row {
  display: flex;
  justify-content: center;
}
/*# sourceMappingURL=main.css.map */
