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 #0c4584;
  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: #0c4584;
  border-color: #0c4584;
  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: #0c4584;
  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: #082d55;
  color: #fff;
  box-shadow: none;
}
*::-webkit-scrollbar-thumb {
  background: #0c4584;
}
body::-webkit-scrollbar {
  width: 8px;
}
#mobile-menu .btn-arendt-art {
  color: #0c4584;
}
#mobile-menu {
  background: #0c4584;
}
#mobile-menu ul a.slide-menu-control {
  color: #0c4584;
}
.site-filter .site-filter-content:before {
  color: #0c4584;
}
.action-arrow-line.white:before {
  border-top-color: #0c4584;
}
.ds-backtotop {
  background: #0c4584;
}
.ds-backtotop:hover,
.ds-backtotop:focus {
  color: #fff;
  background: #06203e;
}
.bg-primary {
  background: #0c4584;
  color: #fff;
}
.guide-arrow {
  color: #0c4584;
}
.single .table.table-bordered tr td,
.single .table.table-bordered tr th {
  border-color: #0c4584;
}
.box.box-primary,
.single .table.table-bordered tr th {
  background: #0c4584;
}
.step-plain .item .counter,
.box.box-primary .item-download .btn-white {
  color: #0c4584;
}
.btn {
  border-radius: 0;
  font-weight: 700;
  padding: 10px 40px;
  font-size: 0.88rem;
  line-height: 1;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
.btn.btn-primary {
  background: #0c4584;
  border-color: #0c4584;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #000;
  border-color: #000;
}
.action-arrow-line a:hover,
.action-arrow-line a:focus {
  color: #0c4584;
}
.action-arrow-line.white:before {
  border-top-color: #0c4584;
}
.site-filter .site-filter-content .form-content .item.selected .item-ct a {
  color: #0c4584;
}
body {
  color: #000;
}
.slick-slider .slick-dots li.slick-active button {
  background: #0c4584;
}
.item.item-event .item-header .item-date {
  background: #0c4584;
}
.item.item-event .item-action .item-more {
  color: #0c4584;
}
.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: #0c4584;
}
.item.item-event:first-child .item-action .item-more {
  color: #0c4584;
}
.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-ct .item-title:hover,
.item.item-news .item-ct .item-title:focus {
  color: #0c4584;
}
.item.item-news .item-ct .item-category a:hover,
.item.item-news .item-ct .item-category a:focus {
  color: #0c4584;
  border-color: #0c4584;
}
.item.item-news .item-action {
  text-align: center;
}
.popup-search {
  background: #0c4584;
}
.popup-search .item.item-event:first-child .item-date {
  background-color: #0c4584;
}
.popup-search .modal-search-results-sidebar .module .results-list li a:before {
  border-bottom: 8px solid #0c4584;
}
.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;
}
.ds-backtotop {
  background: #0c4584;
}
.ds-backtotop:hover,
.ds-backtotop:focus {
  background: #082d55;
}
.site-config-area .site-config-area-content {
  background-color: #0c4584;
}
.site-config-area .show-site-config {
  background-color: #0c4584;
}
.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,
.site-config-area .form-configure .dropdown.first-lvl > .dropdown-menu > li.dropdown.open > a {
  color: #0c4584;
}
.site-config-area .form-configure .dropdown.first-lvl > .dropdown-toggle {
  color: #0c4584;
}
.site-config-area .form-configure .dropdown.first-lvl > .dropdown-toggle:before {
  border-top: 7px solid #0c4584;
}
.site-config-area .form-configure .dropdown.first-lvl > .dropdown-menu {
  background: #0c4584;
}
.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: #0c4584;
}
.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: #0c4584;
  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: #0c4584;
  background: #fff;
}
.site-config-area.active .site-config-area-content {
  display: block;
}
.top-bar .top-bar-nav li a:hover,
.top-bar .top-bar-nav li a:focus {
  color: #0c4584;
}
.top-bar .top-bar-left {
  text-align: right;
}
.top-bar .top-bar-right {
  background: #0c4584;
}
.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);
}
html .modal,
body .modal {
  display: none;
}
.modal.modal-search {
  background: #0c4584;
}
.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;
  }
}
.site-header .site-main-nav > li.mega-menu-parent > .dropdown-menu {
  background: #0c4584;
}
.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-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  text-align: center;
}
.site-hero h1.title {
  color: #0c4584;
  font-size: 55px;
}
.site-hero .form-hero .input-group {
  background: #fff;
  border: 2px solid #0c4584;
  padding: 5px 10px;
}
.site-hero .form-hero .input-group .form-control {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.site-hero .form-hero .input-group .input-group-btn .btn-search {
  background: none;
  border: 0;
  color: #0c4584;
  font-size: 20px;
  padding: 10px;
}
.section-hero .hero-breadcrumb {
  text-align: center;
  margin-bottom: 30px;
}
.section-hero .hero-breadcrumb a {
  display: inline-block;
  color: #000;
  vertical-align: middle;
}
.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: #0c4584;
}
.section-hero .hero-breadcrumb a:last-child:after {
  display: none;
}
.site-footer .footer-nav li a:hover,
.site-footer .footer-nav li a:focus {
  color: #0c4584;
}
.section-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-hero .section-title span {
  color: #0c4584;
  display: block;
  font-size: 54px;
}
.section-hero .section-title small {
  color: #000;
}
.section-list .list-items {
  margin-bottom: 60px;
}
.section-list .list-items .add-top-padding {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .section-list .list-items {
    margin-top: 0;
  }
}
.section-list .list-items .item {
  padding: 30px 30px 30px 0;
}
@media screen and (max-width: 767px) {
  .section-list .list-items .item {
    padding: 0;
  }
}
.section-list .list-items .item a {
  display: block;
  padding: 15px 0;
  border-bottom: 2px solid #0c4584;
  position: relative;
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .section-list .list-items .item a {
    padding: 20px 0;
  }
}
.section-list .list-items .item a:before {
  content: "";
  border-right: 14px solid transparent;
  border-bottom: 14px solid #0c4584;
  position: absolute;
  right: 0;
  bottom: 0;
}
.section-list .list-items .item a:after {
  content: "";
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  right: 3px;
  bottom: 0px;
  z-index: 2;
}
.section-list .list-items .item a:hover,
.section-list .list-items .item a:focus {
  color: #0c4584;
}
@media screen and (max-width: 767px) {
  .news-list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .news-list .item {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section.section-list-bottom .title {
    text-align: center;
    font-weight: 300;
  }
}
.step-slider .item {
  background: #0c4584;
}
.step-slider .item .info {
  padding: 40px;
  color: #fff;
  text-transform: uppercase;
}
.step-slider .item .img img {
  width: 100%;
  height: auto;
}
.step-slider .slick-dots {
  bottom: 40px;
  left: 40px;
  right: auto;
}
.step-slider .slick-dots li button {
  text-indent: 0;
  color: #fff;
  border-radius: 0;
  width: auto;
  height: auto;
  font-size: 32px;
  font-weight: 700;
  padding: 0;
  background: none;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}
.step-slider .slick-dots li.slick-active button {
  color: #fff;
  background: none;
}
.dot-style-slider {
  margin-bottom: 120px;
}
.dot-style-slider .slick-dots li button {
  background: none;
  font-size: 32px;
  text-indent: 0;
  color: #E1E1E1;
  width: auto;
  height: auto;
  position: relative;
  border-radius: 0;
  font-weight: 700;
  line-height: 1;
  border-color: transparent;
}
.dot-style-slider .slick-dots li button:before {
  content: "0";
}
.dot-style-slider .slick-dots li button:after {
  height: 40px;
  width: 2px;
  background: #E1E1E1;
  bottom: 100%;
  left: 50%;
  margin-left: -1px;
  content: "";
  position: absolute;
}
.dot-style-slider .slick-dots li.slick-active button {
  color: #0c4584;
  background: none;
  font-size: 60px;
}
.dot-style-slider .slick-dots li.slick-active button:after {
  background: #0c4584;
  height: 50px;
}
.video-box .video-tags {
  padding: 60px 0;
}
.video-box .video-tags strong {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  padding-right: 40px;
}
.video-box .video-tags a {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #0c4584;
  color: #000;
  padding: 5px 10px;
  line-height: 1;
  font-size: 0.67rem;
  text-transform: uppercase;
  margin: 0 5px;
}
.video-box .video-tags a.tag-more {
  border-width: 3px;
}
.video-box .video-tags a.tag-less {
  border-color: #95AAC4;
}
.video-box .video-tags a:hover,
.video-box .video-tags a:focus {
  border-color: #000;
  color: #000;
}
.form-horizontal input[type=checkbox]:before,
.form-inline input[type=checkbox]:before,
form input[type=checkbox]:before {
  background: #fff;
}
.form-horizontal input[type=checkbox]:after,
.form-inline input[type=checkbox]:after,
form input[type=checkbox]:after {
  border-color: #0c4584;
}
.site-filter-mask {
  background: #0c4584;
}
.site-filter {
  color: #0c4584;
}
.site-filter input[type=checkbox]:before {
  border-color: #0c4584;
  background: #fff;
}
.site-filter input[type=checkbox]:checked:after {
  border-color: #0c4584;
}
@media screen and (min-width: 992px) {
  .site-filter .site-filter-content {
    background-image: url('../images/ico-cogs-blue.png');
  }
}
.site-filter .site-filter-content .form-content .item.selected .item-ct > label {
  color: #0c4584;
}
.toggle.btn.btn-default:hover,
.toggle.btn.btn-default:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #0c4584;
}
.toggle .toggle-group .btn.btn-primary:hover,
.toggle .toggle-group .btn.btn-primary:focus {
  background: #0c4584;
}
.toggle .toggle-group .btn.btn-default.toggle-handle {
  border-color: #0c4584;
}
.show-site-filter {
  background-color: #0c4584;
}
.show-site-filter:hover,
.show-site-filter:focus {
  color: #fff;
  opacity: .8;
  filter: alpha(opacity=80);
}
.arendt-tab.tab-style-1 .nav li.active a,
.arendt-tab.tab-style-1 .nav li a:hover,
.arendt-tab.tab-style-1 .nav li a:focus {
  color: #0c4584;
}
.arendt-tab.tab-style-3 .nav li a {
  border-color: #0c4584;
  padding-left: 55px;
  padding-right: 55px;
}
.arendt-tab.tab-style-3 .nav li a:hover,
.arendt-tab.tab-style-3 .nav li a:focus {
  color: #0c4584;
}
.arendt-tab.tab-style-3 .nav li.active a {
  border-color: #0c4584;
  background: #0c4584;
}
.arendt-tab.tab-style-3 .nav li.active a:before {
  border-top-color: #0c4584;
}
/*# sourceMappingURL=style-list.css.map */
