
body {
	font-family: "elza-text", sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 17px;
}

strong {
	
	font-weight: 700;
	font-style: normal;
}

em {
	
	font-weight: 400;
	font-style: italic;

}

root {
	--primary: #B12028;
	--secondary: #62CDC9
}

body {
	
}

a {
	text-underline-offset: 3px;
}

p, ul, ol {
	margin-bottom: 15px;
}

p, ul li, ol li {
	line-height: 1.68em;
}

h1, h2, h3, h4, h5 {
	font-family: puffin-display-soft, sans-serif;
	font-weight: 600;
}

blockquote {
	
}

iframe {
	border: none;
}

h1 {
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 42px;
	color: #FFF;
	padding: 15px;
	text-align: center;
	background: #B12028;
	border-radius: 10px;
	margin: 0 -80px 30px -80px;
}

.jd-page-title, .page-title {
	width: auto;
}

h2 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 42px;
	color: var(--primary);
}

h2.sun {
	position: relative;
	font-size: 40px;
	margin: 40px auto;
}

h2.sun:before {
	position: absolute;
	content: '';
	background: url('../images/heading-sunburst.png') no-repeat left top;
	width: 120px;
	height: 42px;
	background-size: 100% 100%;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
}

h2.sun:after {
	position: absolute;
	content: '';
	background: url('../images/heading-underline.png') no-repeat left top;
	width: 120px;
	height: 2px;
	background-size: cover;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}

h3 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 28px;
	color: var(--primary);
}

h3.module-title {
	
}

h4 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 20px;
}

.staff h4 {
	margin: 0;
}

h5 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.btn {
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 30px 0 0;
	background-repeat: no-repeat;
	color: #000;
	letter-spacing: 2px;
	border: 0px solid #262161;
	border-radius: 40px;
	
	transition: all linear .6s;
	margin: 1px;
	box-shadow: none;
	background: #FFF;
	background: linear-gradient(90deg, #FFA402 50%, rgba(255,255,255,0) 50%);
	background-size: 218%;
	font-size: 20px;
	background-position: right center;
}

.btn:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	background: #FFA402;
	color: #FFF;
	margin-right: 8px;
	border-radius: 100%;
	width: 34px;
	height: 34px;
	font-size: 19px;
	line-height: 34px;;
}

.btn:hover {
	background-color: #FFA402;
	color: #FFF;
	border: 0px solid #262161;
	background: linear-gradient(90deg, #FFA402 50%, rgba(255,255,255,0) 50%);
	background-size: 218%;
	background-position: left center;	
    /* box-shadow: inset 400px 0 0 0 #1AC4CC;*/
	transition: all linear .6s;
}

.btn:hover:before {
	content: "\f061";
}

input#btn-submit {
	background-color: #FFA402;
	padding: 15px 30px;
}

blockquote {
	line-height: 1em;
	font-style: italic;
	padding-left: 0px;
	border: none;
	border: 2px solid rgba(255, 174, 2, 1.0);
	color: rgba(94, 26, 44, 1.0);
	text-decoration: none;
	margin: 30px -150px 30px 30px;
	text-align: right;
	float: right;
	padding: 20px 30px;
	max-width: 50%;
	font-size: 85%;
}

blockquote p {
	line-height: 1.2;
	margin: 10px 0;
}

blockquote strong {
	font-weight: 700;
	color: rgba(94, 26, 44, 1.0);
	text-transform: uppercase;
	font-size: 80%;
	line-height: 1;
	padding-top: 15px;
	display: block;
}

/*menu*/

#headerwrap {
	margin-top: 0px;
	background: none;
}

.astroid-nav .nav-submenu > li > a {
	font-size: 85%;
	padding: 0 15px;
}

#headerwrap .container {
	background: #FFF;
	width: 100%;
	max-width: 100%;
	border-radius: 0px;
}

.container-fluid {
	padding: 0;
}

/*Banner*/

#bannerwrap {
	margin-top: 0px;
}

#helprow {
	position: relative;
	margin-top: -35px;
}

#ac-j10ospia3 {
	border-radius: 10px;
}

#mod-custom140 {
	padding: 15px;
}

#mod-custom140 p {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
}

.random-image img {
	width: 100%;
	height: auto;
}

/*row1wrap*/

#row1wrap {
	
}

#position-1-1 {
	max-width: 920px;
	margin: auto;
}

#position-1-1 p {
	font-size: 18px;
	line-height: 1.5;
}

#position-1-1 h3 {
	font-family: puffin-display-soft, sans-serif;
}

/*row2wrap*/

#row2wrap {
	
}

#position-2-1 {
	
}

.impactno {
	display: flex!important;
	align-items: center;
	text-align: left;
}

.impactno span {
	background: #B12028;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	line-height: 80px;
	color: #FFF;
	display: inline-block;
	font-weight: 700;
	margin-right: 15px;
	min-width: 80px;
	text-align: center;
}

/*row3wrap*/

#row3wrap {
	
}

#position-3-1 {
	
}

#mod-custom117 h2 {
	color: #FFF;
}

#mod-custom117 a.btn:hover {
	color: #000;
}

/*row4wrap*/

#row4wrap {
	
}

#position-4-1 {
	max-width: 920px;
	margin: auto;
}

/*row5wrap*/

#row5wrap {
	
}

#position-5-1 {
	max-width: 920px;
	margin: auto;
}

/*row6wrap*/

#row6wrap {
	
}

#row6wrap h3 {
	color: #000;
	margin: 0;
}

#row6wrap p {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.5;
}

#position-6-1 {
	
}


/*Bottomwrap*/

#bottomwrap {
	
}


/*Footer*/

#footerwrap {
	background: #691C32 url('../images/footer-sunburst.png') no-repeat bottom center;
	background-size: auto 80%;
}

#footer1 small {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}

/*Sidebar*/

#sp-sidebar-right {
	
}



/*Main area*/

body.home #mainwrap {
	display: none;
}

#mainwrap {
	padding-top: 0!important;
	margin-top: -40px;
	position: relative;
}

#mainwrap .container {
	max-width: 960px;
}

ul.fields-container {
	list-style-type: none;
	padding: 0;
}

body.itemid-1401  ul.fields-container {
	width: 25%;
	float: left;
	border: 1px solid #ccc;
	padding: 10px 20px;
	border-radius: 10px;
	margin-right: 30px;
}

body.itemid-1401  ul.fields-container li {
	line-height: 1.2;
}

body.itemid-1401  .full-image {
	max-width: 71%;
	width: 71%;
	float: right;
}

body.itemid-1401  .full-image img {
	border-radius: 10px;
	width: 100%;
}

span.field-label {
	font-weight: 700;;
	line-height: 1.2;
}

span.field-value, span.field-value p {
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
}

.locations h4 {
	margin: 0 0 10px 0;
}

.locations div.address p {
	font-size: 16px;
	line-height: 1.4;
}

.locations p.region {
	font-size: 14px; margin-bottom: 0;
	text-transform: uppercase;
	text-align: right;
}

.locations p.region {
	font-size: 14px; margin-bottom: 0;
	text-transform: uppercase;
	text-align: right;
}

.staff h3 {
	margin-top: 0;
	font-size: 22px;
}

.staff h3 a {
	text-decoration: none;
}

.staff h4 {
	font-size: 18px;
	font-weight: 400;
	font-weight: normal;
	text-transform: none;
}

.staff .p-3 {
	padding: 10px 0!important;
}

span.field-label {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
}

.infoboxes {
	background: #f5f5f5;
	padding: 30px!important;
	text-align: center;
}

.infoboxes h3 {
	margin: 0px auto;
}

.infoboxes p {
	margin: 0;
}

.infoboxes div[class^="col-"] {
	background: #fff;
	padding: 15px!important;
	border-radius: 10px;
	margin-top: 20px;
}

.infoboxes div[class^="col-"] h4 {
	margin: 10px;
	font-size: 36px;
}

.infoboxes div[class^="col-"] p {
	line-height: 1.2;
}

.jobapplicationinfo {
	background: #f5f5f5;
	padding: 25px!important;
	border-radius: 10px;
	font-size: 85%;
}

.jobapplicationinfo h2 {
	margin-top: 0;
}

body.staffboard .staff img {
	width: 100%;
	height: auto;
}

body.staffboard .full-image {
	max-width: 40%;
	float: right;
	margin-left: 2%;
}

img.left {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 33%;
	height: auto;
}

img.right {
	float: right;
	margin: 0 0 20px 20px;
	max-width: 33%;
	height: auto;
}

.impact p {
	font-size: 85%;
}

div.needhelp {
	padding: 25px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #62CDC9;
	margin-top: 100px!important;
}

div.needhelp  h3.module-title {
	background: #000;
	color: #FFF;
	text-align: center;
	margin: -25px -25px 25px -25px;
	padding: 10px;
	border-radius: 10px 10px 0 0;
}

div.needhelp p {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin: 0 25px 25px 25px;
}

.wf_file::before {
	content: "\f15b";
	font: normal normal normal 16px/1 "Font Awesome 5 Free";
	display: inline-block;
	margin: 0 5px 0 0;
}

.wf_file[href$=".pdf"]::before {
	content: "\f1c1";
}

.wf_file[href$=".doc"]::before {
	content: "\f1c2";
}

.wf_file[href$=".docx"]::before {
	content: "\f1c2";
}

.wf_file[href$=".xls"]::before {
	content: "\f1c3";
}

.wf_file[href$=".xlsx"]::before {
	content: "\f1c3";
}

.wf_file[href$=".zip"]::before {
	content: "\f1c6";
}

.wf_file[href$=".png"]::before {
	content: "\f1c5";
}

.wf_file[href$=".jpg"]::before {
	content: "\f1c5";
}

@media  (max-width: 800px) {
	body {
		
	}
	
	#mainwrap {
		padding-top: 0!important;
		margin-top: 20px;
		position: relative;
	}
	
	#footer1  p {
		text-align: center!important;
	}
	
	#f-741582093698225 .text-end {
		text-align: center!important;
	}
	
	h1 {
		margin: 0 0 20px 0px;
		font-size: 40px;
	}
	
	.mod-randomimage {
		height: 180px;
	}
	
	.mod-randomimage img {
		width: auto;
		height: 100%;
	}
	
	.avVideo .avPlayerContainer .avPlayerBlock iframe, .avVideo .avPlayerContainer .avPlayerBlock object, .avVideo .avPlayerContainer .avPlayerBlock embed, .avVideo .avPlayerContainer .avPlayerBlock video, .avVideo .avPlayerContainer .avPlayerBlock > div {
		min-width: 200px!important;
	}
}