.internal-menu
	{
	height: auto!important;
	}
	
.affiliateLinks
	{
	width: 100%;
	text-align: center;
	margin: 10px 0;
	background-color: #fafafa;
	padding: 10px 0px;
	}

.affiliateLinks a 
	{
    margin-left:12px;
	}

.affiliateLinks a:first-child
	{
	margin-left:0;
	}

.widget.heading4-text ul,
.widget.image-text ul,
.widget.image-heading4-text-videoul,
.widget.image-heading4-text ul
    {
    color: #747474;
    }

#home > div > div.content-wrapper > div > div.page-content-wrapper > div > div.service-blocks > div:nth-child(1) > div:nth-child(1) > div > div.block-content.block-primary.block-big {
    font-size: 18px;   
}

#home > div > div.content-wrapper > div > div.page-content-wrapper > div > div.service-blocks,
#home > div > div.content-wrapper > div > div.page-content-wrapper > div > div.service-blocks h3,
#home > div > div.content-wrapper > div > div.page-content-wrapper > div > div.service-blocks p,
#home > div > div.content-wrapper > div > div.page-content-wrapper > div > div.service-blocks a,
#home > div > div.content-wrapper > div > div.page-content-wrapper > div > div.service-blocks > div:nth-child(1) > div:nth-child(1) > div > div.block-content.block-primary.block-big > a {
    color: #fff!important;
    text-shadow: 1px 1px 0 #000!important;
}

#home > div > div.content-wrapper > div > div.page-content-wrapper > div > div.widget.image-text,
#home > div > div.content-wrapper > div > div.page-content-wrapper > div > div.widget.image-text p,
#home > div > div.content-wrapper > div > div.page-content-wrapper > div > div.widget.text {
    background-color: transparent;
}

#QuestionProPopupSurvey_4187566{
    display: none !important;
}

.footer-logos{
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.footer-logos ul li{
	display: inline-block;
    margin: 0 45px;
    vertical-align: top;
}

.footer-logos img {
    max-width: 220px;
}

@media only screen and (max-width: 650px){
    .footer-logos ul li{
        width: 100%;
        text-align: center;
        margin: 0;
    }
}


/* center the blockquote in the page */
.blockquote-wrapper {
    display: flex;
    padding: 0 20px 20px 20px;
    /*background-color: #f9f9f9;*/
}
/* Blockquote main style */
.blockquote.top-quote {
    position: relative;
    font-weight: 800;
    color: #e6e6e6;
    width: 100%;
    max-width: 1280px;
    z-index: 1;
    margin: 40px auto;
    align-self: center;
    border-top: solid 1px;
    border-bottom: solid 1px;
    background: transparent;
    padding: 40px 20px;
}
/* Blockquote header */
.blockquote.top-quote h5 {
    position: relative;
    color: #595959;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2.2rem;
    margin: 0;
    text-align: center;
    font-style: italic;
    font-weight: 500;
}
/* Blockquote right double quotes */
.blockquote.top-quote::after {
    position: absolute;
    content: '\201d';
    color: #fcd407;
    font-size: 12rem;
    line-height: 0;
    bottom: -26px;
    right: 30px;
}

.blockquote.top-quote .name{
    font-size: 20px;
    font-size: 2rem;
    display: block;
    margin-top: 20px;
    color: #000;
}