img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease;
  transition: all all 0.2s ease-in-out ease;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.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;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1680px) {
  .container {
    width: 1680px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1680px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease;
  transition: all opacity 0.15s linear ease;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.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;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.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%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-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);
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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: 1025px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  -webkit-border-radius: 4px;
          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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease;
  transition: all 0.6s ease-in-out left ease;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1025px) and (max-width: 1679px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) and (max-width: 1679px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1025px) and (max-width: 1679px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1025px) and (max-width: 1679px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1680px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1680px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1680px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1680px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1679px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1680px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container-smaller {
  max-width: 1400px;
  margin: 0 auto;
}
.container-smallest {
  max-width: 1152px;
  margin: 0 auto;
}
/* ---------- typography ---------- */
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  line-height: 2;
  color: #2b2b2b;
}
h1 {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.1;
}
h2 {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-transform: none;
  color: #094fa3;
  line-height: 1.2;
}
h3 {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
}
h4 {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
}
h5 {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
}
h6 {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 19px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin-bottom: 10px;
}
ul,
ol {
  padding-left: 13px;
}
ul {
  padding-left: 30px;
}
ul li {
  position: relative;
}
ul li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #2b2b2b;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 16px;
}
ul.list-inline {
  padding: 0;
  margin: 0;
}
ul.list-inline li {
  padding: 0;
  margin: 0;
}
ul.list-inline li::before {
  display: none;
}
a {
  font-weight: 400;
  color: #094fa3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: left;
  background: #7ec389;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0 45px 0 20px;
  text-decoration: none;
  min-width: 198px;
  overflow: hidden;
}
.btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin-left: -43px;
  border-style: solid;
  border-width: 25px 25px 25px 29px;
  border-color: rgba(255, 255, 255, 0.4);
  border-left-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:visited {
  background: #7ec389 !important;
}
.btn:hover::after,
.btn:focus::after,
.btn:active::after,
.btn:visited::after {
  margin-left: 0;
}
.btn-video {
  display: block;
  width: 98px;
  height: 98px;
  border: 9px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: transparent !important;
  min-width: 98px;
}
.btn-video::after {
  display: none;
}
.btn-video img {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
.btn-video:hover,
.btn-video:focus,
.btn-video:active,
.btn-video:visited {
  background: transparent !important;
}
video,
audio {
  width: 100%;
}
.section-title {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 30px;
}
.sidebar-block-title {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 5px 15px 7px;
}
.sidebar-block-title::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  bottom: -8px;
  z-index: -1;
}
.sidebar-block-title.blue {
  background: #094fa3;
}
.sidebar-block-title.blue::after {
  background: #094fa3;
}
.sidebar-block-title.green {
  background: #52a25f;
}
.sidebar-block-title.green::after {
  background: #52a25f;
}
img {
  margin-bottom: 12px;
}
button {
  cursor: pointer;
  outline: 0 none;
  padding: 0;
}
form input,
form select,
form textarea {
  font-size: 18px;
  color: #aaaaaa;
  height: 26px;
  line-height: 1;
  border: 0 none;
  border-bottom: 2px solid #aaa;
  padding: 0 13px;
  margin-bottom: 24px;
}
form input::-moz-placeholder,
form select::-moz-placeholder,
form textarea::-moz-placeholder {
  font-style: italic;
  color: #b2adad;
  opacity: 1;
}
form input::-ms-input-placeholder,
form select::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  font-style: italic;
  color: #b2adad;
  opacity: 1;
}
form input::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #b2adad;
  opacity: 1;
}
form textarea {
  border: 2px solid #aaaaaa;
  height: 276px;
  padding: 15px 13px;
  margin-top: 18px;
}
form input[type="checkbox"],
form input[type="radio"] {
  height: auto;
  width: auto;
}
form input[type="submit"],
form button[type="submit"] {
  border: 0 none;
}


/* ---------- ninja forms ---------- */

.nf-form-cont .nf-form-content input:not([type="button"]), 
.nf-form-cont .nf-form-content textarea,
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div {
  font-size: 18px;
  color: #aaaaaa;
  height: 26px;
  line-height: 1;
  border: 0 none;
  border-bottom: 2px solid #aaa;
  padding: 0 13px;
  margin-bottom: 14px;
  background: transparent;
}

.nf-form-cont .nf-form-content textarea {
  border: 2px solid #aaaaaa;
  height: 276px !important;
  padding: 15px 13px;
  margin-top: 18px;
}


.nf-form-cont .nf-form-content input:not([type="button"])::-moz-placeholder, 
.nf-form-cont .nf-form-content textarea::-moz-placeholder,
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div::-moz-placeholder {
  font-style: italic;
  color: #b2adad;
  opacity: 1;
}

.nf-form-cont .nf-form-content input:not([type="button"])::-ms-input-placeholder, 
.nf-form-cont .nf-form-content textarea::-ms-input-placeholder,
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div::-ms-input-placeholder {
  font-style: italic;
  color: #b2adad;
  opacity: 1;
}

.nf-form-cont .nf-form-content input:not([type="button"])::-webkit-input-placeholder, 
.nf-form-cont .nf-form-content textarea::-webkit-input-placeholder,
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div::-webkit-input-placeholder {
  font-style: italic;
  color: #b2adad;
  opacity: 1;
}

.nf-form-cont .nf-field-container, #ninja_forms_required_items {
  margin-bottom: 0;
}


.nf-form-content .label-above .nf-field-label, 
.nf-form-content .label-below .nf-field-label, 
.nf-form-content .label-hidden .nf-field-label {
    margin-bottom: 0;
    padding: 0;
}


.nf-form-cont .nf-error.field-wrap .nf-field-element::after {
    background: #094fa3;
    bottom: auto;
    font-size: 20px;
    height: 26px;
    line-height: 28px;
    right: 0;
    top: 4px;
    width: 26px;
}

.nf-form-cont .nf-error.field-wrap.textarea-wrap .nf-field-element::after {
  top: 18px;
}

.nf-form-cont .nf-error .ninja-forms-field {
    border-color: #094fa3 !important;
}


.nf-form-cont .nf-input-limit {
  margin: 0;
}

.nf-form-cont .nf-error .nf-error-msg {
  color: #094fa3;
  font-size: 16px;
}

.nf-form-cont .nf-form-fields-required {
  color: #094fa3;
}

.nf-form-cont .nf-after-field {
  line-height: 1;
  position: relative;
  top: -5px;
}

.nf-form-cont .textarea-container .nf-after-field {
  top: -20px;
}

.recaptcha-wrap .nf-field-label {
  display: none;
}

.nf-form-cont .nf-form-content input[type="submit"], 
.nf-form-cont .nf-form-content input[type="button"], 
.nf-form-cont .nf-form-content button {
  background: #7ec389 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: "Interstate","Source Sans Pro",sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  min-width: 198px;
  overflow: hidden;
  padding: 0 45px 0 20px;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.nf-form-cont .nf-form-content input[type="submit"]:hover, 
.nf-form-cont .nf-form-content input[type="button"]:hover, 
.nf-form-cont .nf-form-content button:hover {
  background: #7ec389 !important;
  color: #fff;
}

.nf-form-cont .nf-form-content input[type="submit"]::after, 
.nf-form-cont .nf-form-content input[type="button"]::after, 
.nf-form-cont .nf-form-content button::after {
  border-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.4) transparent;
  border-style: solid;
  border-width: 25px 25px 25px 29px;
  bottom: 0;
  content: "";
  left: 100%;
  margin-left: -43px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nf-form-cont .nf-form-content input[type="submit"]:hover::after, 
.nf-form-cont .nf-form-content input[type="submit"]:focus::after, 
.nf-form-cont .nf-form-content input[type="submit"]:active::after, 
.nf-form-cont .nf-form-content input[type="submit"]:visited::after {
  margin-left: 0;
}

.nf-form-cont .nf-form-content input[type="button"]:hover::after, 
.nf-form-cont .nf-form-content input[type="button"]:focus::after, 
.nf-form-cont .nf-form-content input[type="button"]:active::after, 
.nf-form-cont .nf-form-content input[type="button"]:visited::after {
  margin-left: 0;
}

.nf-form-cont .nf-form-content button:hover::after, 
.nf-form-cont .nf-form-content button:focus::after, 
.nf-form-cont .nf-form-content button:active::after, 
.nf-form-cont .nf-form-content button:visited::after {
  margin-left: 0;
}

.nf-form-cont .nf-form-content .submit-wrap .nf-field-element {
  width: auto !important;
  position: relative;
}

.nf-form-cont .nf-form-content .submit-wrap .nf-field-element::after {
  border-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.4) transparent;
  border-style: solid;
  border-width: 25px 25px 25px 29px;
  bottom: 0;
  content: "";
  left: 100%;
  margin-left: -43px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nf-form-cont .nf-form-content .submit-wrap .nf-field-element:hover::after {
  margin-left: 0;
}


.contact-form-block .nf-form-cont .recaptcha-container-field {
  float: right;
}

.contact-form-block .nf-form-cont .submit-container-field {
  float: right;
  margin-left: 20px;
}

.contact-form-block .nf-form-cont .nf-form-content textarea {
  margin-bottom: 30px;
}


.nf-form-cont .nf-after-form-content {
  clear: both;
  padding: 20px 0;
  text-align: center;
}

.nf-form-cont .ninja-forms-req-symbol, 
.nf-form-cont .nf-error-msg {
  color: #094fa3;
}


.nf-form-cont .nf-pass.field-wrap .nf-field-element::after {
  color: #52a25f;
  font-size: 26px;
  height: 26px;
  line-height: 26px;
  right: 0;
  top: 5px;
}

.nf-form-cont .nf-pass.field-wrap.textarea-wrap .nf-field-element::after {
  right: 5px;
  top: 22px;
}




/* ---------- basic modules ---------- */
.search-form {
  position: relative;
}
.search-form input {
  height: 22px;
  color: #2b2b2b;
  border-color: #2b2b2b;
  padding: 0 5px;
  margin: 0;
}
.search-form input::-moz-placeholder {
  color: #2b2b2b;
}
.search-form input::-ms-input-placeholder {
  color: #2b2b2b;
}
.search-form input::-webkit-input-placeholder {
  color: #2b2b2b;
}
.search-form button[type="submit"] {
  position: absolute;
  right: 4px;
  top: -5px;
  font-size: 26px;
}
ul.socials li {
  margin: 0 5px;
}
ul.socials li a {
  font-size: 26px;
  display: block;
  height: 38px;
  width: 38px;
  position: relative;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #fff;
}
ul.socials li a .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
ul.socials li a.facebook-link {
  background: #395b99;
}
ul.socials li a.twitter-link {
  font-size: 22px;
  background: #23a8e0;
}
ul.socials li a.pinterest-link {
  font-size: 26px;
  background: #cd2129;
}
ul.socials li a.instagram-link {
  font-size: 27px;
  background: rgba(0, 0, 0, 0) -webkit-radial-gradient(30% 107% circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) repeat scroll 0 0;
}
ul.socials li a.google-link {
  font-size: 20px;
  background: #dc4e40;
}
ul.footer-socials li {
  margin: 0 15px;
}
ul.footer-socials li a {
  font-size: 28px;
  display: block;
  color: #fff;
}
ul.pagination li {
  margin: 0 5px;
}
ul.pagination li a,
ul.pagination li span {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 24px;
  color: #1064ca;
}
ul.pagination li a:hover {
  text-decoration: none;
}
ul.pagination.post-pagination {
  margin-top: 45px;
}
ul.pagination.post-pagination::after {
  content: '';
  display: table;
  clear: both;
}
ul.pagination.post-pagination li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #094fa3;
}
ul.pagination.post-pagination .prev {
  float: left;
}
ul.pagination.post-pagination .next {
  float: right;
}
/* ---------- header ---------- */
/* ---------- hamburger ---------- */
.mobile-menu-button {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mobile-menu-button span {
  position: absolute;
  display: block;
  height: 5px;
  left: 0;
  right: 0;
  background: #094fa3;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.mobile-menu-button span:first-child {
  top: 0;
  -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
  transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
  transition: top 0.3s ease 0.3s, transform 0.3s ease 0s;
  transition: top 0.3s ease 0.3s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.mobile-menu-button span:nth-child(2) {
  top: 50%;
  margin-top: -2px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.mobile-menu-button span:last-child {
  top: auto;
  bottom: 0;
  -webkit-transition: bottom 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
  transition: bottom 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
  transition: bottom 0.3s ease 0.3s, transform 0.3s ease 0s;
  transition: bottom 0.3s ease 0.3s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.mobile-menu-button.menu-opened {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
/* ---------- mobile nav ---------- */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  min-width: 320px;
  right: 0;
  background: #094fa3;
  overflow-y: auto;
  z-index: 200;
  visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mobile-nav .mobile-nav-content-wrapper {
  max-width: 300px;
  margin: 0 auto;
  padding: 40px 0;
}
.mobile-nav .search-form {
  position: relative;
}
.mobile-nav .search-form input {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 20px;
  color: #fff;
  font-style: normal;
  height: 30px;
  line-height: 1;
  padding: 0 15px 0 36px;
  margin-bottom: 0;
  border: 0 none;
}
.mobile-nav .search-form input::-moz-placeholder {
  color: #fff;
  font-style: normal;
}
.mobile-nav .search-form input::-ms-input-placeholder {
  color: #fff;
  font-style: normal;
}
.mobile-nav .search-form input::-webkit-input-placeholder {
  color: #fff;
  font-style: normal;
}
.mobile-nav .search-form button[type="submit"] {
  width: 36px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 22px;
}
.mobile-nav .search-form button[type="submit"] .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mobile-nav.nav-show {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.close-menu-button-wrapper {
  text-align: right;
  margin-bottom: 25px;
}
.search-form-wrapper {
  margin-bottom: 10px;
}
.close-menu {
  width: 40px;
  height: 26px;
  display: inline-block;
  position: relative;
}
.close-menu span {
  position: absolute;
  display: block;
  height: 6px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-border-radius: 25px;
          border-radius: 25px;
}
.close-menu span:first-child {
  top: 10px;
  -webkit-transition: top 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  transition: top 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  transition: top 0.3s ease 0s, transform 0.3s ease 0.3s;
  transition: top 0.3s ease 0s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-menu span:last-child {
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  transition: bottom 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  transition: bottom 0.3s ease 0s, transform 0.3s ease 0.3s;
  transition: bottom 0.3s ease 0s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
}
.mobile-menu {
  position: relative;
  overflow-y: auto;
  z-index: 1;
  padding: 0;
  margin: 0;
}
.mobile-menu li::before {
  display: none;
}
.mobile-menu li a {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 20px;
  display: block;
  color: #fff;
  padding: 0 7px;
  position: relative;
}
.mobile-menu li a.has-arrow::after {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 36px;
  font-weight: normal;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  top: -3px;
  line-height: 1.35;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu li a.has-arrow.drop::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobile-menu li .sub-menu {
  display: none;
  line-height: 1.1;
  padding-left: 22px;
  margin: 10px 0;
}
.mobile-menu li .sub-menu li {
  margin-bottom: 20px;
}
.mobile-menu li .sub-menu li a {
  padding-left: 15px;
}
.mobile-menu li .sub-menu li:last-child {
  margin-bottom: 0;
}
.mobile-menu li .sub-menu .sub-menu{
  display: none;
}
/*HELENA STYLES*/
/* .mobile-menu .sub-menu > .menu-item-has-children > a.has-arrow.no-arrow:after{
  display: none;
} */
.mobile-menu .sub-menu > .menu-item-has-children > .sub-menu{
  /* display: block !important; */
  position: relative;
  margin-left: 10px;
}
.mobile-menu .sub-menu > .menu-item-has-children > .sub-menu li a,
.mobile-menu .sub-menu > li a{
  line-height: 1.4;
}
.mobile-menu .sub-menu{
  height: auto !important;
}
/* ---------- header ---------- */
.main-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 13px 0;
  background: transparent;
  z-index: 100;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .mobile-menu-button {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -14px;
}
.main-header .header-content .logo-container {
  position: relative;
  width: 100%;
  max-width: 262px;
  float: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .header-content .logo-container .header-logo {
  display: block;
  width: 100%;
  max-width: 262px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .header-content .logo-container .header-logo img {
  margin-bottom: 0;
}
.main-header .header-content .logo-container .logo-sticky {
  display: block;
  width: 100%;
  max-width: 186px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .header-content .logo-container .logo-sticky img {
  margin-bottom: 0;
}
.main-header .header-content .search-form-wrapper {
  float: right;
  position: relative;
  top: 12px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.main-header .header-content .search-form-wrapper .search-form-button {
  height: 42px;
  width: 42px;
  color: #fff;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.main-header .header-content .search-form-wrapper .search-form-button .fa {
  position: absolute;
  left: 50%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-header .header-content .search-form-wrapper .search-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  overflow: hidden;
}
.main-header .header-content .search-form-wrapper .search-form input {
  font-style: normal;
  height: 42px;
  line-height: 1;
  border: 0 none;
  background: #094fa3;
  color: #fff;
  padding: 0 42px 2px 12px;
  margin: 0;
}
.main-header .header-content .search-form-wrapper .search-form input::-moz-placeholder {
  color: #fff;
  font-style: normal;
}
.main-header .header-content .search-form-wrapper .search-form input::-ms-input-placeholder {
  color: #fff;
  font-style: normal;
}
.main-header .header-content .search-form-wrapper .search-form input::-webkit-input-placeholder {
  color: #fff;
  font-style: normal;
}
.main-header .header-content .search-form-wrapper .search-form.show {
  width: 462px;
}
.main-header .header-content .main-menu {
  float: right;
  position: relative;
  z-index: 5;
}
.main-header .header-content .main-menu > li {
  position: relative;
  margin: 0 15px;
  position: relative;
  transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}
.main-header .header-content .main-menu > li > a {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  display: block;
  color: #fff;
  padding: 14px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .header-content .main-menu > li .sub-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 240px;
  background: #fff;
  display: none;
  padding: 17px 0;
  border-top: 8px solid #094fa3;
  line-height: 1.1;
  margin-bottom: 0;
}
.main-header .header-content .main-menu > li:hover .sub-menu{
  display: block;
}
.main-header .header-content .main-menu > li .sub-menu::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 16px solid #094fa3;
  position: absolute;
  left: 50%;
  top: -16px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.main-header .header-content .main-menu > li .sub-menu li {
  margin-bottom: 16px;
}
.main-header .header-content .main-menu > li .sub-menu li a {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #094fa3;
  display: block;
  padding: 0 22px;
}
.main-header .header-content .main-menu > li .sub-menu li a:hover {
  text-decoration: underline;
}
.main-header .header-content .main-menu > li .sub-menu li:last-child {
  margin-bottom: 0;
}
.main-header.sticky {
  background: #fff;
  padding: 8px 0;
}
.main-header.sticky .header-content .logo-container {
  max-width: 186px;
}
.main-header.sticky .header-content .logo-container .header-logo {
  max-width: 186px;
  opacity: 0;
  display: none;
}
.main-header.sticky .header-content .logo-container .logo-sticky {
  opacity: 1;
}
.main-header.sticky .header-content .search-form-wrapper {
  top: 10px;
}
.main-header.sticky .header-content .search-form-wrapper .search-form-button {
  color: #094fa3;
}
.main-header.sticky .header-content .main-menu > li > a {
  color: #094fa3;
  padding: 12px 0;
}
/*HELENA STYLES*/
.main-header .header-content .main-menu > li:nth-child(4) .sub-menu li > .sub-menu,
.main-header .header-content .main-menu > li:nth-child(5) .sub-menu li > .sub-menu,
.main-header .header-content .main-menu > li:nth-child(6) .sub-menu li > .sub-menu,
.main-header .header-content .main-menu > li:nth-child(1) .sub-menu li > .sub-menu,
.main-header .header-content .main-menu > li:nth-child(2) .sub-menu li > .sub-menu,
.main-header .header-content .main-menu > li:nth-child(3) .sub-menu li > .sub-menu{
  display: none !important;
  position: absolute;
  width: 250px;
  left: -125px;
  top: -15px !important;
  z-index: 2;
}
.main-header .header-content .main-menu > li:nth-child(1) .sub-menu li > .sub-menu,
.main-header .header-content .main-menu > li:nth-child(2) .sub-menu li > .sub-menu,
.main-header .header-content .main-menu > li:nth-child(3) .sub-menu li > .sub-menu{
  left: 348px;
}
.main-header .header-content .main-menu > li .sub-menu li:hover > .sub-menu{
  display: block !important;
}
.main-header .header-content .main-menu > li .sub-menu > li .sub-menu::after{
  display: none;
}
.main-header .header-content .main-menu > li .sub-menu > li .sub-menu{
  border: none;
}
.main-header .header-content .main-menu > li .sub-menu > li.menu-item-has-children{

}
.main-menu .sub-menu > .menu-item-has-children a.has-arrow:after{
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 26px;
  font-weight: normal;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 22px;
  top: -7px;
  line-height: 1.35;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: blue;
}
/*END HELENA STYLES*/
/* ---------- basic styles for slider ---------- */
.slider-wrapper {
  position: relative;
  height: 400px;
}
.slider-wrapper:hover .progress-lines .line::after {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slider-preloader {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition: all 1s ease ease;
  transition: all 1s ease ease;
  opacity: 1;
}
.slider-preloader svg {
  width: 100%;
  height: 100%;
}
.slider-preloader svg path {
  fill: #52a25f;
  stroke: #52a25f;
}
.slider-preloader.slider-loaded {
  opacity: 0;
  visibility: hidden;
}
.basic-slider {
  position: relative;
  visibility: hidden;
}
.basic-slider .slick-arrow {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 40px;
  width: 50px;
  height: 50px;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
  cursor: pointer;
}
.basic-slider .slick-arrow .fa {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.basic-slider .slick-arrow.prev-slide {
  left: 15px;
  right: auto;
}
.basic-slider .slick-arrow.prev-slide .fa {
  left: 45%;
}
.basic-slider .slick-arrow.next-slide {
  left: auto;
  right: 15px;
}
.basic-slider .slick-arrow .fa {
  left: 55%;
}
.basic-slider .slick-dots {
  font-size: 0;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.basic-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.basic-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}
.basic-slider .slick-dots li button::after {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #000;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.basic-slider .slick-dots li.slick-active button {
  background: #ffffff;
}
.basic-slider .slick-dots li.slick-active button::after {
  opacity: 1;
}
.basic-slider .slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}
.basic-slider .slide .slide-content {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.basic-slider.slick-initialized {
  visibility: visible;
}
/* ---------- dots with text ---------- */
.dots-text {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.dots-text .slick-track {
  width: auto !important;
}
.dots-text .dot {
  display: inline-block;
  width: auto !important;
  font-size: 18px;
  margin: 0 5px;
  padding: 15px;
  background: #2B4173;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.dots-text .dot.slick-current {
  background: #FCAF3F;
}
/* ---------- slider content animation ---------- */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/* ------------------------------- */
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* --------------------------------- */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* ---------- intro ---------- */
.intro {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.intro::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.intro .slider-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 1;
}
.intro .slider-wrapper .intro-slider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.intro .slider-wrapper .intro-slider .slick-list {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.intro .slider-wrapper .intro-slider .slick-list .slick-track {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.intro .slider-wrapper .intro-slider .slide::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.intro .slider-wrapper .intro-slider .slide .slide-content {
  text-align: left;
  line-height: 1.2;
  z-index: 1;
}
.intro .slider-wrapper .intro-slider .slide .slide-content .slide-content-inner {
  max-width: 625px;
  position: relative;
}
.intro .slider-wrapper .intro-slider .slide .slide-content .slide-content-inner .slide-content-title {
  margin-bottom: 4px;
}
.intro .slider-wrapper .intro-slider .slide .slide-content .slide-content-inner .slide-content-subtitle {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 20px;
  margin-bottom: 32px;
}
.intro .slider-wrapper .intro-slider .slick-dots {
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 17px 0;
  background: #094fa3;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  text-align: center;
}
.intro .slider-wrapper .intro-slider .slick-dots li {
  margin: 0 9px;
}
.intro .slider-wrapper .intro-slider .slick-dots li::before {
  display: none;
}
.intro .slider-wrapper .intro-slider .slick-dots li button {
  padding: 0;
  width: 21px;
  height: 21px;
  background: transparent;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.intro .slider-wrapper .intro-slider .slick-dots li button::after {
  display: none;
}
.intro .slider-wrapper .intro-slider .slick-dots li.slick-active button {
  background: #fff;
}
.intro .slider-wrapper .dots-text {
  width: 100%;
  top: auto;
  bottom: 35px;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.intro .slider-wrapper .dots-text .slick-list {
  overflow: visible;
}
.intro .slider-wrapper .dots-text .dot {
  float: none;
  position: relative;
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #fff;
  text-transform: none;
  background: transparent;
  min-width: 256px;
  max-width: 256px;
  padding: 8px 15px;
  margin: 0 2px;
  line-height: 1.5;
  vertical-align: top;
}
.intro .slider-wrapper .dots-text .dot::before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: -13px;
  opacity: 0;
  z-index: -1;
}
.intro .slider-wrapper .dots-text .dot:hover {
  text-decoration: underline;
}
.intro .slider-wrapper .dots-text .dot.slick-current {
  background: #fff;
  color: #1064ca;
}
.intro .slider-wrapper .dots-text .dot.slick-current::before {
  opacity: 1;
}
.intro .slider-wrapper .dots-text .dot.slick-current:hover {
  text-decoration: none;
}
/* ---------- issues ---------- */
.issue-block {
  margin-bottom: 35px;
}
.issue-block-image-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 59%;
  margin-bottom: 9px;
}
.issue-block-image-wrapper .issue-block-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.issue-block-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.issue-block-title {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #1064ca;
  margin-bottom: 0;
}
.issue-block-title a {
  color: #1064ca;
}
.issue-block:hover .issue-block-image {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.issue-block:hover .issue-block-link,
.issue-block:hover .issue-block-title {
  text-decoration: underline;
}

.issues {
  padding: 62px 0 58px;
}
.issues .section-title {
  color: #1064ca;
  text-align: center;
  margin-bottom: 55px;
}
.issues .button-wrapper {
  text-align: center;
  line-height: 0;
}
/* ---------- cta ---------- */
.cta {
  background: #52a25f;
  text-align: center;
  color: #fff;
  padding: 68px 0 63px;
}
.cta .cta-block-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.cta .section-title {
  color: #fff;
  margin-bottom: 62px;
}
.cta .cta-content-wrapper {
  margin: 0 -20px;
}
.cta-block {
  position: relative;
}
.cta-block .cta-block-icon-wrapper {
  margin: 0 auto 15px;
}
.cta-block .cta-block-icon-wrapper img {
  position: relative;
  margin-bottom: 0;
}
.cta-block .cta-block-content {
  padding: 0 20px;
  line-height: 1.5;
}
.cta-block .cta-block-content .cta-block-title {
  margin-bottom: 15px;
}
.cta-block.development .cta-block-icon-wrapper {
  max-width: 118px;
}
.cta-block.discussion .cta-block-icon-wrapper {
  max-width: 142px;
}
.cta-block.discussion .cta-block-icon-wrapper img {
  top: 16px;
}
.cta-block.research .cta-block-icon-wrapper {
  max-width: 82px;
}
/* ---------- post ---------- */
.post-block {
  position: relative;
  margin-bottom: 92px;
}
.post-block .post-block-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.post-block .post-block-title,
.post-block-title,
.post-block-title a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: #094fa3;
  text-align: center;
  margin-bottom: 10px;
}
.post-block .post-block-image-wrapper {
  padding-top: 59%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.post-block .post-block-image-wrapper .post-block-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.post-block .post-block-content {
  line-height: 1.2;
}
.post-block .post-block-content .post-block-description {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 24px;
  margin-bottom: 8px;
}
.post-block .post-block-content .post-block-date {
  display: inline-block;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 28px;
}
.post-block .post-block-content .post-block-autor {
  display: table;
}
.post-block .post-block-content .post-block-autor .post-block-autor-image {
  display: table-cell;
  vertical-align: middle;
  max-width: 57px;
}
.post-block .post-block-content .post-block-autor .post-block-autor-image img {
  margin-bottom: 0;
}
.post-block .post-block-content .post-block-autor .post-block-autor-description {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.post-block .post-block-content .post-block-autor .post-block-autor-description .post-block-autor-name {
  font-weight: 600;
  display: block;
}
.post-block .post-block-content .post-block-autor .post-block-autor-description .post-block-autor-position {
  font-size: 16px;
  font-style: italic;
}

.post-block:hover .post-block-description {
  text-decoration: underline;
}


.latest-posts {
  padding: 76px 0 0;
}
.latest-posts .section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #1064ca;
}
.latest-posts .posts-content-wrapper {
  margin: 0 -20px;
}
.latest-posts .all-posts {
  text-align: center;
  position: relative;
  background: #094fa3;
  padding: 19px 0;
  color: #fff;
}
.latest-posts .all-posts .all-posts-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.latest-posts .all-posts::after {
  border-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.4) transparent;
  border-style: solid;
  border-width: 34px 34px 34px 38px;
  bottom: 0;
  content: "";
  left: 64%;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.latest-posts .all-posts .all-posts-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  margin-bottom: 0;
}
.latest-posts .all-posts:hover::after {
  left: 100%;
}
/* ---------- events ---------- */
.events-slider {
  position: relative;
  padding-bottom: 35px;
}
.events-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  text-align: center;
}
.events-slider .slick-dots li {
  display: inline-block;
  line-height: 0;
  margin: 0 4px;
}
.events-slider .slick-dots li button {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #82bbaa;
}
.events-slider .slick-dots li::before {
  display: none;
}
.events-slider .slick-dots li.slick-active button {
  background: #108260;
}
.events-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 39px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -17px;
  z-index: 3;
}
.events-slider .slick-arrow.prev-slide {
  background-image: url('img/left-control.png');
  left: 45px;
  right: auto;
}
.events-slider .slick-arrow.next-slide {
  background-image: url('img/right-control.png');
  right: 45px;
  left: auto;
}
.events-slider .slide .slide-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: table;
  position: relative;
}

.events-slider .slide .slide-content .event-post-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.events-slider .slide .slide-content .event-date {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 24px;
  color: #108260;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
  width: 29%;
  position: relative;
}
.events-slider .slide .slide-content .event-date .event-date-content {
  position: relative;
  padding: 17px 10px;
}
.events-slider .slide .slide-content .event-date .event-date-content::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #108260;
}
.events-slider .slide .slide-content .event-date span {
  display: block;
}
.events-slider .slide .slide-content .event-description {
  display: table-cell;
  vertical-align: middle;
  width: 71%;
  padding-left: 37px;
  line-height: 1.1;
}
.events-slider .slide .slide-content .event-description .event-description-line {
  font-style: italic;
  margin-bottom: 10px;
}
.events-slider .slide .slide-content .event-description .event-description-line .event-description-line-title {
  font-weight: 600;
}

.events-slider .slide .slide-content:hover .event-date-content,
.events-slider .slide .slide-content:hover .event-description-title {
  text-decoration: underline;
}


.tweets {
  font-size: 16px;
  padding: 20px 30px 0;
  background: #fff;
  margin: 0 -15px;
  line-height: 1.3;
}
.tweets img {
  margin-bottom: 0;
}
.tweets .tweets-top {
  border-bottom: 2px solid #d2d2d2;
  padding: 10px 0;
  line-height: 1;
  vertical-align: middle;
}
.tweets .tweets-top .tweets-title {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 24px;
  color: #464646;
  float: left;
  margin-bottom: 0;
  line-height: 1;
}
.tweets .tweets-top .ffcea {
  font-size: 18px;
  font-weight: 600;
  color: #464646;
  display: inline-block;
  text-transform: uppercase;
  float: right;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}

.tweets #ctf {
  overflow: hidden;
}

.tweets #ctf .ctf-tweets {
  max-height: 396px;
  margin-right: -17px;
  overflow-y: auto; 
}

#ctf .ctf-context {
  float: none;
  margin-left: 28px;
}

#ctf .ctf-item {
  padding: 5px;
}

.events .upcoming {
  padding: 24px 0 84px;
}
.events .upcoming .upcoming-title {
  text-align: center;
  color: #108260;
  margin-bottom: 60px;
}
/* ---------- sign up ---------- */
.sign-up {
  background: #52a25f;
  vertical-align: middle;
  padding: 30px 0;
  color: #fff;
}
.sign-up .sign-up-content-wrapper {
  padding: 0 65px;
}
.sign-up .section-title {
  display: inline-block;
  width: 33%;
  float: left;
}
.sign-up .sign-up-form-wrapper {
  display: inline-block;
  width: 67%;
  float: right;
}
.sign-up .sign-up-form input {
  width: 34%;
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
  margin-top: 20px;
  max-width: 284px;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  padding: 0 5px;
}
.sign-up .sign-up-form input::-moz-placeholder {
  color: #fff;
}
.sign-up .sign-up-form input::-ms-input-placeholder {
  color: #fff;
}
.sign-up .sign-up-form input::-webkit-input-placeholder {
  color: #fff;
}
.sign-up .sign-up-form button[type="submit"] {
  margin-left: 22px;
  position: relative;
  top: 5px;
}
/* ---------- footer ---------- */
.main-footer .footer-content {
  background: #2b7ad9;
  color: #fff;
  padding: 46px 0 52px;
}
.main-footer .footer-global-menu {
  text-align: justify;
  line-height: 0;
  max-width: 1122px;
  margin: 0 auto;
}
.main-footer .footer-global-menu::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
.main-footer .footer-global-menu li {
  vertical-align: top;
}
.main-footer .footer-bottom {
  background: #1064ca;
  padding-top: 55px;
  color: #fff;
}
.footer-menu-item {
  padding: 0;
  margin: 0;
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}
.footer-menu-item .footer-menu-item-title {
  font-size: 20px;
  margin-bottom: 19px;
  position: relative;
  line-height: 1;
}
.footer-menu-item .footer-menu-item-title::after {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 36px;
  font-weight: normal;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0.6;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}
.footer-menu-item .footer-menu-item-title a {
  display: block;
  position: relative;
  color: #fff;
  z-index: 2;
}
.footer-menu-item .footer-menu-item-title a:hover span::after {
  opacity: 1;
}
.footer-menu-item .footer-menu-item-title span {
  display: inline-block;
  position: relative;
}
.footer-menu-item .footer-menu-item-title span::after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-menu-item .footer-menu-item-title.active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
ul.footer-menu {
  padding: 0;
  margin: 0;
  max-width: 190px;
  text-align: left;
}
ul.footer-menu li {
  margin-bottom: 16px;
}
ul.footer-menu li a {
  color: #fff;
}
ul.footer-menu li a:hover {
  text-decoration: underline;
}
ul.footer-menu li:last-child {
  margin-bottom: 0;
}
ul.footer-contact-list {
  line-height: 1.2;
  position: relative;
  top: 20px;
  text-align: center;
}
ul.footer-contact-list li {
  vertical-align: top;
  margin: 0 30px 0 0;
  text-align: left;
}
ul.footer-contact-list li p {
  margin-bottom: 0;
}
ul.footer-contact-list li p.address {
  max-width: 230px;
}
ul.footer-contact-list li a {
  color: #fff;
}
ul.footer-contact-list li a:hover {
  text-decoration: underline;
}
ul.footer-contact-list .footer-socials {
  position: relative;
  top: -4px;
}
ul.footer-contact-list .footer-socials li {
  margin: 0 0 0 30px;
}
.footer-bottom-left {
  padding: 0 30px;
  position: relative;
}
.footer-bottom-left::after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  top: -30px;
  bottom: -30px;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
}
.footer-bottom-right {
  text-align: right;
}
.footer-bottom-right .sis {
  display: inline-block;
}
.footer-bottom-bottom {
  padding: 0 30px;
}
.copy {
  font-size: 12px;
}
/* ---------- basic subpage ---------- */
.global-content-container {
  padding: 40px 0;
}
.sidebar {
  max-width: 314px;
}
.content-wrapper {
  margin-left: -40px;
}
.content-wrapper a:hover {
  text-decoration: underline;
}
.sub-intro {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 466px;
  position: relative;
}
.sub-intro::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.sub-intro .sub-intro-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
}
.sub-intro .section-title {
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.page-navigation-block {
  margin-bottom: 42px;
}
.page-navigation-block .current-page {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 24px;
  color: #094fa3;
  border-bottom: 2px solid #094fa3;
  padding-bottom: 5px;
  margin: 0 0 2px;
}
.page-navigation-block .pages-list {
  margin: 0;
  padding-left: 20px;
  line-height: 1.2;
}
.page-navigation-block .pages-list li {
  border-bottom: 2px solid #b7b7b7;
}
.page-navigation-block .pages-list li::before {
  display: none;
}
.page-navigation-block .pages-list li a {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #484848;
  display: block;
  padding: 9px 0;
  position: relative;
}
.page-navigation-block .pages-list li a::after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 5px;
  top: 8px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-navigation-block .pages-list li a:hover::after {
  right: 0;
  opacity: 1;
}
.latest-news-block {
  margin-bottom: 45px;
}
.latest-news-block .sidebar-block-title {
  margin-bottom: 32px;
}
.latest-post {
  line-height: 1.2;
  margin-bottom: 34px;
}
.latest-post .latest-post-text {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 20px;
}

.latest-post .latest-post-text a {
  color: #2b2b2b;
}

.latest-post .latest-post-autor {
  font-size: 18px;
}
.latest-post .latest-post-autor .latest-post-autor-name {
  font-weight: 600;
}
.latest-post .latest-post-autor .latest-post-date {
  font-style: italic;
}
.latest-post:last-of-type {
  margin-bottom: 0;
}
.events-block {
  margin-bottom: 45px;
}
.events-block .sidebar-block-title {
  margin-bottom: 32px;
}
.event-item {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 33px;
}
.event-item .event-item-date {
  font-size: 24px;
  color: #52a25f;
  margin-bottom: 5px;
}
.event-item p {
  margin-bottom: 0;
}

.event-item .event-item-text a {
  color: #2b2b2b;
}

/* ---------- staff ---------- */
.space {
  padding: 25px 0;
}
.staff-post {
  max-width: 745px;
  margin-bottom: 50px;
}
.staff-post .staff-post-image-wrapper {
  width: 29.2%;
  float: left;
  text-align: center;
}
.staff-post .staff-post-image-wrapper .staff-post-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
}
.staff-post .staff-post-content {
  width: 70.8%;
  float: right;
  padding-left: 20px;
  position: relative;
  top: -5px;
}
.staff-post .staff-post-content p {
  margin-bottom: 0;
}
.staff-post .staff-post-content .staff-name {
  font-size: 30px;
  color: #2b2b2b;
  line-height: 1.2;
  margin-bottom: 2px;
}
.staff-post .staff-post-content .staff-position {
  display: block;
  font-size: 16px;
  color: #6f6f6f;
  line-height: 1.2;
  margin-bottom: -5px;
}
.staff-post .staff-post-content a {
  line-height: 1.2;
}
.staff-post .staff-post-content .staff-more {
  text-transform: uppercase;
}
.staff-single .staff-post-content .staff-name {
  font-size: 36px;
  color: #094fa3;
}
.staff-single .staff-post-description {
  clear: both;
  padding-top: 20px;
}
/* ---------- contact ---------- */
ul.contact-list {
  text-align: justify;
  line-height: 0;
  font-size: 0;
  margin-bottom: 39px;
}
ul.contact-list::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
ul.contact-list li {
  font-size: 18px;
  line-height: 1.2;
  color: #1064ca;
  vertical-align: top;
  text-align: left;
  max-width: 215px;
}
ul.contact-list li a {
  color: #1064ca;
}
/* ---------- map ---------- */
.map-wrapper {
  position: relative;
  padding-top: 48.8%;
  margin-bottom: 38px;
}
.map-wrapper #map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
}
.contact-form-block .contact-form-block-title {
  margin-bottom: 22px;
}
.contact-form .btn {
  float: right;
  margin-left: 20px;
}
.contact-form .captcha {
  float: right;
}
/* ---------- events ---------- */
.event-block {
  max-width: 750px;
  border-bottom: 2px solid #2b2b2b;
  padding-bottom: 28px;
  margin-bottom: 42px;
  position: relative;
}
.event-block .event-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.event-block .event-image-wrapper {
  width: 31%;
  float: left;
  padding-right: 18px;
}
.event-block .event-image-wrapper .event-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 67%;
}
.event-block .event-description {
  width: 69%;
  float: right;
  position: relative;
  padding-left: 15px;
  line-height: 1.2;
  top: -5px;
}
.event-block .event-description::after {
  content: '';
  display: block;
  width: 2px;
  background: #2b2b2b;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
}
.event-block .event-description .event-date {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 24px;
  color: #108260;
}
.event-block .event-description .event-name {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 20px;
}
.event-block .event-description .event-description-line {
  font-style: italic;
  margin-bottom: 10px;
}
.event-block .event-description .event-description-line .event-description-line-title {
  font-weight: 600;
}
.event-block .event-description .event-description-line:last-of-type {
  margin-bottom: 0;
}
.event-block.event-single {
  border-bottom: 0 none;
  margin: 0 0 12px;
  padding: 0;
}
.event-block.event-single img {
  margin-bottom: 20px;
}
.event-block.event-single .event-description {
  width: 100%;
  float: none;
  padding: 0;
  position: relative;
  padding-right: 246px;
}
.event-block.event-single .event-description::after {
  display: none;
}
.event-block.event-single .event-description .socials {
  position: absolute;
  right: 0;
  top: 0;
}
.event-block.event-single .event-description .socials li {
  margin: 0 0 0 10px;
}
.categories-block {
  margin-bottom: 51px;
}
.categories-block .sidebar-block-title {
  margin-bottom: 30px;
}
.categories-block .categories-list {
  padding: 0;
  line-height: 1.2;
}
.categories-block .categories-list li {
  margin-bottom: 11px;
}
.categories-block .categories-list li::before {
  display: none;
}
.categories-block .categories-list li a {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 20px;
  color: #2b2b2b;
}
.categories-block .categories-list li a:hover {
  color: #52a25f;
}
.sidebar .search-form {
  margin-bottom: 34px;
}
/* ---------- blog ---------- */
.blog-post-block {
  max-width: 750px;
  border-bottom: 2px solid #959595;
  padding-bottom: 23px;
  margin-bottom: 39px;
  position: relative;
}
.blog-post-block .blog-post-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.blog-post-block .blog-post-image-wrapper {
  width: 31%;
  float: left;
  padding-right: 18px;
}
.blog-post-block .blog-post-image-wrapper .blog-post-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 67%;
}
.blog-post-block .blog-post-description {
  width: 69%;
  float: right;
  position: relative;
  padding-left: 15px;
  line-height: 1.2;
  top: -5px;
}
.blog-post-block .blog-post-description::after {
  content: '';
  display: block;
  width: 2px;
  background: #2b2b2b;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
}
.blog-post-block .blog-post-description .blog-post-title,
.blog-post-block .blog-post-description .blog-post-title a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  color: #094fa3;
  margin-bottom: 5px;
}
.blog-post-block .blog-post-description .blog-post-name {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 24px;
  margin-bottom: 5px;
}
.blog-post-block .blog-post-description .blog-post-date {
  font-style: italic;
  display: inline-block;
  margin-bottom: 29px;
}
.blog-post-block .blog-post-description .blog-post-autor {
  display: table;
}
.blog-post-block .blog-post-description .blog-post-autor .blog-post-autor-image {
  display: table-cell;
  vertical-align: middle;
  max-width: 58px;
}
.blog-post-block .blog-post-description .blog-post-autor .blog-post-autor-image img {
  margin-bottom: 0;
}
.blog-post-block .blog-post-description .blog-post-autor .blog-post-autor-description {
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
}
.blog-post-block .blog-post-description .blog-post-autor .blog-post-autor-description span {
  display: block;
}
.blog-post-block .blog-post-description .blog-post-autor .blog-post-autor-description span.blog-post-autor-name {
  font-weight: 600;
}
.blog-post-block.blog-post-single {
  border-bottom: 0 none;
  margin: 0 0 22px;
  padding: 0;
}
.blog-post-block.blog-post-single img {
  margin: 0 auto 20px;
}
.blog-post-block.blog-post-single .blog-post-description {
  width: 100%;
  float: none;
  padding: 0;
  position: relative;
}
.blog-post-block.blog-post-single .blog-post-description::after {
  display: none;
}
.blog-post-block.blog-post-single .blog-post-description .socials {
  position: relative;
  text-align: right;
  margin-bottom: 12px;
}
.blog-post-block.blog-post-single .blog-post-description .socials li {
  margin: 0 0 0 10px;
}
.blog-post-block.blog-post-single .blog-post-description .blog-post-autor {
  margin-bottom: 12px;
}
.blog-post-block.blog-post-single .blog-post-description .event-date {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #108260;
}
.video-wrapper {
  position: relative;
}
.video-wrapper .video-play {
  display: block;
  height: 98px;
  width: 98px;
  border: 8px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #fff;
  font-size: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-wrapper .video-play .fa {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
video {
  margin-bottom: 30px;
}
/* ---------- blog results ---------- */
.blog-result-block {
  line-height: 1.2;
  max-width: 750px;
  border-bottom: 2px solid #959595;
  padding-bottom: 28px;
  margin-bottom: 30px;
}
.blog-result-block .blog-result-title,
.blog-result-block .blog-result-title a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: #094fa3;
}

.blog-result-block .blog-result-title a:hover {
  text-decoration: none;
}
.blog-result-block .blog-result-description,
.blog-result-block .blog-result-description a {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 24px;
  color: #2b2b2b;
}

.blog-result-block .blog-result-description a:hover {
  text-decoration: none;
  color: #094fa3;
}

.blog-result-block .blog-result-date {
  font-style: italic;
}
/* ---------- 404 ---------- */
.error-404 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.error-404::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.error-404 .error-404-content-wrapper {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  line-height: 1.2;
  z-index: 2;
}
.error-404 .error-404-content-wrapper .error-title {
  font-size: 96px;
  margin-bottom: 7px;
}
.error-404 .error-404-content-wrapper .error-subtitle {
  font-size: 24px;
  margin-bottom: 42px;
}
.error-404 .error-404-content-wrapper .btn {
  padding: 0 40px 0 15px;
}
/* ---------- search results ---------- */

/* ---------- blog results ---------- */
.search-result-block {
  line-height: 1.2;
  max-width: 750px;
  border-bottom: 2px solid #959595;
  padding-bottom: 20px;
  margin-bottom: 30px;
  line-height: 2;
}
.search-result-block .search-result-name,
.search-result-block .search-result-name a {
  font-family: 'Interstate', 'Source Sans Pro', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #2b2b2b;
}

.search-result-block .search-result-name a:hover {
  color: #094fa3;
  text-decoration: none;
}




.socials .norm_row,
.sfsi_widget .norm_row {
  position: relative !important;
  min-width: 250px;
  text-align: center !important;
}

.socials .norm_row a,
.sfsi_widget .norm_row a {
  opacity: 1 !important;
}

.socials .norm_row .sfsi_wicons,
.sfsi_widget .norm_row .sfsi_wicons {
  margin-left: 10px !important;
}

.socials .norm_row a img,
.sfsi_widget .norm_row a img {
  max-width: 38px;
}

#sfsi_holder {
  display: none;
}

.blog-post-description .sfsi_widget .norm_row {
  float: right;
}


