/* PAGES */

.container_content_page,
.page_container {
	margin-top: var(--navigation_top_size);
}

.container_content_page_header {
	background-size: 100%;
	background-repeat: no-repeat;

	height: 100px;
}

.container_content_page_header h1 {
	color: whitesmoke;
	text-shadow: 0px 0px 10px var(--BM_black);
	
	font-size: 18pt;
	font-weight: 600;

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

	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.container_content_page_items,
.container_content_page_text_header,
.page_text {
	color: var(--BM_black);
}

.container_content_page_text_header {
	border-left: 5px solid var(--BM_blue);
	text-align: left;

	font-size: 12pt;
	font-weight: 400;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
}

.header_alert {
	border-left: 5px solid var(--BM_lightgreen);
}

.header_important {
	border-left: 5px solid var(--BM_red);
}

.container_content_page_items {
	font-size: 13pt;
	font-weight: 300;

	margin: 16px;
}

#content_page_about img {
	width: 100%;

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

#content_page_about img:last-of-type {
	margin-bottom: 2px;
}

#content_page_about img,
.bm_endorsement,
#boundlessmiles_contact {
	box-shadow: 0px 0px 14px #A6D4FF;
	border-radius: var(--BM_border);
}

.bm_img_title01 {
	color: var(--BM_darkblue);
	font-weight: 500;
}

.bm_img_title02 {
	font-weight: 400;
}

.bm_service_container_items .container_content_page_text_header,
#content_page_contact .container_content_page_text_header,
#content_page_support .container_content_page_text_header {
	margin-bottom: 12px;
}

#content_page_support h2:first-of-type {
	margin-top: 16px;
}

#content_page_support ul {
	margin-top: 12px;
}

#content_page_about ul,
#content_page_support ul:nth-of-type(2) {
	margin-top: 7px;
}

#content_page_about li {
	margin-bottom: 10px;
}

#boundlessmiles_contact {
	width: 85%;

	margin-top: 28px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;

	padding-top: 8px;
	padding-bottom: 12px;
	padding-left: 16px;
	padding-right: 16px;
}

#boundlessmiles_contact .BM_dropdown_selection {
	margin-left: 0px;
}

#bm_contact_header {
	height: 38px;
	line-height: 36px;
}

#bm_contact_arrow {
	line-height: 23px;
}

#boundlessmiles_contact input {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#bm_contact,
#boundlessmiles_contact input,
#boundlessmiles_contact textarea {
	color: black;
	display: block;
	width: 100%;
}

#boundlessmiles_contact textarea {
	height: 251px !important;
	padding: 0px !important;
}

#boundlessmiles_contact textarea::placeholder {
	transform: translateY(217px);
}

#boundlessmiles_contact .container_checkbox {
	margin-top: 20px;
	margin-bottom: 24px;
}

.bm_endorsement {
	font-size: 12pt;
	font-weight: 100;

	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 14px;
	margin-right: 14px;
	
	padding: 10px 12px;
	padding-bottom: 12px;
}

#content_page_endorsements .container_content_page_text_header {
	margin-bottom: 30px;
}

.bm_endorsement img {
	display: block;
	width: 70px;

	margin-top: 2px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}

.bm_endorsement_author {
	font-weight: 500;
}

.page_container {
	width: fit-content;
	padding: 12px;
}

.bm_service_container_items h2,
.container_content_page_items,
.container_content_page_header h1,
.container_content_page_text_header,
.bm_endorsement,
.page_container h1,
.page_container h2,
.container_content_page h2,
.page_text {
	font-variation-settings: "wdth" 112.5;
}

.bm_service_container_items h2,
.container_content_page h2,
.page_container h1,
.page_container h2 {
	color: var(--BM_darkblue);

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

.page_container h1 {
	font-size: 22pt;
	font-weight: 600;

	margin-top: 0px;
}

.bm_service_container_items h2,
.container_content_page h2 {
	font-weight: 500;
}

.page_container h2,
.page_text {
	font-weight: 300;
}

.bm_service_container_items_content h2,
.container_content_page h2,
.page_container h2 {
	font-size: 17pt;
}

.page_text {
	font-size: 13pt;

	margin-top: 8px;
	margin-bottom: 14px;
}

.page_text:last-of-type {
	margin-bottom: 0px;
}

.bm_service_container_items a,
.bm_service_container_items a:visited,
.container_content_page_items a,
.container_content_page_items a:visited,
.page_text a,
.page_text a:visited {
	color: var(--BM_blue);
	font-weight: 400;
}

.bm_service_container_items a:hover,
.container_content_page_items a:hover,
.page_text a:hover {
	color: var(--BM_lightgreen);
}

.bm_service_container_items li,
.container_content_page_items li,
.page_container li {
	list-style-type: square;
}

#page_header_ascend {
	background-image: url("../images/places/SPU01.jpg");
	background-position: 50% 47%;
}

#page_header_fee {
	background-image: url("../images/places/DBV01.jpg");
	background-position: 50% 41%;
}

#page_header_consulting {
	background-image: url("../images/places/CPT01.jpg");
	background-position: 50% 46%;
}

#page_header_business {
	background-image: url("../images/places/LIS01.jpg");
	background-position: 50% 54%;
}

#page_header_ancillary {
	background-image: url("../images/places/MCT01.jpg");
	background-position: 50% 38%;
}

#page_header_about {
	background-image: url("../images/places/OSA03.jpg");
	background-position: 50% 28%;
}

#page_header_contact {
	background-image: url("../images/places/AMM02.jpg");
	background-position: 50% 20%;
}

#page_header_support {
	background-image: url("../images/places/DPS02.jpg");
	background-position: 50% 49%;
}

#page_header_endorsements {
	background-image: url("../images/places/SEA01.jpg");
	background-position: 50% 52%;
}

/* STYLES - TABLET */
@media screen and (min-width: 769px) {
	.container_content_page_header {
		height: 150px;
	}

	.container_content_page_header h1 {
		font-size: 24pt;
	}

	.container_content_page_text_header,
	.container_content_page_items {
		margin: 20px;
	}

	.container_content_page_items h2,
	.container_content_page_items ul,
	.page_header_caption,
	.bm_endorsement {
		margin-left: 20px;
		margin-right: 20px;
	}

	.container_content_page_text_header {
		font-size: 13pt;
	}

	.container_content_page_items {
		text-align: center;
	}

	.container_content_page_items h2,
	.container_content_page_items p,
	.container_content_page_items ul,
	.page_header_caption,
	.bm_endorsement,
	#boundlessmiles_contact {
		text-align: left;
	}

	.page_legal,
	#content_page_about h2,
	#content_page_about ul,
	#content_page_about img {
		margin-left: auto;
		margin-right: auto;
	}

	#content_page_about img {
		width: 80%;
		
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#boundlessmiles_contact {
		max-width: 590px;
		
		padding-left: 24px;
		padding-right: 24px;
	}

	.page_container {
		width: auto;
		padding: 40px;
	}

	.page_legal {
		max-width: 900px;
	}

	#page_header_about {
		background-position: 50% 11%;
	}

	#page_header_support {
		background-position: 50% 43%;
	}

	#page_header_endorsements {
		background-position: 50% 54%;
	}
}

/* STYLES - DESKTOP */
@media screen and (min-width: 1025px) {
	.container_content_page,
	.page_container {
		margin-left: var(--navigation_main_size);
	}

	.container_content_page_header {
		height: 175px;
	}

	.container_content_page_header h1 {
		font-size: 30pt;
	}

	.page_legal {
		max-width: 1190px;
	}

	.container_content_page_items,
	.container_content_page_text_header {
		max-width: 970px;
	}

	.container_content_page_items {
		text-align: center;
		
		margin-left: auto;
		margin-right: auto;
	}

	#content_page_about h2,
	#content_page_about ul {
		margin-left: 24px;
		margin-right: 24px;
	}

	#content_page_about img {
		width: 80%;
	}

	.container_content_page_text_header,
	.container_content_page_items p {
		margin: 24px;
	}

	.container_content_page_text_header {
		margin-top: 12px;
		margin-bottom: 14px;
	}

	.container_content_page_text_header,
	.bm_endorsement {
		text-align: left;
	}

	.container_content_page_text_header,
	.bm_endorsement {
		display: inline-block;
	}

	#content_page_support h2 {
		margin-bottom: 4px;
	}

	#content_page_support h2:first-of-type {
		margin-top: 12px;
	}

	#content_page_support ul {
		margin-top: 10px;
	}

	.page_header_caption {
		margin-top: 4px;
	}

	#content_page_endorsements .container_content_page_text_header {
		margin-bottom: 20px;
	}

	.bm_endorsement {
		vertical-align: top;
		max-width: 415px;
	}

	#page_header_fee {
		background-position: 50% 55%;
	}

	#page_header_business {
		background-position: 50% 56%;
	}

	#page_header_about {
		background-position: 50% 53%;
	}

	#page_header_support {
		background-position: 50% 40%;
	}

	#page_header_endorsements {
		background-position: 50% 76%;
	}
}