

#mobile-menu{
	display: none;
}

.home #hero > span{
	display: block;
	background: url('../../images/badge.png') center center no-repeat;
	width: 20vw;
	height: 20vw;
	background-size: contain;
	position: absolute;
	bottom: 2vw;
	right: 4vw;
	transform: rotate(10deg);
}


#get-in-touch > div{
	margin-bottom: 15px;
	font-size: 24px;
}

#get-in-touch a, #get-in-touch a:active, #get-in-touch a:visited{
	color: #fff;
	text-decoration: none;
}

#get-in-touch a:hover{
	text-decoration: underline;
}


#menu-social{
	align-items: normal;
	column-gap: 20px;
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0px 60px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 250px;
}

#menu-social li{
	flex-basis: 0;
	flex-grow: 1;
}


#menu-social a{
	width: 60px;
	height: 60px;
	text-indent: -1000px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	color: #fff;
}

.facebook > a:before{
	content: "\f230";
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: 0px;
	text-align: center;
}

.youtube > a:before{
	content: "\f16a";
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: 0px;
}

.instagram > a:before{
	content: "\f16d";
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: 0px;
}


#hero{
	height: 40vw;
	background-size: cover;
	background-position: center center;
	box-shadow: 0px -30px 20px rgba(0,0,0,.45) inset;
	position: relative;
}

body#cec, .wp-admin .editor-styles-wrapper{
	/* background: rgb(60, 124, 190); */
	background: #000099;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-weight: 100;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

main{
	box-sizing: border-box;
	min-height: 80vh;
	padding-top: 60px;
}

main > section, .wp-admin .editor-styles-wrapper{
	box-sizing: border-box;
	font-size: 28px;
	line-height: 40px;
	margin: auto;
	max-width: 1200px;
	padding: 30px;
	width: 100%;
}

body.wp-admin .editor-styles-wrapper{
	max-width: none;
}

html body.wp-admin :where(.wp-block){
	max-width: 1200px;
}


main section a, body.wp-admin .editor-styles-wrapper a{
	border-bottom: 0px;
	box-sizing: border-box;
	color: rgb(48, 66, 84);
	font-weight: 400;
	text-decoration: none;
}

main section a:hover, body.wp-admin .editor-styles-wrapper a:hover{
	border-bottom: 1px dotted rgb(48, 66, 84);
}

h1{
	font-size: 80px;
	font-weight: normal;
	margin: 0px 0px 30px;
	line-height: 80px;
}

ul.menu li.current_page_item{
	border-bottom: 10px solid #D11242;
}

h3.u{
	border-bottom: 1px dotted rgba(255,255,255,.25);
}

h4{
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	margin: 0px 0px 5px 0px;
}

p{
	margin: 0px 0px 30px 0px;
}

nav#primary{
	background: #fff;
	box-sizing: border-box;
	height: 60px;
	left: 0px;
	line-height: 60px;
	padding: 0px 30px;
	position: fixed;
	text-align: right;
	top: 0px;
	width: 100%;
	box-shadow: 0px 0px 30px rgba(0,0,0,.75);
}

.admin-bar nav#primary{
	top: 30px;
}


nav#primary ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	box-sizing: border-box;
}

nav#primary ul li{
	box-sizing: border-box;
	display: inline-block;
	height: 60px;
	margin-left: 15px;
}

nav#primary ul li:hover{
	border-bottom: 10px solid rgba(209,18,66,.5);
}

nav#primary a{
	color: rgb(48, 66, 84);
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
}

#sheild-logo{
	width: 100%;
	height: auto;
}

footer{
	background: rgba(255,255,255,.1);
	box-sizing: border-box;
	min-height: 20vh;
	width: 100%;
}

footer h5{
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	margin: 0px 0px 15px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid rgba(255,255,255,.25);
}

#copyright{
	text-align: center;
	color: rgba(255,255,255,.5);
	padding: 30px 0px;
}


.columns{
	box-sizing: border-box;
	
	align-items: normal;
	column-gap: 30px;
	display: flex;
	flex-wrap: nowrap;
	
	margin: auto;
	max-width: 1200px;
	padding: 30px;
	width: 100%;
}

.columns.thirds > div{
	flex-basis: 0;
	flex-grow: 1;
}

.wp-block-columns{
	align-items: normal;
	column-gap: 30px;
	display: flex;
	flex-wrap: nowrap;
	margin: 30px 0px 60px;
	
}

.wp-block-columns .wp{
	flex-basis: 0;
	flex-grow: 1;
}

.wp-block-columns .wp figure{
	margin: 0px;
	padding: 0px;
}

.wp-block-columns .wp img{
	display: block;
	height: auto;
	width: 100%;
}

figure.is-style-rounded{
	border: 10px solid #fff;
	border-radius: 50%;
	box-shadow: 0px 10px 15px rgba(0,0,0,.25);
	box-sizing: border-box;
	
	display: block;
	overflow: hidden;
}

figure.white-border{
	border: 10px solid #fff;
	box-shadow: 0px 10px 15px rgba(0,0,0,.25);
	box-sizing: border-box;
	
	display: block;
	overflow: hidden;
}

#google-calendar{
	width: 100%;
	height: 45vh;
	
}


.cec-people{
	align-items: normal;
	column-gap: 30px;
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0px 60px;
}

.cec-people .person{
	/* flex-basis: 0;
	flex-grow: 1; */
	text-align: center;
	width: calc(25% - 22.5px);
	margin-bottom: 45px;
}

.cec-people .person img{
	border: 10px solid #fff;
	box-shadow: 0px 10px 15px rgba(0,0,0,.25);
	box-sizing: border-box;
	background: rgba(255,255,255,.25);
	
	display: block;
	overflow: hidden;
	width: 100%;
	border-radius: 50%;
	margin: 0px auto 15px;
}

.cec-people .person h5{
	margin: 0px;
	font-size: 18px;
	line-height: 20px;
}

.cec-people .person h6{
	margin: 0px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
}


#cec-logo{
	position: absolute;
	top: 0px;
	left: 30px;
	height: 40px;
	margin-top: 10px;
	width: auto;
}

/*
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

*/

.form-item{
	display: block;
	margin-bottom: 30px;
}


.form-item label{
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
}

.form-item input{
	width: 100%;
	max-width: 450px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0px 10px;
	box-sizing: border-box;
	border: 2px solid rgb(3, 47, 72);
}

.form-item textarea{
	width: 100%;
	max-width: 450px;
	height: 250px;
	line-height: 40px;
	font-size: 16px;
	padding: 0px 10px;
	box-sizing: border-box;
	border: 2px solid rgb(3, 47, 72);
}

.form-item button{
	border: 0px;
	color: #fff;
	font-weight: bold;
	background: rgb(3, 47, 72);
	width: 200px;
	border-radius: 6px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	letter-spacing: 0.1em;
}


.post-meta{
	align-items: normal;
	column-gap: 30px;
	display: flex;
	flex-wrap: nowrap;
}

.post-meta > div{
	width: 33%;
}


.cec-blog-posts{
	align-items: normal;
	column-gap: 30px;
	display: flex;
	flex-wrap: nowrap;
}

.cec-blog-posts > .col:first-child{
	width: 60%;
	box-sizing: border-box;
}

.cec-blog-posts > .col:last-child{
	width: 40%;
	box-sizing: border-box;
}

.cec-blog-posts div.img-lg{
	width: 100%;
	aspect-ratio: 1/1;
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;
	border: 10px solid #fff;
	box-shadow: 0px 10px 15px rgba(0,0,0,.25);
	margin-bottom: 10px;
}

.cec-blog-posts{
	margin-bottom: 60px;
}

.cec-blog-posts div.sm{
	margin-bottom: 60px;
}

.cec-blog-posts div.img{
	width: 100%;
	aspect-ratio: 2/1;
	background-size: cover;
	box-sizing: border-box;
	background-position: center center;
	border: 10px solid #fff;
	box-shadow: 0px 10px 15px rgba(0,0,0,.25);
	margin-bottom: 10px;
}

hr{
	border-collapse: collapse;
	border: 0px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	margin: 60px 0px;
}


.author-img{
		border: 10px solid #fff;
		box-shadow: 0px 10px 15px rgba(0,0,0,.25);
		box-sizing: border-box;
		background-position: center center;
		background-size: cover;
	
		display: block;
		width: 10vw;
		aspect-ratio: 1/1;
		border-radius: 50%;
		margin: 0px 0px 5px;
}


h5{
	margin: 0px;
}

.tags{
	margin: 0px 0px 30px;
}

.tags > a {
	margin: 0px 15px 15px 0px;
}


ul.cats{
	list-style-type: none;
	margin: 0px 0px 30px;
	padding: 0px;
	border-top: 1px solid rgba(255,255,255,.1);
}

ul.cats li{
	border-bottom: 1px solid rgba(255,255,255,.1);
	
}



