body, footer a {
    font-family: Inter, sans-serif;
}

body {
    background-image:url();
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 0 !important;
    color: rgb(46, 46, 46);
}

body p {
    font-size: 18px;
    margin-bottom: 1.25rem;
    line-height: 1.75;
}

h1, h2.intro {
    font-size: 40px;
    line-height: 1.3;
    border-bottom: none;
}

/*---------------------------------------- HEADER ----------------------------------------*/
header {
    background-color: rgb(58, 180, 165);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    width: 100%;
    padding-top: 27px;
    padding-bottom: 23px;
    border-bottom: .0625rem solid #ddd;
    padding-left: 40px;
}

header .logo {
    height: 40px;
    width: auto;
    margin-left: 0px;
}

header .sectionContainer {
    max-width: 1400px;
}

.menu-holder {
    display: none !important;
}

/*---------------------------------------- MAIN AREA ----------------------------------------*/
.articleContent {
    padding-top: 0;
}

.sectionContainer {
    padding-left: 0;
    padding-right: 0;
}

h2.intro {
    font-weight: 600;
}

.bulleted:before {
    background-color: rgb(242, 213, 57);
    height: .84875rem;
    border: none;
    border-radius: 50%;
    content: "";
    font-size: 0;
    width: .84875rem;
    left: -1.5rem;
    margin-right: .5rem;
    margin-top: .35rem;
    padding: .1875rem;
    position: absolute;
    transform: translateY(0.0625rem);
}

h2.bulleted {
    font-size: 26px;
    font-weight: 600;
    padding-left: 23px;
}

h2.bulleted:before {
    padding-left: 23px;
    background-color: #f2d539;
    height: 0.84875rem;
    border: none;
    border-radius: 50%;
    content: "";
    font-size: 0;
    width: 0.84875rem;
    left: 13px;
    margin-right: 0.5rem;
    margin-top: 0.35rem;
    padding: 0.1875rem;
    position: absolute;
}

.relatexBox {
    width: 100%;
    margin-bottom: 0px;
    display: inline-block;
}

.relatexBox ul, .relatexBox ul li {
    list-style-type: none;
    padding: 0;
}

.content__post-footnote {
    border-radius: .3125rem;
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
    padding: 1.25rem;
    color: #f2d539;
}

.relatexBox span {
    margin-bottom: 7px;
    display: block;
    color: rgb(119, 119, 114);
    font-size: 12px;
    font-family: Verdana, arial, sans-serif;
    font-weight: 400;
}

.relatexBox ul li a:hover {
    background-color: #60b2a4;
    text-decoration: none;
}

.relatexBox ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 6px;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 7px;
    width: 100%;
    background-size: 19px 19px, 19px 19px;
    display: block;
    background-color: rgb(242, 213, 57);
    color: #2e2e2e;
    font-size: 20px;
    font-family: "Arial Black", arial, sans-serif;
    background-image: url('https://d31otfhas71ais.cloudfront.net/cms-assets/images/655ba243ff1b7129a803bc93/655f53b73155932024041b46.png'), url('https://d31otfhas71ais.cloudfront.net/cms-assets/images/655ba243ff1b7129a803bc93/655f53b73155932024041b46.png');
    background-repeat: no-repeat;
    background-position: 6px, right 6px center;
}

sup {
    top: -0.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

content__post-footnote {
    color: #f2d539;
}

.post-footnote__link, .post-footnote__link:hover {
    word-wrap: break-word;
    color: #f2d539;
    text-decoration: underline;
}

.post-footnote__link, .post-footnote__link:hover {
    word-wrap: break-word;
    color: #f2d539;
    text-decoration: underline;
}

.post-footnote__link sup {
    color: #f2d539;
}

.readMoreBtnContent {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: Inter, sans-serif;
    color: rgb(242, 213, 57);
    font-weight: 600;
    margin-bottom: 20px;
}

.readMoreBtnContent:hover {
    color: rgb(242, 213, 57);
}

.readMoreContent {
    display: none;
}

span.discounted-text {
    background-color: #fff;
	color: #000;
    font-weight: 700;
    font-size: 16px;
    padding: 2px 10px;
    border-radius: 13px;
    margin-left: 0;
    top: 0px;
    position: relative;
    display: initial;
}

span.reviews-number{
    margin-right: auto;
	top: 0;
}

a .rating-line:hover{
	color: #000;
	text-decoration: none;
	cursor: default;
}

/*---------------------------------------- FOOTER ----------------------------------------*/
footer {
    background-color: rgb(58, 180, 165);
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    padding-top: 49px;
    padding-bottom: 40px;
}

footer .sectionContainer {
    max-width: 1400px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

footer .sectionContainer ul {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

footer a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

footer a:hover {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-decoration: underline;
}

/*---------------------------------------- Mobile Styles ----------------------------------------*/
@media (max-width: 767px) {
    header {
        padding-left: 0;
        text-align: center;
    }

    .articleContent {
        padding-left: 15px;
        padding-right: 15px;
    }
    span.discounted-text {
        display: inline-block;
        font-size: 16px;
        top: 0px;
    }
    h1, h2.intro {
        font-size: 30px;
        line-height: 1.3;
    }
    header .logo{
        height: 65px;
        margin-left: 30px;
        width:220px;
    }
    body{
        background-image: none;
    }
    footer .sectionContainer {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    header .logo {
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .sectionContainer {
        padding-left: 0;
        padding-right: 0;
    }
    h1, h2.intro {
        font-size: 30px;
        line-height: 1.3;
    }
    header {
        padding-top: 18px;
        padding-bottom: 8px;
        padding-left: 30px;
    }
    header .logo {
        height: 33px;
        margin-left: 0px;
    }
    .building-block .title {
        font-size: 20px;
    }
    footer .sectionContainer ul {
        border-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 820px) {
    .articleContent {
        padding-left: 30px;
        padding-right: 30px;
    }
    header .logo {
        padding-left: 0;
        margin-left: 0;
    }
}
