html, body {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.42857143;
    color: #333;
}

a {
    color: #228abf;
    text-decoration: none;
    background-color: transparent;
}

.table-responsive td {
  border-bottom: 1px solid #e3e3e3;
  padding: 3px 3px 3px 0;
}
.cc-btn {
    color: #fff !important;
}

.frame-ruler-before {
    border-top: 0 !important;
    margin-top: 0 !important;

}
.media {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.media-heading {
  font-size: 1.2em;
}
.footer-section-content a:not(.btn) {
    color: #CAE4FF;
}
.tx-powermail .container-fluid {
  padding-left: 0;
}
figure {
    margin: 0.5rem;
}
#mainnavigation {
  font-size: 1.3rem;
}

.dropdown-menu {
   font-size: 0.9em;
   }

.navbar-mainnavigation .nav-link-icon svg, .navbar-mainnavigation .nav-link-icon img {
    display: block;
    margin: 0;
    width: 45px;
    height: 45px;
    background-color: #cacaca;
    padding: 10px;
    border-radius: 12px;
}
.subnav-nav .subnav-nav {
    margin-top: -1px;
    border-left: 0.5rem solid #f8f8f8;
}
.carousel-content h1 {
  font-size: 4rem;
  text-shadow: 1px 2px 56px #969696,1px 4px 5px #aba8a8;
}

.breadcrumb {
  background-color: unset;
  font-size: 14px;
 }
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.2rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.2rem;
    color: #6c757d;
    content: "/";
}

.subnav-nav {
    font-size: 1rem !important;
 }

.navbar-mainnavigation .navbar-brand-image img {
    max-height: 100%;
}
.navbar-transition .navbar-brand {
    height: 100px;
}
.navbar-mainnavigation .navbar-brand-image {
    padding-top: 5px;
    padding-bottom: 15px;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    box-shadow: #a6a6a6 0px 1.5em 1.5em -1.5em;
}
img {
  max-width: 100%;
}
.gallery-item img, .gallery-item picture {
    width: unset;
  max-width: 100%;
    height: auto;
}


.footer-section-content {
    color: #ffffff;
    background-color: #12416B;
}
.footer-section-content a:not(.btn) {
    color: #ffffff;
text-decoration: underline;
}

.frame {
 position:relative;
 padding-top:1rem;
 padding-bottom:1rem
}
@media (min-width:576px) {
 .frame {
  padding-top:1.5rem;
  padding-bottom:1.5rem
 }
}
@media (min-width:768px) {
 .frame {
  padding-top:2rem;
  padding-bottom:2rem
 }
}
@media (min-width:992px) {
 .frame {
  padding-top:2.5rem;
  padding-bottom:2.5rem
 }
}
@media (min-width:1200px) {
 .frame {
  padding-top:2.5rem;
  padding-bottom:2.5rem
 }
  .collapse.show {
  display:block !important
}
}

@media only screen and (max-width: 576px) {
 html, body {
  
    font-size: 18px;
     line-height: 1.5;
    
}
  figure img, figure picture {
    display: inline;
 
}
}