/**
 * Theme Name: Choice Plan
 * Version: 1.0
 * Description: 
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    transition: all 0.4s ease;
}
/*! jQuery UI - v1.13.1 - 2022-07-13
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/*!
 * jQuery UI CSS Framework 1.13.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23777620&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgTextureHighlight=flat&bgColorHighlight=%23fffa90&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23bd1e85&bgTextureActive=flat&bgColorActive=%23bd1e85&iconColorHover=%23555555&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgTextureHover=flat&bgColorHover=%23ededed&iconColorDefault=%23777777&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgTextureDefault=flat&bgColorDefault=%23f6f6f6&iconColorContent=%23444444&fcContent=%23333333&borderColorContent=%23dddddd&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23444444&fcHeader=%23333333&borderColorHeader=%23dddddd&bgTextureHeader=flat&bgColorHeader=%23e9e9e9&cornerRadius=10px&fwDefault=normal&fsDefault=1em&ffDefault=Montserrat%2C%20sans-serif
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Montserrat, sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Montserrat, sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #bd1e85;
	background: #bd1e85;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #bd1e85;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 10px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 10px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 10px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 10px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	-ms-filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0px 0px 5px #666666;
}

.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{transition:all 0s}.tns-slider>.tns-item{box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:calc(100% / 70);height:10px;float:left}
@charset "UTF-8";
.background-white {
  background: #ffffff;
}

.background-lightgrey {
  background: #f8f8f8;
}

.background-darkgrey {
  background: #3e3e3e;
}

.background-pink {
  background: #bd1e85;
}

.background-darkgrey h1, .background-darkgrey h2, .background-darkgrey h3, .background-darkgrey h4, .background-darkgrey h5, .background-darkgrey h6, .background-darkgrey p,
.background-pink h1,
.background-pink h2,
.background-pink h3,
.background-pink h4,
.background-pink h5,
.background-pink h6,
.background-pink p {
  color: #ffffff;
}

* {
  box-sizing: border-box;
}

.container {
  max-width: 1140px;
  padding: 0px 60px;
  margin: 0 auto;
}
@media (max-width: 950px) {
  .container {
    padding: 0px 50px;
  }
}
@media (max-width: 782px) {
  .container {
    padding: 0px 30px;
  }
}

.breadcrumbs {
  padding: 20px 0 15px;
  font-family: "Cambria", Georgia, serif;
  font-size: 16px;
  color: #3e3e3e;
}
.breadcrumbs span.breadcrumb_last {
  font-weight: bold;
}
.breadcrumbs a {
  color: #bd1e85;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs a,
.breadcrumbs span {
  margin: 0px 5px;
}
.breadcrumbs a:first-child,
.breadcrumbs span:first-child {
  margin-left: 0;
}
.breadcrumbs a:last-child,
.breadcrumbs span:last-child {
  margin-right: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a.underline-link {
  display: inline-block;
  position: relative;
  color: #bd1e85;
}
a.underline-link:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 2px;
  background: #bd1e85;
  content: "";
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50%);
}
a.underline-link:hover:after, a.underline-link:focus:after {
  width: 100%;
  opacity: 1;
  transform: translateX(-50%);
}

.button {
  display: inline-block;
  background: #ffffff;
  border-radius: 8px;
  border: none;
  color: #bd1e85;
  font-family: "Cambria", Georgia, serif;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 45px;
  margin: 0px 5px;
  width: auto;
  cursor: pointer;
  transition: all 420ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.button svg {
  width: 15px;
  height: auto;
  position: relative;
  top: 3px;
}
.button svg path {
  fill: white;
  transition: all 420ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.button:first-child {
  margin-left: 0;
}
.button:last-child {
  margin-right: 0;
}
.button:hover {
  color: #ffffff;
  background: #bd1e85;
}
.button.button-small, .button.button-primary {
  font-size: 14px;
  padding: 8px 30px;
}
.button.button-tiny {
  font-size: 12px;
  padding: 5px 20px;
}
.button.button-pink, .button.button-primary {
  color: #ffffff;
  background: #bd1e85;
}
.button.button-pink:hover, .button.button-primary:hover {
  background: #7a0c54;
}
.button.button-grey {
  color: #bd1e85;
  background: #eee;
}
.button.button-grey svg path {
  fill: #bd1e85;
}
.button.button-grey:hover {
  background: #bd1e85;
  color: #ffffff;
}
.button.button-grey:hover svg path {
  fill: #ffffff;
}

.grey-box {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}
.grey-box * {
  margin: 10px 0;
}
.grey-box *:first-child {
  margin-top: 0;
}
.grey-box *:last-child {
  margin-bottom: 0;
}
.grey-box p {
  font-size: 13px;
  line-height: 17px;
}

h1.underline,
h2.underline,
h3.underline,
h4.underline {
  position: relative;
  margin-bottom: 25px !important;
}
h1.underline:after,
h2.underline:after,
h3.underline:after,
h4.underline:after {
  content: "";
  display: block;
  width: 78px;
  height: 8px;
  background: #bd1e85;
  position: relative;
  top: 8px;
  border-radius: 0 20px 20px 0;
}

.error-message {
  background: #b30c3f;
  padding: 10px;
  border-radius: 10px;
  margin: 10px 0;
}

.error-message p {
  margin: 0 !important;
  color: white;
  font-size: 14px;
  font-family: "Cambria", Georgia, serif;
}

.loading {
  position: relative;
  opacity: 0.5 !important;
  pointer-events: none !important;
}
.loading .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateZ(0) translate(-50%, -50%);
  opacity: 1;
}
.loading .loader,
.loading .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loading .loader {
  font-size: 3px;
  text-indent: -9999em;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #bd1e85;
  transform: translateZ(0);
  transform-origin: center;
  animation: load8 0.7s infinite linear;
  opacity: 1;
}

input,
textarea {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  font-family: "Montserrat", sans-serif;
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px;
  background: white;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.4em;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
}

p, h1, h2, h3, h4, h5, h6 {
  font-family: "Cambria", Georgia, serif;
  margin: 24px 0;
  line-height: 1.4em;
  font-weight: normal;
  color: #3e3e3e;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 21px;
}
p.small {
  font-size: 12px;
  line-height: 17px;
}
p.smaller {
  font-size: 14px;
  line-height: 21px;
  margin: 10px 0;
}

.smaller-text p {
  font-size: 14px;
  line-height: 21px;
  margin: 10px 0;
}

h1 {
  font-size: 52px;
  line-height: 56px;
}
@media (max-width: 782px) {
  h1 {
    font-size: 42px;
    line-height: 46px;
  }
}

h2 {
  font-size: 46px;
  line-height: 50px;
}

h3 {
  font-size: 36px;
  line-height: 40px;
}

h4 {
  font-size: 26px;
  line-height: 30px;
}

h5 {
  font-size: 20px;
  line-height: 26px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

small {
  font-size: 12px;
  line-height: 14px;
}

header.main-header {
  position: relative;
  z-index: 22;
}
header.main-header:after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 5px;
  background: #bd1e85;
  pointer-events: none;
  z-index: 51;
}
@media (max-width: 950px) {
  header.main-header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  }
}

.top-header {
  position: relative;
  left: 0;
  transition: all 420ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 300ms;
}
.top-header > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 0px 20px;
}
.top-header .choice-logo img {
  max-width: 170px;
}
.top-header .choice-slogan {
  -ms-flex: 1;
      flex: 1;
}
.top-header .choice-slogan h5 {
  margin: 0;
}
.top-header .account-login svg path {
  fill: #bd1e85;
}
.top-header .phone-number {
  display: -ms-flexbox;
  display: flex;
  gap: 3px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #bd1e85;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 208px;
}
.top-header .phone-number span {
  font-size: 11px;
  display: block;
  min-width: 100%;
  font-weight: normal;
  color: #333;
}
.top-header .phone-number svg {
  width: 24px;
  height: auto;
}
.top-header .phone-number svg path {
  fill: #bd1e85;
}
.top-header .hamburger {
  display: none;
  position: absolute;
  top: 50%;
  right: 30px;
}
.top-header .hamburger span {
  display: block;
  height: 3px;
  width: 40px;
  background: #bd1e85;
  border-radius: 5px;
}
.top-header .hamburger span:after, .top-header .hamburger span:before {
  content: "";
  position: relative;
  display: block;
  top: 5px;
  height: 3px;
  width: 40px;
  background: #bd1e85;
  border-radius: 5px;
}
.top-header .hamburger span:before {
  top: -8px;
}
@media (max-width: 950px) {
  .top-header .hamburger {
    display: block;
  }
}
@media (max-width: 950px) {
  .top-header > .container {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 60px;
  }
  .top-header .choice-logo img {
    max-width: 150px;
  }
  .top-header .choice-slogan h5 {
    font-size: 14px;
    line-height: 17px;
  }
  .top-header .secondary-nav {
    display: none;
  }
}

.bottom-header {
  transition: all 420ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 950px) {
  .bottom-header {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80vw;
    max-width: 300px;
    height: 100vh;
    background: #bd1e85;
    z-index: 56;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
  }
}

body #site-container {
  position: relative;
  left: 0;
  transition: all 420ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 300ms;
}
@media (max-width: 950px) {
  body #site-container {
    padding-top: 102px;
  }
}
@media (max-width: 950px) {
  body.admin-bar header.main-header {
    top: 46px;
  }
}
body.admin-bar nav.primary-nav a.close-button {
  top: 65px;
}
body > header .top-header, body > header:after, body > section {
  transition: all 420ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.menu-open {
  overflow: hidden;
}
body.menu-open #site-container {
  position: relative;
  left: -100px;
  transition-duration: 600ms;
}
body.menu-open #site-container > header .top-header {
  left: -100px;
  transition-duration: 600ms;
}
body.menu-open #site-container > header .top-header, body.menu-open #site-container > header:after, body.menu-open #site-container > section {
  opacity: 0.3;
  pointer-events: none;
}
body.menu-open .bottom-header {
  opacity: 1;
  right: 0;
  pointer-events: auto;
}

nav.primary-nav {
  background: #bd1e85;
}
nav.primary-nav .menu {
  display: -ms-flexbox;
  display: flex;
}
nav.primary-nav .menu li {
  position: relative;
  -ms-flex: auto;
      flex: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  border-right: 1px solid #b11179;
  z-index: 52;
}
nav.primary-nav .menu li:first-child {
  border-left: 1px solid #b11179;
}
nav.primary-nav .menu li a {
  display: block;
  -ms-flex: 1;
      flex: 1;
  padding: 10px 20px;
  color: #ffffff;
  font-family: "Cambria", Georgia, serif;
}
nav.primary-nav .menu li.current-menu-item, nav.primary-nav .menu li.current-menu-ancestor, nav.primary-nav .menu li.current-page-ancestor {
  border-right: none;
  border-left: none;
}
nav.primary-nav .menu li.current-menu-item > a, nav.primary-nav .menu li.current-menu-ancestor > a, nav.primary-nav .menu li.current-page-ancestor > a {
  background: #b11179;
  font-weight: bold;
}
nav.primary-nav .menu li:hover a {
  background: #9c0a69;
}
nav.primary-nav .menu li:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
  margin-top: 0px;
}
nav.primary-nav .sub-menu {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  border-top: 1px solid #780751;
  position: absolute;
  background: #9c0a69;
  top: 100%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  min-width: calc(100% + 20px);
  padding: 15px 0 10px;
}
nav.primary-nav .sub-menu li {
  border-left: none !important;
  border-right: none !important;
}
nav.primary-nav .sub-menu li a {
  font-size: 13px;
  padding: 5px 15px;
}
nav.primary-nav .sub-menu li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
nav.primary-nav .sub-menu li.current-menu-item a {
  background: rgba(0, 0, 0, 0.05);
}
nav.primary-nav a.close-button {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
}
nav.primary-nav a.close-button svg path {
  fill: white;
}
@media (max-width: 950px) {
  nav.primary-nav {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  nav.primary-nav .container {
    padding: 0;
    -ms-flex: 1;
        flex: 1;
  }
  nav.primary-nav .menu {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  nav.primary-nav .menu a {
    width: 100%;
  }
  nav.primary-nav .menu .sub-menu {
    display: none;
  }
  nav.primary-nav a.close-button {
    display: block;
  }
}

nav.secondary-nav {
  display: -ms-flexbox;
  display: flex;
  gap: 10px 30px;
}

#primary-nav-replacement {
  display: none;
  height: 42px;
  background: #bd1e85;
}

.primary-nav-fixed #primary-nav-replacement {
  display: block;
}
.primary-nav-fixed nav.primary-nav {
  position: fixed;
  top: 32px;
  width: 100%;
}
.primary-nav-fixed nav.primary-nav .menu li.current-menu-item a {
  position: relative;
}
.primary-nav-fixed nav.primary-nav .menu li.current-menu-item a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #b11179;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.section {
  overflow: hidden;
}
.section:nth-child(odd) {
  background: #f8f8f8;
}
.section .container > .heading-container {
  text-align: center;
  max-width: 400px;
  margin: 0px auto 50px;
}
.section .container > .heading-container > *:first-child {
  margin-top: 0;
}
.section .container > .heading-container > *:last-child {
  margin-bottom: 0;
}
.section .side-heading-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 50px;
}
.section .side-heading-container .heading-container {
  -ms-flex: 1;
      flex: 1;
  max-width: 25%;
}
.section .side-heading-container .heading-container > *:first-child {
  margin-top: 0;
}
.section .side-heading-container .heading-container > *:last-child {
  margin-bottom: 0;
}
.section .side-heading-container .tiles {
  width: 100%;
  -ms-flex: 1;
      flex: 1;
}
@media (max-width: 782px) {
  .section .side-heading-container {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0px;
  }
  .section .side-heading-container .heading-container {
    max-width: 90%;
  }
}
.section ul {
  padding-left: 1.1rem;
  list-style: none;
}
.section ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #3e3e3e;
  margin: 10px 0;
}
.section ul li:before {
  content: "■";
  color: #bd1e85;
  font-weight: bold;
  display: inline-block;
  width: 1.2rem;
  margin-left: -1.2rem;
}
.section a:not(.button) {
  display: inline-block;
  position: relative;
  color: #bd1e85;
  font-weight: bold;
}
.section a:not(.button):not(.nounderline):after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 2px;
  background: #bd1e85;
  content: "";
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50%);
}
.section a:not(.button):not(.nounderline):hover:after, .section a:not(.button):not(.nounderline):focus:after {
  width: 100%;
  opacity: 1;
  transform: translateX(-50%);
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 30px 0;
}
.pagination:first-child {
  padding-top: 0;
}
.pagination:last-child {
  padding-bottom: 0;
}
.pagination .pagination-container {
  display: -ms-flexbox;
  display: flex;
}
.pagination > a, .pagination > span {
  display: block;
  margin: 0px 1px 0px 0px;
  background: #f8f8f8;
  color: #bd1e85;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 16px;
  text-decoration: none;
}
.pagination > a.current, .pagination > span.current {
  background: #8b1060;
  color: #ffffff;
  font-weight: bold;
}
.pagination > a:last-child, .pagination > span:last-child {
  border-right: none;
  border-radius: 0px 10px 10px 0;
}
.pagination > a:first-child, .pagination > span:first-child {
  border-radius: 10px 0px 0px 10px;
}
.pagination > a:after {
  display: none;
}
.pagination > a:hover {
  background: #bd1e85;
  color: #ffffff;
}

.tns-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  padding: 15px 0;
}
.tns-nav > button {
  border: 3px solid #ffffff;
  background: transparent;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  opacity: 1;
  display: inline-block;
  transition: all 420ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tns-nav > button.tns-nav-active {
  background: #bd1e85 !important;
  border-color: #bd1e85 !important;
  opacity: 1 !important;
}

.tns-controls {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow: hidden;
}
.tns-controls > button {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  width: 50px;
  height: 50px;
}
.tns-controls > button:first-child {
  border-radius: 0px 50% 50% 0px;
  margin-left: -7px;
}
.tns-controls > button:last-child {
  border-radius: 50% 0 0 50%;
  margin-right: -7px;
}
.tns-controls > button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.tns-controls > button svg path {
  fill: #bd1e85;
}

.tns-outer {
  position: relative;
}

footer.main-footer {
  padding: 50px 0;
  background: #f8f8f8;
}
footer.main-footer .logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 30px 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer.main-footer .logos .logo:after {
  display: none;
}
footer.main-footer .logos img {
  max-width: 180px;
  max-height: 65px;
}
footer.main-footer .text {
  padding: 20px 0;
  text-align: center;
  margin: auto;
}
footer.main-footer .text p {
  font-size: 13px;
  line-height: 18px;
}
footer.main-footer .footer-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px 40px;
}
footer.main-footer .footer-nav ul li:before {
  display: none;
}
@media (max-width: 950px) {
  footer.main-footer .footer-nav ul {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}

.section:nth-child(odd) + .main-footer {
  background: #ffffff;
}

.section-content {
  padding: 50px 0;
}

.section-header {
  padding: 30px 0;
}
.section-header .container > * {
  margin: 0;
}

.section-carousel {
  position: relative;
}
.section-carousel .tns-controls {
  position: absolute;
}
.section-carousel .carousel-item {
  position: relative;
}
.section-carousel .carousel-item > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-carousel .carousel-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.section-carousel .carousel-item .content {
  max-width: 360px;
  padding: 30px 0;
  z-index: 2;
}
.section-carousel .carousel-item .content h1, .section-carousel .carousel-item .content h2, .section-carousel .carousel-item .content h3, .section-carousel .carousel-item .content h4, .section-carousel .carousel-item .content h5, .section-carousel .carousel-item .content h6, .section-carousel .carousel-item .content p {
  color: #ffffff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.section-carousel .carousel-item .content .button {
  text-shadow: none;
}
.section-carousel .carousel-item.maxwidth-wide .content {
  max-width: 560px;
}
@media (max-width: 950px) {
  .section-carousel .carousel-item.maxwidth-wide .content {
    max-width: 400px;
  }
}
.section-carousel .carousel-item.maxwidth-full .content {
  max-width: 100%;
}
.section-carousel.veneer .carousel-item .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}

.section-tiles {
  padding: 75px 0;
  overflow: hidden;
}
.section-tiles .tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.section-tiles .tiles[data-per-line="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.section-tiles .tiles[data-per-line="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.section-tiles .tiles[data-per-line="4"] {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 782px) {
  .section-tiles .tiles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px;
  }
}
.section-tiles .tiles.style-fade .tile-container {
  box-shadow: none;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 250px);
}
.section-tiles .tiles.masonry {
  display: block;
}
.section-tiles .tiles.masonry .tile {
  width: calc(50% - 10px);
  margin-bottom: 10px;
  float: left;
}
@media (max-width: 950px) {
  .section-tiles .tiles.masonry .tile {
    width: 100%;
  }
}
.section-tiles .tiles .tile-container {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  padding: 30px 60px 60px 30px;
  overflow: hidden;
}
.section-tiles .tiles .tile-container > *:first-child {
  margin-top: 0;
}
.section-tiles .tiles .tile-container > *:last-child {
  margin-bottom: 0;
}
.section-tiles .tiles .tile-container.no-padding {
  padding: 0;
}
.section-tiles .tiles .tile-container.no-padding .content {
  padding: 30px;
  padding-bottom: 60px;
}
.section-tiles .tiles .tile-container .image {
  position: relative;
  display: block;
  height: 200px;
  background-size: cover;
  background-position: center;
}
.section-tiles .tiles .tile-container .image > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-tiles .tiles .tile-container h1, .section-tiles .tiles .tile-container h2, .section-tiles .tiles .tile-container h3, .section-tiles .tiles .tile-container h4, .section-tiles .tiles .tile-container h5, .section-tiles .tiles .tile-container h6 {
  font-weight: bold;
  margin: 10px 0;
}
.section-tiles .tiles .tile-container > a {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #bd1e85;
  font-family: "Cambria", Gerogia, serif;
  font-weight: bold;
  font-size: 18px;
}
.section-tiles .tiles .tile-container > a svg {
  position: absolute;
  top: 6px;
  right: -22px;
  width: 12px;
  height: auto;
  margin-left: 5px;
}
.section-tiles .tiles .tile-container > a svg path {
  fill: #bd1e85;
}
.section-tiles .tiles.carousel {
  display: block;
}
.section-tiles .tns-controls {
  width: calc(100vw - 18px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-tiles .tns-controls > button {
  background: #bd1e85;
}
.section-tiles .tns-controls > button svg path {
  fill: #ffffff;
}
.section-tiles .tns-nav {
  position: relative;
  margin-top: 30px;
}
.section-tiles .tns-nav > button {
  border-color: #d3d3d3;
}
.section-tiles:nth-child(even) .tiles .tile-container {
  background: #f8f8f8;
  box-shadow: none;
}
.section-tiles:nth-child(even) .tiles.style-fade .tile-container {
  background: linear-gradient(180deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 250px);
}
@media (max-width: 950px) {
  .section-tiles {
    padding: 50px 0;
  }
}

.section-split {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-split .split {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}
.section-split .split .container {
  width: 100%;
  max-width: calc(1140px / 2);
  margin: 0;
  padding: 75px;
}
.section-split .split .container > *:first-child {
  margin-top: 0;
}
.section-split .split .container > *:last-child {
  margin-bottom: 0;
}
.section-split .split.split-image-full {
  background-size: cover;
  background-position: center;
}
.section-split .split.split-left {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.section-split .split.split-left .container {
  padding-left: 60px;
  padding-right: 30px;
}
.section-split .split.split-left.split-image-contained .container {
  padding-right: 30px;
}
.section-split .split.split-right .container {
  padding-right: 60px;
  padding-left: 30px;
}
.section-split .split.split-right.split-image-contained .container {
  padding-left: 30px;
}
.section-split .split-header {
  width: 100%;
  padding-top: 20px;
}
.section-split .split-header .container > * {
  margin: 10px 0;
}
@media (max-width: 950px) {
  .section-split {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .section-split .split {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .section-split .split.split-left > .container, .section-split .split.split-right > .container {
    max-width: 100%;
    padding: 50px 30px;
  }
  .section-split .split.split-left.split-image-contained .container {
    padding-bottom: 0px;
  }
  .section-split .split.split-right.split-image-full {
    -ms-flex-order: -1;
        order: -1;
  }
  .section-split .split.split-right.split-image-contained .container {
    padding-top: 0px;
  }
  .section-split .split.split-image-full {
    min-height: 66vh;
  }
  .section-split .split.split-content + .split-content .container {
    padding-top: 0;
  }
}

section.section-cta {
  background: #bd1e85;
  padding: 50px 0;
}
section.section-cta > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
section.section-cta .content > *:first-child {
  margin-top: 0;
}
section.section-cta .content > *:last-child {
  margin-bottom: 0;
}
section.section-cta .content * {
  margin: 10px 0;
  color: #ffffff;
}
section.section-cta a.button:hover, section.section-cta a.button:focus {
  background: rgba(0, 0, 0, 0.4);
}
section.section-cta.layout-tall > .container {
  text-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px 0;
}
section.section-cta.background-purple {
  background: #8b1060;
}
section.section-cta.background-darkgrey {
  background: #3e3e3e;
}
section.section-cta.background-darkgrey a.button:hover, section.section-cta.background-darkgrey a.button:focus {
  background: #bd1e85;
}
section.section-cta.background-white {
  background: #ffffff;
}
section.section-cta.background-lightgrey {
  background: #f8f8f8;
}
section.section-cta.background-white .content *, section.section-cta.background-lightgrey .content * {
  color: #3e3e3e;
}
section.section-cta.background-white a.button, section.section-cta.background-lightgrey a.button {
  background: #bd1e85;
  color: #ffffff;
}
section.section-cta.background-white a.button:hover, section.section-cta.background-white a.button:focus, section.section-cta.background-lightgrey a.button:hover, section.section-cta.background-lightgrey a.button:focus {
  background: #3e3e3e;
}

.step-withside-container {
  padding-right: 400px;
}

form.multipart-form {
  position: relative;
}

nav.step-navigation {
  padding-top: 30px;
  overflow: hidden;
}
nav.step-navigation > .container {
  position: relative;
}
nav.step-navigation > .container:before, nav.step-navigation > .container:after {
  content: "";
  position: absolute;
  top: 24px;
  width: 100vw;
  height: 5px;
  background: #f6f6f6;
  z-index: 1;
}
nav.step-navigation > .container:before {
  background: #f6bfe7;
  right: 100%;
}
nav.step-navigation > .container:after {
  left: 100%;
}
nav.step-navigation ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  gap: 20px 50px;
}
nav.step-navigation ul li {
  position: relative;
  max-width: 100px;
}
nav.step-navigation ul li:before, nav.step-navigation ul li:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 50%;
  width: 100vw;
  height: 5px;
  background: #f6f6f6;
  z-index: 1;
}
nav.step-navigation ul li:after {
  right: auto;
  left: 50%;
  z-index: 1;
}
nav.step-navigation ul li .circle {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #8f8f8f;
  font-family: "Cambria", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  border: 3px solid #eee;
}
nav.step-navigation ul li a {
  position: relative;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  z-index: 3;
}
nav.step-navigation ul li a:after {
  display: none;
}
nav.step-navigation ul li p {
  margin: 0;
  font-family: "Cambria", Georgia, serif;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #8f8f8f;
}
nav.step-navigation ul li.visited:before {
  background: #f6bfe7;
  z-index: 2;
}
nav.step-navigation ul li.visited .circle {
  background: #d672b3;
  border: none;
  color: #ffe9f8;
}
nav.step-navigation ul li.visited p {
  color: #d99cc3;
}
nav.step-navigation ul li.active .circle {
  background: #bd1e85;
  color: #ffffff;
  font-weight: bold;
}
nav.step-navigation ul li.active p {
  color: #bd1e85;
  font-weight: bold;
}

aside.form-summary {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
aside.form-summary.fixed {
  position: fixed;
  top: 60px;
}
aside.form-summary.fixed .summary-container {
  top: 0;
}
aside.form-summary.show .summary-container {
  opacity: 1;
  pointer-events: auto;
}
aside.form-summary > .container {
  position: relative;
}
aside.form-summary .summary-container {
  opacity: 0;
  width: 100%;
  max-width: 340px;
  position: absolute;
  top: 160px;
  right: 60px;
  pointer-events: none;
  z-index: 10;
}
aside.form-summary .summary-container > h4 {
  margin: 0;
}
aside.form-summary .plan-products {
  opacity: 0;
  pointer-events: none;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  transition: all 420ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
aside.form-summary .plan-products.show {
  opacity: 1;
  pointer-events: auto;
}
aside.form-summary .plan-products .product {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
aside.form-summary .plan-products .product > * {
  padding: 10px 15px;
}
aside.form-summary .plan-products .product .name {
  padding-right: 0;
  -ms-flex: 1;
      flex: 1;
}
aside.form-summary .plan-products .product h6 {
  margin: 0;
}
aside.form-summary .plan-products .product .amount {
  text-align: right;
}
aside.form-summary .plan-products .product.original-product {
  display: none;
}
aside.form-summary .plan-products .product.plan-total {
  background: #bd1e85;
}
aside.form-summary .plan-products .product.plan-total h6 {
  color: white;
}
aside.form-summary .product-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: calc(100vh - 250px);
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
aside.form-summary .product-list::-webkit-scrollbar {
  display: none;
}
aside.form-summary .product-list .product[data-product-name="Choice Plus"], aside.form-summary .product-list .product[data-product-name="Choice Essentials"] {
  -ms-flex-order: 0;
      order: 0;
}
aside.form-summary .product-list .product[data-product-name*=Limousine], aside.form-summary .product-list .product[data-product-name*="Extra Limousine"], aside.form-summary .product-list .product[data-product-name*=included-limo] {
  -ms-flex-order: 2;
      order: 2;
}
aside.form-summary .product-list .product[data-product-name*=Embalming] {
  -ms-flex-order: 1;
      order: 1;
}
aside.form-summary .product-list .product[data-product-name*=Coffin] {
  -ms-flex-order: 3;
      order: 3;
}
aside.form-summary .product-list .product[data-product-name=general-cost] {
  -ms-flex-order: 55;
      order: 55;
  background: #fce4f4;
}
aside.form-summary .product-list .product[data-product-name="Voluntary Contribution towards Third Party Fees"] {
  -ms-flex-order: 66;
      order: 66;
  background: #ffe5e0;
}
aside.form-summary .product-list .product[data-product-name="Voluntary Contribution towards Additional Services"] {
  -ms-flex-order: 77;
      order: 77;
  background: #fffee4;
}
aside.form-summary .product-list .product[data-product-name=discount] {
  -ms-flex-order: 56;
      order: 56;
  background: #ffb9e6;
}
aside.form-summary .discount {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
aside.form-summary .discount button {
  background: #bd1e85;
  border: none;
  border-radius: 0px 10px 10px 0px;
  padding: 10px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
}
aside.form-summary .discount input[type=text] {
  -ms-flex: 1;
      flex: 1;
  border-radius: 10px 0px 0px 10px;
}
aside.form-summary .discount .discount-error {
  display: none;
  min-width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #bd1e3e;
  margin-top: 5px;
}

section.steps {
  min-height: 70vh;
  opacity: 0;
  transition: all 420ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.8s;
  transition-duration: 2s;
}
section.steps.loaded {
  min-height: auto;
  opacity: 1;
}
section.steps .step {
  display: none;
  overflow: hidden;
  padding: 30px 0;
}
section.steps .step.show {
  display: block;
}
section.steps .step[data-step=payment-options] .form-elements {
  padding-top: 20px;
}
section.steps .step[data-step=payment-options] .form-elements .field {
  border-bottom: none;
}
section.steps .step[data-step=payment-options] .form-elements .field.error {
  margin-bottom: 10px;
}
section.steps .step-header {
  padding-bottom: 30px;
}
section.steps .step-header * {
  margin: 0;
}
section.steps .step-header h5 {
  color: #8f8f8f;
}
section.steps .step-header p {
  margin-top: 10px;
}
section.steps .step-buttons .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 20px;
}
section.steps .form-elements {
  background: rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 100%);
  overflow: hidden;
  min-height: 50vh;
}
section.steps .form-elements .tab-content[data-tab=terms-conditions] .field {
  border-bottom: none;
  padding-bottom: 0px;
}
section.steps .form-elements .tab-content[data-tab=terms-conditions] .field.error {
  padding-bottom: 20px;
}
section.steps .form-elements .tab-content[data-tab=personalise] .field {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
section.steps .form-elements .field {
  -ms-flex: 1;
      flex: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
section.steps .form-elements .field .field-header {
  margin-bottom: 10px;
}
section.steps .form-elements .field .alert p {
  margin: 5px 0 10px;
  color: #bd1e85;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}
section.steps .form-elements .field.input-field, section.steps .form-elements .field.address-field, section.steps .form-elements .field.tickbox-field {
  border: none;
  padding: 0;
}
section.steps .form-elements .field.password-entered .password-input:first-child input[type=password] {
  border-radius: 8px 8px 0 0 !important;
}
section.steps .form-elements .field.error {
  background: #fbe2f4;
  padding: 10px 20px 20px !important;
  border: none;
  border-radius: 10px;
}
section.steps .form-elements .field.error .input-field {
  padding-bottom: 0;
}

.step[data-step=confirm-your-plan] .form-elements {
  padding-top: 20px;
}
.step[data-step=confirm-your-plan] .form-elements .field {
  margin-bottom: 20px;
}

.form-elements h1, .form-elements h2, .form-elements h3, .form-elements h4, .form-elements h5, .form-elements h6, .form-elements p {
  margin: 15px 0;
}

.selection-boxes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  margin: 20px 0 0;
}
.selection-boxes input {
  background: transparent;
  box-shadow: none;
  width: auto;
  margin: 0;
}
.selection-boxes input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font: inherit;
  color: #bd1e85;
  width: 1.15em;
  height: 1.15em;
  border: 3px solid #bd1e85;
  border-radius: 50%;
  transform: scale(0.7);
}
.selection-boxes input[type=radio]::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  opacity: 0;
  transition: 120ms all ease-in-out;
  background: #bd1e85;
  transform: translate(-50%, -50%);
}
.selection-boxes input[type=radio]:checked::before {
  opacity: 1;
}
.selection-boxes input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font: inherit;
  color: #bd1e85;
  width: 1.15em;
  height: 1.15em;
  border: 3px solid #bd1e85;
  border-radius: 7px;
  transform: scale(0.7) translateY(-1px);
}
.selection-boxes input[type=checkbox]::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 5px;
  opacity: 0;
  transition: 120ms all ease-in-out;
  background: #bd1e85;
  transform: translate(-50%, -50%);
}
.selection-boxes input[type=checkbox]:checked::before {
  opacity: 1;
}
.selection-boxes .selection-box {
  background: white;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  transition: all 420ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.selection-boxes .selection-box label {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  cursor: pointer;
  padding: 20px;
}
.selection-boxes .selection-box label.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.selection-boxes .selection-box .content {
  -ms-flex: 1;
      flex: 1;
}
.selection-boxes .selection-box .content * {
  margin: 0;
}
.selection-boxes .selection-box .content p {
  font-size: 13px;
  line-height: 18px;
  color: #8f8f8f;
}
.selection-boxes .selection-box .content a {
  color: #bd1e85;
  font-weight: bold;
}
.selection-boxes .selection-box .price * {
  margin: 0;
  color: #bd1e85;
  font-weight: bold;
}
.selection-boxes .extra-bottom {
  background: #4f2650;
  border-radius: 0px 0px 10px 10px;
  padding: 10px 20px;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 30px;
  margin-top: -5px;
  display: none;
}
.selection-boxes .extra-bottom p {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  font-family: "Cambria", Georgia, serif;
  color: #fff !important;
}
.selection-boxes .extra-bottom .text {
  -ms-flex: 1;
      flex: 1;
}
.selection-boxes .extra-bottom .text p {
  color: #fff;
}
.selection-boxes.layout-grid {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.selection-boxes.layout-grid .selection-box label {
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}
.selection-boxes.layout-grid .selection-box .image {
  min-height: 160px;
  background-color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  margin-bottom: -10px;
  border-radius: 9px 9px 0 0;
}
.selection-boxes.product-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 15px;
}
.selection-boxes.product-inputs .selection-box {
  -ms-flex: 1;
      flex: 1;
  min-width: 40%;
}
.selection-boxes.product-inputs .selection-box label {
  padding: 10px 20px 20px;
}
.selection-boxes.product-inputs .selection-box label h5 {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.selection-boxes.product-inputs .selection-box input {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px;
  margin: 10px 0;
  background: white;
}
.selection-boxes.show-more .selection-box {
  display: none;
}
.selection-boxes.show-more .selection-box label {
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 10px;
}
.selection-boxes.show-more .selection-box.active {
  display: block;
}
.selection-boxes.show-more .selection-box.active .image {
  display: none;
}
.selection-boxes.show-more.show-more-active .selection-box {
  display: block;
  max-width: calc(50% - 5px);
}
.selection-boxes.show-more.show-more-active .selection-box .tickbox {
  display: none;
}
.selection-boxes.show-more.show-more-active .selection-box .image {
  display: block;
}
.selection-boxes.show-more.show-more-active .selection-box label {
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}
.selection-boxes.show-more.show-more-active .selection-box.active {
  background: #bd1e85;
}
.selection-boxes.show-more.show-more-active .selection-box.active * {
  color: #ffffff;
}

.selection-buttons {
  display: -ms-flexbox;
  display: flex;
}
.selection-buttons a {
  display: inline-block;
  padding: 10px 25px;
  background: white;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  font-family: "Cambria", Georgia, serif;
  font-size: 17px;
  color: #3e3e42;
  border: 1px solid #e3e3e3;
  border-left-width: 0px;
}
.selection-buttons a:first-child {
  border-radius: 10px 0 0 10px;
  border-left-width: 1px;
}
.selection-buttons a:last-child {
  border-radius: 0px 10px 10px 0px;
  border-right: 0px;
}
.selection-buttons a.active {
  background: #bd1e85;
  color: #ffffff;
  font-weight: bold;
}
.selection-buttons a.disabled {
  background: white;
  color: #3e3e42;
  font-weight: normal;
  opacity: 0.3;
  pointer-events: none;
}

.full-plan-summary {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 0 0;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.06);
}
.full-plan-summary .summary-header {
  background: #bd1e85;
  overflow: hidden;
  padding: 10px 15px;
}
.full-plan-summary .summary-header h5 {
  color: white;
  margin: 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
}
.full-plan-summary .summary-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px;
  background: #f4f4f4;
}
.full-plan-summary .summary-grid .summary-item {
  -ms-flex: 1;
      flex: 1;
  min-width: 280px;
  background: white;
  padding: 15px;
}
.full-plan-summary .summary-grid .summary-item h6 {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
}
.full-plan-summary .summary-grid .summary-item p {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  margin-top: 3px;
  text-transform: capitalize;
}

.tickbox-label {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.06);
  -ms-flex-align: center;
      align-items: center;
}
.tickbox-label .tickbox {
  padding: 20px 0px 20px 20px;
}
.tickbox-label .tickbox input {
  display: inline-block;
  width: auto;
  box-shadow: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.tickbox-label .text {
  padding: 20px 20px 20px 0;
}
.tickbox-label .text p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}

header.field-header * {
  margin: 5px 0;
}
header.field-header h4 {
  font-size: 22px;
  line-height: 26px;
}

.input-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: white;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  gap: 20px;
  -ms-flex-align: center;
      align-items: center;
}
.input-box.layout-wide {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.input-box.layout-thin {
  display: block;
  padding: 15px 20px;
  gap: 0;
}
.input-box.layout-thin .content {
  padding: 0;
}
.input-box.layout-thin .content h5 {
  font-weight: bold;
}
.input-box.layout-thin .input {
  padding: 10px 0;
  -ms-flex: 1;
      flex: 1;
}
.input-box.layout-thin .input input {
  max-width: 100%;
  width: 100%;
}
.input-box.layout-thin .description p {
  margin: 0;
}
.input-box .content {
  -ms-flex: 1;
      flex: 1;
  padding: 5px 10px;
}
.input-box .content > * {
  margin: 0;
}
.input-box .content h4 {
  font-size: 20px;
  line-height: 26px;
}
.input-box .content p {
  font-size: 13px;
  line-height: 18px;
  color: #8f8f8f;
}
.input-box input {
  border: 1px solid #d8d8d8;
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px;
  max-width: 140px;
  position: relative;
}

div#ui-datepicker-div {
  z-index: 99 !important;
}

.input-field {
  display: block;
  padding-bottom: 10px;
}
.input-field .content {
  margin-bottom: 10px;
}
.input-field .content * {
  margin: 0;
}
.input-field .content h1:first-child, .input-field .content h2:first-child, .input-field .content h3:first-child, .input-field .content h4:first-child, .input-field .content h5:first-child, .input-field .content h6:first-child {
  font-weight: bold;
  margin: 0 0 10px;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: center;
      align-items: center;
}
.input-field .input {
  position: relative;
}
.input-field .input input {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px;
  background: white;
}
.input-field .input input[type=datetime-local] {
  min-width: 180px;
}
.input-field .password-inputs {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.input-field .password-inputs .password-input {
  -ms-flex: 1;
      flex: 1;
}
.input-field .password-inputs .password-strength {
  padding: 10px;
  background: #b94a48;
  color: white;
  border-radius: 0px 0px 8px 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  display: none;
}
.input-field .password-inputs .password-strength.good {
  background: #e29f48;
}
.input-field .password-inputs .password-strength.strong {
  background: #a6e694;
  color: #002300;
}
.input-field .address-finder-field {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.input-field .address-finder-field input[type=text] {
  -ms-flex: 1;
      flex: 1;
}
.input-field .address-finder-field button {
  min-width: 150px;
  background: #bd1e85;
  border: none;
  border-radius: 8px;
  color: white;
  font-family: "Cambria", Georgia, serif;
  font-weight: bold;
  cursor: pointer;
}
.input-field .address-finder-field select {
  min-width: 100%;
  border: 1px solid #d8d8d8;
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px;
  background: white;
  font-family: "Montserrat", sans-serif;
}
.input-field .address-finder-field #idpc_error_message {
  display: none;
}
.input-field .error > p {
  color: #de4040;
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0 0;
}

.button-box {
  background: white;
  border-radius: 10px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  padding: 15px 20px 20px;
}
.button-box .field-header *:first-child {
  margin-top: 0;
}

.product-selection .tooltip {
  height: 0;
}
.product-selection .tooltip.open .tooltip-content {
  bottom: 10px;
}

.tooltip {
  position: relative;
  top: 2px;
  z-index: 11;
}
.tooltip .tooltip-content {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: 38px;
  background: #303030;
  padding: 10px;
  border-radius: 10px;
  transform: translateX(-50%);
  min-width: 200px;
  transition: all 420ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 800ms;
}
.tooltip .tooltip-content p {
  color: white !important;
  font-size: 13px !important;
  line-height: 14px !important;
  font-family: "Cambria", Georgia, serif;
}
.tooltip .tooltip-content:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #303030;
  transform: translateX(-50%);
}
.tooltip .toggle {
  max-width: 20px;
  width: 20px;
  height: 20px;
  background: #bd1e85;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: white;
  font-family: "Montserrat", sans-serif;
  transition: all 420ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tooltip.open .tooltip-content {
  bottom: 33px;
  opacity: 1;
  pointer-events: auto;
}
.tooltip:hover .toggle {
  background: #7a0c54;
}

.field .selection-comment-input {
  padding-top: 15px;
}

.field.customer-field .customer-box {
  display: -ms-flexbox;
  display: flex;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.field.customer-field .customer-box > div {
  border-right: 1px solid #eeeeee;
  padding: 20px;
}
.field.customer-field .customer-box > div *:first-child {
  margin-top: 0;
}
.field.customer-field .customer-box > div *:last-child {
  margin-bottom: 0;
}
.field.customer-field .customer-box > div:last-child {
  border-right: none;
}
.field.customer-field .customer-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.field.customer-field .customer-details.show {
  opacity: 1;
  height: auto;
  pointer-events: auto;
}

.multiple-products {
  display: none;
}
.multiple-products .multiple-product-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  margin-top: 10px !important;
  font-size: 13px;
}
.multiple-products .multiple-product-container .input {
  max-width: 50px;
}
.multiple-products .multiple-product-container .input input {
  width: 100%;
}
.multiple-products .multiple-product-container .text {
  font-family: "Cambria", Georgia, serif;
}

.branch-selector {
  position: relative;
  z-index: 11;
}
.branch-selector > .container {
  z-index: 2;
  position: relative;
  pointer-events: none;
}
.branch-selector.doingajax .branches .branch-list .branch-selection {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.branch-selector.preview-open .branch-map {
  opacity: 0.1;
  pointer-events: none;
}

.step[data-step=select-a-funeral-home] {
  padding-bottom: 0 !important;
}

.branch-selection {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 10px 0;
}
.branch-selection .image {
  background: rgba(0, 0, 0, 0.07);
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
.branch-selection .content > * {
  margin: 0;
}
.branch-selection .content h4 {
  margin: 0;
}
.branch-selection .content p {
  font-family: "Cambria", Georgia, serif;
  font-size: 12px;
  line-height: 14px;
  padding-right: 50px;
}
.branch-selection .heading {
  display: -ms-flexbox;
  display: flex;
  gap: 5px 10px;
  font-size: 12px;
  font-family: "Cambria", Georgia, serif;
}

.branch-map {
  transition: all 420ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.branch-preview {
  opacity: 0;
  pointer-events: none;
  position: relative;
  background: #eee;
  overflow-y: scroll;
  max-height: 600px;
  transition: all 420ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.branch-preview .image {
  opacity: 0;
  height: 140px;
  background: rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: center;
  transition: all 420ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.branch-preview .content {
  opacity: 0;
  padding: 30px;
  transition: all 420ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.branch-preview .content .button {
  margin: 0;
}
.branch-preview .content > *:first-child {
  margin-top: 0;
}
.branch-preview .content > *:last-child {
  margin-bottom: 0;
}
.branch-preview .heading {
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
}
.branch-preview .heading .stars svg {
  width: 16px;
}
.branch-preview .heading a {
  display: inline-block;
  position: relative;
  color: #3d3d3d;
  font-size: 12px;
  font-weight: bold;
}
.branch-preview .heading a:hover, .branch-preview .heading a:focus {
  color: #bd1e85;
}
.branch-preview .heading a:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 2px;
  background: #bd1e85;
  content: "";
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50%);
}
.branch-preview .heading a:hover:after, .branch-preview .heading a:focus:after {
  width: 100%;
  opacity: 1;
  transform: translateX(-50%);
}
.branch-preview .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  background: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.branch-preview .close-button svg {
  width: 16px;
  height: auto;
}
.branch-preview .close-button svg path {
  fill: #bd1e85;
}
.branch-preview.show {
  opacity: 1;
  pointer-events: auto;
}
.branch-preview.loaded .image,
.branch-preview.loaded .content {
  opacity: 1;
  pointer-events: auto;
}

.branch-search {
  width: calc(50% - 50px);
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 15px 10px;
  position: absolute;
  left: 50px;
  top: 0;
  z-index: 5;
  background: #f2f2f2;
  pointer-events: auto;
}
.branch-search input {
  border-radius: 10px 0px 0px 10px;
}
.branch-search .button {
  background: #bd1e85;
  margin: 0;
  border-radius: 0px 10px 10px 0px;
  padding: 12px 20px;
  cursor: pointer;
}

.branches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 600px;
  position: relative;
  z-index: 1;
}
.branches .branch-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  -ms-flex: 1;
      flex: 1;
  padding: 0px 0px 20px 0px;
  z-index: 10;
  pointer-events: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  left: -10px;
  padding-left: 10px;
  margin-top: 68px;
  width: calc(100% + 10px);
}
.branches .branch-list .error a:not(.button) {
  display: inline-block;
  position: relative;
  color: #bd1e85;
  font-weight: bold;
}
.branches .branch-list .error a:not(.button):not(.nounderline):after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 2px;
  background: #bd1e85;
  content: "";
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50%);
}
.branches .branch-list .error a:not(.button):not(.nounderline):hover:after, .branches .branch-list .error a:not(.button):not(.nounderline):focus:after {
  width: 100%;
  opacity: 1;
  transform: translateX(-50%);
}
.branches .branch-list .branch-selection {
  gap: 15px;
  margin: 0;
  width: calc(100% + 10px);
  left: -10px;
  position: relative;
  border-radius: 15px 0 0 15px;
  padding: 10px;
  cursor: pointer;
  transition: all 420ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.branches .branch-list .branch-selection:after {
  opacity: 0;
  pointer-events: none;
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 0px solid #eee;
  z-index: 10;
  transform: translateY(-50%);
  transition: all 420ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 400ms;
}
.branches .branch-list .branch-selection .image {
  min-width: 75px;
  min-height: 75px;
  width: 75px;
  height: 75px;
}
.branches .branch-list .branch-selection .content p {
  font-size: 14px;
  font-family: "Cambria", Georgia, serif;
}
.branches .branch-list .branch-selection:hover {
  background: rgba(0, 0, 0, 0.05);
}
.branches .branch-list .branch-selection.active {
  cursor: auto;
  background: #bd1e85;
}
.branches .branch-list .branch-selection.active * {
  color: #ffffff;
}
.branches .branch-list .branch-selection.active svg path {
  fill: #ffffff;
}
.branches .branch-list .branch-selection.active:after {
  opacity: 1;
  right: -15px;
  border-left: 15px solid #bd1e85;
}
.branches .branch {
  padding: 15px 20px;
}
.branches .branch > *:first-child {
  margin-top: 0;
}
.branches .branch > *:last-child {
  margin-bottom: 0;
}
.branches .branch > .button {
  margin: 0;
  width: 100%;
  text-align: center;
}

.branch-map {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #bd1e85;
}

.stars {
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.stars svg {
  width: 12px;
  height: auto;
}
.stars svg path {
  fill: #bd1e85;
}

.section-plan {
  padding: 30px 0;
  overflow: hidden;
}

.message-box {
  background: #bd1e85;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
}
.message-box .icon {
  -ms-flex: 1;
      flex: 1;
  max-width: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.message-box .icon svg {
  width: 37px;
  height: auto;
}
.message-box .icon svg path {
  fill: white;
}
.message-box .content {
  -ms-flex: 1;
      flex: 1;
  padding: 20px;
}
.message-box .content * {
  margin: 10px 0;
  color: white;
}

.funeral-plans {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.funeral-plans .plan {
  -ms-flex: 1;
      flex: 1;
  min-width: 100%;
  background: #f8f8f8;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.funeral-plans .plan .image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0.5;
      flex: 0.5;
  background-color: #bd1e85;
  background-size: cover;
  background-position: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.funeral-plans .plan .image a {
  color: white;
}
.funeral-plans .plan .image a:hover {
  text-decoration: underline;
}
.funeral-plans .plan .image a svg {
  position: absolute;
  top: 4px;
  right: -25px;
  width: 16px;
  height: auto;
  margin-left: 5px;
}
.funeral-plans .plan .image a svg path {
  fill: white;
}
.funeral-plans .plan .content {
  -ms-flex: 1;
      flex: 1;
  padding: 20px;
}
.funeral-plans .plan .content *:first-child {
  margin-top: 0px;
}
.funeral-plans .plan .content *:last-child {
  margin-bottom: 0;
}
.funeral-plans .plan .branch-selection {
  gap: 10px;
  margin: 15px 0;
}
.funeral-plans .plan .branch-selection .image {
  max-width: 50px;
}
.funeral-plans .plan .branch-selection .content {
  padding: 0;
}
.funeral-plans .plan .details {
  display: -ms-flexbox;
  display: flex;
  gap: 10px 30px;
}
.funeral-plans .plan .details p {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: center;
      align-items: center;
  font-size: 13px;
}
.funeral-plans .plan .details span.status-circle.green {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #21ba34;
  border-radius: 50%;
}

.plan-status-container {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.plan-status-container > .message-box {
  -ms-flex: 1;
      flex: 1;
}
.plan-status-container > .message-box .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.plan-status-container > a {
  display: -ms-flexbox !important;
  display: flex !important;
  background: #760e51;
  border-radius: 20px;
  min-width: 130px;
  max-width: 100px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  line-height: 19px;
  color: white !important;
  font-weight: 400 !important;
  text-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px;
  gap: 10px;
}
.plan-status-container > a svg path {
  fill: white;
}
.plan-status-container > a:after {
  display: none;
}

.plan-product-list {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.plan-product-list .product {
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  font-size: 14px;
  font-family: "Cambria", Georgia, serif;
  border-top: 1px solid #f7f7f7;
}
.plan-product-list .product.empty {
  opacity: 0.3;
}
.plan-product-list .product:first-child {
  border-top: none;
}
.plan-product-list .product > * {
  -ms-flex: 1;
      flex: 1;
}
.plan-product-list .product > *:first-child:not(.content) {
  font-weight: bold;
}
.plan-product-list .product.total {
  background: #bd1e85;
  color: white !important;
}
.plan-product-list .product .label {
  max-width: 120px;
}
.plan-product-list .product .cost {
  max-width: 150px;
  text-align: right;
}

.plan-content {
  display: -ms-flexbox;
  display: flex;
  gap: 20px 100px;
}
.plan-content > div {
  -ms-flex: 1;
      flex: 1;
}
.plan-content .sidebar {
  max-width: 300px;
}
.plan-content .sidebar .greybox {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 15px 20px 20px 20px;
}
.plan-content .sidebar .greybox > h5 {
  margin: 0;
}
.plan-content .sidebar .greybox > p {
  margin: 5px 0 0 0;
  font-size: 13px;
  line-height: 17px;
}
.plan-content .documents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.plan-content .documents a {
  -ms-flex: 1;
      flex: 1;
  gap: 10px;
  display: -ms-flexbox !important;
  display: flex !important;
  min-width: 100%;
  background: #bd1e85;
  border-radius: 10px;
  padding: 10px;
  font-size: 15px;
  color: white !important;
  font-weight: normal !important;
  font-family: "Cambria", Georgia, serif;
}
.plan-content .documents a:after {
  display: none !important;
}
.plan-content .documents a svg {
  width: 19px;
}
.plan-content .documents a svg path {
  fill: #ffffff;
}

.login-section {
  padding: 50px 0;
}
.login-section .content {
  max-width: 400px;
  background: white;
  border-radius: 20px;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.login-module {
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.login-module > h3 {
  margin-top: 0;
}
.login-module form {
  position: relative;
}
.login-module form label {
  display: none;
}
.login-module form input:not([type=submit]) {
  font-family: "Cambria", Georgia, serif;
  display: block;
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  margin: 5px 0;
  box-sizing: border-box;
  font-size: 0.8rem;
  font-weight: 400;
  color: #bd1e85 !important;
  transition: all 0.3s ease;
}
.login-module form input:not([type=submit]):focus {
  border-color: #bd1e85;
}
.login-module form label {
  padding: 0;
}
.login-module form label p {
  margin: 0;
}
.login-module form p {
  margin: 0;
  margin-bottom: 10px;
}
.login-module form .login-submit {
  margin-bottom: 0;
}
.login-module form .login-remember > label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 5px 0px;
}
.login-module form .login-remember > label input {
  width: auto;
  margin-right: 10px;
}
.login-module input[type=text],
.login-module input[type=password] {
  border-radius: 10px;
  border: 2px solid #d6d6d6;
  outline: none;
  font-size: 12px;
  font-weight: 600;
  color: #000000 !important;
}
.login-module input[type=text]:focus,
.login-module input[type=password]:focus {
  border-color: #044557;
}
.login-module input[type=text].error,
.login-module input[type=password].error {
  border-color: #bd1e85;
}
.login-module .alt-links {
  padding-top: 20px;
  font-size: 13px;
  text-decoration: underline;
  position: absolute;
  bottom: 21px;
  right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}
.login-module .alt-links a {
  display: inline-block;
  text-align: right;
}

.tab-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 6px;
}
.tab-nav a {
  background: rgba(0, 0, 0, 0.02);
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  font-family: "Cambria", Georgia, serif;
  color: #3e3e3e;
  opacity: 0.6;
  cursor: not-allowed;
}
.tab-nav a.active {
  background: rgba(0, 0, 0, 0.05);
  font-weight: bold;
  color: #bd1e85;
}
.tab-nav a.visited {
  opacity: 1;
  cursor: pointer;
}

.tab-content {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 20px 0;
}
.tab-content > * {
  min-width: 100%;
}
.tab-content.show {
  display: -ms-flexbox;
  display: flex;
}

.section-payment {
  padding: 20px 0px 30px 0px;
  background: #bd1e85;
}
.section-payment > .container > *:first-child {
  margin-top: 0;
}
.section-payment > .container > *:last-child {
  margin-bottom: 0;
}
.section-payment .section-header {
  padding: 0;
}
.section-payment .section-header * {
  margin: 10px 0;
  color: #ffffff;
}

.payment-container {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 10px;
}
.payment-container form {
  display: -ms-flexbox;
  display: flex;
}
.payment-container form > div {
  -ms-flex: 1;
      flex: 1;
  padding: 20px;
}
.payment-container form > div header {
  padding-bottom: 20px;
}
.payment-container form > div header h5 {
  margin: 0px 0px 5px 0px;
}
.payment-container form > div header p {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
}
.payment-container .payment-details {
  border-right: 1px dashed #cbcbcb;
}
.payment-container .payment-details .plan-product-list {
  background: #ffffff;
}

.ajax-message {
  display: none;
  position: relative;
  left: -20px;
}
.ajax-message p {
  color: white;
  background: #bd1e85;
  display: inline-block;
  margin: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
  padding: 5px 20px 5px 15px;
  font-size: 12px;
  font-weight: 600;
}
.ajax-message.success p {
  background: #44af67;
}
.ajax-message.error p {
  background: #b94a48;
}

.payment-methods {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 10px;
}
.payment-methods .payment-method {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  -ms-flex-align: center;
      align-items: center;
}
.payment-methods .payment-method.fade {
  opacity: 0.4;
}
.payment-methods .payment-method.model {
  display: none;
  pointer-events: none;
}
.payment-methods .payment-method.model .content {
  opacity: 0;
}
.payment-methods .payment-method.model .controls {
  opacity: 0;
}
.payment-methods .payment-method.loading {
  position: relative;
  pointer-events: none;
}
.payment-methods .payment-method.loading *:not(.acf-spinner) {
  transition: all 0.5s ease;
  opacity: 0.3;
}
.payment-methods .payment-method.loading .acf-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.payment-methods .payment-method.default {
  padding-top: 40px;
  -ms-flex-order: -1;
      order: -1;
}
.payment-methods .payment-method.default:after {
  content: "Default";
  position: absolute;
  top: 0px;
  left: 10px;
  background: #a1a1a1;
  font-size: 10px;
  color: white;
  font-weight: 600;
  padding: 5px 8px;
  border-radius: 0 0 10px 10px;
}
.payment-methods .payment-method.selected {
  background: #bd1e85;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  padding-top: 40px;
}
.payment-methods .payment-method.selected:after {
  content: "Selected";
  position: absolute;
  top: 0;
  left: 8px;
  background: #7a0c54;
  font-size: 10px;
  color: white;
  font-weight: 600;
  padding: 5px 8px;
  border-radius: 0 0 10px 10px;
  z-index: 1;
}
.payment-methods .payment-method.selected .content p {
  color: white;
}
.payment-methods .payment-method.selected .controls a {
  border-color: #ffffff !important;
}
.payment-methods .payment-method.selected .controls a svg path {
  fill: #ffffff;
}
.payment-methods .payment-method * {
  margin: 0;
}
.payment-methods .payment-method p {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: capitalize;
}
.payment-methods .payment-method .icon {
  margin-right: 10px;
}
.payment-methods .payment-method .icon svg {
  display: block;
  border-radius: 7px;
}
.payment-methods .payment-method .content {
  -ms-flex: 1;
      flex: 1;
}
.payment-methods .payment-method .controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  transition: all 0.4s ease;
}
.payment-methods .payment-method .controls a {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 0;
  width: 37px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.payment-methods .payment-method .controls a:after {
  display: none !important;
}
.payment-methods .payment-method .controls a:first-child {
  border-radius: 7px 0 0 7px;
}
.payment-methods .payment-method .controls a:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0px 7px 7px 0px;
}
.payment-methods .payment-method .controls a:first-child:last-child {
  border-radius: 7px;
}
.payment-methods .payment-method .controls a svg {
  width: 12px;
  height: auto;
  display: block;
}
.payment-methods .payment-method .controls a svg path {
  fill: rgba(0, 0, 0, 0.7);
}

.popup {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 501;
  background: rgba(0, 0, 0, 0.85);
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.popup * {
  pointer-events: none;
}
.popup > .content {
  position: absolute;
  background: #ffffff;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 750px;
  max-height: calc(100vh - 40px);
  overflow-y: scroll;
  opacity: 0;
  transform: scale(0) translateX(-50%);
  transform-origin: left;
  transition: all 0.5s;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  pointer-events: none !important;
}
.popup > .content::-webkit-scrollbar {
  display: none;
}
.popup > .content.loading {
  background: #ffffff;
}
.popup > .content.loading .scroll-area {
  opacity: 0.3;
  pointer-events: none;
}
.popup > .content > header {
  min-height: auto;
  padding: 20px;
  background: #eeeeee;
}
.popup > .content > header h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #bd1e85;
}
.popup > .content > header p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 17px;
}
.popup > .content > header * {
  margin: 0;
}
.popup > .content > header > *:first-child {
  margin-top: 0;
}
.popup > .content > header > *:last-child {
  margin-bottom: 0;
}
.popup.open {
  opacity: 1;
  pointer-events: auto;
}
.popup.open * {
  pointer-events: auto !important;
}
.popup.open > .content {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.popup .scroll-area {
  background: #ffffff;
  position: relative;
  overflow-y: scroll;
  min-height: 0px !important;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.popup .scroll-area::-webkit-scrollbar {
  display: none;
}
.popup .close-button {
  position: absolute !important;
  float: right;
  top: 0px;
  right: 0;
  padding: 22px;
  font-size: 14px;
  font-weight: bold;
  z-index: 501;
  transition: all 0.3s ease;
}
.popup .close-button svg {
  width: 16px;
  height: auto;
}
.popup .close-button svg path {
  fill: #bd1e85;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */