/* https://www.shapedivider.app/ */
/* common. Add to parent container!!! */



/* DO NOT USE .position-top {
	top: 0;
}*/

.position-bottom {
	bottom: 0;
}

.position-top {
	top: 0;
}

.position-bottom_push-down { /* push down by the height of the SVG so shape is at bottom of container*/
	bottom: -29px;
}

.position-top_pull-up { /* pull up by the height of the SVG so shape sits on top of container */
	top: -29px;
}

/* fill and text colors */
.svg_color-primary {
	fill: #FFFFFF;
}
.svg-header_primary, .header_betw-svg-dividers.svg-header_primary h3 {
	
}

.svg_color-secondary {
	fill: #114C6E;
}
.svg-header_secondary,.header_betw-svg-dividers.svg-header_secondary h3 {
	font-family: 'Dancing Script', cursive;
	text-transform: none!important;
	background-color: #114C6E;
	color: #AABFCB;
	position: relative;
	z-index: 60;
}

.svg_color-tertiary {
	fill: #34779E;
}
.svg-header_tertiary, .header_betw-svg-dividers.svg-header_tertiary h3 {
	background-color: #34779E;
	color: #fff;
}


/* text content */
.header_betw-svg-dividers.svg-header_primary h3, .header_betw-svg-dividers.svg-header_secondary h3, .header_betw-svg-dividers.svg-header_tertiary h3 {
	margin: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 1.6rem!important;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
	/* [disabled]text-transform: uppercase; */
	padding-left: 20px;
}

.header_betw-svg-dividers.svg-header_secondary h3 span {
	opacity: .4;
}



/* ------------------------- main-slider ----------------------- */
.main-slider_top-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.main-slider_top-shape svg {
    position: relative;
    display: block;
    width: calc(156% + 1.3px);
    height: 70px;
    transform: rotateY(180deg);
}

@media (min-width: 768px) {
	/* SVG text content */
	.header_betw-svg-dividers.svg-header_primary h3, .header_betw-svg-dividers.svg-header_secondary h3, .header_betw-svg-dividers.svg-header_tertiary h3 {
	font-size: 2.4rem!important;
	line-height: 1.4;
	}
}


/** For tablet devices **/
@media (min-width: 768px) and (max-width: 1023px) {
    .main-slider_top-shape svg {
        width: calc(187% + 1.3px);
        height: 64px;
    }
}

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-top-1621432744 svg {
        width: calc(153% + 1.3px);
        height: 79px;
    }
}
	

.main-slider_bottom-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
	z-index: 10;
}

.main-slider_bottom-shape svg {
    position: relative;
    display: block;
    width: calc(130% + 1.3px);
    height: 43px;
}


/** For tablet devices
@media (min-width: 768px) and (max-width: 1023px) {
    .main-slider_bottom-shape svg {
        width: calc(104% + 1.3px);
        height: 32px;
    }
} **/

/** For mobile devices
@media (max-width: 767px) {
    .main-slider_bottom-shape svg {
        width: calc(100% + 1.3px);
        height: 19px;
    }
} **/


/* ------------------------- CONTENT ------------------------- */


.deco_svg-top-solid {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.deco_svg-top-solid svg {
    position: relative;
    display: block;
    width: calc(117% + 1.3px);
    height: 29px;
    transform: rotateY(180deg);
}


/** For tablet devices
@media (min-width: 768px) and (max-width: 1023px) {
    .deco_svg-top-solid svg {
        width: calc(107% + 1.3px);
        height: 20px;
    }
} **/

/** For mobile devices
@media (max-width: 767px) {
    .deco_svg-top-solid svg {
        width: calc(100% + 1.3px);
        height: 12px;
    }
} **/
	
.deco_svg-bottom-solid {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.deco_svg-bottom-solid svg {
    position: relative;
    display: block;
    width: calc(145% + 1.3px);
    height: 29px;
    transform: rotateY(180deg);
}


/** For tablet devices
@media (min-width: 768px) and (max-width: 1023px) {
    .deco_svg-bottom-solid svg {
        width: calc(107% + 1.3px);
        height: 23px;
    }
} **/

/** For mobile devices
@media (max-width: 767px) {
    .deco_svg-bottom-solid svg {
        width: calc(100% + 1.3px);
        height: 14px;
    }
} **/	


/* ------------------------------ FOOTER ------------------------------- */
.footer_top-shape {
	position: absolute;
	top: -60px; /* need to pull it up so it sits right on top of container */
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.footer_top-shape svg {
    position: relative;
    display: block;
    width: calc(277% + 1.3px);
    height: 60px;
}

.footer_svg_color {
    fill: #165B83;
}

.copyright_svg_color {
    fill: #114C6E;
}

.tagline_svg_color {
    fill: #2C272D;
}
