/* Header */
.cta-no-padding .editable__container {
    padding: 0;
}
.cta-no-padding .editable__container p {
    margin: 0;
}
.cta-no-padding .editable__container p a {
    color: #FFB900 !important;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    padding: 0 0 0 20px;
    display: inline-block;
    font-family: 'GothicA1', sans-serif !important;
    text-decoration: none;
    font-weight: bold;
}
.cta-no-padding .editable__container p a.piwik_ignore:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "font-awesome";
    content: '\f095';
    font-size: 16px;
    margin: 0 10px 0 0;
    color: inherit;
    display: inline;
}
.logo-a__title.component__title {
    font-size: 25px;
    text-align: center;
}
/* Blog */
.section--light .blog-post__title {
    color: #1F206D!important;
}
.section--light .blog-singlepost__content h2 {
    color: #1F206D!important;
}
/* FOR portal icon on mobile */
.portal__mobile {
    margin-left: 20px;
}
.portal__mobile i{
    font-size: 20px;
}

/* Global */
.editable__container a {
    font-size: inherit;
}
#officeHours tr td:first-child {
    width: 120px;
}
#officeHours, #officeHours tr, #officeHours td {
    padding: 0;
    margin: 0;
    border: 0;
}


/* Media */
@media(min-width: 992px) {
    .ul-col2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

