*{
	font-size: 14px
}

@media only screen and (max-height:760px){
	#title, #closer{font-size:16px !important;}
	#footer{height: 0px !important;}
}

html{
	min-height: auto !important;
}

body {
	font-family: Arial,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	--tw-text-opacity: 1;
	/* color: #33383e; */
	color: rgba(51,56,62,var(--tw-text-opacity));
}

.justified{
	display: flex;
	justify-content: space-between;
}

#closer{
	cursor: pointer;
	font-size: 20px;
}

#navigation{
	list-style-type: none;
    padding: 0px !important;
    margin: 0px !important;
}

a.return {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

img{ width: 100%;}
iframe{ display: none;}
.points{color: #eaeaea; font-size: 9px;}
.points.blue{ color: blue;}
.points.green{ color: green;}
#footer{ font-size: 10px;}
#return{
	width: 24px;
	font-size: 12px;
	color: #153764;
	display:table-cell;
	vertical-align: center;
}

#overlay-wrapper {
	background: white;
	width: 100%;
	max-width: 450px;
	margin: 0px auto;
	border-radius: 10px;
	padding: 15px;
	font-size: 14px;
	min-height: 660px;
}

#logo {
	width: 24px;
	overflow: hidden;
	display: table-cell;
	padding-right: 10px;
	vertical-align: text-bottom;
}

#title{ 
	display: block; 
	font-size: 20px;
}

.title {
	font-family: Leitura News,ui-serif,Georgia,Cambria,Times New Roman,Times,serif !important;
	font-size: 34px;
	line-height: 1.3;
	margin-bottom: 0px;
}

.icon {
	position: absolute;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
	font-size: 28px;
	background: #fff;
	width: 48px;
	height: 48px;
	padding: 0px;
	border-radius: 50px;
	cursor: pointer;
	z-index: 1;
	border: solid;
}

.icon i{
	width: 100%;
	font-size: 20px;
}

.info-block {
	position: relative;
}

.info-wrapper {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
	justify-content: center;
	align-items: center;
}

* --- IOS & MOBILE FIXES --- */

/* 1. Force the Modal Window to be wide on mobile */
@media only screen and (max-width: 768px) {
    .modal-dialog,
    .modal-content,
    .modal-container,
    div[role="dialog"] {
        width: 95vw !important; /* 95% of the viewport width */
        max-width: 95vw !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* 2. Force the Video to fill that wide modal */
.modal-content iframe,
.modal-content video,
div[role="dialog"] iframe,
div[role="dialog"] video {
    width: 100% !important;
    min-width: 100% !important; /* Forces it to ignore 'tiny' defaults */
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    display: block !important;
}

/* 3. Specific fix for iOS internal sizing issues */
.modal-body, #overlay-wrapper {
    -webkit-overflow-scrolling: touch; /* Smooth scrolling fix */
    width: 100% !important;
    box-sizing: border-box !important;
}

#survey-block{
	display:none;
	margin-top: 20px;
}

.question-tile{
	display:none;
	margin-top: 20px;
}

.question-label {
	font-size: 16px;
}

.nav{
	display:flex;
	justify-content:space-between;
}

.button-next, .button-finish {
	min-width: 25%;
	padding: 7px;
	border-radius: 10px;
	background-color: #153764;
	border-color: #153764;
	color: #fff;
}

.button-next.button-finish {
	width: 125px;
}

.button-prev {
	width: 25%;
	padding: 7px;
	border-radius: 10px;
	background-color: #153764;
	border-color: #153764;
	color: #fff;
}

.video-list{
	margin: 0px auto;
}

.video{
	border-radius: 10px;
	border: solid thin #FFF;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
	margin: 20px 0px 80px;
	position: relative;
}

.video.last{
	margin-bottom: 20px;
}

.video img{
	cursor:pointer;
	width: 100%;
	margin: 0 auto;
}
.detail {
	padding: 5px 20px 40px;
}

.play-button{
	line-height: 24px;
	padding:16px 24px;
	background-color: #153764;
	color: #FFF;
	border-color: #153764;
}

fieldset.button-set {
	padding: 20px  25px;
	margin: 20px 0px;
}

.button-set label {
	background-color: #fff;
	padding: 10px 16px;
	font-family: sans-serif, Arial;
	font-size: 16px;
	border: 1px solid #153764;
	border-radius: 10px;
	color: #153764;
	margin-right: 5px;
	transition: .3s ease-out;
	display: inline-block;
	width: 48% !important;
	text-align: center !important;
	min-height: auto;
}

.button-set .button-last{
	margin-right: 0px !important;
}

.button-set input[type=radio], .button-set input[type=checkbox] {
	opacity: 0;
	position: fixed;
	width: 0;
	height: 13px;
	margin: 0px 0px 5px 0px;
	padding: 0;
} 

.button-set input[type=radio]:checked+label,
.button-set input[type=checkbox]:checked+label,
.button-set label:hover {
	background-color: #153764;
	color: #fff !important;
	border: 1px solid #153764;
}

.button-set input[type=radio]:focus+label,
.button-set input[type=checkbox]:focus+label {
	border: 1px dashed #153764;
}

ul.linear {
	border: none;
	padding: 0px;
}

ul.linear li {
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 20px;
	border: solid thin grey;
	padding: 10px;
	margin-bottom: 5px;
}

ul.linear li label input{
	margin-right: 7px;
}

.question-tile textarea {
	width: 100%;
	margin: 20px 0px;
	height: 10em;
}

.center{text-align: center;}
.push-sm{ margin-top: 11px;}
.push-med{ margin-top: 22px;}
.push-lg{ margin-top: 44px;}
.trail-sm{ margin-bottom: 11px;}
.trail-med{ margin-bottom: 22px;}
.trail-lg{ margin-bottom: 44px;}
