.qform {
    width: 100%;
    background-color: #edf2f7;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 1rem;
}
a:hover.qbtn-yes {
    color: white !important;
} 
a:hover.qbtn-no {
    color: black !important;
} 
.qform a:link,
.qform a:visited,
.qform a:focus,
.qform a:hover {
  border: 0px solid transparent;
  font-weight: bold;
}

.percentage-wrapper {
    margin-top: 47px;
    width: 671px;
    max-width: 100%;
    display: inline-flex;
}
.percentage-wrapper>div {
    width: 100%;
    box-sizing: border-box;
}
.percentage-wrapper>div a {
    width: 100%;
    display: block;
}
.percentage-bar {
    margin-top: 20px;
    width: 100%;
    background-color: #fff;
    height: 24px;
    border-radius: 39px;
}
.percentage-bar>div {
    background-color: #F9BC2A;
    height: 100%;
    border-radius: 39px;
}
.qbtn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent; padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.qbtn-yes {
    background-color: #DE3030;
    color: #FFF;
}
.qbtn-no {
    background-color: #D6D6D6;
}
.miniquiz-rta-y {
    padding-right: 14px;
}

/* DEBT BLOCKS */

    #CTA_Block.background-color {
        background: #F4D35E;
    }
    #CTA_Block.content {
        padding: 40px;
        float: left;
        width: 100%;
        margin: 0 0 40px 0;
    }
    #CTA_Block.content p:last-of-type {
        margin: 0;
    }
    #CTA_Block h2{
        font-size: 40px;
        display: block;
        clear: both;
        font-weight: 600;
        line-height: 130%;
        margin: 0 0 30px 0;
        letter-spacing: -0.035em;
        z-index: 10;
    }
    #CTA_Block p {
        margin: 0 0 30px 0;
        display: block;
        clear: both;
        width: 100%;
    }
    #CTA_Block img {
        max-height: 100px;
    }
    #CTA_Block div.buttons div.flex-container.four {
        margin: 20px 0 0 0;
    }
    #CTA_Block div.flex-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-content: flex-start;
        z-index: 200;
        padding: 0;
    }
    #CTA_Block div.flex-container.four div.column {
        flex-basis: calc((100% / 4))!important;
        padding: 10px 10px 10px 0 !important;
        flex-direction: column;
        align-items: flex-start;
        z-index: 50;
    }
    #CTA_Block div.flex-container.three div.column {
        flex-basis: calc((100% / 3));
        padding: 10px 10px 10px 0px;
        flex-direction: column;
        align-items: flex-start;
        z-index: 50;
    }
    #CTA_Block div.flex-container.one div.column {
        flex-basis: calc((100% / 1));
        padding: 0px;
        flex-direction: column;
        align-items: flex-start;
        z-index: 50;
    }
    #CTA_Block div.buttons div.flex-container.four div.column .button {
        padding: 10px 20px;
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin: 0!important;
    }
    #CTA_Block div.buttons div.flex-container.four div.column .button img {
        width: 65px;
        margin: 0 auto;
        display: block;
        padding-bottom: 5px;
    }
    #CTA_Block .button {
        background: #DA4167;
        position: relative;
        color: #FFFFFF;
        width: 100%;
        padding: 20px 30px;
        -webkit-box-shadow: 0 3px 0 0 #aa2244;
        box-shadow: 0 3px 0 0 #aa2244;
        cursor: pointer;
        display: block;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        z-index: 50;
        clear: both;
    }
    #CTA_Block .button:after {
        content: '';
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        position: absolute;
        background: #DD5577;
        z-index: -1;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }
    #CTA_Block .button:hover:after {
        width: 100%;
    }
@media only screen and (max-width: 700px){
        div.buttons div.flex-container.three div.column {
        padding: 5px !important;
        flex-basis: calc((100% / 2)) !important;
    }
        div.buttons div.flex-container.four div.column {
        padding: 5px !important;
        flex-basis: calc((100% / 2)) !important;
    }
        #CTA_Block .button {
        padding: 20px 10px;
    }
        #CTA_Block.content {
        padding: 20px;
    }
        #CTA_Block img {
        max-height: 60px;
    }
        #CTA_Block div.buttons {
        margin: 20px 0px 0px 0px;
    }
}

/* PEOPLE ROLLOVER 1 */

.block-image-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.block-image-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:18%;
    display: block;
    background-color:#ffffff;
    border-style: solid;
    border-width: 6px;
    border-color: #22AADC;
    border-radius: 20px;
    z-index: 8;
    text-align:center;
    margin: 1%;
}

.block-image-container:hover{
    background-color: #22AADC;
    cursor:pointer;
    color:#ffffff
}

.block-image-container:hover .block-image-text p{
    color: #ffffff;
}

.block-image,
.block-image img{
    width:100%
}

.block-image-text p{
    font-weight: 700;
    font-style: normal;
    color: #22AADC;
    font-size: 26px;
    margin: 5px 0;
}

/* REVIEW BLOCKS */

.review-border {
    margin: 35px 0;
    background: #fbfbfd;
    padding: 5px 0px;
}
.review-umbrella {
	display: grid;
	max-width: 1072px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	grid-template-rows: auto;
	font-family: Arial, sans-serif;
	font-size: .875rem;
	line-height: 1.25rem;
	padding: 5px 10px;
	background: #fbfbfd;
}
.review-container {
	background: #fff;
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px;
}
.review-structure {
	display: flex;
	flex-direction: column;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.review-container {
	display: flex;
}
.customer-details {
	display: flex;
}
.avatar {
	width: 44px;
	min-width: 44px;
	height: 44px;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	user-select: none;
	cursor: default;
	line-height: 1.25rem;
	font-weight: 700;
}
.av-yellow {
	background-color: #faf7d9;
	color: #1b1b21;
}
.link-wrapper {
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
	margin-left: 8px;
}
.customer-name {
	flex: 1 1;
	font-style: normal;
	font-weight: 700;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: #202020 !important;
}
.customer-details-extra {
	display: flex;
	margin-top: 3px;
}
.review-quantity {
	display: flex;
	align-items: center;
	color: #6c6c85;
	font-weight: 400;
	font-style: normal;
}
.review-count {
	margin-left: 6px;
}
.article-divider {
	background-color: #dcdce6;
	display: block;
	height: 1px;
	background-color: #f2f2f5;
	border: 0;
	padding: 0;
	margin: 0;
	margin-top: 16px;
	outline: none;
}
.review-content {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
}
.review-header {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.review-stars {
	width: 108px;
	height: 20px;
	display: flex;
	min-width: 90px;
}
.review-date {
	flex-grow: 1;
	text-align: right;
	order: 3;
	color: #6c6c85;
}
.review-verification {
	order: 2;
	width: auto;
	margin-top: 0;
	margin-left: 16px;
	color: #6c6c85;
}
.review-actions {
	margin-top: 10px;
	margin-bottom: 0px;
	display: flex;
	color: #6c6c85;
}
.review-helpful {
	border: none;
    background: none;
    padding: 0px;
    color: #73738f;
    width: auto;
    display: flex;
    align-items: center;
    height: auto;
    flex-direction: row;
}
.review-text {
	color: #202020 !important;
}
.review-text h2 {
	font-size: 1.5em;
	font-family: Arial, sans-serif !important;
}