html {
  font-size: 18px;
}
*::-webkit-scrollbar {
  width: 6px;
}
/* Track */
*::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
}
/* Handle */
*::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0;
}
.box-author {
  border: 1px solid #ddd;
}
.box-author .media-object {
  margin-right: 60px;
}
.box-author .media-body .media-heading {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
}
.font-size-2rem {
  font-size: 2rem;
}
.font-size-3rem {
  font-size: 3rem;
}
.font-size-4rem {
  font-size: 4rem;
}
.font-size-5rem {
  font-size: 5rem;
}
.font-size-6rem {
  font-size: 6rem;
}
.font-size-7rem {
  font-size: 7rem;
}
.font-size-8rem {
  font-size: 8rem;
}
.text-white {
  color: #fff;
}
.item-author .media-object {
  margin-right: 40px;
}
.item-author .job-title {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
}
.item-author .job-descr {
  font-size: 1rem;
  color: #999999;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
  margin: 0;
  line-height: 1.2;
}
.item-author .media-body {
  position: relative;
}
.item-author.item-author-short .media-body {
  padding-bottom: 50px;
}
.item-author.item-author-short .job-descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  max-height: 45px;
  overflow: hidden;
}
.item-tags a {
  line-height: 1;
  padding: 5px 10px;
  border: 2px solid #78c7c9;
  background: #fff;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 0.67rem;
}
.item-tags a.border-1 {
  border-width: 1px;
}
.item-tags a.border-2 {
  border-width: 2px;
}
.item-tags a.border-3 {
  border-width: 3px;
}
.item-tags a.border-4 {
  border-width: 4px;
}
.item-tags a:hover,
.item-tags a:focus {
  color: #78c7c9;
  border-color: #78c7c9;
  background: #fff;
}
.item-tags.tag-green a {
  border-color: #a2c516;
  color: #000;
}
.item-tags.tag-green a:hover,
.item-tags.tag-green a:focus {
  color: #a2c516;
  border-color: #a2c516;
  background: #fff;
}
.item-tags.tag-cyan a {
  border-color: #78c7c9;
}
.item-tags.tag-cyan a:hover,
.item-tags.tag-cyan a:focus {
  color: #78c7c9;
  border-color: #78c7c9;
}
.item-tags.tag-orange a {
  border-color: #e6442f;
}
.item-tags.tag-orange a:hover,
.item-tags.tag-orange a:focus {
  color: #e6442f;
  border-color: #e6442f;
}
body {
  font-size: 1.1rem;
  line-height: 1.6500000000000001rem;
  color: #000;
  background: #fff;
  font-weight: 400;
  position: relative;
  font-family: 'Roboto', sans-serif;
}
body::-webkit-scrollbar {
  width: 8px;
}
a {
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0 0 30px 0;
}
.sub-title {
  text-transform: uppercase;
  font-weight: 300;
}
.h30 {
  display: block;
  height: 30px;
}
.h45 {
  display: block;
  height: 45px;
}
.h60 {
  display: block;
  height: 60px;
}
button:hover,
button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
p {
  font-family: 'Cormorant Garamond', serif;
}
p strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.border-left {
  border-left: 1px solid #ddd;
}
.border-top {
  border-top: 1px solid #ddd;
}
.border-right {
  border-right: 1px solid #ddd;
}
.border-bottom {
  border-bottom: 1px solid #ddd;
}
.row .col-20,
.form-group .col-20 {
  padding: 0 15px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .row .col-20,
  .form-group .col-20 {
    width: 20%;
    float: left;
  }
}
.item-img {
  overflow: hidden;
  display: block;
}
.item-img img {
  -webkit-transition: all .2s ease-in-out .1s;
  -o-transition: all .2s ease-in-out .1s;
  transition: all .2s ease-in-out .1s;
}
.form-control {
  border-radius: 0;
  border: 1px solid #000;
  min-height: 40px;
  font-family: 'Cormorant Garamond', serif;
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none !important;
}
hr {
  border-color: #ddd;
  margin-top: 60px;
  margin-bottom: 60px;
}
.obj-responsive {
  position: relative;
  padding-bottom: 45%;/* 16:9 */
  padding-top: 25px;
  height: 0;
}
.obj-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-border {
  border: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.border-top {
  border-top: 1px solid #ddd;
}
.border-left {
  border-left: 1px solid #ddd;
}
.border-bottom {
  border-bottom: 1px solid #ddd;
}
.border-right {
  border-right: 1px solid #ddd;
}
.text-serif,
.text-serif * {
  font-family: 'Cormorant Garamond', serif;
}
.text-sans-serif,
.text-sans-serif * {
  font-family: 'Roboto', sans-serif;
}
.text-light {
  font-weight: 300;
}
.text-bold {
  font-weight: 700;
}
.ds-backtotop {
  width: 46px;
  height: 46px;
  border: 0;
  background: #78c7c9;
  color: #fff;
  line-height: 46px;
  text-align: center;
  font-size: 1.67rem;
  position: fixed;
  border-radius: 0;
  z-index: 1400;
  bottom: 0;
  display: none;
  right: 30px;
  padding: 0;
  margin: 0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.ds-backtotop:hover,
.ds-backtotop:focus {
  outline: 0 none;
  background: #54b8ba;
  color: #fff;
  box-shadow: none;
}
*::-webkit-scrollbar-thumb {
  background: #78c7c9;
}
body::-webkit-scrollbar {
  width: 8px;
}
.ds-backtotop {
  background: #78c7c9;
}
.ds-backtotop:hover,
.ds-backtotop:focus {
  color: #fff;
  background: #46acaf;
}
form .form-control {
  font-size: 1rem;
}
.sitemap-menu-group {
  padding: 30px 0;
  border-top: 2px solid #000;
}
.sitemap-menu-group h2.title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.sitemap-menu-group .item-parent {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #000;
}
.sitemap-menu-group .item-parent:hover,
.sitemap-menu-group .item-parent:focus {
  color: #78c7c9;
}
.sitemap-menu-group .sub-menu li a {
  font-size: 1rem;
  color: #000;
  display: block;
  font-family: 'Cormorant Garamond', serif;
}
.sitemap-menu-group .sub-menu li a:hover,
.sitemap-menu-group .sub-menu li a:focus {
  color: #78c7c9;
}
.site-hero.site-hero-error .error-img {
  width: 200px;
  text-align: center;
  font-size: 4rem;
  color: #78c7c9;
  margin: 0 auto;
  display: block;
}
.site-hero.site-hero-error .title {
  text-align: center;
  font-size: 7rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  margin: 30px 0;
}
.site-hero.site-hero-error .sub-title {
  font-weight: 400;
  text-transform: uppercase;
  color: #78c7c9;
}
.site-hero.site-hero-error a {
  color: #78c7c9;
  border-color: #78c7c9;
}
.site-hero.site-hero-error a:hover,
.site-hero.site-hero-error a:focus {
  color: #000;
}
.site-hero.site-hero-error p {
  margin: 60px 0;
  text-align: center;
  font-size: 1rem;
  font-family: 'Cormorant Garamond', serif;
}
.padding-15 {
  padding: 15px !important;
}
.padding-30 {
  padding: 30px !important;
}
.padding-60 {
  padding: 60px !important;
}
.form-contact-us .btn.btn-inverse:hover,
.form-contact .btn.btn-inverse:hover,
.form-career .btn.btn-inverse:hover,
.form-contact-us .btn.btn-inverse:focus,
.form-contact .btn.btn-inverse:focus,
.form-career .btn.btn-inverse:focus {
  -webkit-box-shadow: -5px 5px !important;
  box-shadow: -5px 5px !important;
}
.form-contact-us .icone-upload .media-object,
.form-contact .icone-upload .media-object,
.form-career .icone-upload .media-object {
  font-size: 3.22rem;
}
.form-contact-us .disclaimer .wysiwyg,
.form-contact .disclaimer .wysiwyg,
.form-career .disclaimer .wysiwyg {
  font-family: 'Cormorant Garamond', serif;
}
.form-contact-us .disclaimer .wysiwyg strong,
.form-contact .disclaimer .wysiwyg strong,
.form-career .disclaimer .wysiwyg strong {
  font-family: 'Cormorant Garamond', serif;
}
.form-contact-us .disclaimer .wysiwyg p,
.form-contact .disclaimer .wysiwyg p,
.form-career .disclaimer .wysiwyg p {
  font-family: 'Cormorant Garamond', serif;
}
.form-contact-us .disclaimer .wysiwyg a,
.form-contact .disclaimer .wysiwyg a,
.form-career .disclaimer .wysiwyg a {
  color: black;
}
.btn {
  border-radius: 0;
  font-weight: 700;
  padding: 10px 40px;
  font-size: 0.9rem;
  line-height: 1;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  text-transform: capitalize;
}
.btn.btn-default,
.btn.btn-border,
.btn.btn-inverse {
  border-color: #000;
  color: #000;
}
.btn.btn-default:hover,
.btn.btn-border:hover,
.btn.btn-inverse:hover,
.btn.btn-default:focus,
.btn.btn-border:focus,
.btn.btn-inverse:focus {
  background: #fff;
  border-color: #000;
  -webkit-box-shadow: -5px 5px;
  box-shadow: -5px 5px;
}
.btn.btn-border-white {
  color: #fff;
  background: none;
  border-color: #fff;
}
.btn.btn-border-white:hover,
.btn.btn-border-white:focus {
  -webkit-box-shadow: -5px 5px rgba(255, 255, 255, 0.8);
  box-shadow: -5px 5px rgba(255, 255, 255, 0.8);
  color: #fff;
  background: none;
}
.btn.btn-primary {
  background: #78c7c9;
  border-color: #78c7c9;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #000;
  border-color: #000;
}
.btn.btn-inverse {
  background: #000;
  border-color: #000;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus {
  background: #1a1a1a;
  border-color: #1a1a1a;
}
.btn.btn-white {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  -webkit-box-shadow: -5px 5px rgba(255, 255, 255, 0.8);
  box-shadow: -5px 5px rgba(255, 255, 255, 0.8);
  color: #000;
  background: #fff;
}
.btn-general {
  border: 0;
  background: none;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
  padding: 10px;
}
.multiselect-native-select .dropdown-menu > li > a label input[type=radio] {
  display: none;
}
.multiselect-native-select {
  display: block;
}
.multiselect-native-select .multiselect-filter .input-group {
  margin: 10px;
  border-radius: 0;
}
.multiselect-native-select .multiselect-filter .input-group .input-group-addon,
.multiselect-native-select .multiselect-filter .input-group .input-group-btn,
.multiselect-native-select .multiselect-filter .input-group .multiselect-clear-filter {
  border-radius: 0;
  border: 0;
  background: none;
}
.multiselect-native-select .multiselect-filter .input-group .input-group-addon {
  padding: 5px 10px;
}
.multiselect-native-select .multiselect-filter .input-group .form-control.multiselect-search {
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
}
.multiselect-native-select .multiselect-filter .input-group .multiselect-clear-filter {
  padding: 8px;
  line-height: 1;
}
.multiselect-native-select .btn-group {
  display: block;
}
.multiselect-native-select .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.multiselect-native-select .btn-multiselect {
  text-transform: uppercase;
  text-align: left;
  padding: 10px 15px;
  border: 1px solid #ddd;
  display: block;
  background: #fff;
  width: 100%;
  line-height: 1;
}
.multiselect-native-select .btn-multiselect:before,
.multiselect-native-select .btn-multiselect:after {
  content: " ";
  display: table;
}
.multiselect-native-select .btn-multiselect:after {
  clear: both;
}
.multiselect-native-select .btn-multiselect .caret {
  margin: 5px 0;
  float: right;
}
.multiselect-native-select .dropdown-menu {
  border-radius: 0;
  border-top: 0;
  margin-top: -1px;
  width: 100%;
  border-color: #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.multiselect-native-select .dropdown-menu > li > a {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  padding: 5px 0;
  line-height: 1;
}
.multiselect-native-select .dropdown-menu > li > a label {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.multiselect-native-select .dropdown-menu > li > a label input[type=checkbox] {
  margin-top: 2px;
}
.multiselect-native-select .dropdown-menu > li.active > a {
  color: #000;
  background: none;
}
.multiselect-native-select .dropdown-menu > li.multiselect-group {
  border-top: 1px solid #ddd;
}
.multiselect-native-select .dropdown-menu > li.multiselect-group > a {
  font-size: 0.9rem;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
  display: block;
}
.multiselect-native-select .dropdown-menu > li.multiselect-group > a label {
  padding: 5px;
}
.multiselect-native-select .dropdown-menu > li.multiselect-group:not(:first-child) {
  margin-top: 10px;
}
.related-content {
  margin-top: 15px;
  position: relative;
  color: #fff;
  padding: 15px 30px;
}
.related-content .bloc-title {
  position: unset;
}
.related-content .title {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 44%;
}
.related-content .item {
  background: #fff;
  font-size: 1rem;
  color: #000;
  padding: 20px;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .related-content .item {
    margin-bottom: 15px;
  }
}
.related-content .item .name {
  color: #000;
  font-weight: 700;
  font-size: 1rem;
}
.related-content .item .media-object {
  font-size: 2.22rem;
  margin: 10px 15px 0 0;
  color: #78c7c9;
}
.related-content .item .meta {
  font-weight: 400;
  font-family: 'Cormorant Garamond', serif;
  display: block;
}
.related-content .item:hover .name {
  color: #78c7c9;
}
@media screen and (max-width: 767px) {
  .section-pagin .col-sm-6.border-left {
    border: 0 !important;
  }
}
.section-pagin .item {
  padding: 60px 0;
  font-family: 'Cormorant Garamond', serif;
}
@media screen and (max-width: 767px) {
  .section-pagin .item {
    padding: 30px 0;
  }
  .section-pagin .item:last-child {
    border-top: 1px solid #ddd;
  }
}
.section-pagin .item .meta {
  font-size: 0.89rem;
  margin-bottom: 15px;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .section-pagin .item .meta {
    padding: 0 30px;
  }
}
.section-pagin .item a {
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-pagin .item a {
    padding: 0 30px;
  }
}
.section-pagin .item a:before {
  font-family: 'Arendt Icon Fonts';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\004e';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .section-pagin .item a:before {
    display: none;
  }
}
.section-pagin .item a:hover,
.section-pagin .item a:focus {
  color: #78c7c9;
}
.section-pagin .item.item-right a:before {
  content: '\004a';
  left: auto;
  right: 0;
}
.testimonials-list .item .content {
  font-size: 1.33rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  margin-bottom: 30px;
}
.testimonials-list .item .content:before {
  content: "«";
}
.testimonials-list .item .content:after {
  content: "»";
}
.testimonials-list .item .meta {
  font-weight: 700;
  font-size: 0.78rem;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: transparent;
  font-size: 1.33rem;
  text-indent: -999rem;
  text-align: center;
  padding: 0;
  margin-top: -30px;
  left: -50px;
  border: 0;
  z-index: 10;
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}
@media screen and (min-width: 768px) {
  .slick-slider .slick-arrow {
    top: 75%;
  }
}
.slick-slider .slick-arrow:before {
  content: "←";
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0;
  right: 0;
  text-indent: 0;
  color: #000;
  line-height: 50px;
  text-align: center;
}
.slick-slider .slick-arrow.slick-next {
  right: -50px;
  left: auto;
}
.slick-slider .slick-arrow.slick-next:before {
  content: "→";
}
.slick-slider .slick-arrow:hover,
.slick-slider .slick-arrow:focus {
  color: #1a1a1a;
  background: none;
}
.slick-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  text-align: center;
  padding: 0;
  z-index: 10;
  margin: 0;
}
.slick-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .slick-slider .slick-dots li {
    margin: 0 5px;
  }
}
.slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  padding: 0;
  background: #fff;
  text-indent: -9999rem;
  border-radius: 50%;
}
.slick-slider .slick-dots li.slick-active button {
  background: #000;
}
.item.item-event {
  padding: 0 15px;
}
.item.item-event .item-ct {
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
}
.item.item-event .item-header {
  padding: 25px 90px 25px 15px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.item.item-event .item-header .item-title {
  font-size: 1rem;
  margin: 0;
  color: #000;
  font-weight: 700;
}
.item.item-event .item-header .item-date {
  background: #e6442f;
  padding: 15px 25px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  line-height: 26px;
  font-size: 2.22rem;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: 0;
}
.item.item-event .item-header .item-date span {
  display: block;
  font-size: 22px;
}
.item.item-event .item-descr {
  padding: 15px;
  font-size: 13px;
  text-transform: uppercase;
}
.item.item-event .item-action {
  padding: 15px 15px 60px 15px;
}
.item.item-event .item-action .item-more {
  border: 0;
  background: none;
  color: #e6442f;
  font-size: 1rem;
  border-radius: 0;
}
.item.item-event .item-action .item-more:hover,
.item.item-event .item-action .item-more:focus {
  color: #000;
}
.item.item-event:first-child .item-date {
  background: #78c7c9;
}
.item.item-event:first-child .item-action .item-more {
  color: #78c7c9;
}
.item.item-event:first-child .item-action .item-more:hover,
.item.item-event:first-child .item-action .item-more:focus {
  color: #000;
}
.item.item-news .item-img {
  display: block;
  margin-bottom: 30px;
  margin-left: -26px;
  margin-right: -26px;
  margin-top: -26px;
}
.item.item-news .item-img img {
  width: 100%;
  height: auto;
}
.item.item-news .item-ct {
  padding: 25px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top 15px right 15px;
  border: 1px solid #ddd;
  color: #000;
}
@media screen and (max-width: 767px) {
  .item.item-news .item-ct {
    margin: 15px;
  }
}
.item.item-news .item-ct .item-meta {
  font-size: 12px;
  text-transform: uppercase;
  color: #777;
}
.item.item-news .item-ct .item-title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  margin: 30px 0;
}
.item.item-news .item-ct .item-title:hover,
.item.item-news .item-ct .item-title:focus {
  color: #78c7c9;
}
.item.item-news .item-ct .item-descr {
  font-family: 'Cormorant Garamond', serif;
}
.item.item-news .item-ct .item-more {
  margin: 30px 0 0 0;
}
.item.item-news .item-ct .item-category a {
  display: inline-block;
  padding: 8px 10px;
  border: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
}
.item.item-news .item-ct .item-category a:hover,
.item.item-news .item-ct .item-category a:focus {
  color: #78c7c9;
  border-color: #78c7c9;
}
.item.item-news .item-ct .item-category span {
  display: inline-block;
  padding: 8px 10px;
  border: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
}
.item.item-news .item-action {
  text-align: center;
}
.mansory-search-item {
  min-height: 1000px;
}
.mansory-search-item .item {
  height: auto;
  float: none;
  padding: 0;
}
.mansory-search-item .grid {
  height: auto;
}
/* clearfix */
.mansory-search-item .grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- grid-item ---- */
.mansory-search-item .grid-sizer,
.mansory-search-item .grid-item {
  width: 33.33%;
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .mansory-search-item .grid-sizer,
  .mansory-search-item .grid-item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mansory-search-item .grid-sizer,
  .mansory-search-item .grid-item {
    width: 50%;
  }
}
.mansory-search-item .grid-sizer .item,
.mansory-search-item .grid-item .item {
  padding: 15px;
}
.mansory-search-item .gutter-sizer {
  width: 2%;
}
.modal-search-results-counter {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.89rem;
  margin: 30px 0;
}
.popup-search {
  background: #78c7c9;
  position: fixed;
  top: 70px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 900;
  color: #fff;
  overflow-y: auto;
  display: none;
}
@media screen and (max-width: 767px) {
  .popup-search {
    top: 75px;
  }
}
.popup-search .item.item-event:first-child .item-date {
  background-color: #e6442f;
}
.popup-search .btn-close-popup-search {
  font-size: 1.33rem;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  position: absolute;
}
.popup-search .popup-search-content {
  padding: 90px 0 60px 0;
}
.popup-search .form-modal-search {
  margin-bottom: 30px;
}
.popup-search .form-modal-search h4 {
  text-align: center;
}
.popup-search .form-modal-search .input-group {
  border: 0;
  border-bottom: 2px solid #fff;
}
.popup-search .form-modal-search .input-group .input-group-btn .btn {
  padding-left: 10px;
  padding-right: 10px;
  background: none;
  border: 0;
}
.popup-search .form-modal-search .form-control {
  background: none;
  border: 0;
  font-size: 1.33rem;
  font-weight: 700;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
.popup-search .form-modal-search .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.popup-search .modal-search-results-sidebar .module {
  padding: 0 15px 30px 15px;
  margin-bottom: 30px;
}
.popup-search .modal-search-results-sidebar .module .module-title {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.popup-search .modal-search-results-sidebar .module .module-title small {
  display: block;
  color: #fff;
  font-size: 0.78rem;
  margin-top: 5px;
}
.popup-search .modal-search-results-sidebar .module .results-list {
  padding: 0;
  margin: 0;
}
.popup-search .modal-search-results-sidebar .module .results-list li {
  display: block;
}
.popup-search .modal-search-results-sidebar .module .results-list li a {
  display: block;
  padding: 15px 0;
  position: relative;
  border-bottom: 2px solid #fff;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.popup-search .modal-search-results-sidebar .module .results-list li a:after {
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  right: 0;
  bottom: 0;
  position: absolute;
}
.popup-search .modal-search-results-sidebar .module .results-list li a:before {
  content: "";
  border-right: 8px solid transparent;
  border-bottom: 8px solid #78c7c9;
  right: 3px;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.popup-search .modal-search-results-sidebar .module .results-list li a:hover,
.popup-search .modal-search-results-sidebar .module .results-list li a:focus {
  opacity: .7;
  filter: alpha(opacity=70);
}
.popup-search .modal-search-results-sidebar .module .results-list.people-results-list li a {
  border: 0;
}
.popup-search .modal-search-results-sidebar .module .results-list.people-results-list li a:before,
.popup-search .modal-search-results-sidebar .module .results-list.people-results-list li a:after {
  display: none;
}
.topbar-placeholder,
.topbar-wrapper {
  display: none;
}
.site-wrapper {
  overflow-x: hidden;
}
.site-config-area {
  width: 210px;
  left: 0;
  position: fixed;
  color: #fff;
  z-index: 1000;
  -webkit-transition: all .2s ease-in-out .1s;
  -o-transition: all .2s ease-in-out .1s;
  transition: all .2s ease-in-out .1s;
}
.site-config-area .site-config-area-content {
  display: none;
  padding: 60px 15px 15px;
  background: #78c7c9 url('../images/ico-cogs-open.png') no-repeat top 5px left 5px;
}
.site-config-area .show-site-config {
  background: #78c7c9 url('../images/ico-cogs.png') no-repeat top 5px right 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  padding: 40px 15px 5px 5px;
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .site-config-area .show-site-config span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .site-config-area .show-site-config {
    padding: 0;
    width: 50px;
    height: 50px;
    background-size: 36px;
    background-position: center;
  }
}
.site-config-area .close-site-config {
  border: 0;
  background: none;
  top: 15px;
  right: 15px;
  position: absolute;
}
.site-config-area .title {
  padding: 0 15px;
  font-size: 0.78rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.2;
}
.site-config-area .sub-title {
  padding: 0 15px;
  font-weight: 700;
  font-size: 0.78rem;
  margin-bottom: 15px;
  line-height: 1.2;
  text-transform: none;
}
.site-config-area .form-configure .dropdown.first-lvl > .dropdown-toggle {
  display: block;
  color: #78c7c9;
  text-transform: uppercase;
  padding: 10px 12px;
  line-height: 1;
  background: #fff;
  position: relative;
}
.site-config-area .form-configure .dropdown.first-lvl > .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #78c7c9;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}
.site-config-area .form-configure .dropdown.first-lvl > .dropdown-toggle:after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
  z-index: 2;
}
.site-config-area .form-configure .dropdown.first-lvl > .dropdown-menu {
  padding: 0;
  border-radius: 0;
  border-color: #fff;
  max-width: none;
  right: 0;
  left: 0;
  background: #78c7c9;
}
.site-config-area .form-configure .dropdown.first-lvl > .dropdown-menu > li > a {
  padding: 10px 12px;
  font-weight: 700;
  color: #fff;
}
.site-config-area .form-configure .dropdown.first-lvl > .dropdown-menu > li > a:hover,
.site-config-area .form-configure .dropdown.first-lvl > .dropdown-menu > li > a:focus {
  background: #fff;
  color: #78c7c9;
}
.site-config-area .form-configure .dropdown.first-lvl > .dropdown-menu > li.dropdown.open > a {
  background: #fff;
  color: #78c7c9;
}
.site-config-area .form-configure .dropdown.first-lvl > .dropdown-menu > li label {
  display: block;
  padding: 10px 12px;
  line-height: 1;
  margin: 0;
}
.site-config-area .form-configure .dropdown.first-lvl > .dropdown-menu > li label:hover,
.site-config-area .form-configure .dropdown.first-lvl > .dropdown-menu > li label:focus {
  color: #78c7c9;
  background: #fff;
}
.site-config-area .form-configure .dropdown.first-lvl > .dropdown-menu > li > .dropdown-submenu {
  border-radius: 0;
  left: 100%;
  top: 0;
  position: absolute;
  padding: 0;
  background: #78c7c9;
  border-color: #fff;
}
.site-config-area .form-configure .dropdown.first-lvl > .dropdown-menu > li > .dropdown-submenu > li > a {
  padding: 10px 12px;
  color: #fff;
}
.site-config-area .form-configure .dropdown.first-lvl > .dropdown-menu > li > .dropdown-submenu > li > a:hover,
.site-config-area .form-configure .dropdown.first-lvl > .dropdown-menu > li > .dropdown-submenu > li > a:focus {
  color: #78c7c9;
  background: #fff;
}
.site-config-area.active .site-config-area-content {
  display: block;
}
.single-content {
  position: relative;
}
.single-share {
  position: absolute;
  left: 100%;
}
@media screen and (max-width: 767px) {
  .single-share {
    z-index: 1;
    position: relative;
    left: 0;
    right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .single-share .share-box {
    padding-top: 20px;
  }
}
.single-share .title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
}
.single-share .social-list {
  padding: 0;
  margin: 0;
}
.single-share .social-list li {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .single-share .social-list li {
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.single-share .social-list li a {
  display: block;
  font-size: 44px;
}
.single-share .social-list li a .arendt-share-icon {
  text-align: center;
  line-height: 40px;
}
.single-share .social-list li a .arendt-share-icon.icon-arendt-twitter {
  color: #83D8FB;
}
.single-share .social-list li a .arendt-share-icon.icon-arendt-linkedin {
  color: #4F8EBD;
}
.single-share .social-list li a:hover .arendt-share-icon,
.single-share .social-list li a:focus .arendt-share-icon {
  color: #78c7c9;
}
.single-share .lang-box {
  margin-bottom: 30px;
}
.single-share .lang-box .lang-list {
  width: 40px;
  border: 1px solid #000;
  text-align: center;
  margin: 0;
  padding: 0;
}
.single-share .lang-box .lang-list li {
  display: block;
}
.single-share .lang-box .lang-list li a {
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 0.9rem;
  color: #000;
  display: block;
  border: 1px solid transparent;
  border-left: 0;
  border-right: 0;
}
.single-share .lang-box .lang-list li a:hover,
.single-share .lang-box .lang-list li a:focus {
  border-color: #000;
}
.single-share .lang-box .lang-list li.active a {
  border-color: #000;
}
.top-bar {
  border-bottom: 1px solid #ddd;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top-bar {
    display: none;
  }
}
.top-bar .container-fluid .col-sm-4 {
  padding: 0;
}
.top-bar .top-bar-nav {
  padding: 0;
  margin: 0;
}
.top-bar .top-bar-nav li {
  display: inline-block;
}
.top-bar .top-bar-nav li a {
  display: block;
  font-size: 0.6rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
  padding: 10px 15px;
}
.top-bar .top-bar-nav li a:hover,
.top-bar .top-bar-nav li a:focus {
  color: #78c7c9;
}
.top-bar .top-bar-nav li.item-client a {
  position: relative;
  padding-left: 20px;
}
.top-bar .top-bar-nav li.item-client a i {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.top-bar .top-bar-left {
  text-align: right;
}
.top-bar .top-bar-right {
  background: #78c7c9;
}
.top-bar .top-bar-right .top-bar-nav li a {
  color: #fff;
  font-weight: 700;
}
.top-bar .top-bar-right .top-bar-nav li a:hover,
.top-bar .top-bar-right .top-bar-nav li a:focus {
  opacity: .6;
  filter: alpha(opacity=60);
  color: #fff;
}
html .modal,
body .modal {
  display: none;
}
.modal.modal-search {
  background: #78c7c9;
}
.modal.modal-search .modal-content {
  border-radius: 0;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal.modal-search .modal-content .modal-footer {
  background: none;
  border: 0;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .modal.modal-search .modal-dialog {
    width: 1000px;
  }
}
.btn-show-popup-search .flaticon-inactive {
  display: none;
}
.btn-show-popup-search.active .flaticon-inactive {
  display: inline-block;
}
.btn-show-popup-search.active .flaticon-active {
  display: none;
}
#mobile-menu {
  display: none;
  background: #78c7c9;
  color: #000;
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  width: 100%;
  z-index: 3000;
}
@media screen and (max-width: 767px) {
  #mobile-menu {
    display: block;
  }
}
#mobile-menu .mobile-menu-header {
  padding: 0;
  background: #fff;
  color: #000;
  height: 64px;
}
#mobile-menu .mobile-menu-header:before,
#mobile-menu .mobile-menu-header:after {
  content: " ";
  display: table;
}
#mobile-menu .mobile-menu-header:after {
  clear: both;
}
#mobile-menu .mobile-menu-header .btn-mobile {
  width: 64px;
  height: 64px;
  background: none;
  border: 0;
  text-align: center;
  line-height: 64px;
  color: #000;
  float: left;
  padding: 0;
}
#mobile-menu .mobile-menu-header .btn-mobile i:before {
  font-size: 1.33rem;
}
#mobile-menu .mobile-menu-header .btn-mobile.btn-mobile-login,
#mobile-menu .mobile-menu-header .btn-mobile.btn-show-popup-search {
  float: right;
}
#mobile-menu .slider {
  top: 64px;
  bottom: 140px;
}
#mobile-menu .slider > ul > li > a,
#mobile-menu .slider > ul > li > ul > li > a {
  text-transform: uppercase;
}
#mobile-menu .slider ul,
#mobile-menu .slider ul ul,
#mobile-menu .slider ul ul ul {
  width: 100%;
}
#mobile-menu .btn-arendt-art {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  top: auto;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
  font-size: 1.33rem;
  height: 60px;
  color: #78c7c9;
}
#mobile-menu .mobile-bottom {
  position: absolute;
  height: 60px;
  bottom: 0;
  left: 0;
  right: 0;
}
#mobile-menu .mobile-bottom:before,
#mobile-menu .mobile-bottom:after {
  content: " ";
  display: table;
}
#mobile-menu .mobile-bottom:after {
  clear: both;
}
#mobile-menu .mobile-bottom a {
  display: block;
  width: 50%;
  padding: 15px;
  text-align: center;
  float: left;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}
#mobile-menu .mobile-bottom a:last-child {
  background: rgba(0, 0, 0, 0.8);
}
#mobile-menu ul a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  text-transform: capitalize;
}
#mobile-menu ul a .fa-chevron-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 50px;
  text-align: center;
  font-size: 0.78rem;
}
#mobile-menu ul a.slide-menu-control {
  background: #fff;
  text-transform: uppercase;
  border-bottom: 0;
  color: #78c7c9;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
#mobile-menu ul a.slide-menu-control .fa-chevron-left {
  font-size: 0.78rem;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -12px;
  color: #000;
  font-size: 24px;
}
#mobile-menu ul a.slide-menu-control .fa-chevron-left:before {
  font-family: 'Arendt Icon Fonts';
  content: '\004e';
}
.site-wrapper.isArendtSmartphone .site-header {
  max-height: 94px;
}
.site-wrapper.isArendtSmartphone .popup-search {
  position: absolute;
  z-index: 1100;
}
.site-header {
  position: relative;
  padding: 0 0;
  background: #fff;
  z-index: 1050;
}
@media screen and (max-width: 767px) {
  .site-header {
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 1200;
  }
}
.site-header .toggle-mobile-menu.active .fa:before {
  content: "\f00d";
}
.site-header .toggle-mobile-menu,
.site-header .btn-show-popup-search {
  width: 50px;
  height: 50px;
  border: 0;
  background: none;
  position: absolute;
  font-size: 1.33rem;
  padding: 10px;
  top: 50%;
  left: 15px;
  margin-top: -25px;
  display: none;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .site-header .toggle-mobile-menu,
  .site-header .btn-show-popup-search {
    display: block;
  }
}
.site-header .btn-show-popup-search-mobile {
  left: auto;
  right: 15px;
}
.site-header .btn-show-popup-search-mobile i:before {
  font-size: 1.33rem;
}
.site-header .site-logo {
  float: left;
  height: 70px;
  margin: 12px 0;
}
.site-header .site-logo img {
  max-height: 100%;
  -webkit-transition: all .1s ease-in-out .1s;
  -o-transition: all .1s ease-in-out .1s;
  transition: all .1s ease-in-out .1s;
  width: auto;
}
@media screen and (max-width: 991px) {
  .site-header .site-logo {
    height: 56px;
    float: none;
    display: block;
    text-align: center;
  }
}
.site-header .site-main-nav {
  float: right;
  margin: 0;
  padding: 0;
  -webkit-transition: all .1s ease-in-out .1s;
  -o-transition: all .1s ease-in-out .1s;
  transition: all .1s ease-in-out .1s;
}
@media screen and (max-width: 991px) {
  .site-header .site-main-nav {
    display: none;
  }
}
.site-header .site-main-nav > li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .site-header .site-main-nav > li {
    display: block;
    position: relative !important;
  }
}
.site-header .site-main-nav > li > a {
  display: block;
  padding: 40px 0;
  line-height: 1;
  margin: 0 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  font-size: 0.82rem;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .site-main-nav > li > a {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .site-header .site-main-nav > li > a {
    display: block;
    padding: 20px;
    margin: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .site-header .site-main-nav > li > a:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    content: "\f054";
    font-size: 0.89rem;
    line-height: 50px;
    padding: 0;
    color: #fff;
    border-left: 1px solid #fff;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    text-align: center;
  }
}
.site-header .site-main-nav > li > a:before {
  content: "";
  background: #000;
  position: absolute;
  bottom: 30px;
  height: 2px;
  width: 0;
  left: 0;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
@media screen and (max-width: 767px) {
  .site-header .site-main-nav > li > a:before {
    display: none;
  }
}
.site-header .site-main-nav > li > a:hover:before,
.site-header .site-main-nav > li > a:focus:before {
  width: 100%;
}
.site-header .site-main-nav > li.active > a:before {
  width: 100%;
}
.site-header .site-main-nav > li.dropdown {
  position: inherit;
}
.site-header .site-main-nav > li.mega-menu-parent .menu-group.intro .menu-group-action {
  text-align: left;
  margin-top: 30px;
}
.site-header .site-main-nav > li.mega-menu-parent .menu-group.intro .menu-group-action .item-more {
  color: #fff;
}
.site-header .site-main-nav > li.mega-menu-parent .menu-group.intro .menu-group-action .item-more:after,
.site-header .site-main-nav > li.mega-menu-parent .menu-group.intro .menu-group-action .item-more:before {
  background: #fff;
}
.site-header .site-main-nav > li.mega-menu-parent .nav-tabs {
  border: 0;
  margin: 0;
}
.site-header .site-main-nav > li.mega-menu-parent .nav-tabs li {
  display: block;
  float: none;
  margin: 0;
  border: 0;
}
.site-header .site-main-nav > li.mega-menu-parent .nav-tabs li a {
  display: block;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  font-weight: 400;
  font-size: 0.89rem;
  margin: 0;
  text-transform: uppercase;
  padding-right: 0;
  padding-left: 0;
}
.site-header .site-main-nav > li.mega-menu-parent .nav-tabs li a:hover,
.site-header .site-main-nav > li.mega-menu-parent .nav-tabs li a:focus {
  border-color: #fff;
  background: none;
}
.site-header .site-main-nav > li.mega-menu-parent .nav-tabs li.active a {
  border-color: #fff;
  background: none;
  font-weight: 700;
}
.site-header .site-main-nav > li.mega-menu-parent .tab-content {
  border-left: 2px solid #fff;
  padding-bottom: 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 0px;
  height: 100%;
}
.site-header .site-main-nav > li.mega-menu-parent .tab-content .tab-pane .tab-pane-title {
  font-size: 1.33rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 30px;
  margin-bottom: 0;
}
.site-header .site-main-nav > li.mega-menu-parent .tab-content .tab-pane .tab-pane-nav {
  margin: 0;
  padding: 0;
}
.site-header .site-main-nav > li.mega-menu-parent .tab-content .tab-pane .tab-pane-nav li {
  display: block;
}
.site-header .site-main-nav > li.mega-menu-parent .tab-content .tab-pane .tab-pane-nav li a {
  font-size: 0.78rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: block;
  padding: 10px 30px;
  line-height: 1;
}
.site-header .site-main-nav > li.mega-menu-parent .tab-content .tab-pane .tab-pane-nav li a:hover,
.site-header .site-main-nav > li.mega-menu-parent .tab-content .tab-pane .tab-pane-nav li a:focus {
  opacity: .8;
  filter: alpha(opacity=80);
}
.site-header .site-main-nav > li.mega-menu-parent .tab-content .tab-pane .tab-pane-nav li.item-highlight a {
  border-bottom-width: 2px;
}
.site-header .site-main-nav > li.mega-menu-parent .tab-content .tab-pane .tab-pane-nav li:last-child a {
  border: 0;
}
.site-header .site-main-nav > li.mega-menu-parent > .dropdown-menu {
  max-width: none;
  left: 0;
  right: 0;
  border: 0;
  background: #78c7c9;
  color: #fff;
  border-radius: 0;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
}
.site-header .site-main-nav > li.mega-menu-parent > .dropdown-menu .dropdown-menu-ct {
  overflow-y: auto;
  max-height: 620px;
}
.site-header .site-main-nav > li.mega-menu-parent > .dropdown-menu li a {
  color: #fff;
  display: block;
}
.site-header .site-main-nav > li.mega-menu-parent > .dropdown-menu li a:hover,
.site-header .site-main-nav > li.mega-menu-parent > .dropdown-menu li a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.site-header .site-main-nav > li.mega-menu-parent > .dropdown-menu .menu-group {
  padding: 30px;
}
.site-header .site-main-nav > li.mega-menu-parent > .dropdown-menu .menu-group.intro {
  padding-left: 0;
}
.site-header .site-main-nav > li.mega-menu-parent > .dropdown-menu .menu-group.border-left {
  border-left: 1px solid #fff;
}
.site-header .site-main-nav > li.mega-menu-parent > .dropdown-menu .menu-group .menu-group-title {
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}
.site-header .site-main-nav > li.mega-menu-parent > .dropdown-menu .menu-group .menu-group-nav {
  padding: 0;
  margin: 0;
}
.site-header .site-main-nav > li.mega-menu-parent > .dropdown-menu .menu-group .menu-group-nav li {
  display: block;
}
.site-header .site-main-nav > li.mega-menu-parent > .dropdown-menu .menu-group .menu-group-nav li > a {
  text-transform: uppercase;
  font-weight: 400;
  padding: 8px 0;
}
.site-header .site-main-nav > li.mega-menu-parent > .dropdown-menu .menu-group .menu-group-nav.menu-group-nav-border li > a {
  border-bottom: 1px solid #fff;
}
.site-header .site-main-nav > li.mega-menu-parent > .dropdown-menu .menu-group .menu-group-nav.menu-group-nav-border li:last-child > a {
  border: 0;
}
.site-header .site-main-nav > li.mega-menu-parent > .dropdown-menu .menu-group.intro .menu-group-title {
  border: 0;
  text-transform: none;
}
.site-header .site-main-nav > li.mega-menu-parent.open > .dropdown-toggle:before {
  width: 100%;
}
.site-header .site-main-nav > li.nav-search {
  margin-top: -5px;
  margin-bottom: -5px;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .site-header .site-main-nav > li.nav-search {
    display: none;
  }
}
.site-header .site-main-nav > li.nav-search a:hover:before,
.site-header .site-main-nav > li.nav-search a:focus:before {
  display: none;
  opacity: .8;
  filter: alpha(opacity=80);
}
.site-header .site-main-nav > li.nav-search a .flaticon-inactive {
  display: none;
}
.site-header .site-main-nav > li.nav-search a.active .flaticon-inactive {
  display: inline-block;
}
.site-header .site-main-nav > li.nav-search a.active .flaticon-active {
  display: none;
}
.sticky-wrapper.is-sticky .top-bar {
  z-index: 1201 !important;
}
.sticky-wrapper.is-sticky .site-header {
  z-index: 3200 !important;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.sticky-wrapper.is-sticky .site-header .site-logo {
  width: auto;
}
.sticky-wrapper.is-sticky .site-header .site-main-nav {
  margin: 0;
}
.site-hero {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .site-hero {
    padding: 60px 0 60px 0;
  }
}
.site-hero h1.title {
  color: #78c7c9;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .site-hero h1.title {
    font-size: 2.6rem;
  }
}
.site-hero div.title .wysiwyg h2 {
  border-bottom: none;
}
.site-hero div.title h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .site-hero div.title h2 {
    font-size: 2.6rem;
  }
}
.site-hero.site-hero-sitemap {
  padding: 100px 0 0px 0;
}
.site-hero.site-hero-sitemap h1.title {
  margin: 0;
}
.site-hero .form-hero .input-group {
  background: #fff;
  border: 2px solid #78c7c9;
  padding: 5px 10px;
}
.site-hero .form-hero .input-group .form-control {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  height: 50px;
  font-size: 1rem;
  font-family: 'Cormorant Garamond', serif;
}
.site-hero .form-hero .input-group .input-group-btn .btn-search {
  background: none;
  border: 0;
  color: #78c7c9;
  font-size: 1.1rem;
  padding: 10px;
}
.site-hero .hero-list-item {
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .site-hero .hero-list-item {
    text-align: center;
  }
}
.site-hero .hero-list-item .title {
  font-size: 1rem;
  text-transform: capitalize;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .site-hero .hero-list-item .title {
    font-size: 0.9rem;
  }
}
.site-hero .hero-list-item ul {
  margin: 0;
}
.site-hero .hero-list-item ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
}
.site-hero .hero-list-item ul li a {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #000;
  border: 2px solid #78c7c9;
  background: #fff;
  padding: 10px 10px;
  line-height: 1;
}
.site-hero .hero-list-item ul li a:hover,
.site-hero .hero-list-item ul li a:focus {
  color: #fff;
  background: #78c7c9;
  border-color: #78c7c9;
}
.site-hero .hero-list-item ul li.lvl-1 a {
  border-width: 4px;
}
.site-hero .hero-list-item ul li.lvl-2 a {
  border-width: 3px;
}
.item-more {
  font-size: 0.9rem;
  font-weight: 700;
  color: #000;
  display: inline-block;
  padding: 10px 0;
  line-height: 1;
  position: relative;
  background: none;
  border: 0;
  cursor: pointer;
}
.item-more:before {
  content: "";
  background: #000;
  height: 2px;
  width: 0;
  -webkit-transition: all .2s ease-in-out .1s;
  -o-transition: all .2s ease-in-out .1s;
  transition: all .2s ease-in-out .1s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.item-more:hover,
.item-more:focus {
  color: #000;
}
.item-more:hover:before,
.item-more:focus:before {
  width: 100%;
}
.single-content .wysiwyg {
  font-family: 'Cormorant Garamond', serif;
}
.single-content .wysiwyg strong {
  font-family: 'Cormorant Garamond', serif;
}
.single-content .wysiwyg p {
  font-family: 'Cormorant Garamond', serif;
}
.single-content .wysiwyg a {
  font-weight: 700;
  color: #000;
}
.section {
  background: #fff;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 70px 0;
  }
}
.section .page-content {
  padding: 40px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .section .page-content {
    padding: 0;
  }
}
.section .page-content .wysiwyg {
  font-family: 'Cormorant Garamond', serif;
}
.section .page-content .wysiwyg strong {
  font-family: 'Cormorant Garamond', serif;
}
.section .page-content .wysiwyg p {
  font-family: 'Cormorant Garamond', serif;
}
.section .page-content .wysiwyg p strong {
  color: #000;
  font-family: 'Cormorant Garamond', serif;
}
.section .page-content .wysiwyg a {
  font-weight: 700;
  color: #000;
}
.section .page-content .wysiwyg h1,
.section .page-content .wysiwyg h2 {
  border-bottom: none;
  font-weight: 700;
}
.section .page-content .wysiwyg h1 {
  margin: 20px 0;
}
.section.newsflashes {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .section.newsflashes {
    padding: 0;
  }
  .section.form-contact-us {
    padding-top: 40px;
  }
  .section.section-fulldisplay-event {
    padding: 20px 0 0 0;
  }
  .section.section-fulldisplay-event-deep {
    padding-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .section.section-list,
  .section.section-people,
  .section.section-category,
  .section.section-office,
  .section.section-insights,
  .section.section-fulldisplay-event,
  .section.section-job-opportunities,
  .section.section.single {
    padding: 70px 0 0 0;
  }
  .section.section-fulldisplay-event-deep {
    padding: 30px 0px 80px 0px;
  }
  .section.section-spotlight {
    padding: 30px 0 0 0;
  }
  .section.section-office .arendt-tab.tab-style-standard {
    border-bottom: none;
  }
  .section.newsflashes .arendt-filter {
    padding: 0 0 30px 0;
  }
  .section.section-training-sessions .page-content {
    padding: 0;
  }
  .section.section-job-opportunities .page-content {
    padding: 40px 15px 20px 15px;
  }
  .section.section-job-opportunities .page-articles-feature {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section.news,
.section.event {
  padding: 80px 0 40px 0;
}
.section.news-section-more-infos {
  background-size: cover;
}
.section .training-session-registration .formTitle {
  color: #fff;
  text-align: center;
}
.section .training-session-registration label {
  color: #fff;
}
.section.has-dark-mask {
  position: relative;
}
.section.has-dark-mask:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  position: absolute;
  z-index: 2;
}
.section.has-dark-mask .container {
  position: relative;
  z-index: 3;
  color: #fff;
}
.section.has-dark-mask .container a {
  color: #fff;
}
.section.has-dark-mask .container .section-title,
.section.has-dark-mask .container .section-title * {
  color: #fff;
}
.section .section-title {
  text-align: center;
  font-size: 2.22rem;
  color: #000;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .section .section-title {
    margin-bottom: 30px;
  }
}
.section .section-title small {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  max-width: 600px;
  margin: 30px auto;
  text-transform: uppercase;
  line-height: 1.5;
  color: #000;
}
.section .section-title h2 {
  font-size: 2.22rem;
  margin: 0;
}
.section .section-title .wysiwyg H2 {
  border-bottom: none;
}
.section .section-sub-title {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  max-width: 600px;
  margin: 40px auto;
  text-transform: uppercase;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
.section .section-sub-title small {
  font-size: 1rem;
}
.section-page-bottom {
  padding: 0px 0 60px 0;
  font-family: 'Cormorant Garamond', serif;
}
.section-page-bottom p strong {
  font-family: 'Cormorant Garamond', serif;
}
@media screen and (max-width: 767px) {
  .section-spotlight .spotlight-list .item + .item-action {
    display: none;
  }
}
.section-spotlight .spotlight-list .item .item-img {
  display: block;
  position: relative;
  height: 200px;
}
.section-spotlight .spotlight-list .item .item-img img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
}
.section-spotlight .spotlight-list .item .item-content {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .section-spotlight .spotlight-list .item .item-content {
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
  }
}
.section-spotlight .spotlight-list .item .item-content .item-name {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-spotlight .spotlight-list .item .item-content .item-name {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.section-spotlight .spotlight-list .item .item-content .item-name:before {
  content: "";
  height: 100px;
  width: 2px;
  background: #000;
  right: 0;
  bottom: 100%;
  margin-bottom: -20px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section-spotlight .spotlight-list .item .item-content .item-name:before {
    right: 0;
    height: 60px;
    bottom: auto;
    top: -45px;
  }
}
.section-spotlight .spotlight-list .item .item-content .item-descr {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.89rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .section-spotlight .spotlight-list .item .item-content .item-descr {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.section-spotlight .spotlight-list .item .item-content .item-action {
  margin-top: 30px;
}
.section-spotlight .spotlight-list .item:hover .item-img img {
  transform: scale(1.05) translateY(-50%);
  -moz-transform: scale(1.05) translateY(-50%);
  -webkit-transform: scale(1.05) translateY(-50%);
  -ms-transform: scale(1.05) translateY(-50%);
}
.section-spotlight .spotlight-list .item:hover .item-name {
  color: #78c7c9;
}
.section-spotlight .news-list {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .section-spotlight .news-list {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-spotlight .news-list .item.item-news {
    margin-bottom: 30px;
  }
}
.section-spotlight .news-list .item.item-news .item-ct {
  padding: 25px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top 10px right 15px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.section-spotlight .news-list .item.item-news .item-ct .item-meta {
  font-size: 0.67rem;
  text-transform: uppercase;
  color: #777;
}
.section-spotlight .news-list .item.item-news .item-ct .item-title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  margin: 30px 0;
}
.section-spotlight .news-list .item.item-news .item-ct .item-title:hover,
.section-spotlight .news-list .item.item-news .item-ct .item-title:focus {
  color: #78c7c9;
}
.section-spotlight .news-list .item.item-news .item-ct .item-descr {
  font-family: 'Cormorant Garamond', serif;
}
.section-spotlight .news-list .item.item-news .item-ct .item-more {
  margin: 30px 0;
}
.section-spotlight .news-list .item.item-news .item-action {
  text-align: center;
}
.section-spotlight .news-list .item-event-group-action {
  text-align: center;
  padding-top: 30px;
}
.item-event-group {
  margin: 0 -15px;
}
.item-event-group:before,
.item-event-group:after {
  content: " ";
  display: table;
}
.item-event-group:after {
  clear: both;
}
.item-event-group .item {
  padding: 0 15px;
  width: 50%;
  float: left;
}
.item-event-group .item.full {
  width: 100%;
  float: none;
}
@media screen and (max-width: 767px) {
  .item-event-group .item {
    width: auto;
    margin-bottom: 30px;
  }
}
.item-event-group .item .item-ct {
  border: 1px solid #ddd;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .item-event-group .item .item-ct {
    margin: 15px;
  }
}
.item-event-group .item .item-header {
  padding: 25px 90px 25px 15px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.item-event-group .item .item-header .item-title {
  font-size: 1rem;
  margin: 0;
  color: #000;
  font-weight: 700;
}
.item-event-group .item .item-header .item-date {
  background: #78c7c9;
  padding: 15px 25px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  font-size: 2.22rem;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: 0;
}
.item-event-group .item .item-header .item-date span {
  display: block;
  font-size: 1.22rem;
}
.item-event-group .item .item-descr {
  padding: 15px;
  font-size: 0.7rem;
  text-transform: uppercase;
}
.item-event-group .item .item-action {
  padding: 15px;
}
.item-event-group .item .item-action .item-more {
  border: 0;
  background: none;
  color: #78c7c9;
  font-size: 1rem;
  border-radius: 0;
}
.item-event-group .item .item-action .item-more:hover,
.item-event-group .item .item-action .item-more:focus {
  color: #000;
}
.item-event-group .item.item-orange .item-date {
  background: #e6442f;
}
.item-event-group .item.item-orange .item-action .item-more {
  color: #e6442f;
}
.item-event-group .item.item-orange .item-action .item-more:hover,
.item-event-group .item.item-orange .item-action .item-more:focus {
  color: #000;
}
.item-event-group.slick-slider .slick-dots {
  bottom: -30px;
}
.item-event-group.slick-slider .slick-arrow {
  top: 100%;
  margin-top: -20px;
  font-size: 1.8rem;
  left: 20px;
  z-index: 20;
}
.item-event-group.slick-slider .slick-arrow.slick-next {
  right: 20px;
  left: auto;
}
#intouch-list-slider.slick-slider .slick-dots {
  bottom: -30px;
}
#intouch-list-slider.slick-slider .slick-arrow {
  top: 100%;
  margin-top: -20px;
  font-size: 1.8rem;
  left: 20px;
  z-index: 20;
}
#intouch-list-slider.slick-slider .slick-arrow.slick-next {
  right: 20px;
  left: auto;
}
.section-solution {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-solution .section-title {
  color: #264577;
}
.section-solution .solution-list {
  margin: 0 -0 30px -5px;
}
.section-solution .solution-list:before,
.section-solution .solution-list:after {
  content: " ";
  display: table;
}
.section-solution .solution-list:after {
  clear: both;
}
.section-solution .solution-list .item {
  padding: 5px;
}
.section-solution .solution-list .item .item-ct {
  position: relative;
  border: 1px solid #264577;
  background: #fff;
  padding: 8px 8px;
  color: #264577;
  text-align: center;
  min-height: 143px;
}
.section-solution .solution-list .item .item-img img {
  margin: 0 auto;
}
.section-solution .solution-list .item .item-name {
  line-height: 1.2;
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 15px;
  min-height: 36px;
}
.section-solution .solution-list .item:hover .item-ct {
  top: -5px;
  -webkit-box-shadow: -5px 5px #264577;
  box-shadow: -5px 5px #264577;
}
.section-solution .solution-list .item.slick-current .item-ct {
  top: -5px;
  -webkit-box-shadow: -5px 5px #264577;
  box-shadow: -5px 5px #264577;
}
.section-solution .box {
  padding: 45px;
  background: #264577;
  color: #fff;
}
.section-solution .box .title {
  margin-bottom: 50px;
  font-size: 2.7rem;
}
@media screen and (min-width: 768px) {
  .section-solution .box .title {
    height: 106px;
    overflow: hidden;
  }
}
.section-solution .box .box-content {
  padding-right: 60px;
}
.section-solution .box .box-content .box-content-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 60px;
}
.section-solution .box .box-content .box-content-descr {
  font-family: 'Cormorant Garamond', serif;
}
.solution-nav {
  margin: 0 -15px;
  border: 0;
}
.solution-nav:before,
.solution-nav:after {
  content: " ";
  display: table;
}
.solution-nav:after {
  clear: both;
}
.solution-nav .item {
  width: 12.48%;
  display: block;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .solution-nav .item {
    width: 50%;
  }
}
.solution-nav .item .item-ct {
  border-radius: 0;
  display: block;
}
.solution-nav .item .item-ct .item-name,
.solution-nav .item .item-ct .item-img {
  display: block;
}
.solution-nav .item:hover .item-ct,
.solution-nav .item:focus .item-ct,
.solution-nav .item.active .item-ct {
  -webkit-box-shadow: -5px 5px #2C4573;
  box-shadow: -5px 5px #2C4573;
}
.section-keep-intouch .intouch-list .item {
  padding: 15px;
  border: 1px solid #ddd;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .section-keep-intouch .intouch-list .item {
    margin-bottom: 30px;
  }
}
.section-keep-intouch .intouch-list .item .item-header .item-name {
  font-weight: 700;
  font-size: 0.8rem;
  color: #000;
  line-height: 1;
}
.section-keep-intouch .intouch-list .item .item-header .item-name:before,
.section-keep-intouch .intouch-list .item .item-header .item-name:after {
  content: " ";
  display: table;
}
.section-keep-intouch .intouch-list .item .item-header .item-name:after {
  clear: both;
}
.section-keep-intouch .intouch-list .item .item-header .item-name small {
  font-size: 0.67rem;
  font-weight: 400;
  color: #888;
  text-transform: capitalize;
  display: block;
}
.section-keep-intouch .intouch-list .item .item-header .item-name img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  float: left;
  margin-top: 5px;
  margin-left: 15px;
}
.section-keep-intouch .intouch-list .item .item-header .item-name:hover,
.section-keep-intouch .intouch-list .item .item-header .item-name:focus {
  color: #78c7c9;
}
.section-keep-intouch .intouch-list .item .item-descr {
  padding: 25px 15px;
  font-family: 'Cormorant Garamond', serif;
}
.section-keep-intouch .intouch-list .item .item-img {
  max-height: 200px;
}
@media screen and (max-width: 767px) {
  .section-keep-intouch .intouch-list .item .item-img {
    max-height: none;
  }
}
.section-keep-intouch .intouch-list .item .item-img img {
  width: 100%;
}
.section-keep-intouch .intouch-list .item:hover .item-img img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.section-follow {
  padding: 0;
  border-top: 1px solid #ddd;
}
.section-follow .follow-box {
  padding: 30px;
  text-align: center;
}
.section-follow .follow-box .follow-title {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
}
.section-follow .follow-box .social-list {
  padding: 0;
  margin: 20px 0 0 0;
  text-align: center;
}
.section-follow .follow-box .social-list li {
  display: inline-block;
  vertical-align: middle;
}
.section-follow .follow-box .social-list li a {
  display: block;
  font-size: 44px;
  margin: 5px;
}
.section-follow .follow-box .social-list li a .icon-arendt-facebook {
  color: #3F5992;
}
.section-follow .follow-box .social-list li a .icon-arendt-twitter {
  color: #5DC9FA;
}
.section-follow .follow-box .social-list li a .icon-arendt-linkedin {
  color: #2E77B0;
}
.section-follow .follow-box .social-list li a:hover *,
.section-follow .follow-box .social-list li a:focus * {
  color: #000;
}
.section-follow .follow-box.follow-box-newsletter .follow-title {
  position: relative;
}
.section-follow .follow-box.follow-box-newsletter .follow-title:before {
  content: "\004f";
  font-family: 'Arendt Icon Fonts';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.22rem;
  display: inline-block;
  vertical-align: middle;
  margin: -20px 10px;
}
.section-about {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-about .section-title {
  color: #e6442f;
}
.section-about .section-content {
  font-size: 0.89rem;
  font-family: 'Cormorant Garamond', serif;
}
.section-about .section-action {
  margin-top: 30px;
}
.site-footer {
  padding: 15px 0;
  border-top: 1px solid #ddd;
}
.site-footer .footer-nav {
  padding: 0;
  margin: 0;
  text-align: center;
}
.site-footer .footer-nav li {
  display: inline-block;
  vertical-align: middle;
}
.site-footer .footer-nav li a {
  display: block;
  line-height: 1;
  font-weight: 700;
  color: #000;
  padding: 10px 20px;
}
.site-footer .footer-nav li a:hover,
.site-footer .footer-nav li a:focus {
  color: #78c7c9;
}
.site-footer .footer-nav li a.art {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.site-footer .footer-copyright {
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
}
.section-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-hero.event .hero-breadcrumb a,
.section-hero.news .hero-breadcrumb a {
  color: #fff;
}
.section-hero.event .hero-breadcrumb a:last-child,
.section-hero.news .hero-breadcrumb a:last-child {
  color: #fff;
}
.section-hero.event .section-title span,
.section-hero.news .section-title span,
.section-hero.event .section-title small,
.section-hero.news .section-title small {
  color: #fff;
}
.section-hero .hero-breadcrumb {
  text-align: center;
  margin-bottom: 30px;
}
.section-hero .hero-breadcrumb:before,
.section-hero .hero-breadcrumb:after {
  content: " ";
  display: table;
}
.section-hero .hero-breadcrumb:after {
  clear: both;
}
.section-hero .hero-breadcrumb a {
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-transform: capitalize;
}
.section-hero .hero-breadcrumb a.go-back {
  float: left;
}
.section-hero .hero-breadcrumb a.go-back:after {
  display: none;
}
.section-hero .hero-breadcrumb a:hover {
  text-decoration: underline;
}
.section-hero .hero-breadcrumb a:after {
  content: "/";
  display: inline-block;
  margin-left: 4px;
}
.section-hero .hero-breadcrumb a:last-child {
  color: #78c7c9;
}
.section-hero .hero-breadcrumb a:last-child:after {
  display: none;
}
.section-hero .hero-breadcrumb a.pub-title {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
.section-hero.section-hero-sm {
  background-color: #fff;
  padding: 30px 0;
}
.site-filter-mask {
  background: #78c7c9;
  opacity: .8;
  filter: alpha(opacity=80);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1210;
  display: none;
}
.site-filter {
  width: 320px;
  background: #fff;
  position: fixed;
  z-index: 12020;
  top: 0;
  left: -400px;
  bottom: 0;
  overflow-y: auto;
  color: #78c7c9;
  -webkit-transition: all .2s ease-in-out .1s;
  -o-transition: all .2s ease-in-out .1s;
  transition: all .2s ease-in-out .1s;
}
@media screen and (min-width: 992px) {
  .site-filter {
    padding: 60px 0;
  }
}
.site-filter.show {
  left: 0;
}
.site-filter .site-filter-content {
  padding: 30px;
  position: relative;
  background-image: none !important;
}
.site-filter .site-filter-content:before {
  display: inline-block;
  font-family: 'Arendt Icon Fonts';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\0048';
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 3rem;
  color: #78c7c9;
}
@media screen and (max-width: 991px) {
  .site-filter .site-filter-content:before {
    left: 0;
    margin-bottom: 30px;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .site-filter .site-filter-content {
    padding-top: 90px;
    background-repeat: no-repeat;
    background-position: left 30px top;
  }
}
.site-filter .site-filter-content .title {
  text-transform: uppercase;
  font-weight: 400;
}
.site-filter .site-filter-content .sub-title {
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: none;
}
.site-filter .site-filter-content .form-content p.intro {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.7rem;
  margin-bottom: 30px;
}
.site-filter .site-filter-content .form-content .item {
  margin-bottom: 30px;
}
.site-filter .site-filter-content .form-content .item .checkbox-inline {
  padding-left: 0;
}
.site-filter .site-filter-content .form-content .item .item-ct a {
  display: none;
  float: left;
  font-size: 0.88rem;
  font-weight: bold;
  color: #78c7c9;
}
.site-filter .site-filter-content .form-content .item .item-ct:before,
.site-filter .site-filter-content .form-content .item .item-ct:after {
  content: " ";
  display: table;
}
.site-filter .site-filter-content .form-content .item .item-ct:after {
  clear: both;
}
.site-filter .site-filter-content .form-content .item .item-ct > label {
  float: left;
  font-size: 0.88rem;
  color: #9D9D9C;
  margin: 0;
}
.site-filter .site-filter-content .form-content .item .item-ct .toggle {
  float: right;
}
.site-filter .site-filter-content .form-content .item .item-ct .toggle .btn:hover,
.site-filter .site-filter-content .form-content .item .item-ct .toggle .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.site-filter .site-filter-content .form-content .item .item-inner {
  font-size: 0.7rem;
  display: none;
}
.site-filter .site-filter-content .form-content .item .item-inner.open {
  display: block;
}
.site-filter .site-filter-content .form-content .item .item-inner label {
  font-family: 'Roboto', sans-serif;
}
.site-filter .site-filter-content .form-content .item.selected .item-ct a {
  color: #78c7c9;
  display: block;
}
.site-filter .site-filter-content .form-content .item.selected .item-ct > label {
  color: #78c7c9;
  display: none;
}
.site-filter .site-filter-disabled {
  position: relative;
  padding: 30px;
  background: #9D9D9C;
}
@media screen and (min-width: 992px) {
  .site-filter .site-filter-disabled {
    top: -60px;
  }
}
.site-filter .site-filter-disabled .msg {
  color: #fff;
  text-transform: uppercase;
}
.toggle.btn {
  padding-left: 10px;
  padding-right: 10px;
  height: 20px;
  min-width: 40px;
  min-height: 0;
  max-width: 44px;
}
.toggle.btn.btn-default {
  border-color: #9d9d9d;
}
.toggle.btn.btn-default:hover,
.toggle.btn.btn-default:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #78c7c9;
}
.toggle .toggle-group .btn {
  padding: 10px;
  font-size: 0;
  line-height: 0;
  height: 20px;
  min-width: 40px;
  min-height: 0;
}
.toggle .toggle-group .btn.btn-primary:hover,
.toggle .toggle-group .btn.btn-primary:focus {
  background: #78c7c9;
}
.toggle .toggle-group .btn.btn-default {
  border-color: #9D9D9C;
  background: #9D9D9C;
  color: #9D9D9C;
}
.toggle .toggle-group .btn.btn-default.toggle-handle {
  background: #fff;
  border-color: #78c7c9;
}
.toggle.off .toggle-group .btn.btn-default.toggle-handle {
  border-color: #9d9d9d;
}
.arrow-area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
}
.guide-arrow-box {
  margin-left: 0;
}
.guide-arrow {
  display: block;
  background: #fff;
  color: #78c7c9;
  height: 30px;
  text-align: center;
  font-size: 1.1rem;
  cursor: pointer;
  display: none;
  border: 0;
  width: 100%;
}
.guide-arrow:after {
  content: "↑";
}
.guide-arrow.guide-arrow-down {
  display: block;
}
.guide-arrow.guide-arrow-down:after {
  content: "↓";
}
.show-site-filter {
  background: #78c7c9;
  padding-left: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.83rem;
  font-weight: 400;
  padding: 40px 15px 5px 10px;
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0;
  line-height: 1.2;
  z-index: 800;
}
.show-site-filter:before {
  display: inline-block;
  font-family: 'Arendt Icon Fonts';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\0048';
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 2.67rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .show-site-filter:before {
    font-size: 2.4rem;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    right: auto;
  }
}
.show-site-filter:hover,
.show-site-filter:focus {
  color: #fff;
  opacity: .8;
  filter: alpha(opacity=80);
}
@media screen and (max-width: 767px) {
  .show-site-filter span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .show-site-filter {
    padding: 0;
    width: 50px;
    height: 50px;
    background-size: 36px;
    background-position: center;
  }
}
.action-arrow-line {
  text-align: center;
  padding: 30px 0 10px 0;
  margin-bottom: 60px;
  border-bottom: 1px solid #000;
  position: relative;
}
.action-arrow-line a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #000;
  font-size: 1rem;
}
.action-arrow-line a:hover,
.action-arrow-line a:focus {
  color: #78c7c9;
}
.action-arrow-line a:before {
  content: "+";
  font-weight: 700;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -4px;
}
.action-arrow-line:after {
  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #000;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
}
.action-arrow-line:before {
  content: "";
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-top: 19px solid #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -19px;
  z-index: 2;
}
.action-arrow-line.white {
  border-bottom-color: #fff;
}
.action-arrow-line.white a {
  color: #fff;
}
.action-arrow-line.white a:hover,
.action-arrow-line.white a:focus {
  color: rgba(255, 255, 255, 0.5);
}
.action-arrow-line.white:after {
  border-top-color: #fff;
}
.action-arrow-line.white:before {
  border-top-color: #78c7c9;
}
.arendt-tab {
  margin-bottom: 30px;
}
.arendt-tab.tab-style-standard {
  border-bottom: 1px solid #ddd;
  text-align: center;
  position: relative;
  z-index: 2;
}
.arendt-tab.tab-style-standard li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.arendt-tab.tab-style-standard li > a {
  display: block;
  font-weight: 700;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #000;
  padding: 10px;
  font-size: 0.89rem;
  position: relative;
  margin-bottom: -1px;
}
.arendt-tab.tab-style-standard li > a:hover,
.arendt-tab.tab-style-standard li > a:focus {
  background: none;
  color: #000;
  border-color: #000;
}
.arendt-tab.tab-style-standard li.active > a {
  border-color: #000;
}
.arendt-tab.tab-style-1 .tooltip {
  width: auto;
  margin-left: 2px;
  min-width: 200px;
}
.arendt-tab.tab-style-1 .tooltip .tooltip-arrow {
  background: #e1e1e1;
  height: 15px;
  border: 0;
  width: 2px;
  top: 100%;
  margin-top: -5px;
}
.arendt-tab.tab-style-1 .tooltip .tooltip-inner {
  background: none;
  color: #000;
  font-size: 0.89rem;
  font-family: 'Roboto', sans-serif;
  width: auto;
}
.arendt-tab.tab-style-1 .nav {
  text-align: center;
  border: 0;
}
.arendt-tab.tab-style-1 .nav li {
  display: inline-block;
  vertical-align: middle;
}
.arendt-tab.tab-style-1 .nav li a {
  font-size: 2.22rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #e1e1e1;
  display: block;
  line-height: 1;
  padding: 0 30px 60px 30px;
  position: relative;
}
.arendt-tab.tab-style-1 .nav li a span {
  display: block;
  height: 50px;
  line-height: 60px;
}
.arendt-tab.tab-style-1 .nav li a:before {
  position: absolute;
  background: #e1e1e1;
  content: "";
  bottom: 0;
  height: 50px;
  width: 2px;
  left: 50%;
  margin-left: -1px;
}
.arendt-tab.tab-style-1 .nav li a:hover,
.arendt-tab.tab-style-1 .nav li a:focus {
  color: #78c7c9;
  background: none;
}
.arendt-tab.tab-style-1 .nav li.active a {
  color: #78c7c9;
  font-size: 50px;
}
.arendt-tab.tab-style-1 .nav li.active a:before {
  background: #000;
}
.arendt-tab.tab-style-1 .tab-content {
  padding: 30px;
  border: 1px solid #000;
}
.arendt-tab.tab-style-2 .nav {
  text-align: center;
  border-bottom: 2px solid #ddd;
  margin-bottom: 60px;
}
.arendt-tab.tab-style-2 .nav li {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.arendt-tab.tab-style-2 .nav li a {
  font-size: 1.1rem;
  display: inline-block;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  padding: 15px 60px;
  color: #000;
  position: relative;
}
.arendt-tab.tab-style-2 .nav li a:before {
  width: 2px;
  bottom: 0;
  height: 15px;
  background: #ddd;
  left: 50%;
  margin-left: -1px;
  content: "";
  position: absolute;
}
.arendt-tab.tab-style-2 .nav li a:hover,
.arendt-tab.tab-style-2 .nav li a:focus {
  background: none;
  color: #78c7c9;
}
.arendt-tab.tab-style-2 .nav li.active a {
  color: #78c7c9;
}
.arendt-tab.tab-style-2 .nav li.active a:before {
  background: #78c7c9;
  height: 32px;
  bottom: -17px;
}
.arendt-tab.tab-style-3 .nav-top {
  border-bottom: 2px solid #ddd;
}
.arendt-tab.tab-style-3 .nav {
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.arendt-tab.tab-style-3 .nav li {
  display: block;
  vertical-align: middle;
  float: left;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .arendt-tab.tab-style-3 .nav li {
    display: block;
  }
}
.arendt-tab.tab-style-3 .nav li a {
  font-size: 1rem;
  display: inline-block;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  padding: 15px 30px;
  line-height: 1;
  color: #000;
  position: relative;
  border: 2px solid #78c7c9;
  margin: 0 15px -2px 15px;
}
@media screen and (max-width: 767px) {
  .arendt-tab.tab-style-3 .nav li a {
    margin: 10px 15px;
  }
}
.arendt-tab.tab-style-3 .nav li a:before {
  top: 100%;
  left: 50%;
  margin-left: -15px;
  content: "";
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid transparent;
}
@media screen and (max-width: 767px) {
  .arendt-tab.tab-style-3 .nav li a:before {
    display: none;
  }
}
.arendt-tab.tab-style-3 .nav li a:hover,
.arendt-tab.tab-style-3 .nav li a:focus {
  background: none;
  color: #78c7c9;
}
.arendt-tab.tab-style-3 .nav li.active a {
  background: #78c7c9;
  color: #fff;
  border-color: #78c7c9;
}
.arendt-tab.tab-style-3 .nav li.active a:before {
  border-top-color: #78c7c9;
}
.arendt-tab.tab-style-3 .nav li.active a:hover,
.arendt-tab.tab-style-3 .nav li.active a:focus {
  color: #fff;
}
.arendt-filter {
  padding: 30px 0;
}
.arendt-filter.filter-top {
  border-bottom: 1px solid #ddd;
}
form .input-group,
.form-inline .input-group,
.form-horizontal .input-group {
  border: 1px solid #ddd;
}
form .input-group .input-group-btn button,
.form-inline .input-group .input-group-btn button,
.form-horizontal .input-group .input-group-btn button,
form .input-group .input-group-btn .btn,
.form-inline .input-group .input-group-btn .btn,
.form-horizontal .input-group .input-group-btn .btn {
  border: 0;
  background: none;
  padding: 10px;
  line-height: 1;
}
form .input-group .form-control,
.form-inline .input-group .form-control,
.form-horizontal .input-group .form-control {
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Roboto', sans-serif;
}
form .form-control,
.form-inline .form-control,
.form-horizontal .form-control {
  font-size: 'Roboto', sans-serif;
}
form input[type=checkbox],
.form-inline input[type=checkbox],
.form-horizontal input[type=checkbox] {
  position: relative;
  cursor: pointer;
  margin: 0 10px 0 0;
}
form input[type=checkbox]:before,
.form-inline input[type=checkbox]:before,
.form-horizontal input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: -2px;
  left: -2px;
  border: 1px solid #fff;
  background-color: #78c7c9;
}
form input[type=checkbox]:checked:after,
.form-inline input[type=checkbox]:checked:after,
.form-horizontal input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: 4px;
}
@media screen and (min-width: 768px) {
  .item-list-group.newsflashes-list.style-2 .item {
    margin-bottom: 30px;
  }
  .item-list-group.newsflashes-list.style-2 .item .news-item-content-part {
    padding-left: 0;
  }
  .item-list-group.newsflashes-list.style-2 .item .item-right {
    padding: 8px;
  }
  .item-list-group.newsflashes-list.style-2 .item .item-right .item-meta {
    font-size: 1.1rem;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 5px;
  }
  .item-list-group.newsflashes-list.style-2 .item .item-right .item-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .item-list-group.newsflashes-list.style-2 .item .item-right .item-descr {
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-family: 'Cormorant Garamond', serif;
  }
  .item-list-group.newsflashes-list.style-2 .item .item-right .item-action {
    font-size: 14px;
  }
  .item-list-group.newsflashes-list.style-2 .item .item-left {
    height: 200px !important;
  }
  .item-list-group.newsflashes-list.style-2 .item .item-left .item-img img {
    width: 100%;
    height: auto;
  }
}
.item-list-group.style-2 .item {
  border: 1px solid #ddd;
  margin-bottom: 60px;
}
.item-list-group.style-2 .item .item-left {
  position: relative;
  color: #fff;
}
.item-list-group.style-2 .item .item-left:before,
.item-list-group.style-2 .item .item-left:after {
  content: " ";
  display: table;
}
.item-list-group.style-2 .item .item-left:after {
  clear: both;
}
.item-list-group.style-2 .item .item-left .item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.item-list-group.style-2 .item .item-left .item-img img {
  width: 100%;
  height: auto;
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transition: all .15s ease-in-out .1s;
  -o-transition: all .15s ease-in-out .1s;
  transition: all .15s ease-in-out .1s;
}
.item-list-group.style-2 .item .item-right {
  padding: 25px;
}
.item-list-group.style-2 .item .item-right .item-descr {
  margin-bottom: 30px;
}
.item-list-group.style-2 .item:hover .item-img img,
.item-list-group.style-2 .item:focus .item-img img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.item-list-group.style-1 .item {
  border: 1px solid #ddd;
  margin-bottom: 60px;
}
.item-list-group.style-1 .item .item-left {
  background: #78c7c9;
  color: #fff;
}
.item-list-group.style-1 .item .item-left:before,
.item-list-group.style-1 .item .item-left:after {
  content: " ";
  display: table;
}
.item-list-group.style-1 .item .item-left:after {
  clear: both;
}
.item-list-group.style-1 .item .item-left .item-event {
  width: 50%;
  float: left;
  padding: 25px;
}
.item-list-group.style-1 .item .item-left .item-event .event-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.item-list-group.style-1 .item .item-left .item-event .event-date {
  line-height: 1.1;
  margin-bottom: 30px;
}
.item-list-group.style-1 .item .item-left .item-event .event-date * {
  display: block;
}
.item-list-group.style-1 .item .item-left .item-event .event-date span {
  font-size: 0.89rem;
  text-transform: uppercase;
  font-weight: 400;
}
.item-list-group.style-1 .item .item-left .item-event .event-date strong {
  font-weight: 700;
  font-size: 30px;
}
.item-list-group.style-1 .item .item-left .item-event .event-date small {
  font-size: 0.89rem;
  text-transform: uppercase;
  font-weight: 400;
}
.item-list-group.style-1 .item .item-left .item-event .event-type {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
}
.item-list-group.style-1 .item .item-left .item-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  overflow: hidden;
}
.item-list-group.style-1 .item .item-left .item-img img {
  width: auto;
  height: 100%;
  -webkit-transition: all .15s ease-in-out .1s;
  -o-transition: all .15s ease-in-out .1s;
  transition: all .15s ease-in-out .1s;
}
.item-list-group.style-1 .item .item-right {
  padding: 25px;
}
.item-list-group.style-1 .item .item-right .item-descr {
  margin-bottom: 30px;
}
.item-list-group.style-1 .item.type-2 .item-left {
  background: #bb71ac;
}
.item-list-group.style-1 .item.type-3 .item-left {
  background: #0c4584;
}
.item-list-group.style-1 .item.type-4 .item-left {
  background: #78c7c9;
}
.item-list-group.style-1 .item:hover .item-img img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.panel-group .panel.panel-default {
  border: 0;
  border-radius: 0;
  border-color: #78c7c9;
  border-width: 2px;
  border-bottom-style: solid;
}
.panel-group .panel.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-color: #78c7c9;
  border-width: 2px;
}
.panel-group .panel.panel-default .panel-heading {
  background: none;
  border: 0;
  border-radius: 0;
}
.panel-group .panel.panel-default .panel-heading .panel-title {
  display: block;
}
.panel-group .panel.panel-default .panel-heading .panel-title > a {
  display: block;
  position: relative;
}
.panel-group .panel.panel-default .panel-heading .panel-title > a .counter {
  font-size: 2.9rem;
  color: #78c7c9;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
}
.panel-group .panel.panel-default .panel-heading .panel-title > a .name {
  font-size: 1.33rem;
  font-weight: 700;
}
.panel-group .panel.panel-default .panel-heading .panel-title > a .caret {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  border-width: 6px;
}
.panel-group .panel.panel-default .panel-heading .panel-title > a:hover,
.panel-group .panel.panel-default .panel-heading .panel-title > a:focus {
  color: #78c7c9;
}
.panel-group .panel.panel-default .panel-body {
  border-width: 2px;
  border-color: #78c7c9;
}
.toc-content .item {
  padding: 0;
  margin-bottom: 30px;
  position: relative;
}
.toc-content .item:before {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #000;
  content: "";
}
.toc-content .item:before,
.toc-content .item:after {
  content: " ";
  display: table;
}
.toc-content .item:after {
  clear: both;
}
.toc-content .item .name {
  display: inline-block;
  font-size: 0.89rem;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #fff;
  padding: 10px 0;
  color: #000;
}
.toc-content .item .action {
  float: right;
  background: #fff;
  padding: 10px 5px 10px 25px;
  position: relative;
  margin-bottom: -10;
}
@media screen and (max-width: 767px) {
  .media.item-author {
    margin-bottom: 30px;
  }
  .media.item-author .media-object.pull-left,
  .media.item-author .media-object.pull-right {
    margin-bottom: 30px;
    margin-right: 15px;
    max-width: 100px;
    height: auto !important;
  }
  .media.item-author .media-body {
    padding-bottom: 20px !important;
    height: auto !important;
  }
}
#solution-accordion.panel-group {
  margin-left: -15px;
  margin-right: -15px;
}
#solution-accordion.panel-group .panel.panel-default {
  border: 0;
}
#solution-accordion.panel-group .panel.panel-default .panel-heading {
  margin-left: 15px;
  margin-right: 15px;
  color: #0c4584;
  padding: 0;
  margin-bottom: 15px;
  font-size: 1.2rem;
}
#solution-accordion.panel-group .panel.panel-default .panel-heading .panel-title a {
  -webkit-box-shadow: -5px 5px #0c4584;
  box-shadow: -5px 5px #0c4584;
  display: block;
  padding: 5px 10px;
  border: 1px solid #0c4584;
  color: #0c4584;
}
#solution-accordion.panel-group .panel.panel-default .panel-heading .panel-title a:hover,
#solution-accordion.panel-group .panel.panel-default .panel-heading .panel-title a:focus {
  color: #0c4584;
}
#solution-accordion.panel-group .panel.panel-default .panel-heading .panel-title a.collapsed {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0c4584;
}
#solution-accordion.panel-group .panel.panel-default .panel-heading img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#solution-accordion.panel-group .panel.panel-default .panel-body {
  background: #0c4584;
  color: #fff;
  border: 0;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 15px;
}
#solution-accordion.panel-group .panel.panel-default .panel-body .box-content-title {
  text-align: left;
}
#solution-accordion.panel-group .panel.panel-default .panel-body .box-content-descr {
  margin: 30px 0;
  font-family: 'Cormorant Garamond', serif;
  text-align: left;
}
.step-plain .item {
  padding: 0 0 40px 120px;
  margin: 40px 0;
  border-bottom: 2px solid #000;
  position: relative;
}
.step-plain .item .counter {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  bottom: 0;
  border-right: 2px solid #000;
  font-size: 72px;
  font-weight: 700;
  color: #78c7c9;
}
.step-plain .item .counter span {
  padding-bottom: 40px;
  background: #fff;
  display: block;
  margin-right: -2px;
  position: relative;
  line-height: 1;
}
.step-plain .item .content {
  padding-top: 30px;
}
.step-plain .item .content .step-title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}
.page-articles-feature {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-articles-feature {
    padding-bottom: 0px;
  }
}
.page-articles-feature .item .item-title {
  font-weight: 700;
  color: #000;
  display: block;
}
.page-articles-feature .item .item-title:hover,
.page-articles-feature .item .item-title:focus {
  color: #78c7c9;
}
.page-articles-feature .item .item-content .wysiwyg p {
  font-family: 'Cormorant Garamond', serif;
}
.page-articles-feature .item .item-content .wysiwyg p strong {
  color: #000;
}
.page-articles-feature .item .item-content .wysiwyg a {
  font-weight: 700;
  color: #000;
}
.page-articles-feature .item .item-content .wysiwyg a:hover,
.page-articles-feature .item .item-content .wysiwyg a:focus {
  color: #78c7c9;
}
.page-articles-feature .item .item-content .wysiwyg h1,
.page-articles-feature .item .item-content .wysiwyg h2 {
  border-bottom: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 5px 0;
}
.page-articles-feature .item .item-content .wysiwyg h1 {
  margin: 20px 0;
}
.box {
  padding: 40px;
  margin-bottom: 60px;
}
.box.box-primary {
  background: #78c7c9;
  color: #fff;
}
.box.box-primary .item-download {
  border: 1px solid #fff;
  text-align: center;
  padding: 30px;
  margin-top: 30px;
}
.box.box-primary .item-download .btn-white {
  color: #78c7c9;
  margin-top: 30px;
}
.box.box-primary .item-download strong {
  display: block;
}
.box.box-primary .item-download span {
  display: block;
  margin-bottom: 30px;
}
.box.box-primary .item-download .media-object {
  font-size: 58px;
}
.single.section {
  padding-bottom: 0;
}
.single .container {
  position: relative;
}
.single .single-content {
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
}
.single .single-content:last-child {
  border-bottom: 0;
}
.single .single-content p {
  margin-bottom: 30px;
}
.single .single-content:first-child {
  padding-top: 0;
}
.single .single-title {
  margin-bottom: 60px;
}
.single .single-share {
  position: absolute;
  left: 100%;
}
.single .single-share .title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.single .single-share .social-list {
  padding: 0;
  margin: 0;
}
.single .single-share .social-list li {
  display: block;
  margin-bottom: 10px;
}
.single .single-share .social-list li a {
  display: block;
}
.single .single-share .social-list li a .arendt-share-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.single .single-share .social-list li a .arendt-share-icon.icon-arendt-twitter {
  color: #83D8FB;
}
.single .single-share .social-list li a .arendt-share-icon.icon-arendt-linkedin {
  color: #4F8EBD;
}
.single .single-share .social-list li a .fa {
  width: 40px;
  height: 40px;
  border: 1px solid;
  text-align: center;
  line-height: 40px;
}
.single .single-share .social-list li a .fa.fa-twitter {
  color: #83D8FB;
}
.single .single-share .social-list li a .fa.fa-linkedin {
  color: #4F8EBD;
}
.single .single-share .social-list li a:hover .fa,
.single .single-share .social-list li a:focus .fa,
.single .single-share .social-list li a:hover .arendt-share-icon,
.single .single-share .social-list li a:focus .arendt-share-icon {
  color: #78c7c9;
}
.single .single-u-list {
  margin: 60px;
}
@media screen and (max-width: 767px) {
  .single .single-u-list {
    margin: 30px 0;
  }
}
.single .single-u-list li {
  list-style: square;
  margin-bottom: 10px;
}
.single .single-o-list {
  margin: 60px;
}
@media screen and (max-width: 767px) {
  .single .single-o-list {
    margin: 30px 0;
  }
}
.single .single-o-list li {
  margin-bottom: 10px;
  list-style: decimal-leading-zero;
}
.single .single-img-full {
  margin: 60px 0;
}
.single .single-img-full img {
  width: 100%;
  height: auto;
}
.single .single-media {
  margin: 90px 0;
}
.single .single-media .media-body {
  padding: 0 90px;
}
.single .table thead tr th {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1rem;
  padding: 15px;
  background: #78c7c9;
}
.single .table tbody tr td {
  padding: 15px;
}
.single .table.table-bordered tr td,
.single .table.table-bordered tr th {
  border-color: #78c7c9;
}
.single .table.table-bordered tr td ul,
.single .table.table-bordered tr th ul,
.single .table.table-bordered tr td ol,
.single .table.table-bordered tr th ol {
  margin: 15px 0;
}
.section-job-opportunities .job-opportunities-list {
  margin-top: 20px;
}
.section-job-opportunities .job-opportunities-list .item {
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 55px;
  position: relative;
}
.section-job-opportunities .job-opportunities-list .item .item-title {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 767px) {
  .section-job-opportunities .job-opportunities-list .item .item-title {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.section-job-opportunities .job-opportunities-list .item .item-meta {
  font-size: 0.88rem;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .section-job-opportunities .job-opportunities-list .item .item-meta {
    font-size: 0.8rem;
  }
}
.section-job-opportunities .job-opportunities-list .item:hover {
  border-color: #000;
}
.job-opportinuties-filter .form-job-opportinuties-filter .form-control {
  border: 1px solid #ddd;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.job-opportinuties-filter .form-job-opportinuties-filter .input-group {
  border: 1px solid #ddd;
}
.job-opportinuties-filter .form-job-opportinuties-filter .input-group .input-group-btn {
  border: 0;
}
.job-opportinuties-filter .form-job-opportinuties-filter .input-group .input-group-btn .btn-general {
  padding: 8px;
}
.job-opportinuties-filter .form-job-opportinuties-filter .input-group .form-control {
  border: 0;
  text-transform: uppercase;
  min-height: 0;
  font-size: 12px;
}
.job-opportinuties-filter .form-job-opportinuties-filter .input-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.job-opportinuties-filter .form-job-opportinuties-filter .input-group .form-control::-webkit-input-placeholder {
  color: #000;
}
.job-opportinuties-filter .form-job-opportinuties-filter .input-group .form-control:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.job-opportinuties-filter .form-job-opportinuties-filter .input-group .form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.job-opportinuties-filter .form-job-opportinuties-filter .input-group .form-control:-ms-input-placeholder {
  color: #000;
}
.job-opportinuties-filter .form-job-opportinuties-filter .input-group .form-control::-ms-input-placeholder {
  color: #000;
}
.job-opportinuties-filter .form-job-opportinuties-filter .input-group .form-control::placeholder {
  color: #000;
}
@media (min-width: 1200px) {
  .job-opportinuties-filter .form-job-opportinuties-filter .input-group .form-control {
    font-size: 16px;
  }
}
.job-opportinuties-filter .form-job-opportinuties-filter .multiselect-native-select .btn-multiselect {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .job-opportinuties-filter .form-job-opportinuties-filter .multiselect-native-select .btn-multiselect {
    font-size: 16px;
  }
}
.form-contact {
  padding: 45px;
}
.form-contact .form-group {
  margin-bottom: 30px;
}
.form-contact .form-group .form-control {
  min-height: 55px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  background: none;
}
.form-contact .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
}
.form-contact .form-group .form-control:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-contact .form-group .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-contact .form-group .form-control:-ms-input-placeholder {
  color: #fff;
}
.form-contact .form-group .form-control::-ms-input-placeholder {
  color: #fff;
}
.form-contact .form-group .form-control::placeholder {
  color: #fff;
}
.form-contact textarea.form-control {
  height: 150px;
}
.form-contact .btn.btn-inverse {
  background: #000;
  color: #fff;
  border-color: #000;
  text-transform: uppercase;
}
.form-contact .multiselect-native-select .dropdown-toggle.btn {
  padding: 20px 15px;
  border: 1px solid #fff;
  background: 0 0;
  color: #fff;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
}
.form-contact .multiselect-native-select .dropdown-toggle.btn .caret {
  margin-top: 5px;
  float: right;
}
.form-contact .multiselect-native-select .dropdown-menu {
  max-width: none;
  border: 0;
  top: 50px;
}
.form-contact .multiselect-native-select .dropdown-menu li a {
  background: #fff;
}
.form-contact .multiselect-native-select .dropdown-menu li a label {
  padding: 10px;
  font-family: 'Roboto', sans-serif;
  color: #78c7c9;
  text-transform: uppercase;
}
.form-contact .multiselect-native-select .dropdown-menu li a label input[type=radio] {
  display: none;
}
.sessions-time .item {
  margin-bottom: 15px;
}
.sessions-time .item p {
  margin: 0;
}
.sessions-time .item .date {
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
  white-space: nowrap;
}
.sessions-time .item .time {
  text-transform: uppercase;
  font-weight: 400;
}
.sessions-loc .item {
  font-size: 0.88rem;
  margin: 40px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .sessions-loc .item {
    margin-bottom: 30px;
  }
}
.sessions-loc .item .text-light {
  font-weight: 500;
  font-size: 1.22rem;
}
.sessions-loc .item a {
  color: #78c7c9;
}
.sessions-loc .item a:hover,
.sessions-loc .item a:focus {
  color: #000;
}
.sessions-loc .item .session-map-link {
  margin-top: 16px;
}
.annonce-list-item {
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .annonce-list-item {
    text-align: center;
  }
}
.annonce-list-item .title {
  font-size: 1rem;
  text-transform: capitalize;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .annonce-list-item .title {
    font-size: 1.4rem;
  }
}
.annonce-list-item ul {
  margin: 0;
}
.annonce-list-item ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
}
.annonce-list-item ul li a {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #000;
  border: 2px solid #78c7c9;
  background: #fff;
  padding: 10px 10px;
  line-height: 1;
}
.annonce-list-item ul li a:hover,
.annonce-list-item ul li a:focus {
  color: #fff;
  background: #78c7c9;
  border-color: #78c7c9;
}
.annonce-list-item ul li.lvl-1 a {
  border-width: 4px;
}
.annonce-list-item ul li.lvl-2 a {
  border-width: 3px;
}
/*# sourceMappingURL=style.css.map */
