.fl-site-colophon {
    display: none;
}
.bluetext{
color: #006FC0;
font-size:70% !important;
}
.desktop-navigation .menu-item-4866 .desktop-subnav-heading a {
    color:#F79E1B !important;
    white-space: normal;
    overflow: visible;
}

.tabs-content {
    margin-top: 0px !important;
}
.context-content .h3, .context-content h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.subtitle{
color:grey;
    font-size: 90% !important;
}
.wrapper {
  display: flex;  
  flex-flow: row wrap;
 margin-left:-8px;
}

.font{
color:black;
  font-size: 90% !important;
    margin-bottom: 0px !important;
}

.wrapper &gt; * {
  padding: 10px;
  flex: 1 100%;
}
.main {
  text-align: left;
}
.aside-1{
    margin-top: 33px;
}
.aside-2{
    margin-top: 33px;
}

@media all and (min-width: 600px) {
  .aside { flex: 1 0 0; }
}


@media all and (min-width: 800px) {
  .main    { flex: 3 0px; }
  .aside-1 { order: 1; } 
  .main    { order: 1; }
  .aside-2 { order: 3; }
}

.texttitle {
margin-top:10px;
    font-size: 70% !important;
    margin-bottom: 0px !important;
font-weight: bold;
}
.textsize {
    font-size: 70% !important;

}