.ctx-nodefs {
    margin: 0 !important;
    padding: 0 !important
}
.ctx-clearfix:before, .ctx-clearfix:after {
    content: "";
    display: table;
}
.ctx-clearfix:after {
    clear: both;
}
.ctx-module-container {
    width: 100% !important;
    margin: 5px 0 5px 0 !important;
    float: none;
    clear: both;
}
.ctx-sections-container {
    padding: 0 0 5px 0 !important;
}
.ctx-links-header {
    width: 100%;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    padding: 6px 0 6px 10px;
    background: #0088CC;
    margin: 0;
}
.ctx-links-header p {
    line-height: 1;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #ffffff;
}
.ctx-link-title a {
    width: 100% !important;
    display: block;
    text-decoration: none;
    color: #000000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.85rem;
}
.ctx-links-content .ctx-link {
    margin: 5px 0 !important;
    position: relative !important;
    padding: 0 0 0 15px;
}
.ctx-links-content .ctx-link:before {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 7px;
    content: " ";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.ctx-text-column-one .ctx-section {
    min-width: 100%;
}
/* Icons default colors */
.ctx-module-container .ctx-video-icon {
    background-color: #000000;
}
.ctx-module-container .ctx-video-icon:after {
    border-left-color: #ffffff;
}
/* Text's styles for different screen sizes*/
.ctx-module-default .ctx-section {
    width: 48% !important;
    float: left !important
}
.ctx-module-default .ctx-section:nth-child(2) {
    margin: 0 0 0 4% !important;
}
.ctx-module-default .ctx-section:nth-child(3) {
    clear: both !important
}
.ctx-module-default .ctx-section:nth-child(4) {
    margin: 0 0 0 4% !important;
}
.ctx-module-mobile .ctx-section {
    width: 100% !important;
    margin: 3px 0 !important
}
/* Workaround to avoid random text size boost on mobile Chrome/Webkit */
.ctx-content-text .ctx-section {
    max-height: 5000em;
}
