/*
Colors:
Blue - #1A70B4
Light Blue - #F1F9FF
Purple - #60232D
Green - #006853
Black - #373737
Text - #6C6C6C

Font: 
'DM Sans', sans-serif;
'Spartan', sans-serif;

*/

/*body {
	overflow-x: hidden;
}*/

@font-face{
	font-family: 'myWebFont';
	font-display: swap;
	src: url('myfont.woff2') format('woff2');
}

body, p {
	font-family: 'DM Sans', sans-serif;
	color: #6C6C6C;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    color: #373737;
    line-height: 1.1;
	font-family: 'Spartan', sans-serif;
	font-weight: 800;
	letter-spacing: -1px;
}

h1 {
	font-size: 64px;
	line-height: 70px;
	letter-spacing: -3px;
	color: #1A70B4;
}

h2 {
	font-size: 42px;
	line-height: 50px;
	letter-spacing: -1.5px;
}

h3 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
}

h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}

h5 {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.5px;
	font-weight: 600;
}

h6 {

}

@media (max-width: 767px) {
	h1 {
		font-size: 42px !important;
		line-height: 50px;
	}
	
	h2 {
		font-size: 26px!important;
		line-height: 36px;
		letter-spacing: -1px;
	}
	
	h3 {
		font-size: 20px!important;
		line-height: 30px;
	}

	h4 {
	}
	
	h5 {
		font-size: 14px!important;
		line-height: 24px;
	}
	p {
		font-size: 14px!important;
		line-height: 24px;
	}
}

/* Screen Reader Only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


/* Skip to Main */
a.skip-to-main {
    background: #003478;
    color: #fff;
    display: block;
	/* font-family: 'DM Sans', sans-serif; */
    font-weight: bold;
    height: 50px;
    margin: -50px 0 0;
    outline: none;
    padding: 12px 20px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
	z-index: 4;
}

a.skip-to-main:focus {
    margin-top: 0;
}

a.skip-to-main:focus:hover {
	background: #000;
	color: #fff;
}

/* START Buttons */
.et_pb_button {
	border-radius: 45px;
	background-color: #006853;
	border: 4px solid #006853;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding-top: 10px;
    padding-bottom: 10px;
    min-width: 300px;
    text-align: center;
}

body .et_pb_button:after {
	content: "\f054";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    opacity: 1 !important;
	position: relative;
    margin-left: 10px;
    vertical-align: middle;
	font-size: 16px;
	color: #00C39A;
}

body .et_pb_button:hover, 
body .et_pb_module .et_pb_button:hover,
body .et_pb_button:active, 
body .et_pb_module .et_pb_button:active,
body .et_pb_button:focus, 
body .et_pb_module .et_pb_button:focus {
	background-color: #006853;
	border: 4px solid #BDD8D2;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 1em;
	opacity: 1;
}

body .et_pb_button:hover::after, 
body .et_pb_module .et_pb_button:hover::after,
body .et_pb_button:active::after, 
body .et_pb_module .et_pb_button:active::after,
body .et_pb_button:focus::after, 
body .et_pb_module .et_pb_button:focus::after {
	content: "\f061";
    margin-left: 10px !important;
    font-size: 16px;
	color: #00C39A;
	opacity: 1 !important;
}

@media (max-width: 767px) {
	.et_pb_button {
		min-width: unset;
		width:  100%;
	}
}
/* END Buttons */

/* START Accordion */
.et_pb_accordion .et_pb_toggle .et_pb_toggle_title button {
	background: none;
    border: none;
	cursor: pointer;
	letter-spacing: -.5;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}

.et_pb_accordion .et_pb_toggle .et_pb_toggle_title button:focus {
	color: #1A70B4;
}
/* END Accordion */
