@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i");

body {
  color: #444444;
  font-family: "PT Serif", "Georgia", "Times New Roman", serif !important;
  font-size: 20px;
  line-height: 1.5;
}

.header__logo .header__logo-image {
  margin-bottom: 1.5rem;
  padding: 0 0.5rem 0 0;
}

@media all and (max-width: 840px){
#header .header__logo {
margin-right: 0;
}
}
@media all and (max-width: 600px){
.header__logo img {
margin-bottom: .5rem;
max-width: 100%;
padding: 0 .5rem;
}
}

#navigation {
  /*background: color: hsl(195.6, 100%, 10.6%);*/
  border-bottom: 7px solid hsl(195.6, 100%, 10.6%);
}

#main-menu ul.menu {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

#main-menu > .menu > li > a {
  /*color: #ffffff;*/
}

#navigation #main-menu .menu li a + .menu .menu {
    left: 0;
    position: relative;
    box-shadow: none;
    margin-bottom: .5rem;
    top: 0;}
    
    #navigation #main-menu .menu li a + .menu .menu li {
    display: block;
    }
    
#navigation #main-menu .menu li a + .menu .menu li a {
    font-weight: 500;
    padding-left: 1rem;
}

.page__title {
  border-bottom: none;
  text-align: center;
}

h1 {
  font-size: 2.5em;
  font-weight: 400 !important;
}

h2 {
  color: hsl(195.6, 100%, 10.6%);
  font-size: 2em;
  font-weight: 500 !important;
}

h3 {
  font-family: "PT Serif", "Georgia", "Times New Roman", serif !important;
  font-size: 1.5em;
}

table th {
  background: hsl(195.6, 100%, 25.6%);
}

.panel-pane pane-views-panes pane-news-w3c-carousel-news-w3c-carousel {
  background: hsla(195.6, 100%, 10.6%, .1);
}

.view-news-w3c-carousel .carousel {
  background: hsla(195.6, 100%, 10.6%, .1);
}

.slide-content h3 {
  font-size: 1.5rem;
}

.view-news-w3c-carousel .carousel .slidenav button {
  border-radius: 100%;
  height: 44px;
  width: 44px;
}
.active .slide {
  left: 0;
  opacity: 0;
  transition: opacity .8s ease-in-out;
}

.active .slide.current {
  opacity: 1;
  transition: opacity .6s ease-in-out;
}

.view-news-w3c-carousel .carousel .slidenav button .number {
  position: absolute;
  text-indent: -9999px;
}

.view-news-w3c-carousel .carousel .start-character, .view-news-w3c-carousel .carousel .stop-character {
  margin-top: 0;}

.view-news-w3c-carousel .carousel .slidenav button.current {
  background-color: #d86e2c;
  color: hsl(195.6, 100%, 10.6%);
}

.view-news-w3c-carousel .carousel ul.controls .btn-next::after, .view-news-w3c-carousel .carousel ul.controls .btn-prev::after {
    top: -9px;
}

.view-news-w3c-carousel .carousel ul.controls .btn-next, .view-news-w3c-carousel .carousel ul.controls .btn-prev {
background-color: hsl(195.6, 100%, 10.6%);}

.view-news.view-display-id-news_grid_view .views-field-title h3 {
    font-size: .875em;}

.node-type-news h2 {
  margin-top: 3rem;
  text-align: center;
}

p {
  line-height: 1.8;
  margin-bottom: 1.875rem;
}

blockquote {
  border-left: 7px solid #e77500;
  border-top: 0;
  color: hsl(195.6, 100%, 25.6%);
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  position: relative;
}

blockquote::before {
display: none;
}

blockquote p:last-child {
margin-bottom: .5em;
}

.node-type-news .field-name-field-news-date,
.node-type-news .news-author {
  display: none;
}

.col-md-12 .field-type-text-long,
.node-type-news .page__title, 
.node-type-news .field-name-body {
  padding: 0 calc((100% - 768px)/2);
}

.social-sharing-buttons {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  position: absolute;
  right: 20px;
}

@media all and (min-width: 960px){
.sidebar-first .region-sidebar-first {
  margin-right: -25%;
  width: 25%;
}}

.region-sidebar-first ul.menu ul {
    margin-left: 1em;
    font-size: .875em;
}

#content
  .container-fluid
  .social-sharing-buttons
  .social-sharing-button.social-sharing-button-facebook {
  border-right-width: 1px;
}

@media all and (min-width: 960px){
.sidebar-first #content {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
}}

#footer {
  background-color: hsl(195.6, 100%, 10.6%);
}

#footer p:last-child {margin-bottom: 0;}

.footer_column:first-child img {
max-width: 50%;
}

.subfooter {
  border-top: none;
}
