body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    background-color: #f9f9f9;
}
article h1,
article h2,
article h3,
article h4 {
    margin-top: 1.4rem;
    margin-bottom: .7rem;
    color: #003c71;
}
/* Helpers */
.alignleft {
    float: left;
    margin-right: 1.5rem;
}
.alignright {
    float: right;
    margin-left: 1.5rem;
}
.aligncenter {
    display: block;
    margin: 0 auto 1.5rem;
}
a, .btn-link, .page-link {
    color: #003c71;
}
a:hover,
a:focus,
.btn-link:hover,
.page-link:hover {
    color: #002038;
}
a:focus {
    outline: thin dotted !important;
}
.site-main a:not(.btn) {
    color: #0065be;
}
.site-main a:not(.btn):hover,
.site-main a:not(.btn):focus {
    color: #003c71;
}
.site-main .entry-title a {
    color: #003c71;
}
.textwidget img,
article img {
    max-width: 100%;
    height: auto;
}
.tbsm {
    width: 120px;
    height: auto;
    max-width: 30%;
}
.tblg {
    width: 280px;
    height: auto;
    max-width: 30%;
}
.tblg.w100 {
    max-width: 100%;
}
.wp-post-image {
    margin-bottom: 1rem;
}
.page-item.active .page-link {
    background-color: #003c71;
    border-color: #003c71;
}
.dark {
    color: #002038;
}
.bgpantone, .post-navigation {
    background-color: #003c71;
    color: #fff;    
}
.bgpantone a, .post-navigation a {
    color: #fff;
}
.post-navigation {
    font-size: 85%;
}
.bgdark {
    background-color: #002038;
    color: #fff;    
}
.bgdark a {
    color: #fff;
}
.bglightgrey {
    background-color: #f9f9f9;
}
.bbottom {
    border-bottom: 1px solid #ddd;
}
.bgcover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bgtitle {
    position: relative;
    font-weight: 400;
    font-size: 1.8rem;
    margin: 0;
}
.bgtitle:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1rem;
    width: 1rem;
    background-color: #003c71;
}
.entry-meta {
    margin-bottom: .25rem;
}
body.single .entry-meta {
    background-color: #fff;
    padding: .75rem 1rem .75rem 1rem;
    margin-bottom: 0;
}
body.noindent .bgtitle {
    padding: 0 1rem;
}
body.noindent .bgtitle:before {
    content: none;
}
.box {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 2rem;
    border: 1px solid #fff;
}
.box article {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.title {
    font-weight: 600;
    margin-top: 0;
}
.widget-title {
    margin-bottom: 1rem;
}
.badge-primary {
    background-color: #003c71;
}
.btn {
    border-radius: 0;
}
.btn-primary {
    background-color: #003c71;
    border-color: #003c71;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #002038;
    border-color: #002038;
    color: #fff;
}
.btn-dark {
    background-color: #002038;
    border-color: #002038;
}
.btn-dark:hover {
    background-color: #003c71;
    border-color: #003c71;
}
.btn-dark.focus, .btn-dark:focus {
    color: #fff;
}
.medium {
    font-size: 90%;
}
.cursor-pointer {
    cursor: pointer;
}
.accordion .card-header > *:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    float: right
}
.accordion .card-header > *.collapsed:after {
    content: "\f054";
    float: right
}
/* Header */
.logocherubino {
    width: 206px;
}
.topbtns a {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-right: 1em;
}
.topbtns.languagemenu a {
    padding-left: 1em;
    padding-right: 0;
}
.preheader h1 {
    font-size: 1.875rem;
    font-weight: 400;
    margin-top: 1.125rem;
    margin-bottom: 0;
}
.site-title a {
    text-decoration: none;
}
#language-menu.list-inline > li,
#header-menu.list-inline > li {
    display: inline;
}
.navbar-main {
    background-color: #fff;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #003c71;
    background-color: #003c71;
    border-radius: 0;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.dropdown-toggle:after {
    vertical-align: middle;
}
.topbtns .dropdown-menu,
.navbar-light .dropdown-menu {
    background-color: #003c71;
    color: #fff;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    border-color: #003c71;
}
.topbtns .dropdown-item,
.navbar-light .dropdown-item {
    color: #fff;
}
.topbtns .dropdown-item:focus,
.topbtns .dropdown-item:hover,
.navbar-light .dropdown-item:focus,
.navbar-light .dropdown-item:hover,
.navbar-light .active > .dropdown-item {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}
.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show > .nav-link {
    color: #002038;
}
.navbar-light .navbar-nav .nav-link {
    color: #003c71;
}
.navbar-light .navbar-nav .dropdown:hover, .navbar-light .navbar-nav .dropdown:hover .nav-link,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    background-color: #003c71;
    color: #fff;
}
a.bg-light, a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color:rgba(255, 255, 255, 0.1)!important
}
a.text-dark, a.text-dark:focus, a.text-dark:hover {
    color: #fff !important;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .current-menu-ancestor > .nav-link {
    font-weight: 600;
}
.searchbox {
    background-color: #fff;
    border-radius: 1rem;
    padding-right: .25rem;
}
.searchbox .form-control {
    border-color: #fff;
    color: #002038;
    border-radius: 1rem 0 0 1rem;
}
.searchbox ::placeholder {
    color: #002038;
    opacity: 1;
}
.searchbox :-ms-input-placeholder {
    color: #002038;
}
.searchbox ::-ms-input-placeholder {
    color: #002038;
}
.breadcrumb {
    background-color: #fff;
    margin-bottom: 0;
    border-radius: 0;
    font-size: 85%;
}
/* Carousel */
.carousel-inner, .carousel-item .inner {
    min-height: 32rem;
    background-color: #666;
    color: #fff;
}
.carousel-indicators li {
    height: 4px;
    background-color: rgba(255, 255, 255, 0.95);
}
.carousel-indicators .active {
    background-color: #003c71;
    color: #fff;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #003c71;
    border-radius: 50%;
    padding: 1.2rem;
    background-size: 50% 50%;
    color: #fff;
}
.carousel-control-next,
.carousel-control-prev {
    z-index: 12;
}
/* video embed */
.embed-youtube,
.embed-vimeo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  clear: both;
}
.embed-youtube iframe,
.embed-vimeo iframe  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
iframe, 
object, 
embed {
  max-width: 100%;
}
/* calendar */
.widget_calendar .widget-title,
.widget_unipievents_calendar .widget-title {
    background-color: #002038;
    color: #fff;
    padding: .2rem .6rem;
}
.widget_calendar caption {
    caption-side: top;
    text-align: center;
    font-weight: bold;
    color: #002038;
    padding-top: 0.125rem;
}
.widget_calendar table {
    width: 100%;
    position: relative;
}
.widget_calendar tbody td, .widget_calendar thead th {
    border-top: 1px solid #dee2e6;
    padding: .3rem;
}
.widget_calendar tfoot #prev {
    position: absolute;
    top: 0;
    left: 0;
}
.widget_calendar tfoot #next {
    position: absolute;
    top: 0;
    right: 0;
}
.widget_calendar tfoot .pad {
    display: none;
}
.widget_calendar thead th,
.widget_calendar tbody td {
    text-align: center;
}
.widget_calendar tbody a {
    background-color: #003c71;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 1.688rem;
}
.widget_calendar tbody td a:hover {
    background-color: #002038;
    text-decoration: none;
}
/* Topics */
.topics a {
    display: block;
    margin: 2.5rem auto;
    font-size: 1.5rem;
    padding: 1rem;
    text-transform: uppercase;
    /* border: 1px dashed rgba(255,255,255,0.4); */
}
.topics.mw a {
    max-width: 12rem;
}
.topics a:hover {
    text-decoration: none;
    background-color: #002038;
}
.topics .icon {
    font-size: 4rem;
    line-height: 4rem;
    display: inline-block;
    height: 4.6rem;
}
/* Article */
article header p {
    margin-bottom: 0.5rem;
}
article time {
    font-weight: 600;
}
/* aside */
aside h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}
aside h4.title {
    text-transform: uppercase;
}
aside h4.title.bgdark {
    padding: .2rem .6rem;
}
aside ul {
    padding-left: 1.25rem;
}
.tagcloud {
    line-height: 2rem;
}
.tagcloud span {
    font-size: 180%;
    font-weight: bold;
}
/* Footer */
footer.footer {
    background-color: #f9f9f9;
}
#colophon p {
    margin-bottom: 0;
}
#footer-full-content p {
    font-size: 90%;
}
/* Only lg*/
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}
/* Color validator fix */
img {
    color: #000;
}
.bgpantone img {
    color: #fff;
}
.carousel-control-next,
.carousel-control-prev {
    color: #000;
}
#totop{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #003c71;
    color: #ffffff;
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    line-height: 30px;
    z-index: 900;
    border: 2px solid #fff;
    box-sizing: content-box;
}
.gallery .gallery-icon {
    text-align: center;
}
div[class*="gallery-columns-"] {
    margin-left: -.5rem;
    margin-right: -.5rem;
}
.gallery > figure {
    display: inline-block;
    padding-left: .5rem;
    padding-right: .5rem;
    vertical-align: top;
}
.gallery-columns-1 > figure {
    width: 100%;
}
.gallery-columns-2 > figure {
    width: 50%;
}
.gallery-columns-3 > figure {
    width: 33.33%
}
.gallery-columns-4 > figure {
    width: 25%;
}
.gallery-columns-5 > figure {
    width: 20%;
}
.gallery-columns-6 > figure {
    width: 16.66%
}
.gallery-columns-7 > figure {
    width: 14.28%
}
.gallery-columns-8 > figure {
    width: 12.5%;
}
.gallery-columns-9 > figure {
    width: 11.11%;
}
.carousel-caption {
    background-color: rgba(0,0,0,0.4);
    bottom: 50px;
    left: 0;
    right: 0;
}
.carousel-caption a {
    color: #fff;
}
.admin-bar .navbar-main.fixed-top {
    top: 32px !important;
}
.navbar-main.fixed-top {
    border-bottom: 1px solid #003c71;
    padding-top: 0;
    padding-bottom: 0;
}
.cursor-pointer {
    cursor: pointer;
}
.accordion .card-header > *:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    float: right
}
.accordion .card-header > *.collapsed:after {
    content: "\f054";
    float: right
}
/* Mobile breakpoints */
@media (max-width: 767.98px) {
    .subhead > div {
        display: inline-block;
    }
    .brand .h2 {
        font-size: 1.5rem;
    }
}
@media (max-width: 991.98px) {
    .navbar-light .navbar-nav {
        padding-top: .5rem;
    }
    .topbtns {
        margin-bottom: .5rem;
    }
}
/*--------------------------------------------------------------
# Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
    color: #0073aa;
}

.has-strong-blue-background-color {
    background-color: #0073aa;
}

.has-lighter-blue-color {
    color: #229fd8;
}

.has-lighter-blue-background-color {
    background-color: #229fd8;
}

.has-very-light-gray-color {
    color: #eee;
}

.has-very-light-gray-background-color {
    background-color: #eee;
}

.has-very-dark-gray-color {
    color: #444;
}

.has-very-dark-gray-background-color {
    background-color: #444;
}
/* Gutenberg */
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    font-size:18px;
    background:linear-gradient(0deg,rgba(0, 60, 113,1),rgba(0, 60, 113,.3) 70%,transparent)
}
.wp-block-gallery .blocks-gallery-image figcaption a,
.wp-block-gallery .blocks-gallery-item figcaption a,
.wp-block-gallery .blocks-gallery-image figcaption a:hover,
.wp-block-gallery .blocks-gallery-item figcaption a:hover,
.wp-block-gallery .blocks-gallery-image figcaption a:focus,
.wp-block-gallery .blocks-gallery-item figcaption a:focus {
    color: #fff;
    text-decoration: none;
}
.wp-block-file .wp-block-file__button {
    background-color: #002038;
    border-radius: 0;
    color: #fff !important;
}
.wp-block-file .wp-block-file__button:hover {
    background-color: #003c71;
    color: #fff !important;
}
/* Mobile breakpoints */
@media (max-width: 575.98px) {
    .brand h2 {
        font-size: 1.5rem;
    }
}
@media (min-width: 576px) {

}
@media (max-width: 767.98px) {

}
@media (min-width: 768px) {
  
}
@media (max-width: 991.98px) {
    .navbar-expand-lg.navbar-main.fixed-top:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        height: 40px;
        z-index: -1;
        background-color: #003c71;
    }
    .navbar-expand-lg.navbar-light .dropdown-menu {
        background-color: #1a5080;
    }
}
@media (min-width: 992px) {

}
@media (max-width: 1199.98px) {

}
@media (min-width: 1200px) {
  
}