/*4K styles (not in a media query)*/
/*Desktop styles (max-width: 1024px)*/
/*Tablet styles (max-width: 768px)*/
/*Mobile styles (max-width: 425px)*/

:root {
	--success: #8fad15;
	--primary: #6fc8e5;
	--bold-dark: #003057;
	--real-dark: #000;
	--real-white: #fff;
	--grey: #a59c94;
	--purple: #003057;
	--three-dark: #f0f3f5;
	--danger: #bf0000;
}
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i&display=swap');
body {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	padding: 0;
}
a,
a:hover {
	text-decoration: none;
}
a.active {
	border-bottom: 4px solid var(--success);
}
.bg-white {
	background-color: var(--real-white);
}
.input_right_addon {
	position: absolute;
	right: 10px;
}
.input_left_addon {
	position: absolute;
	left: 10px;
}
.mb-18 {
	margin-bottom: 18px;
}
.mb-22 {
	margin-bottom: 22px;
}
.hidden {
	display: none !important;
}
.flex-single {
	flex: 1;
}
.text-normal {
	font-weight: normal;
}
.mt-50 {
	margin-top: 50px;
}
.mb-30 {
	margin-bottom: 30px;
}
.pt-20px {
	padding-top: 20px;
}
.h-full {
	/*height: 100vh;*/
}
.button,
button:hover {
	text-decoration: none;
}
.button-md {
	padding: 10px 23px;
	font-size: 16px;
	font-weight: 400;
}
.error-container {
	line-height: 1.4rem;
	margin-top: 4px;
}
.errorMessage {
	color: #bf0000;
	font-size: 16px;
}
.errorState {
	border: 1px solid var(--danger) !important;
}
.button-lmd {
	padding: 16px 66px;
	font-size: 16px;
}
.js-form-deck-custom__input:focus-visible {
	outline: none !important;
}
.selectboxit-container {
	max-width: 284px;
}
.selectboxit-text {
	color: #000;
}
.vis-hidden {
	visibility: hidden;
}
.min-width-select {
	min-width: 188px;
}

.pointer_none {
	pointer-events: none;
}
.item-fav {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 60px;
	height: 60px;
}
.item-fav i,
.item-fav img,
.item-fav div {
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
	width: 20px !important;
	height: 20px !important;
}

.item-fav .heart-active {
	background: url('../images/heart-active.svg') no-repeat;
	background-size: contain;
}

.item-fav .heart {
	background: url('../images/heart.png') no-repeat;
	background-size: contain;
}

input.js-form-deck-custom__input {
	border-color: #a59c94;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	padding-top: 14px;
	padding-right: 16px;
	padding-bottom: 14px;
	padding-left: 16px;
	font-size: 16px;
	height: 48px;
	width: 100%;
}
.ms_logo,
.olpp_logo {
	object-fit: cover;
	height: 100%;
}
.ms_logo {
	width: 162px;
}
.olpp_logo {
	width: 150px;
}
.font-20px {
	font-size: 20px;
}
.custom-form-group {
	margin-bottom: 18px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.td-item-text.text-underlined {
	cursor: pointer;
	text-decoration: underline;
}
.no-border,
.no-border th,
.no-border td {
	border-width: 0;
	text-align: left;
}
.stabilize-td {
	display: table-cell;
	vertical-align: middle;
}
.checkbox {
	width: 100%;
	position: relative;
	display: block;
}
.checkbox input[type='checkbox'] {
	width: auto;
	opacity: 0.00000001;
	position: absolute;
	left: 0;
	margin-left: -20px;
}
.checkbox label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 4px;
	width: 22px;
	height: 22px;
	transition: transform 0.28s ease;
	border-radius: 3px;
	border: 2px solid #a59c94;
}
.checkbox label:after {
	content: '';
	display: block;
	width: 10px;
	height: 5px;
	border-bottom: 2px solid #7bbe72;
	border-left: 2px solid #7bbe72;
	-webkit-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
	transition: transform ease 0.25s;
	will-change: transform;
	position: absolute;
	top: 12px;
	left: 10px;
}
.checkbox input[type='checkbox']:checked ~ label::before {
	color: #7bbe72;
}
.checkbox input[type='checkbox']:checked ~ label::after {
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}
.checkbox label {
	min-height: 34px;
	display: block;
	padding-left: 40px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
	vertical-align: sub;
	position: relative;
}
.checkbox label span {
	position: absolute;
	top: 44%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 600;
	color: #666;
	font-size: 15px;
	line-height: 1.1rem;
}
.checkbox input[type='checkbox']:focus + label::before {
	outline: 0;
}
.w-216 {
	width: 216px;
}
.white-space-no-wrap {
	white-space: nowrap;
}
.flex-wrap-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.flex-wrap-2 .form-group {
	flex: 1 1 50%;
}
.form-label {
	font-size: 16px;
	margin-bottom: 2px;
	line-height: 1.2rem;
}
.color-img1 {
	height: 210px;
	max-width: 80%;
	width: 80%;
}
.content-bold-para {
	font-weight: bold;
}
.inputPrefix {
	margin-right: 14px;
	font-size: 16px;
}
.bp_value_text {
	font-weight: bold;
	font-size: 20px;
}
.hasInputPrefix {
	padding-left: 20px;
}
.inputSuffix {
	margin-left: 14px;
	font-size: 16px;
}
.input_right_addon {
	position: absolute;
	right: 10px;
}
.input_left_addon {
	position: absolute;
	left: 10px;
}
.custom-form-group {
	margin-bottom: 18px;
}
.custom-h2 {
	margin-bottom: 22px;
}
.mt-20px {
	margin-top: 20px;
}
.button-block {
	width: 100%;
}
.text-italics {
	font-style: italic;
}
.js-form-deck-custom__input:focus-visible {
	outline: none !important;
}
.custom-header-action-link {
	font-size: 16px;
	color: var(--success);
	text-decoration: underline;
	font-weight: bold;
}
.website-logo {
	display: flex;
	justify-content: center;
	align-content: center;
}
.website-planner-logo {
	display: flex;
	justify-content: center;
	align-content: center;
	margin-bottom: 22px;
}
.select-container {
	width: 284px;
}
.pl-left {
	padding-left: 100px;
}
.text-bold {
	font-weight: bold;
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-normal {
	cursor: auto;
}
.text-right {
	text-align: right;
}
.text-xs {
	font-size: 14px;
}
.header-container,
.tab-panel-container {
	padding-left: 8.33333%;
	padding-right: 8.33333%;
}
.checkbox-wrapper {
	margin-bottom: 12px !important;
}
.list-style-unset {
	list-style-type: disc;
	margin-left: 1.2rem;
}
.reset-padding {
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}
.text-success {
	color: var(--success) !important;
}
/* .fa-heart {
  text-shadow: 3px 6px rgba(255, 165, 0, 0.75);
} */
.js-form-deck-custom__input:focus-visible {
	outline: none !important;
}
.custom_modal .row > .column {
	padding: 0 8px;
}
.custom_modal .row:after {
	content: '';
	display: table;
	clear: both;
}
.custom_modal .column {
	float: left;
	width: 25%;
}
.custom_modal .modal {
	display: none;
	position: fixed;
	z-index: 1;
	/* padding-top: 100px; */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 48, 87, 0.9);
}
.custom_modal .modal-content {
	position: relative;
	background-color: transparent;
	margin: auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.modalSlides {
	position: relative;
}
.no-bottom-padding {
	padding-bottom: 0 !important;
}
.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
	border-right-color: #fff;
}

.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
	border-bottom-color: #fff;
}

.tooltip-inner {
	background-color: #fff;
	color: rgb(0, 48, 87);
	font-size: 12px;
}
.tooltip .tooltip-arrow {
	border-color: #f4f5f6;
	border-style: solid;
	height: 0;
	position: absolute;
	width: 0;
}
.tooltip {
	-webkit-box-shadow: 0 -1px 4px #003057;
	box-shadow: 0 -1px 4px #003057;
	margin-bottom: 2px;
}
.tooltip {
	background-color: #fff;
	border: 2px solid #f4f5f6;
	color: #003057;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	max-width: 240px;
	min-width: 125px;
	opacity: 0;
	padding: 5px 10px;
	position: absolute;
	text-align: center;
	word-wrap: break-word;
	z-index: 9999;
}

.selectboxit-option-anchor {
	line-height: 42px;
	height: 42px;
}

.custom_modal .modal-image-content-wrapper {
	position: relative;
}

.custom_modal .modal-image-content {
	background-color: transparent;
	max-height: 800px;
	/* padding-top: 80px; */
	padding-top: 20px;
	padding-bottom: 80px;
	/*max-width: 800px;*/
}

.custom_modal .close {
	color: #fff;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
	z-index: 999;
}
.custom_modal .close:hover,
.custom_modal .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
.custom_modal .mySlides {
	display: none;
}
.custom_modal .prev,
.custom_modal .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}
.custom_modal .prev {
	left: -80px;
	border-radius: 3px 0 0 3px;
}
.custom_modal .next {
	right: -80px;
	border-radius: 3px 0 0 3px;
}
.custom_modal .prev:hover,
.custom_modal .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.custom_modal .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
.custom_modal .caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}
.custom_modal img.demo {
	opacity: 0.6;
}
.custom_modal .active,
.custom_modal .demo:hover {
	opacity: 1;
}
.custom_modal img.hover-shadow {
	transition: 0.3s;
}
.custom_modal .hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mobile-fixed-top-margin {
	position: fixed;
}
#budget_planner_graph {
	width: 100%;
	height: auto;
}
@media all and (min-width: 1440px) {
	.selectboxit-container {
		max-width: 100%;
	}
}

@media only screen and (min-width: 426px) {
	.select-container {
		width: 100%;
	}
}

@media only screen and (max-width: 425px) {
	.activate_select {
		width: 100%;
	}
	.selectboxit-container {
		max-width: unset;
		min-width: 100% !important;
	}
	.mobile-flex-column {
		flex-direction: column;
	}
	.mobile-mb-18px {
		margin-bottom: 18px;
	}
}

@media only screen and (max-width: 1066px) {
	.custom-header-action-link {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1024px) {
	.custom-header-action-link {
		font-size: 12px;
	}
}
