﻿/********** Article Listing **********/
.tile-listing-page .filter-heading {
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 170%;
    color: #4C4C4C;
    padding-bottom: 0;
    margin-bottom: 45px;
}

.tile-listing-page .image-hue-text label {
    color: #000000;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
    padding-bottom: 0;
}

.tile-listing-page .image-hue {
    background-color: #F2F2F2;
    height: 315px;
    padding: 5px;
}

.tile-listing-page .image-hue-text {
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 15px;
    padding-left: 15px;
}

.tile-listing-page .image-hue-caption {
    height: auto;
    position: relative;
}

.tile-listing-page .image-hue-image {
    height: 215px !important;
}

.tile-listing-page .image-hue-colour {
    background-color: #F2F2F2;
    opacity: 1;
}

.gutterSizer {
    width: 15px;
}

.masonItemArticle {
    margin: 0 0 10px;
    width: 23.5%;
}

.tile-listing-page .accordionList {
    padding-right: 13px;
}

.tile-listing-page .left-border {
    padding-left: 22px;
}

.tile-listing-page .left-border:before {
    content: '';
    display: block;
    background-color: #f2f2f2;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -3px;
}

.masonItemArticle .tile-block h5 {
    font-size: 1.12em;
    line-height: 19px;
}

.masonItemArticle .tile-block h4 {
    font-size: 1.15em;
}

.masonItemArticle .tile-block img {
    width: 100%;
}

.masonItemArticle .tile-block i {
    font-size: 11px;
    line-height: 23px;
}

.inspirationTips .button-group {
    padding: 0;
}

/********** ARTICLE DETAILS **********/
.inspirationTips .hero.image {
    width: auto;
    display: table;
    margin: 0 auto 30px;
    float: none;
    position: relative;
}

.inspirationTips .hero.image .colours-featured {
    right: 30px;
}

.inspirationTips .hero img, .inspirationTips .hero iframe {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.inspirationTips .pre-footer .row {
    margin: 20px -10px 0;
}

.inspirationTips .pre-footer .container {
    padding: 20px 0 0;
}

#ArticlePrint {
    margin-top: 50px;
    padding-bottom: 60px;
}

#ArticlePrint a {
    color: #004F9D;
    text-decoration: underline;
}

#ArticlePrint .container.slim-article {
    max-width: 780px;
}

#ArticlePrint ol li {
    display: list-item;
    list-style-type: decimal;
}

#ArticlePrint .container .row {
    margin: 0;
}

#ArticlePrint .article-content-light.divider {
    padding-left: 40px;
    padding-bottom: 40px;
}

#ArticlePrint .article-content-light.divider.no-padding {
    padding-bottom: 0px;
}

.article-content-light.divider:before {
    content: '';
    display: block;
    background-color: #f2f2f2;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
}

#ArticlePrint .article-content-light.divider p {
    padding: 0px;
}

#ArticlePrint .row .article-content-light.divider.divider-padding {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

#ArticlePrint .row .article-content {
    padding-bottom: 30px;
}

#ArticlePrint .row .article-content:last-of-type {
    padding-left: 20px;
}

#ArticlePrint div.hero-video {
    margin-bottom: 60px;
}

#ArticlePrint .start-video {
    display: block;
    font-size: 30px;
    line-height: 1.75em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 20px 15px 20px 20px;
    background-color: rgba(0, 0, 0, 0.3);
    border: 5px solid #fff;
    cursor: pointer;
}

}
#ArticlePrint .start-video:hover {
    opacity: 1;
    -webkit-filter: brightness (1);
}

#ArticlePrint div.thumbnail_container {
    overflow: hidden;
}

#ArticlePrint .embed-container {
    border-radius: 5px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

#ArticlePrint .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#ArticlePrint div.hero-image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 400px;
    margin-top: -8px;
}

#ArticlePrint h1 {
    line-height: 80px;
    padding-bottom: 30px;
    padding-top: 80px;
}

#ArticlePrint img {
    border-radius: 5px;
}

#ArticlePrint #article-carousel .article-text {
    color: white;
}

#ArticlePrint #article-carousel .article-text.full-width {
    color: white;
    flex: 0 0 100%;
    max-width: 100%;
}

#ArticlePrint #article-carousel {
    background-image: url(/images/wallpapers/blue-paint-bg.jpg?format=webp);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.back-section {
    margin-top: 75px;
}

#BackToArticles {
    display: inline-block;
    white-space: normal;
    word-wrap: break-word;
    text-decoration: none !important;
}

#BackToArticles:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #00408B;
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
}

/* Article Carousel */
#article-carousel {
    padding: 80px 0 40px;
    margin-top: 60px;
    margin-bottom: 60px;
}

#article-carousel .container {
    padding: 42px 0;
}

#article-carousel .container .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#article-carousel .container .row > [class*=col-] {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

/*#article-carousel .container .row > .article-image {        display: -webkit-box;        display: -webkit-flex;        display: -ms-flexbox;        display: flex;    }    #article-carousel .container .row > .article-image img {        align-items: center;        justify-content: center;        align-self: center;    }*/
#article-carousel .container .row > .article-image img {
    width: 100% !important;
    margin: 0 -15px !important;
}

.article-text h4, .article-text p {
    color: #fff;
}

.article-text h4 {
    margin-bottom: 2rem;
}

/*.article-text p:last-of-type {    margin-bottom: 2rem;}*/
#article-carousel .owl-controls .owl-nav {
    text-align: left;
    width: 50%;
    padding-left: 15px;
    height: 20px;
    position: absolute;
    bottom: 75px;
    right: 0;
}

#article-carousel .owl-nav .owl-prev.disabled, #article-carousel .owl-nav .owl-next.disabled {
    display: none !important;
}

#article-carousel .owl-controls .owl-prev, #article-carousel .owl-controls .owl-next {
    color: #fff;
    float: left;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#article-carousel .owl-controls .owl-prev {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #fff;
}

#article-carousel .owl-controls .owl-next {
    font-weight: 700;
}

#article-carousel .owl-dots {
    width: 100%;
    max-width: 1199px;
    padding-left: 15px;
    padding-right: 15px;
    height: 60px;
    position: absolute;
    top: 79px;
    left: 50%;
    transform: translateX(-50%);
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}

#article-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    min-width: 1px;
    min-height: 1px;
}

#article-carousel .owl-dots .owl-dot span:before {
    content: "";
    background-color: #fff;
    height: 25px;
    width: 25px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#article-carousel .owl-dots .owl-dot.active span:before {
    height: 45px;
    width: 45px;
    background-color: #4981b9;
    border: 5px solid #fff;
}

#article-carousel .owl-dots > .owl-dot:first-of-type::after {
    content: "";
    position: absolute;
    height: 3px;
    width: -webkit-calc(100% - 20px);
    width: expression(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);
    display: block;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}