body {
	margin: 0;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #253e48;
	-webkit-font-smoothing: antialiased;
}

p {
	font-size: 15px;
	line-height: 30px;
}

#page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.fgLogo {
	max-width: 250px;
}

.mainBlock {
	background-color: #F2F5F7;
}

.mainBlock .holder {
	min-height: 86vh;
}


.mainBlock .contentWrap {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 2rem;
	align-content: center;
	height: 100%;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	max-width: 760px;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.mainBlock .contentWrap .blockWrap{
	margin: auto;
}

.mainBlock .contentWrap hr {
	height: 1px;
	background-color: #96A7B2;
	width: 60px;
	margin: 1em auto;
	
}

.mainBlock .h1Title {
	font-family: "Lato", sans-serif;
	color: #87bdc6;
	font-size: 2em;
	font-weight: 900;
	line-height: 1.3em;
}

.mainBlock .certImg {
	display: inline-block;
	vertical-align: middle;
	max-width: 117px;
	margin: 0 auto 20px;
}

.mainBlock a.notice {
	text-decoration: underline;
	font-style: italic;
	font-size: 14px;
	color: #505050;
	line-height: 3.5rem;
}

.mainBlock a:hover.notice {
	color: #719DA6
}

.mainImg {
	background-color: #E8F4F4;
	background-image: url(/imgs/fg_meeting.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	filter: brightness(100%) contrast(100%) saturate(81%) blur(0px) hue-rotate(0deg);
}

.mainImg .spaceInside {
	height: 30vh;
}

.midBlock {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 6rem 2rem 1.2rem;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: none;
}

.fgText {
	color: #96a7b2;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	margin-top: 20px;
}

.midBlock p {
	line-height: 25px;
}

.logoBlock {
	max-width: 1140px;
}

.logo-card {
  padding: 1.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: transform .15s ease, box-shadow .15s ease;
}
.logo-card:hover {
  transform: translateY(-3px);
}

.logo-card img {
	max-height: 115px;
	
}

.botBlock {
	background-color: #fff;
	padding: 30px 0px 20px 0px;
}

.botBlock .contentWrap {
	display: flex;
	flex-direction: column;
	margin: 1.2rem auto;
	padding: 50px 60px 50px 60px;
	position: relative;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	max-width: 430px;
	background-color: #E8F4F4;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.botBlock .contentWrap hr {
	height: 1px;
	background-color: #96A7B2;
	width: 60px;
	margin: 20px auto 30px;
	
}

.botBlock .h3Title {
	color: #87BDC6;
	font-family: "Helvetica", Sans-serif;
	font-size: 3em;
	font-weight: 900;
	margin: 20px auto;
	text-transform: uppercase;
}


.botBlock a.btn-primary {
	background-color: #719DA6;
	font-weight: 600;
	padding:  10px 20px;
	line-height: 1rem;
	border: none;
	border-radius: 5px;
}
.botBlock a:hover.btn-primary {
	background-color: #87BDC6;
}
.botBlock .arrowIcon img {
	width: 35px;
	height: 35px;
	display: inline-block;
	margin: 40px 0 0;
}
.footBlock {
	background-color: #f5f5f5;
		padding: 20px 0px;
		position: relative;
		bottom: 0;
}
.footBlock .mrText {
	line-height: 1.65rem;
	margin-bottom: 0;
}
.footBlock .mrText a {
	color: #87bdc6;
	font-size: 15px;
	text-decoration: none;
}
.footBlock .mrText a:hover {
	color: #719da6
}

/* Notice Page */

.pageBlock {
	background-color: #F2F5F7;
		flex-grow: 1;
}

.pageBlock .contentWrap {
	display: flex;
	margin: 2rem auto;
	padding: 2rem;
	align-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	max-width: 1240px;
	color: #505050;
}

.pageBlock .contentWrap h1{
	font-weight: 800;
	margin-bottom: 20px;
	
}

.pageBlock .contentWrap p{
	line-height: 1.65rem;
	
}

.pageBlock .contentWrap a {
	color: #87bdc6;
	transition: all .2s linear;
}

.pageBlock .contentWrap a:hover {
	color: #719da6;
	
}


@media print,
screen and (min-width:48em) {
	

	.mainImg .spaceInside {
		height: 50vh;
	}
	.midBlock {
		max-width: 800px;
	}
	.logo-card {
	  padding: .4rem;
  	}
	  .botBlock {
		  padding: 90px 0px 20px 0px;
	  }
}


