/* @import url('http://example.com/example_style.css'); */


/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/** Child.css **/


.d-none {
  display: none !important;
}

/* Login Icon */
i.login-icon:before {
    content: "";
    /* background-color: red; */
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22uuid-8ae2f8fd-3f0a-4f82-8c5d-006dfb10213b%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22m40.092%2C33.055c.116-.292.18-.629.18-.958%2C0-.333-.062-.663-.187-.981-.136-.318-.354-.625-.625-.867l-11.724-11.851c-.417-.462-.973-.712-1.555-.723h-.008c-.511%2C0-1.006.227-1.346.629-.498.443-.725.939-.731%2C1.454-.008.496.189.973.54%2C1.314l8.795%2C8.878H3.655c-.521%2C0-1.023.22-1.377.598-.422.405-.638.92-.636%2C1.447-.002.534.214%2C1.049.597%2C1.413.394.42.896.64%2C1.417.64h30.048l-8.834%2C8.935c-.411.39-.629.905-.623%2C1.439-.011.542.201%2C1.03.581%2C1.371l.08.083c.358.405.873.64%2C1.411.64.473-.015.939-.223%2C1.282-.587l11.815-11.942c.318-.288.532-.591.676-.932Z%22%2F%3E%3Cpath%20d%3D%22m60.563%2C1.808C59.421.626%2C57.921-.033%2C56.217.001h-21.623c-.5.004-.987.22-1.328.591-.428.413-.644.924-.642%2C1.454-.002.534.216%2C1.045.598%2C1.413.384.417.871.633%2C1.375.636h21.602c.597.023%2C1.131.273%2C1.5.689.348.307.595.852.606%2C1.424v51.567c-.011.583-.256%2C1.125-.67%2C1.511-.311.348-.843.595-1.398.617h-21.644c-.5.004-.987.22-1.329.591-.424.413-.642.924-.64%2C1.451-.002.538.214%2C1.049.595%2C1.413.388.42.875.636%2C1.379.64h21.619c1.682.023%2C3.216-.617%2C4.342-1.792%2C1.182-1.167%2C1.829-2.769%2C1.797-4.405V6.228c.03-1.663-.623-3.265-1.793-4.42Z%22%2F%3E%3C%2Fsvg%3E);
    background-size: contain;
    filter:brightness(0) saturate(100%) invert(34%) sepia(13%) saturate(602%) hue-rotate(149deg) brightness(97%) contrast(99%);
    margin-right: 7px;
}
a:hover > i.login-icon:before {
    filter:brightness(0) saturate(100%) invert(28%) sepia(79%) saturate(5180%) hue-rotate(176deg) brightness(96%) contrast(100%);

}
/* Hand Image Section Spacing fix */
@media (min-width:1300px){
 .hands-graphic {
    margin-top:-244px;
  }


/* Slider Pagination Dots: Child.css */
.splide--white-dots .splide__pagination__page{
    background: transparent;
    border: 2px solid #fff;
}


/* List Custom styles Child.css */

[data-hs-cos-type="rich_text"] ol,
.rtext:not(#rtext__header_links):not(#rtext__footer_links) ol,
[data-hs-cos-type="rich_text"] ul,
.rtext:not(#rtext__header_links):not(#rtext__footer_links) ul {
    padding-left: 0;
  list-style:none;
}

[data-hs-cos-type="rich_text"] ul ,
[data-hs-cos-type="rich_text"] ol ,
.rtext:not(#rtext__header_links):not(#rtext__footer_links) ul,
.rtext:not(#rtext__header_links):not(#rtext__footer_links) ol  {
  padding-top:16.0px;
}

[data-hs-cos-type="rich_text"] ul li,
[data-hs-cos-type="rich_text"] ol li,
.rtext:not(#rtext__header_links):not(#rtext__footer_links) ul li,
.rtext:not(#rtext__header_links):not(#rtext__footer_links) ol li{
    margin-bottom:16.0px;
    line-height: 27.2px;
  position:relative;
  padding-left: 24px;
}


[data-hs-cos-type="rich_text"] ol li,
.rtext:not(#rtext__header_links):not(#rtext__footer_links) ol li{
	padding-left: 28px;
}

[data-hs-cos-type="rich_text"] ul li:before,
.rtext:not(#rtext__header_links):not(#rtext__footer_links) ul li:before {
    content: "";
    width: 8px;
    height: 8px;
  background-color: #455A62;
    position: absolute;
    left: 0px;
    top: 9px;
}

[data-hs-cos-type="rich_text"] ol li:before,
.rtext:not(#rtext__header_links):not(#rtext__footer_links) ol li:before {
	content:counter(list-item)  ".";
	font-weight: 900;
	position: absolute;
    left: 0px;
    
}




[data-hs-cos-type="rich_text"] ul ul li:before,
.rtext:not(#rtext__header_links):not(#rtext__footer_links) ul ul li:before {
  background-color: transparent;
  border:1px solid #455A62;

}

/* DND COLUMNS BREAK in TABLET*/
@media (max-width: 1139px) and (min-width: 768px){
  .dnd-section > .row-fluid {
    flex-direction:column !important;
    gap:16.0px;
  }
}

/* Blockquote in Blogposts Custom styles Child.css */
	[data-hs-cos-type="rich_text"] blockquote p:last-child > em,
	[data-hs-cos-type="rich_text"] blockquote p:last-child {
    font-style: normal !important;
		font-size: 1rem;
  }
	
	
	[data-hs-cos-type="rich_text"] blockquote p:not(:last-child) {
    font-size: 24px;
    font-style: italic;
		color: #0097AB;
  }
	
	
	[data-hs-cos-type="rich_text"] blockquote:before {
		content: ""; 
		display: block;
		margin-bottom: 1rem;
		width: 29px;
		height: 29px;
		background:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%2300809E%22%20d%3D%22M464%20256h-80v-64c0-35.3%2028.7-64%2064-64h8c13.3%200%2024-10.7%2024-24V56c0-13.3-10.7-24-24-24h-8c-88.4%200-160%2071.6-160%20160v240c0%2026.5%2021.5%2048%2048%2048h128c26.5%200%2048-21.5%2048-48V304c0-26.5-21.5-48-48-48zm-288%200H96v-64c0-35.3%2028.7-64%2064-64h8c13.3%200%2024-10.7%2024-24V56c0-13.3-10.7-24-24-24h-8C71.6%2032%200%20103.6%200%20192v240c0%2026.5%2021.5%2048%2048%2048h128c26.5%200%2048-21.5%2048-48V304c0-26.5-21.5-48-48-48z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
	}