.uc .section_header {
        padding-top: 30px;
}
.uc .creative-work__title {
    height: 2.5em;
}

.article__body {
    font-family: Roboto,sans-serif;
    font-size: 15px;
}

article .boxed-text-float {
    
    padding: 10px;
    border: 2px solid;
    margin: 10px 0;
    border-radius: 0px;
    background: #fff;

}

    .tab-link:not(.primary-blue-color) {
    color: #005293;
    font-weight: 600;
}

.embed-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.embed-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; 
}


.boxed-text-float .figure__title {
    font-weight: 300;
    margin-right: 5px;
    color: #cf102d;
    font-size: 1.375rem;
}

.quote:before, .quote:after {
    content: '';
}
.quote i:before {
    content: '"';
}
.quote i:after {
    content: '"';
}

div.math-formula {
    text-align: center;    
    display: table;    
    width: 100%;
    margin: 1.3846em 0;     
}

span.equationTd   {
    display: table-cell;
    font-size: 100%;        
}

span.inline-formula {  
    display: inline;
    font-size: 100%;
}

.coolBar__wrapper {
    padding-top: 1px;
}

table th {
    color: #333;
}

.creative-work .meta>*+:before {
    display: inline;
    content: " | ";
}

.badge-oa {
    color: #fff;
    background-color: #fb7729;
    border-radius: 20px;    
}

h3 {
    color: #12548e;
    font-size: 1.2rem;
    font-weight: 400;
}
h4 {
    color: #12548e;
    font-size: 1rem;
    font-weight: 400;
}

h6 {
    font-size: 1rem;
}

.share__ctrl {
    font-size: 14.08px;
    font-size: 1rem;
    font-weight: 600;
    line-height: .88rem;    
}

.share__block {
    padding: 15px;
    min-width: 250px;
    color: white;
    background: #005392;
}