/* GLOBAL STYLING */

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Montserrat', sans-serif;
	scroll-behavior: smooth;
}

p {
	font-size: 20px;
    line-height: 1.7em;
    margin-bottom: 5px;
}

body .modal {
	overflow: scroll;
}

body .modal .modal-body img {
	max-width: 100%;
}

body .modal .modal-header {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}

/* NAVBAR STYLING */

nav.navbar {
	min-height: 80px;
	background-color: white;
	border-bottom: 0;
	box-shadow: 1px 1px 10px rgba(100,100,100,0.6);
	border-radius: 0;
	margin-bottom: 0;
	transition: all 0.3s ease-in-out;
	padding-top: 0;
}

nav.navbar.navbar-transparent {
	background-color: transparent;
	padding-top: 15px;
	box-shadow: none;
}

nav .navbar-brand {
	padding: 5px;
	padding-left: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 80px;
	margin-right: auto;
}

nav #logoImage {
	width: 135px;
	height: auto;
	margin-top: -8px;
}

nav #logoImageText {
	width: 146px;
	height: auto;
	margin-top: -6px;
}

nav .navbar-nav {
	height: 80px;
}

nav .navbar-nav li {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}

nav.navbar-default .navbar-nav>li>a {
	border-top: solid 3px transparent;
	border-bottom: solid 3px transparent;
	transition: border-color 0.3s ease-out;
	color: #1e378a;
	font-weight: 400;
}

nav.navbar-default .navbar-nav>li>a:focus, 
nav.navbar-default .navbar-nav>li>a:hover {
	color: #1e378a;
}

nav.navbar-default .navbar-nav>.active>a, 
nav.navbar-default .navbar-nav>.active>a:focus, 
nav.navbar-default .navbar-nav>.active>a:hover {
	background-color: white;
	border-top-color: #1e378a;
	border-bottom-color: #1e378a;
	color: #1e378a;
}

nav .navbar-header .navbar-toggle {
	border: solid 2px #1e378a;
	margin-top: 18px;
	position: absolute;
	display: none;
}

nav .navbar-header .navbar-toggle:hover,
nav .navbar-header .navbar-toggle:focus,
nav .navbar-header .navbar-toggle:active {
	background-color: white;
} 

nav .navbar-header .navbar-toggle .icon-bar {
	background-color: #1e378a;
	width: 31px;
    height: 3px;
}

nav .navbar-header .navbar-toggle .icon-bar+.icon-bar {
	margin-top: 6px;
}

nav .navbar-nav li.login-container a,
nav .navbar-nav li.login-container a:hover,
nav .navbar-nav li.login-container a:active,
nav .navbar-nav li.login-container a:focus,
nav .navbar-nav li.make-a-payment-container a,
nav .navbar-nav li.make-a-payment-container a:hover,
nav .navbar-nav li.make-a-payment-container a:active,
nav .navbar-nav li.make-a-payment-container a:focus {
	color: white;
	display: flex;
	align-items: center;
	flex-direction: row;
	text-decoration: none;
}

nav .navbar-nav li.login-container a .nc-icon {
	margin-right: 10px;
	font-size: 20px;
}

nav .navbar-nav li.make-a-payment-container a .nc-icon {
	margin-right: 10px;
	font-size: 20px;
}

nav .navbar-nav li.contact-us-container a .nc-icon {
	font-size: 20px;
	margin-right: 10px;
}

nav .navbar-nav li.downloads-container a .nc-icon {
	margin-right: 10px;
	font-size: 20px;
}

nav.navbar .btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border: solid 2px white;
	padding: 11px 18px;
}

nav.navbar .btn i {
	font-size: 28px;
    position: relative;
    top: 0px;
    margin-right: 5px;
    font-weight: 100;
}

nav.navbar #mobileNavMenu.navbar-toggler .navbar-toggler-bar {
	background-color: #1e378a !important;
	width: 32px !important;
	height: 4px;
	margin-bottom: 6px;
}

/* MAIN BANNER SECTION */

#homePageBanner {
	background-position: center;
	background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    text-shadow: 1px 1px 8px #303030;
    margin-bottom: 0;
    position: relative;
    padding: 0;
    max-height: 100vh;
    overflow: hidden;
}

#homePageBanner img {
	height: 100vh;
	width: auto;
}

#homePageBanner .banner-wash {
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(rgb(241 241 241 / 52%) 10%, rgb(241 241 241 / 38%) 20%, rgb(0 0 0 / 58%) 100%);
}

#payments #homePageBanner {
	max-height: 50vh;
	margin-top: 50px !important;
}

#payments #homePageBanner img {
	width: 100vw;
	height: auto;
}

#payments #homePageBanner .banner-wash {
	background: linear-gradient(rgb(241 241 241 / 77%) 20%, rgb(0 0 0 / 58%) 100%);
}

#homePageBanner h1 {
	font-size: 60px;
}

#homePageBanner h1, 
#homePageBanner h3 {
	z-index: 2;
}

#homePageBanner .banner-text-container {
	position: absolute;
	padding: 0 10px;
}

#homePageBanner .banner-text-container h3 {
	padding: 0 10px;
}

.homepage-banner-mobile {
	display: flex;
}

.homepage-banner-tablet {
	display: none;
}

.homepage-banner-desktop {
	display: none;
}

/* ABOUT US */

#aboutUs {
	background-color: #364164;
	color: white;
	padding-top: 60px;
	padding-bottom: 80px;
	font-weight: 100;
	line-height: 38px;
}

#aboutUs a {
	font-weight: bold;
}

#aboutUs a:hover,
#aboutUs a:focus,
#aboutUs a:active {
	color: white;
}

#aboutUs ul {
	font-size: 20px;
	list-style: none;
	text-align: left;
	padding-left: 0;
}

#aboutUs ul li {
	padding-left: 30px;
	position: relative;
}

#aboutUs ul li:before {
  	content: '✓';
  	color: #14e514;
    margin-right: 15px;
    font-weight: 800;
    position: absolute;
    left: 0px;
}

#aboutUs .about-us-image-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#aboutUs .about-us-image-container .about-us-image {
	border-radius: 50%;
	width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width: 280px;
    min-height: 280px;
}

#aboutUs .about-us-image-container .about-us-image img {
	max-width: 420px;
}

#aboutUs .row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

/* MAKE A PAYMENT */

#makePayment {
	background-color: #1e378a;
	color: white;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 20px;
	font-weight: 100;
	line-height: 50px;
}

#makePayment .row {
	display: block;
}

#makePayment .payments-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#makePayment .payments-container button {
	margin-bottom: 20px;
}

#makePayment .make-payment-sage-pay-container {
	width: 154px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin: 30px 0;
    border-radius: 10px;
}

#makePayment .make-payment-sage-pay-container img {
	margin-top: -3px;
	width: 100%;
}

/* CSA VIDEO */

#csaVideoContainer {
	background-color: #364164;
	color: white;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 30px;
	font-weight: 100;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

#csaVideoContainer a,
#csaVideoContainer a:hover,
#csaVideoContainer a:focus,
#csaVideoContainer a:active {
	font-weight: 400;
	text-decoration: none;
}

#youTubeVideo {
	max-width: 1200px;  
	margin: auto;
	margin-top: 60px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;    
    text-align: center;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* CONTACT US PAGE */

#contactUsLink {
	position: absolute;
	margin-top: -50px;
}

#contactUs {
	background-color: #aab4d9;
	color: #1e378a;
	padding-top: 60px;
	padding-bottom: 60px;
	font-weight: 100;
	line-height: 50px;
	scroll-behavior: smooth;
	position: relative;
	background: url("../images/banners/contact-us-blue-background-mobile.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#contactUs:before {
	content: "";
    position: absolute;
    bottom: -20px;
    height: 300px;
    width: 100%;
    background: linear-gradient(to bottom, transparent 0%, white 70%);
    z-index: 2;
}

#contactUs .container {
	display: flex;
	align-items: center;
	justify-content: center;
}

#contactUs .card-register {
	background-color: #1e378a;
	color: white;
	max-width: 440px;
	width: 440px;
	z-index: 3;
	position: relative;
}

#contactUs .card-register .title {
	color: white;
	margin-top: 10px;
    margin-bottom: 10px;
}

#contactUs .card-register label {
	margin-bottom: 0;
}

#contactUs #contactUsForm {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#contactUsForm .form-control-container {
	position: relative;
	width: 100%;
}

#contactUsForm .form-control-container .feedback {
	position: absolute;
	background-color: lightyellow;
	color: black;
	bottom: calc(100% - 60px); 
    padding: 4px;
    height: auto;
    font-weight: 400;
    border-radius: 5px;
    line-height: 1.5;
    z-index: 1;
    display: none;
}

#contactUsForm .form-control-container .feedback:before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: lightyellow;
	transform: rotate(45deg);
	position: absolute;
	bottom: calc(100% - 33px); 
	left: 20px;
}

#contactUsForm input:after,
#contactUsForm textarea:after {
	content: "";
}

#contactUs #contactUsForm label {
	font-weight: 400;
}

#contactUs .card-register {
	margin-bottom: 20px;
}

#contactUs textarea.form-control {
	resize: none;
	padding: 7px 12px;
}

#formSubmitPleaseWait,
#formSubmitFeedback {
	display: none;
	position: absolute;
	width: calc(100% - 58px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100% - 60px);
    background-color: #1e378a;
    text-align: center;
    margin-left: -1px;
}


#formSubmitFeedback.error .success,
#formSubmitFeedback.success .error {
	display: none;
}

#formSubmitFeedback .material-icons {
	font-size: 60px;
	background-color: red;
	border-radius: 50%;
	animation: pulse 1s infinite alternate-reverse;
	opacity: 0.5;
	border: solid 3px white;
	margin-bottom: 40px;
}

#formSubmitFeedback .nc-icon {
	background-color: #1fd91f;
	font-size: 50px;
	border-radius: 50%;
	border: solid 3px white;
	color: white;
	padding: 5px;
	margin-bottom: 40px;
}

/* PAY NOW PAGE */

#payNow {
	background-color: #364164;
	color: white;
	padding-bottom: 60px;
	padding-top: 40px;
}

#payNow .termsLink {
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

#otherMethods {
	background-color: #1e378a;
	color: white;
	padding-bottom: 60px;
	padding-top: 40px;
}

#otherMethods li {
	font-size: 18px;
}

#otherMethods li a,
#otherMethods li a:hover,
#otherMethods li a:active,
#otherMethods li a:focus {
	text-decoration: underline;
	color: white;
	font-weight: 400;
}

#otherMethods #bankDetails li .account-detail {
	font-weight: 400;
}

#termsOfServiceModal p {
	font-size: 15px;
	margin-top: 20px;
}

#termsOfServiceModal p:last-child {
	margin-bottom: 30px;
}

#termsOfServiceModal h4 {
	margin-top: 20px;
}

/* FOOTER */

footer {
	padding-bottom: 40px;
	padding-top: 40px;
}

footer p {
	font-size: 13px;
    line-height: 1.7em;
    margin-bottom: 5px;
    font-weight: 600;
}

footer .footer-accreditation-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
}

footer .footer-accreditation-container div {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

footer .footer-accreditation-container img {
	cursor: pointer;
	max-width: 100px;
	margin: 10px;
}

footer .footer-image-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

footer .footer-image-container a {
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .footer-image-container .cyber-essentials-certified-image {
	max-width: 150px;
	padding: 10px;
}

footer .footer-text-container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

footer .footer-links {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
	cursor: pointer;
}

/* COOKIE POPUP */



#cookieContainer {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    font-family: 'Montserrat', sans-serif !important;
}

#cookieContainer .cc-window {
	font-family: 'Montserrat', sans-serif !important;
	padding: 10px;
	font-weight: 400;
	color: black;
}

#cookieContainer .cc-window .cc-compliance a {
	border: solid white 2px;
    border-radius: 30px;
}

/* RESPONSIVE ELEMENTS */

@media screen and (max-width: 991px) {
	
	#aboutUs .row {
		flex-direction: column;
	}

	#aboutUs .row.reverse {
		flex-direction: column-reverse;
	}

	#aboutUs .about-us-image {
		margin-bottom: 40px;
	}

	#aboutUs [class^='col'] {
		width: 100%;
		padding: 0;
	}

	#aboutUs .container {
		/*padding: 0;*/
	}
	#aboutUs {
		text-align: center;
		font-size: 20px;
	}

	#aboutUs p {
		line-height: 2;
	}

	#aboutUs ul {
		padding-left: 20px;
	}

	footer .footer-accreditation-container img {
		margin: 0 10px;
	}

	#otherMethods {
		text-align: center;
	}

	#otherMethods ul {
		text-align: left;
		margin-top: 10px;
	}

	nav .navbar-header .navbar-toggle {
		display: block;
	}

	#aboutUs .col-sm-8 {
		width: 100%;
		max-width: 100%;
	}

	footer .footer-image-container {
		flex-direction: column;
		margin-top: 20px;
	}

}

@media screen and (min-width: 991px) {

	#homePageBanner img {
		height: 100vw;
		width: auto;
	}

}

@media screen and (max-width: 767px) {

	.navbar-collapse {
		display: none;
		padding: 0 !important;
		width: 190px;
		right: 40px;
		transition: all 0.3s ease-in-out;
		transition-delay: 0;
		background-color: #1e378a !important;
		background: none;
		border-left: solid 1px rgba(255, 255, 255, 0.4);
	}

	.navbar-collapse:after {
		content: none;
	}

	.navbar-collapse ul {
		flex-wrap: initial;
		flex-direction: column;
		margin: 0;
		height: auto;
	}

	.navbar-collapse ul li {
		margin: 0;
		min-height: 91px;
	}

	.navbar-collapse ul li .btn {
		width: 100%;
		border: none;
		border-radius: 0;
		margin: 0;
		min-height: 91px;
	}

	.navbar-collapse.show {
		right: 230px;
	}

	main, footer {
		transition: margin 0.3s ease-in-out !important;
		transition-delay: 0;
	}

	main.showMenu, nav.showMenu, footer.showMenu {
		margin: 0 190px 0 -190px;
	}

	.bar1 {
		transition: top 0s;
	}
	.bar3 {
		transition: bottom 0s;
	}
	.toggled .bar1 {
		top: 10px;
	}

	.toggled .bar3 {
		bottom: 9px;
	}

	#mobileMenuBrand {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 90px;
	}

	#mobileMenuBrand img {
		width: 100px;
	}

	#developerDisclaimer {
		color: white;
	    padding: 10px;
	    text-align: center;
	    position: absolute;
	    bottom: 0;
	}

	#developerDisclaimer a,
	#developerDisclaimer a:hover,
	#developerDisclaimer a:active,
	#developerDisclaimer a:focus {
		color: white;
		font-weight: 400;
		text-decoration: none;
	}

	footer .footer-image-container {
		flex-direction: row;
		margin-top: 20px;
	}

}

@media screen and (min-width: 768px) {
	.navbar-collapse {
		display: inline-flex;
		flex-basis: auto;
		align-items: center;
		justify-content: flex-end;
		min-width: 527px;
		opacity: 1;
		flex-wrap: nowrap;
		flex-direction: row;
		transition: none;
	}

	.homepage-banner-mobile {
		display: none;
	}

	.homepage-banner-tablet {
		display: flex;
	}

	.homepage-banner-desktop {
		display: none;
	}

	#contactUs {
		background: url("../images/banners/contact-us-blue-background-tablet.jpg");
	}

	#mobileMenuBrand {
		display: none;
	}

	main, nav, footer {
		transition: none;
	}

	.nav.navbar-nav.navbar-right  {
		min-width: 527px;
	}
	#payments .nav.navbar-nav.navbar-right {
		min-width: 468px;
	}
	#mobileNavMenu {
		display: none !important;
	}
	.navbar-collapse:not(.show) {
		display: inline-flex;
	}

	#developerDisclaimer {
		display: none;
	}
}

@media screen and (min-width: 1280px) {

	.homepage-banner-mobile {
		display: none;
	}

	.homepage-banner-tablet {
		display: none;
	}

	.homepage-banner-desktop {
		display: flex;
	}

	#contactUs {
		background: url("../images/banners/contact-us-blue-background-desktop.jpg");
	}

}

@media screen and (max-width: 465px) {
	footer .footer-image-container {
    	flex-direction: column;
	}
}

/* SLIDE ANIMATIONS */

.slideanim {
	visibility:hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
      	opacity: 0;
      	transform: translateY(70%);
    } 
    100% {
      	opacity: 1;
      	transform: translateY(0%);
    }
}

/* SCROLL DOWN CHEVRONS */

.scroll-down-container {
	position: absolute;
	bottom: 150px;
	width: 24px;
	height: 24px;
}

.chevron {
	position: absolute;
	width: 28px;
	height: 8px;
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
	animation: move 3s ease-out infinite;
}

.chevron:first-child {
	animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
	animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
	content: ' ';
	position: absolute;
	top: 0;
	height: 100%;
	width: 51%;
	background: #fff;
}

.chevron:before {
	left: 0;
	transform: skew(0deg, 30deg);
}

.chevron:after {
	right: 0;
	width: 50%;
	transform: skew(0deg, -30deg);
}

@keyframes move {

	25% {
		opacity: 1;
	}

	33% {
		opacity: 1;
		transform: translateY(30px);
	}

	67% {
		opacity: 1;
		transform: translateY(40px);
	}

	100% {
		opacity: 0;
		transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
	}

}

.text {
	display: block;
	margin-top: 75px;
	margin-left: -30px;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: .25;
	animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
	to {
		opacity: 1;
	}
}

/* BACK TO TOP CONTROL */

@keyframes moveUp {
	
	25% {
		opacity: 0.4;
		transform: rotate(180deg);
	}

	33% {
		opacity: 0.6;
		transform: translateY(-10px) rotate(180deg);
	}

	67% {
		opacity: 1;
		transform: translateY(-20px) rotate(180deg);
	}

	100% {
		opacity: 0;
		transform: translateY(-30px) rotate(180deg);
	}

}

#backToTop {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	display: none;
}

#backToTop .chevron {
	transform: rotate(180deg);
	animation: moveUp 2s linear infinite;
}

/* COOKIE CONSENT STYLING */

body .termsfeed-com---nb-standalone {
    bottom: 0;
    top: auto;
    height: auto;
    background-color: #111111d6 !important;
    font-family: 'Montserrat', sans-serif;
}

.termsfeed-com---pc-dialog input[type=checkbox].cc-custom-checkbox+label:before {
	top: 3px !important;
}

.cc-cp-body-content-entry, .cc-pc-head, .cc-nb-main-container {
	background-color: #132253 !important;
}

#termsfeed-com---preferences-center .termsfeed-com---palette-dark .cc-cp-body-tabs-item[active=true], .cc-cp-foot,
.termsfeed-com---palette-dark .cc-cp-body-content, .termsfeed-com---pc-dialog .cc-cp-body .cc-cp-body-tabs-item[active=true],
.termsfeed-com---palette-dark .termsfeed-com---pc-dialog .cc-cp-body .cc-cp-body-content {
	background:  #132253 !important;
}

#cc-nb-title {
    font-weight: 400;
    font-size: 30px;
}

#cc-nb-text {
    font-weight: 100;
    font-size: 20px;
}

.cc-nb-buttons-container button {
    font-weight: 400 !important;
    font-size: 17px !important;
}

.cc-nb-buttons-container .cc-nb-okagree,
.cc-nb-buttons-container .cc-nb-reject {
    background-color: #fbc658 !important;
}

.termsfeed-com---palette-dark .cc-cp-body-content {
	background-color: #132253 !important;
}

#termsfeed-com---preferences-center {
    font-family: 'Montserrat', sans-serif;
}

#termsfeed-com---preferences-center .cc-pc-head-title-headline,
#termsfeed-com---preferences-center .cc-cp-body-content-entry-title {
    font-weight: 400;
}

#termsfeed-com---preferences-center .cc-cp-body-content-entry-text {
    font-weight: 100;
    font-size: 20px;
}

#termsfeed-com---preferences-center .cc-cp-body-tabs .cc-cp-body-tabs-item button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
    font-size: 15px;
}

#termsfeed-com---preferences-center .termsfeed-com---pc-dialog input[type=checkbox].cc-custom-checkbox:checked+label:before,
#termsfeed-com---preferences-center .termsfeed-com---pc-dialog input[type=checkbox].cc-custom-checkbox+label:after {
    top: 3px !important;
}

#termsfeed-com---preferences-center .termsfeed-com---pc-dialog input[type=checkbox].cc-custom-checkbox+label:after {
    border: solid 2px #6d6d6d;
    top: 4px !important;
    width: 22px;
    height: 22px;
}

button.cc-cp-foot-save {
    background-color: #ffd338 !important;
    font-weight: 400 !important;
    font-size: 17px !important;
}

@media screen and (max-width: 600px) {
	.termsfeed-com---palette-dark .cc-pc-head-lang select {
		max-width: 190px;
		font-size: 12px;
	}
	#termsfeed-com---preferences-center .cc-pc-head-title-headline, 
	#termsfeed-com---preferences-center .cc-cp-body-content-entry-title {
		text-align: center;
		font-size: 22px;
	}
	.termsfeed-com---palette-dark .cc-pc-head-close {
		margin-left: 0 !important;
	}
	#cc-nb-title, .cc-cp-body-content-entry-title {
		font-size: 22px;
	}
	#cc-nb-text, .cc-cp-body-content-entry-text {
		font-size: 17px;
	}
	#termsfeed-com---preferences-center .cc-cp-body-content-entry-text {
		font-size: 17px;
	}
}

.question {
	cursor: pointer;
	position: relative;
	font-weight: 500;
}

.answer {
	transition: width none;
	min-width: 100% !important;
	font-size: 18px;
}

.faq {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.faq:after {
	content: "";
	background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
}