#temp {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 100000;
	opacity: 0.4;
	left: 0;
	top: 0px;
	pointer-events: none;
	display: none;
}

body {
	background-color: #fff;
	font-family: "roboto", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently*/
	color: #003963;
}

nav {
	background: #003963;
}

img {
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

/*TYPOGRAPHY*/
h1 {
	font-family: "sofia-pro", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #003963;
	letter-spacing: -.055em;
	font-size: calc(1.725rem + 1.875vw);
	line-height: 1.05;
}

h2 {
	font-family: "sofia-pro", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #003963;
	font-size: calc(1.75rem);
	line-height: 1.05;
	letter-spacing: -.055em;
}

h3 {
	font-family: "sofia-pro", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #003963;
	font-size: calc(1rem + .75vw);
	line-height: 1.05;
	letter-spacing: -.055em;
}

p {
	color: #003963;
	font-size: calc(.75rem);
	line-height: 1.25;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
	pointer-events: none;
	opacity: 1;
}

#background {
	background-image: url("bkg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#init-background {
	background-image: url("init-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 36% center;
}

.navbar-brand {
    text-decoration: none;
    white-space: nowrap;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	max-width: 140px;
}

/* QUIZ */

#quiz,
#start-quiz {
		margin-top: 5rem;
		margin-bottom: 5rem;
		min-height: 14rem;
	}

#quiz #init h2,
#quiz #init h3,
#start-quiz #init h2,
#start-quiz #init h3{
	color: #fff;
}
#quiz .btn,
#start-quiz .btn,
#quiz #result .btn {
	color: #0078C1;
	border: 1px solid #0078C1;
	font-family: "roboto", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	font-size: calc(.65rem);
	padding: 0.55rem 1rem;
	display: block;
	text-decoration: none;
	display: block;
	position: relative;
	width: auto;
}

#quiz #result .btn {
	padding: 0.75rem;
}

#quiz #result a {
	text-decoration: none;
}

#quiz .selected {
	color: #ed43aa;
}

#quiz svg {
	vertical-align: top;
}

#quiz .checked {
	left: 0;
}

#quiz button.active, 
#start-quiz button.active {
	color: #fff !important;
	background: #0078C1;
}

#quiz p {
	font-size: 1.5rem;
	margin-bottom: 0rem;
}

#result-content,
#result-image {
    display: flex;
    flex-direction: column-reverse;
}

#result-image {
	order: 1;
}

#result-content {
	order: 2;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	
	#quiz {
		margin-top: 5rem;
		margin-bottom: 5rem;
		min-height: 22rem;
	}
	
	#quiz h3
	#start-quiz h3 {
		font-size: calc(1.75rem);
		line-height: 1.05;
	}

	#quiz h2
	#start-quiz h2 {
		font-size: calc(2.5rem);
	}

	#quiz p {
		font-size: calc(2.25rem);
		line-height: 1.25;
		margin-bottom: 1rem;
	}
	
	body,
	#quiz .btn, #start-quiz .btn, #quiz #result .btn {
		font-size: calc(.85rem)
		
	}
	#quiz .btn, #start-quiz .btn, #quiz #result .btn {
		padding: 0.75rem 2rem;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	#quiz {
		margin-top: 10rem;
		margin-bottom: 10rem;
		min-height: 18rem;
	}

	#quiz h3,
	#start-quiz h3 {
		font-size: calc(1.75rem);
		line-height: 1.05;
	}

	#quiz h2,
	#start-quiz h2 {
		font-size: calc(3rem);
	}

	#quiz p {
		font-size: calc(2.75rem);
		line-height: 1.25;
	}
	
	#result-image {
		order: 2;
	}

	#result-content {
		order: 1;
	}
	
	#result-content .align-middle {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	
	
}

@media (min-width: 992px) {
	#quiz h3,
	#start-quiz h3 {
		font-size: calc(2rem);
		line-height: 1.05;
	}

	#quiz h2, 
	#quiz h2 {
		font-size: calc(3.5rem);
	}

	#quiz p {
		font-size: calc(3.25rem);
		line-height: 1.25;
	}
	
	body,
	#quiz .btn, #start-quiz .btn, #quiz #result .btn {
		font-size: calc(1rem)
	}
}

#ad-1x1 nav {
	height: 12vw;
}

#ad-1x1 #navbar-brand {
	position: absolute;
    width: 13vw;
    right: 4vw;
    top: 50%;
    transform: translateY(-50%);
	
}

#ad-1x1 #logo {
	position: absolute;
    width: 20vw;
    left: 3vw;
    top: 50%;
    transform: translateY(-50%);
}

#ad-1x1 #quiz {
    margin-top: 15vw;
    margin-bottom: 0;
    min-height: 75vw;
}

#ad-1x1 #quiz h3 {
		font-size: calc(3vw);
		line-height: 1.05;
	}

	#ad-1x1 #quiz h2 {
		    font-size: 6.75vw;
    		margin-bottom: 8vw;
	}

	#ad-1x1 #quiz p {
		font-size: 6vw;
   		line-height: 1.25;
	}
	
	body#ad-1x1 ,
	#ad-1x1 #quiz .btn, 
	#ad-1x1 #quiz #result .btn {
		font-size: 2.25vw;
	}

	#ad-1x1 #quiz .btn, 
	#ad-1x1 #quiz #result .btn {
		margin: 3vw ;
	}	

	#ad-1x1 #quiz #result .btn {
		padding: .75vw .25vw;	
	}

/* FOOTER */
/* Footer */
footer {
	display: block;
	background: #000;
	bottom: 0;
}

footer .Footer {
	display: table;
	vertical-align: bottom;
	padding: 20px;
	bottom: 0rem;
	margin: 35px auto 0;
}

.Footer__topMenu__item__link,
.Footer__topMenu__item__link:visited,
.Footer__copyrightText {
	font-weight: 500;
}

.Footer__topMenu__item__link,
.Footer__topMenu__item__link:visited {
	font-size: 13px;
	font-size: .75rem;
}

.Footer__copyrightText {
	font-size: 12px;
	font-size: .6rem;
	line-height: 16px;
	line-height: 1.75;
}

.Footer {
	position: relative;
	padding: 20px 0;
	padding: 2rem 0;
	text-align: center;
	margin: auto;
}

.Footer__topMenu {
	width: 100%;
	margin-bottom: 1rem;
}

.Footer__topMenu__item {
	line-height: 20px;
	line-height: 1.25rem;
	display: inline;
	margin-left: 20px;
	margin-left: 1.25rem;
}

.Footer__bottomMenu__item {
	display: inline-block;
}

.Footer__bottomMenu__item__link {
	color: #fff;
}

.Footer__pipe {
	display: inline-block;
	margin: 0 10px;
	margin: 0 1rem;
}

.Footer__topMenu__item__link,
.Footer__topMenu__item__link:visited {
	color: white;
	display: inline-block;
}

.Footer__copyrightText {
	color: rgba(255, 255, 255, 0.85);
}