/* MAIN */

/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wdth,wght@0,50..125,100..900;1,50..125,100..900&display=swap"); /* main font */

:root {
	--BM_blue: #257AF9;					/* main color */
	--BM_darkblue: #0644AF;			/* secondary color */
	--BM_lightgreen: #6EFACC;		/* bright color */
	--BM_red: #EC345E;				/* error color */
	--BM_black: #444655;

	--BM_border: 2px;						/* default border radius */

	overscroll-behavior: none;
}

html,
input,
button,
textarea {
	font-family: "Saira", sans-serif;		/* main font */
}

html {
	scroll-behavior: smooth;
}

body {
	height: 100%;
	width: 100%;

	margin: 0px;
	padding: 0px;
}

input,
textarea {
	border-radius: 0;
}

input[type = "text"],
input[type = "number"],
textarea {
	-webkit-appearance: none !important;
}

/* ALL LINKS */
a,
a:hover,
a:visited {
	text-decoration: none;
}

a,
a:hover,
a:visited,
button,
.BM_dropdown_header,
.BM_dropdown_options,
.container_checkbox {
	cursor: pointer;
}

/* ALL BUTTONS */
button {
	background-color: var(--BM_blue);
	color: white;

	border: none;
	font-size: 14px;
	padding: 14px 32px;
}

button:hover {
	background-color: var(--BM_darkblue);
}

/* CONTENT - MAIN */
#content_main {
	margin-top: var(--navigation_top_size);
	margin-left: var(--navigation_main_size);
}

#welcome_message {
	color: var(--BM_black);

	font-size: 16pt;
	font-weight: 200;
	text-align: center;
}

/* MAIN CONTENT CONTAINER */
.content {
	text-align: center;

	max-width: 1190px;
	margin-left: auto;
	margin-right: auto;

	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 40px;
	padding-right: 40px;
}

.content a,
.content a:hover,
.content a:visited,
.content h3 {
	color: var(--BM_black);
}

.content h3,
.content p {
	font-variation-settings: "wdth" 112.5;
	text-align: left;

	margin-left: 25px;
	margin-right: 25px;
}

.content h3 {
	font-weight: 400;

	margin-top: 0px;
	margin-bottom: 0px;
}

/* STYLES - COMMON */
.content_single_module_img,
#bm_banner,
#bm_wordcloud,
#content_bm_ascend,
#content_bm_business,
#content_bm_ancillary {
	background-repeat: no-repeat;
}

.content_single_module,
.content_double_module,
.content_triple_module,
.bm_statistic,
#bm_banner h1,
#bm_endorsement {
	display: inline-block;
}

.content_single_module,
.content_triple_module,
#bm_banner,
#bm_banner p {
	border-radius: var(--BM_border);
}

.content_single_module,
.content_triple_module {
	box-shadow: 0px 0px 30px #A6D4FF;
}

.content_single_module:hover,
.content_triple_module:hover {
	box-shadow: 0px 0px 32px #68A9E6;
}

.content_single_module p,
.content_triple_module p {
	font-weight: 100;
	margin-top: 4px;
}

.content_single_module,
#bm_banner {
	width: 1050px;
}

.content_double_module,
#bm_banner {
	position: relative;
}

#bm_banner p,
#bm_statistics {
	position: absolute;
}

.bm_statistic h4,
#bm_banner h1 {
	color: var(--BM_lightgreen);
}

/* WELCOME BANNER */
#bm_banner {
	background-image: url("../images/airlines/LH17.jpg");
	background-size: 101%;
	background-position: 0% 59%;

	text-align: left;
 
 	height: 475px;
	margin-left: auto;
	margin-right: auto;
}

#bm_banner h1 {
	text-shadow: 0px 0px 16px var(--BM_darkblue);

	font-size: 32pt;
  	font-weight: 600;
  	font-variation-settings: "wdth" 112.5;

  	margin: 32px;
	line-height: 49px;
}

#bm_banner p {
	background-color: var(--BM_darkblue);
	opacity: 0.9;
	color: white;

	font-size: 17pt;
  	font-weight: 100;
	text-align: right;
	
  	padding: 10px 15px;
  	width: 665px;

  	bottom: 0;
	right: 0;
}

/* ENDORSEMENT */
#bm_endorsement {
	display: flex;
  	align-items: center;

	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}

#bm_endorsement img,
#endorsement_text {
	margin-right: 25px;
}

#bm_endorsement img {
	margin-left: 25px;
	width: 100px;
}

#endorsement_text p {
	font-size: 13pt;
	font-weight: 400;
	margin: 0px;
}

#endorsement_author {
	font-weight: 100;
}

/* CONTENT MODULE - SINGLE */
.content_single_module h3,
.content_single_module p {
	padding-left: 5px;
}

.content_single_module h3 {
	font-size: 17pt;
	margin-top: 14px;
}

.content_single_module p {
	font-weight: 100;
}

.content_single_module_img {
	background-image: url("../images/airlines/EY01.jpg");
	background-size: 130%;
	background-position: 19% 31%;

	border-top-right-radius: var(--BM_border);
	border-bottom-right-radius: var(--BM_border);

	float: right;
	height: 272px;
	width: 355px;
	margin-left: 25px;
}

/* CONTENT MODULE - DOUBLE */
.content_double_module {
	vertical-align: top;

	height: 395px;
	width: 522px;	
}

#bm_wordcloud {
	background-image: url("../images/logo/boundlessmiles_wordcloud.png");
	background-size: 106%;
	background-position: 50% 15px;
}

#bm_statistics {
	bottom: 15px;
}

.content_double_module h1,
.bm_statistic h4,
.bm_statistic h5 {
	font-variation-settings: "wdth" 125;
	margin: 0px;
}

.content_double_module h1,
.bm_statistic h4 {
	font-size: 19pt;
}

.content_double_module h1,
.bm_statistic h5 {
	font-weight: 400;
}

.bm_statistic {
	margin-bottom: 22px;
	margin-left: 24px;
	margin-right: 24px;
}

.bm_statistic h4 {
	font-weight: 600;
}

.bm_statistic h5 {
	color: var(--BM_darkblue);
	font-size: 10pt;
}

.content_double_module h1,
.content_double_module ul {
	margin-left: 8px;
}

.content_double_module h1 {
	margin-top: 12px;
}

.content_double_module ul {
	font-size: 13pt;
	font-weight: 100;
	font-variation-settings: "wdth" 112.5;

	list-style-type: square;
	line-height: 30px;
	text-align: left;
}

/* CONTENT MODULE - TRIPLE */
.content_triple_module,
.content_triple_module_img {
	width: 331px;
}

.content_triple_module {
	margin: 18px 12px;
}

.content_triple_module_img {
	border-top-left-radius: var(--BM_border);
	border-top-right-radius: var(--BM_border);
	height: 170px;
}

#content_bm_ascend {
	background-image: url("../images/places/SEA07.jpg");
	background-size: 100%;
	background-position: 50% 18%;
}

#content_bm_business {
	background-image: url("../images/airlines/LX08.jpg");
	background-size: 107%;
	background-position: 57% 45%;
}

#content_bm_ancillary {
	background-image: url("../images/misc/boardingpass06.jpg");
	background-size: 252%;
	background-position: 41% 82%;
}

.content_triple_module h3 {
	margin-top: 12px;
}

#form_submit_success {
	background-color: #009C5B;
	color: white;

	text-align: center;
	position: absolute;

	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#form_submit_success p {
	font-size: 18pt !important;
	font-weight: 500;
	font-variation-settings: "wdth" 112.5;
	
	margin-left: 15%;
	margin-right: 15%;
	padding-top: 40vh;
}

ul#bm_main_list {
	padding-left: 30px;
	padding-right: 10px;
}

/* STYLES - PHONE */
@media screen and (max-width: 768px) {
	#welcome_message {
		font-size: 12pt;
	}

	.content {
		padding: 12px 14px;
	}

	.content_single_module,
	.content_triple_module,
	.content_triple_module_img,
	#bm_banner {
		width: 100%;
	}

	.content_single_module h3,
	.content_double_module h1,
	#bm_banner h1 {
		font-size: 16pt;
	}

	.content_single_module p,
	.content_triple_module p {
		font-size: 11pt;
	}

	.content_double_module ul,
	#bm_banner p {
		font-size: 10pt;
	}

	.content_triple_module,
	#endorsement_text {
		margin-top: 10px;
		margin-right: 0px;
	}

	.content_double_module {
		height: auto;
		width: 95%;
	}

	.content_double_module h1 {
		margin-top: 0px;
	}

	.content_triple_module {
		margin-left: 0px;
		margin-bottom: 10px;
	}

	#bm_banner,
	#bm_banner p {
		text-align: center;
	}

	#bm_banner {
		background-size: 125%;
		background-position: 50% 50%;
		height: 240px;
	}

	#bm_banner h1 {
		line-height: normal;
		margin-top: 18px;
	}

	#bm_banner p {
		border-radius: 0px;
		left: 0;
		margin: 0px;
	}

	#bm_wordcloud {
		background-size: 100%;
		background-position: 50% 2px;
		height: 395px;
	}

	#content_bm_ancillary {
		background-size: 280%;
		background-position: 42% 80%;
	}

	#bm_endorsement {
		display: block;
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* STYLES - TABLET */
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.content {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.content_single_module,
	#bm_banner {
		max-width: 95%;
	}

	.content_triple_module,
	.content_triple_module_img {
		height: 215px;
	}

	.content_triple_module {
		display: block;
		width: 95%;

		margin-left: auto;
		margin-right: auto;
	}

	.content_triple_module_img {
		float: left;
		margin-right: 22px;

		border-top-right-radius: 0px;
		border-bottom-left-radius: var(--BM_border);
	}

	.content_triple_module h3 {
		padding-top: 12px;
	}

	#bm_banner {
		max-height: 390px;
	}

	#bm_banner h1 {
		font-size: 30pt;
		margin: 27px;
	}

	#bm_banner p {
		font-size: 14pt;
	}

	#content_bm_ancillary {
		background-size: 300%;
		background-position: 42% 82%;
	}

	#bm_endorsement {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* STYLES - OTHER */
@media screen and (min-width: 1025px) and (max-width: 1402px) {
	.content_single_module,
	#bm_banner {
		width: 100%;
	}

	#bm_banner p {
		width: 60%;
	}
}

@media screen and (max-width: 1024px) {
	#bm_banner p {
		width: auto;
	}
}

@media screen and (max-width: 1377px) {
	.content_single_module_img,
	.content_double_module h1,
	.content_double_module ul {
		margin-left: 0px;
	}

	.content_single_module h3,
	.content_single_module p {
		padding-left: 0px;
	}
	
	.content_single_module_img {
		float: none;
		height: 200px;
		width: 100%;

		border-top-left-radius: var(--BM_border);
		border-bottom-right-radius: 0px;
	}
}