@import url('https://use.fontawesome.com/releases/v5.7.2/css/all.css');

	
body {
	font-family: 'DM Sans', sans-serif;
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
	overflow-x: hidden;
	}
	
html, body {
    max-width: 100vw;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none;
    box-sizing: border-box;
	}
	
.fs-fields [required] {
	background-position: 98% 5% !important;
	}
	
@media screen and (max-width: 48em) {
	body {
    	min-height: auto;
		}
	}
	
body.review, .container.review {
	max-height: 5000px;
	overflow-y: visible;
	}

#primary { 
	background: #FFFFFF;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	max-width: 100vw;
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
	}

.container {
	height: auto !important;
	display: block;
	position: relative;
	}
	
#intro {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	min-height: 100vh;
	box-sizing: border-box;
	background-color: #f7f0ef;
	border: 40px solid #FFFFFF;
	z-index: 100;
	opacity: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: z-index 0.5s linear, opacity 0.5s linear;
	}
	
#intro.hide {
	opacity: 0;
	z-index: -1;
	max-height: 0px;
	transition: z-index 0.5s step-end, opacity 0.5s linear;
	}
	
#intro .SPlogo {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: 35px;
    left: 40px;
    width: 122px;
    height: 41px;
    text-indent: -999em;
    background-image: url(https://sundaypaper.com/wp-content/themes/sundaypaper/inc/images/SundayPaper_Logo_Text_Black.svg);
    background-size: cover;
    z-index: 10;
    }
	
#intro .fs-title {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 0 20px 40px 20px;
	}

#intro .fs-title h1 {
	text-align: center;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	line-height: 1.75em;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 60px;
	}
	
#intro #startDL,
#intro #renderBtn {
	display: inline-block;
	border: 2px solid #ff471d;
	color: #FFFFFF;
	background-color: #ff471d;
	position: relative;
	top: 0px;
	text-align: center;
	letter-spacing: 2px;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-top: 25px;
	text-transform: uppercase;
	font-weight: 800;
	font-family: commuters-sans, sans-serif;
	font-size: 12px;
	letter-spacing: 5px;
	padding: 25px 50px;
	transition: all 0.1s ease-in-out;
	}
	
#intro #startDL:hover,
#intro #renderBtn:hover {
	border: 2px solid #ff471d;
	background-color: #FFFFFF;
	color: #000000;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
	}
	
#intro #renderBtn {
	background-color: #00efc6;
	color: #000000;
	}
	
#intro #renderBtn:hover {
	background-color: transparent;
	}
	
@media screen and (max-width: 900px) {
	#intro .fs-title h1 {
		font-size: 30px;
		line-height: 1.5em;
		}
	}
	
#intro p {
	font-family: 'DM Sans', sans-serif;
	}
	
@media screen and (max-width: 48em) {		
	#intro #bottom.splashIntro {
		position: relative;
		color: #000000;
		bottom: auto;
		margin-top: 50px;
		z-index: 100;
		}

	#intro {
		position: absolute;
		justify-content: flex-start;
    	height: calc(100vh + 125px);
    	}
    	
    #intro .fs-title {
    	padding: 0px 20px;
    	}
    	
    #intro .fs-title h1 {
    	padding-top: 125px;
    	font-size: 30px;
    	line-height: 1em;
    	margin-bottom: 10px;
		}
		
	#intro .fs-title h2 {
    	font-size: 18px;
		}
		
	#intro .fs-title span {
    	font-size: 14px;
		}
		
	.fs-form-wrap {
		height: auto;
		box-sizing: border-box;
		}

	}
	
@media screen and (max-height: 800px) {
	#intro {
		position: absolute;
		height: auto;
		min-height: 100vh;
		}
		
	#bottom.splashIntro {
		position: relative;
		margin-top: 50px;
		margin-bottom: 15px;
		}
	}
	
.container.splashIntro {
	max-height: 90vh;
	overflow: hidden;
	}
	
.fs-form-wrap {
	display: block;
	color: #000000 !important;
	box-sizing: border-box;
	}
	
.fs-form .fs-display-next .fs-hide {
    /*visibility: hidden;*/
    opacity: 0;
    z-index: 0;
    transition: all 0.5s ease;
	}
	
.fs-numbers {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	color: rgba(0,0,0,0.4);
	margin: 40px;
	width: 50px !important;
	height: 25px;
	font-weight: 700;
	font-size: 18px !important;
	font-family: 'DM Sans', sans-serif !important;
	font-weight: 700;
	cursor: default;
	visibility: visible !important;
	}
	
.fs-numbers span {
    float: right;
    width: 40%;
    text-align: center;
	}
	
.fs-numbers .fs-number-current {
    float: left;
	}
	
.fs-number-current:after {
    position: absolute;
    width: 100%;
    text-align: center;
    content: '/';
    font-weight: 300;
    opacity: 0.4;
    left: 0;
	}
	
.fs-numbers .fs-number-new {
	top: 15px;
	visibility: hidden;
	left: 0px;
	float: none;
	}
	
.fs-numbers .fs-number-new.tickUp {
	top: 0px;
	visibility: visible;
	transition: all 0.5s ease;
	}
	
@media screen and (max-width: 52.5em) {
	.fs-numbers {
    	top: 40px;
    	left: auto;
    	width: 50px;
    	right: 25px;
		}
		
	.fs-form {
		top: 0px;
		right: auto;
		left: auto;
		box-sizing: border-box;
		padding: 0 15px;
		}
	}
	
@media screen and (max-width: 48em) {
	.fs-numbers {
    	top: 30px;
    	width: 50px;
    	right: 25px;
    	margin: 0px;
		}
	}
	
.fs-form-full {
	width: 90%;
	max-width: 1200px;
	}
	
.fs-fields .frf:first-of-type {
	padding-bottom: 25px;
	box-sizing: border-box;
	}

.fs-fields > li label.fs-field-label {
	text-align: center;
	color: #000000;
	width: 100%;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	padding: 0px 5px 15px 0px;
	}
	
.fs-form-full .fs-fields > li label[data-info]:before,
.fs-form-full .fs-fields > li label[data-info]:after {
	display: none !important;
	}

.fs-fields > li .fs-radio-group label {
	height: auto !important;
	}

.fs-fields > li > .fs-radio-group {
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	}

.fs-form-full .fs-fields > li label[data-info]::before {
	width: 100%;
	}
	
.fs-fields > li .fs-radio-group span label {
	color: #000000 !important;
	}

.fs-fields > li > .fs-radio-group > span > label {
	opacity: 0.0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

.fs-fields > li.fs-current > .fs-radio-group > span > label {
	opacity: 1.0;
	background-color: #FFFFFF;
	padding-top: 0px !important;
	margin-top: 150px;
	transition: all 0.5s ease;
	}
	
.fs-fields > li:last-child > .fs-radio-group > span > label {
	border: 0px;
	margin-top: 0px;
	}
	
.fs-fields > li.fs-current > .fs-radio-group > span > label:hover {
	color: #000000;
	transition: all 0.5s ease;
	}
	
.fs-fields > li:last-child > .fs-radio-group > span > label:hover {
	border: 0px;
	}
	
@media screen and (max-width: 48em) {
	.container {
		overflow: hidden;
		}
		
	.fs-form-wrap {
		overflow: hidden;
		}

	.fs-form-full {
		width: 100%;
		}
		
	.fs-fields > li label.fs-field-label {
    	padding: 0px 5px 5px 0px;
    	display: block;
    	width: 100%;
		}
		
	.fs-fields .frf:first-of-type {
		padding-left: 0px;
		}
	}
	
#progressbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #EEEEEE;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
	}
	
.ui-widget-header {
	background: #ff471d;
    color: #333333;
    height: 10px;
    font-weight: bold;
    }
	
.message-error {
	display: inline-block;
	width: 100%;
	font-family: montserrat, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #FF0000;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	padding: 0px 25px;
	opacity: 0;
	max-height: 0px;
	box-sizing: border-box;
	transition: all 0.25s ease;
	}
	
.message-error.fs-show {
	opacity: 1;
	max-height: 100px;
	transition: all 0.25s ease;
	}
	
#intro p {
	color: #000000;
	text-align: center;
	width: 100%;
	max-width: 650px;
	padding: 0px 25px;
	box-sizing: border-box;
	display: inline-block;
	}
	
.archCount {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	}
	
.fs-title {
	position: relative;
	padding: 40px 40px 0 40px;
	box-sizing: border-box;
	}
	
.fs-fields {
    position: relative;
    margin: 0 auto;
    padding: 0;
    top: 0;
    list-style: none;
    }
    
.fs-form-full, .fs-message-error {
    max-width: 1000px !important;
    margin: 0px auto;
	}
    
.fs-form-full .fs-fields > li {
	position: absolute;
    width: 100%;
    opacity: 0;
    top: -25px;
    visibility: hidden;
    display: inline-block;
    transition: all .5s ease;
    }
    
 .fs-form-full .fs-fields > li.fs-current {
 	position: relative;
 	visibility: visible;
    transition: all 1s ease-in;
    animation: color-me-in 1s forwards 1;
    }
	
@keyframes color-me-in {
  /* You could think of as "step 1" */
  0% {
    opacity: 0;
    top: 15px;
  }
    25% {
  opacity: 0;
    top: 15px;
    }
  100% {
    opacity: 1;
    top: 0px;
  }
}

.fs-fields > li > h3 {
	text-align: center;
	padding: 0px;
	color: #959DA0;
	margin: 0px 0px 75px 0px;
	font-size: 18px;
	-webkit-transform: translateY(-500%) translate3d(0, 0, 0);
	transform: translateY(-500%) translate3d(0, 0, 0);
	transition: all .5s ease-in-out;
	opacity: 0.0;
	height: 0px;
	}

.fs-fields > li.fs-current > h3 {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1.0;
	height: auto;
	}

.fs-fields input {
	border-radius: 35px;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	padding: 15px 25px !important;
	height: 25px;
	color: #000000;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	max-width: 500px;
	margin: 0px auto;
	}

.fs-fields input:focus {
	border-radius: 35px;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	height: auto;
	color: #000000;
	outline: 0;
	}
	
.fs-fields input#brandid {
	max-width: 150px;
	margin: 0px auto;
	text-align: center;
	}

.fs-message-error {
	color: #ED3D2A !important;
	text-align: center;
	}
	
@media screen and (max-width: 48em) {
	.fs-title {
		padding: 30px 0 0 25px;
		}
		
	.fs-form-full .fs-fields > li {
		max-height: 500px;
		overflow: hidden;
		left: 0px;
		}
	
 	.fs-form-full .fs-fields > li.fs-current {
 		position: relative;
 		height: auto;
 		max-height: 2000px;
 		}
	}
	
#arch h2 {
	text-align: center;
	width: 100%;
	margin-bottom: 25px;
	margin-top: 0px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	}

.nextShift {
	border: 1px solid #FF0000;
	transition: all 0.5s ease;
	}
	
.twoCol {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	max-width: 100vw;
	}
	
.twoCol .options {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	padding: 0px 10vw;
	box-sizing: border-box;
	}
	
.twoCol .options ul {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	list-style: none;
	text-align: center;
	}

.twoCol .options ul li {
	border: 1px solid #000000;
	padding: 5px 8px;
	margin: 5px;
	display: inline-block;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	border-radius: 15px;
	}
	
.twoCol .options ul li.hide {
	display: none;
	}
	
.twoCol .fields {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	}
	
.twoCol .fields .fieldBlock {
	display: inline-block;
	box-sizing: border-box;
	width: 25vw;
	}

.twoCol .fields .fieldBlock label {
	font-size: 16px;
	}
	
.twoCol .fields .fieldBlock input {
	display: block;
	width: 90%;
	padding: 0px 10px !important;
	height: 30px;
	border: 2px solid #000000;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	background-color: #FFFFFF;
	border-radius: 15px;
	transition: background-color 0.25s ease; 
	}
	
.twoCol .fields .fieldBlock input.hasValue {
	background-color: #ff471d;
	color: #FFFFFF;
	border: 2px solid #000000;
	transition: background-color 0.25s ease; 
	}
	
.twoCol .fields textarea {
	color: #000000;
	width: 100%;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 15px;
	border: 2px solid #000000 !important;
	}
	
.twoCol .fields textarea:focus {
	outline: 0;
	}
	
.twoCol .fields .txtarealbl {
	font-size: 14px;
	font-family: 'DM Sans', sans-serif;
	}
	
.twoCol .fields .fieldBlock input.missing,
.twoCol .fields textarea.missing {
	border: 2px solid #FF0000  !important;
	}
	
.twoCol .fields .fieldBlock .clearBtn {
	display: block;
	text-align: left;
	line-height: 1.25;
	}
	
.clearBtn span {
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	margin-left: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	transition: all 0.25s ease;
	}
	
.clearBtn span:hover {
	cursor: pointer;
	color: #ff471d;
	transition: all 0.25s ease;
	}
	
small {
	display: block;
	margin-bottom: 50px;
	width: 100%;
	text-align: center;
	opacity: 1;
	transition: all 0.5s ease;
	}
	
small.lastq {
	opacity: 0;
	transition: all 0.5s ease;
	}
	
@media screen and (max-width: 48em) {
	small {
    	width: 70%;
    	margin-left: 0px;
    	text-align: left;
    	font-size: 11px;
    	margin-bottom: 25px;
		}
		
	small.lastq {
		height: 20px;
		}
	}
	
.hide {
	display: none;
	}
	
.ui-draggable-handle:hover,
.ui-draggable-handle:active {
	cursor: pointer;
	background-color: #ff471d;
	color: #FFFFFF;
	transition: background-color 0.25s ease;
	}
	
.ui-draggable-handle:active {
	border: 0px;
	}
	
.advance {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 50px;
	}

.nextBtn,
button.nextBtn {
    display: inline-block;
    border: 2px solid #ff471d !important;
    color: #000000 !important;
    background-color: transparent !important;
    position: relative;
    top: 0px;
	padding: 25px 50px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: normal;
    letter-spacing: 5px;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 25px;
    text-transform: uppercase;
	font-weight: 800;
	font-family: commuters-sans, sans-serif;
    transition: all 0.1s ease-in-out;
	}

.nextBtn:hover,
button.nextBtn:hover {
	border: 2px solid #ff471d !important;
	background-color: #ff471d !important;
	color: #FFFFFF !important;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
	}
	
.fs-continue:after {
    content: '';
	}
	
.showChoice {
	position: relative;
	width: 100%;
	text-align: center;
	height: 0px;
	overflow: hidden;
	}
	
.showChoice h3 {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 0px;
	overflow: hidden;
	}
	
#submitButton {
	display: block;
	margin: 50px auto 0px;
	}

	
@media screen and (min-width: 1400px) {
	.twoCol .fields .fieldBlock {
    	width: 300px;
		}
	}
	
	
#bottom {
	text-align: center;
	display: block;
	color: #959DA0;
	font-size: 16px;
	width: 100%;
	position: absolute;
	bottom: 25px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	}
	
#bottom a {
	text-decoration: none;
	position: relative;
	display: inline-block;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	z-index: 90;
	transition: all 0.5s ease;
	}
	
#bottom a:before {
	content:'';
	position: absolute;
	display: inline-block;
	width: 258px;
	height: 1px;
	bottom: -3px;
	left: 0px;
	opacity: 1;
	border-bottom: 1px solid #000000;
	transition: all 0.25s ease;
	}
	
#bottom a:hover:before {
	opacity: 1;
	border-bottom: 1px solid #ff471d;
	transition: all 0.25s ease;
	}
	
#bottom a:hover {
    color: #ff471d;
    transition: all 0.25s ease;
	}
	
#bottom.splashIntro a {
	color: #000000;
	transition: all 0.25s ease;
	}
	
#bottom.splashIntro a:hover {
	color: #ff471d;
	transition: all 0.25s ease;
	}

#bottom.splashIntro a:before {
	border-bottom: 1px solid #000000;
	transition: all 0.25s ease;
	}
	
#bottom.splashIntro a:hover:before {
	border-bottom: 1px solid #ff471d;
	transition: all 0.5s ease;
	}
	
@media screen and (max-width: 650px) {
	#bottom {
		position: relative;
		bottom: 15px;
		margin-top: 50px;
		}
	}
	
@media screen and (max-height: 1000px) {
	body {
    	min-height: auto;
		}
		
	.fs-form-wrap {
    	height: auto;
    	box-sizing: border-box;
		}

	.js .fs-form-full .fs-fields > li.fs-current {
    	max-height: 2000px;
    	height: auto;
    	position: relative;
		}
	}

@media screen and (max-height: 800px) {
	#bottom.interior {
		position: relative;
		margin-top: 50px;
		z-index: 4;
		}
	}
    
#help {
    position: fixed;
    z-index: 80;
    padding-top: 100px;
    top: 50px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    text-align: center;
    background-color: #FFFFFF;
    transition: all 1s ease;
    animation: helpfadeF .5s;
    animation-fill-mode: forwards;
    }
    
#help.hide {
	display: inline-block;
	opacity: 0;
	z-index: -1;
	max-height: 0px;
	overflow: hidden;
	transition: all 1s ease;
    animation: helpfadeR .5s;
    animation-fill-mode: forwards;
    height: 0px;
    }
    
@keyframes helpfadeF {
  0% {
    opacity: 0;
    z-index: 101;
  }
  99% {
    opacity: 1;
    z-index: 101;
  }
  100% {
    z-index: 101;
  }
}

@keyframes helpfadeR {
  0% {
    opacity: 1;
    z-index: 101;
    height: 100vh;
    max-height: 100vh;
  }
  99% {
    opacity: 0;
    z-index: 101;
    height: 100vh;
    max-height: 100vh;
  }
  100% {
    z-index: -1;
    height: 0vh;
    max-height: 0vh;
  }
}

#help.hide img {
	opacity: 0;
	transition: all 0.5s ease;
	}
	
#help img {
	opacity: 1;
	transition: all 0.5s ease;
	}
	
#help.hide p {
    opacity: 0;
	transition: all 0.5s ease;
	}
	
#help p {
	display: block;
	margin: 15px;
	opacity: 1;
	transition: all 0.5s ease;
	}
	
@media screen and (max-width: 48em) {
	#intro {
		height: auto;
		}
		
	.container {
		overflow: visible;
		}
		
	.fs-form-wrap {
		min-height: 100vh;
		}
		
	#arch h2 {
    	font-size: 24px;
		}
		
	.twoCol .fields {
    	margin-bottom: 25px;
		}
		
	.twoCol .fields .fieldBlock {
    	margin: 5px;
    	width: 100%;
    	text-align: left;
		}
		
	.fs-fields > li label.fs-field-label {
		padding: 0px;
		width: 100%;
		}
		
	.twoCol .fields .fieldBlock input {
    	display: inline-block;
    	width: 70%;
		}
		
	.twoCol .fields .fieldBlock .clearBtn {
		display: inline-block;
		}
		
	.twoCol .options {
    	padding: 0px 0vw;
    	}
    	
    .twoCol .options ul {
    	font-size: 16px;
    	}
		
	.clearBtn span {
		text-indent: -999em;
		position: relative;
		width: 30px;
		height: 30px;
		border: 0px;
		margin-top: 7px;
		}
		
	.clearBtn span:before {
		content: url(inc/backspace-solid.svg);
		text-indent: 0px;
		position: absolute;
		height: 30px;
		width: 30px;
		top: 0px;
		left: 0px;
		}
		
	.clearBtn span:hover:before {
		content: url(inc/backspace-solid_red.svg);
		}
	}
	
/*-------- =Results --------*/

::selection {
	background: #ff471d; /* WebKit/Blink Browsers */
	color: #FFFFFF;
	}
::-moz-selection {
	background: #ff471d; /* Gecko Browsers */
	 color: #FFFFFF;
	}
	
html, body {
    max-width: 100vw;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none;
    box-sizing: border-box;
	}
	
canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	}
	
.resultsHeader {
	color: #000000;
	z-index: 102;
	}
	
.help {
	position: absolute;
	font-size: 26px;
	right: 50px;
	transition: all 0.25s ease;
	}
	
.help:hover {
	cursor: pointer;
	color: #ff471d;
	transition: all 0.25s ease;
	}

h1.priPers {
	display: inline-block;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 26px;
	color: #000000;
	position: relative;
	margin-bottom: 0px;
	transition: color 0.5s ease;
	}
	
#numTakers,
#numTakersBI {
	display: inline-block
	}
	
.btn {
	display: inline-block;
	font-family: commuters-sans,sans-serif;
	font-weight: 800;
	font-size: 12px;
	color: #000000;
	border: 2px solid #000000;
	background-color: transparent;
	padding: 20px 35px;
	min-width: 180px;
	text-align: center;
	letter-spacing: 5px;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.1s ease-in-out;
	}
	
.btn:hover {
	cursor: pointer;
    border: 2px solid #000000;
    background-color: #000000;
    color: #FFFFFF;
    transition: all 0.1s ease-in-out;
    }

.brandResults {
	width: 100%;
	margin-top: 50px;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	max-width: 100vw;
	box-sizing: border-box;
	}
	
.brandResults .textColumn {
	display: inline-block;
	flex: 0 0 25%;
	text-align: left;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-weight: normal;
	font-size: 16px;
	position: relative;
	}
	
.brandResults .textColumn h2 {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
.resultsIntro .userDetails .imageColumn img[src="https://www.gravatar.com/avatar/879d3fcf4b2f3a10095b3085d8ec6ef1?s=70"],
.resultsIntro .userDetails .imageColumn img[src="https://www.gravatar.com/avatar/7b7c22dc407943aa1fa271284938bf74?s=70"] {
	display: none !important;
	}
	
.brandResults .graphColumn {
	display: inline-block;
	flex: 0 0 75%;
	max-width: 75vw;
	box-sizing: border-box;
	}
	
.brandResults small {
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-weight: normal;
	font-size: 16px;
	position: relative;
	}
	
.aggKW {
	position: relative;
	margin-top: 50px;
	padding: 50px;
	border-bottom: 1px solid #000000;
	}
	
#definition_layer {
	z-index: 12;
	}
	
#definition_layer img {
	display: none;
	}
	
#definition_layer:before {
	content: 'DEFINE';
	font-family: 'DM Sans', sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
	height: 25px;
	width: 100px;
	padding: 2px 10px;
	background-color: #000000;
	color: #FFFFFF;
	border: 2px solid #ff471d;
	}
	
.doughnutSplit {
	position: relative;
	display: flex;
	width: 100%;
	height: auto;
	flex-direction: row;
	align-items: center;
	opacity: 1;
	margin-top: 0px;
	padding: 0px 5vw;
	transition: all 0.25s ease-in;
	}
	
.doughnutSplit .doughnut {
	max-width: 60vw;
	flex: 0 0 75%;
	padding: 0px;
	min-height: 600px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	}
	
.doughnutSplit .doughnut .chartainer {
	display: inline-block;
	height: 100%;
	width: 100%;
	}
	
.doughnutSplit .topThree {
	display: inline-block;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	color: #000000;
	width: 40%;
	padding: 0px;
	box-sizing: border-box;
	}
	
.doughnutSplit .topThree ol {
	display: inline-block;
	font-family: montserrat, sans-serif;
	font-weight: 700;
	font-style: normal;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
.doughnutSplit .topThree h2 {
    width: 100%;
    padding: 15px 0% 0px 0%;
    margin: 0px auto 30px auto;
    }
	
.doughnutSplit .topThree h3 {
	display: inline-block;
	margin-bottom: 5px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	border-bottom: 1px solid #000000;
	transition: all 0.25s ease;
	}
	
.doughnutSplit .topThree h3:hover {
	color: #ff471d;
	cursor: pointer;
	transition: all 0.25s ease;
	}
	
.doughnutSplit .topThree span {
	position: relative;
	font-weight: 400;
	font-size: 14px;
	bottom: 2px;
	display: inline-block;
	}

.doughnutSplit .topThree .archKW {
	display: block;
	font-weight: 400;
	margin-bottom: 25px;
	}
	
.primaryDets,
.openEnds {
	position: relative;
	width: 100%;
	padding: 0px 20vw 50px 20vw;
	box-sizing: border-box;
	color: #000000;
	}
	
.primaryDets h3,
.openEnds h3 {
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin: 20px auto;
	}
	
.primaryDets .descContainer {
	position: relative;
	display: inline-block;
	width: 100%;
	min-height: 250px;
	}
	
.primaryDets .singleDets {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
	opacity: 1;
	max-height: 1000px;
	transition: all 0.5s ease;
	}

.primaryDets .singleDets.hide {
	position: absolute;
	display: inline-block;
	opacity: 0;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.5s ease;
	}
	
.primaryDets .brandLogos {
	display: inline-flex;
	align-items: center;
	}
	
.primaryDets .brandLogos img {
	display: inline-block;
	max-width: 6vw;
	max-height: 6vw;
	margin: 10px 20px;
	vertical-align: top;
	}
	
.primaryDets h2,
.openEnds h2 {
	font-size: 26px;
	}
	
.primaryDets p {
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	position: relative;
	}
	
.cloudGraph {
	display: inline-block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	}
	
.openEnds {
	display: inline-block
	position: relative;
	border-top: 1px solid #EEEEEE;
	text-align: left;
	padding-top: 50px;
	}
	
.openEnds h2 {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0px;
    text-align: center;
    max-width: 800px;
	}
	
.openEnds h3 {
    text-align: center;
    }
    
.openEnds #wc1dive {
	display: block;
	margin: 50px 0 25px 0;
	}
    
.openEnds .btn.openOne,
.openEnds .btn.openTwo,
.openEnds .btn.openThree {
	position: relative;
	left: calc(50% - 127px);
	}
	
.openEnds ul {
	text-align: left;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin-top: 25px;
	position: relative;
	opacity: 1;
	max-height: 4000px;
	transition: all 0.5s ease;
	}
	
.openEnds ul.hide {
	display: block;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	max-height: 0px;
	transition: all 0.5s ease;
	}
	
.openEnds #openWordCloud1,
.openEnds #openWordCloud2,
.openEnds #openWordCloud3 {
	position: relative;
	opacity: 0;
	margin-top: 25px;
	width: 70vw;
	height: 30vw;
	max-width: 100%;
	}

div.jqcloud {
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: normal;
	}

div.jqcloud span.w10 { font-size: 550%; }
div.jqcloud span.w9 { font-size: 500%; }
div.jqcloud span.w8 { font-size: 450%; }
div.jqcloud span.w7 { font-size: 400%; }
div.jqcloud span.w6 { font-size: 350%; }
div.jqcloud span.w5 { font-size: 300%; }
div.jqcloud span.w4 { font-size: 250%; }
div.jqcloud span.w3 { font-size: 200%; }
div.jqcloud span.w2 { font-size: 150%; }
div.jqcloud span.w1 { font-size: 100%; }

/* colors */
div.jqcloud { color: #09f; }
div.jqcloud a { color: inherit; }
div.jqcloud a:hover { color: #006050; }
div.jqcloud a:hover { color: #006050; }
div.jqcloud span.w10 { color: #621b0b; }
div.jqcloud span.w9 { color: #c93012; }
div.jqcloud span.w8 { color: #c93012; }
div.jqcloud span.w7 { color: #ff471d; }
div.jqcloud span.w6 { color: #ff7f6a; }
div.jqcloud span.w5 { color: #ff7049; }
div.jqcloud span.w4 { color: #ff8358; }
div.jqcloud span.w3 { color: #ff8a77; }
div.jqcloud span.w2 { color: #ffa397; }
div.jqcloud span.w1 { color: #ffc5bf; }

div.jqcloud {
	overflow: hidden;
	position: relative;
	}

div.jqcloud span {
	padding: 0;
	}
	
.fadein {
	margin-top: 20px;
	opacity: 0;
	transition: all 0.25s ease-out;
	}
	
@media screen and (min-width: 1900px) {
	.cloudGraph {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		}

	.primaryDets, .openEnds {
    	padding: 0px 10vw 50px 10vw;
		}

	.openEnds #openWordCloud1,
	.openEnds #wc1dive,
	.openEnds #openWordCloud2,
	.openEnds #wc2dive,
	.openEnds #openWordCloud3,
	.openEnds #wc3dive {
		width: 30vw;
		display: inline-block;
		}
	}

	
@media screen and (max-width: 1200px) {
	.brandResults {
		flex-direction: column;
		}
		
	.brandResults .textColumn {
		flex: 0 0 60%;
		text-align: center;
		max-width: 60vw;
		}
		
	.brandResults .textColumn h2 {
		margin-left: auto;
		margin-right: auto;
		}
		
	.brandResults .textColumn p {
		display: inline-block;
		padding: 5px 10px;
		line-height: 1.25em;
		margin-top: 0px;
		}
	
	.brandResults .graphColumn {
		flex: 0 0 100%;
		max-width: 100vw;
		min-width: 100%;
		margin-bottom: 50px;
		}
		
	.primaryDets, .openEnds {
    	padding: 0px 10vw 50px 10vw;
		}
	}
	
@media screen and (max-width: 48em) {

	}