.grid-row::after, #content::after, #global-header .header-wrapper::after,
	#global-header .header-wrapper .header-global::after, #global-header .header-wrapper .header-global .header-logo::after
	{
	clear: both;
	content: "";
	display: block;
}

#content, #footer .footer-wrapper {
	margin: 0 15px;
	max-width: 960px;
}

@media ( min-width : 641px) {
	#content, #footer .footer-wrapper {
		margin: 0 30px;
	}
}

@media ( min-width : 1020px) {
	#content, #footer .footer-wrapper {
		margin: 0 auto;
	}
}

.grid-row {
	margin: 0 -15px;
}

#content {
	outline: medium none;
	padding-bottom: 10px;
}

.column-half {
	box-sizing: border-box;
	padding: 0 15px;
}

@media ( min-width : 641px) {
	.column-half {
		float: left;
		width: 50%;
	}
}

.column-full {
	box-sizing: border-box;
	padding: 0 15px;
}

@media ( min-width : 641px) {
	.column-full {
		float: left;
		width: 100%;
	}
}

main {
	font-size: 12px;
	line-height: 1.3;
	text-transform: none;
}

.box-header {
	display: block;
	line-height: 1.2;
	margin-bottom: 0.5em;
	margin-top: 0;
	text-transform: none;
	font-size: 15px !important;
	font-weight: bold;
	text-align: center;
}

@media ( min-width : 641px) {
	.box-header {
		margin-bottom: 1em;
		margin-top: 0;
	}
}

.box-button {
	background-color: #4caf50 !important;
	border: none;
	box-sizing: border-box;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 12px !important;
	outline: 0;
	padding: 6px 16px;
	position: relative;
	overflow: hidden;
	text-decoration: none !important;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap
}

@media ( max-width : 640px) {
	.box-button {
		width: 100%;
	}
}

.box-button:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.img-button {
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap
}

@media ( max-width : 640px) {
	.img-button {
		width: 100%;
	}
}

.img-button:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

ul, ol {
	list-style-type: none;
}

html, body, div, footer, header, nav, section {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

main {
	display: block;
}

html {
	background-color: #fff;
	font-size: 62.5%;
	overflow-y: scroll;
}

body {
	background: #f1f1f1 none repeat scroll 0 0;
	color: #0b0c0c;
	font-size: 160%;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

ol, ul, nav ol, nav ul {
	list-style: inherit;
}

#global-header {
	background-color: #fff;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

#global-header .header-wrapper {
	box-sizing: content-box;
	background-color: #fff;
	margin: 0 auto;
	max-width: 990px;
	padding-bottom: 15px;
	padding-top: 15px;
}

@media ( min-width : 641px) {
	#global-header .header-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
}

#global-header .header-wrapper .header-global .header-logo {
	float: left;
	margin-top: 2px;
}

@media ( min-width : 769px) {
	#global-header .header-wrapper .header-global .header-logo {
		width: 30%;
	}
}

@media screen and (max-width: 379px) {
	#global-header .header-wrapper .header-global .header-logo {
		float: none;
		width: auto;
	}
}

#global-header .header-wrapper .header-global .header-logo .content {
	margin: 0 15px;
}

#global-header .header-header {
	float: right;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

@media ( min-width : 769px) {
	#global-header .header-header {
		/* width: 30%; */
		text-align: right;
	}
}

@media screen and (max-width: 379px) {
	#global-header .header-header {
		float: none;
		width: auto;
	}
}

#global-header .header-header {
	margin: 15px;
}

#footer {
	background-color: #fff;
	border-top: 1px solid #ddd;
}

#footer .footer-wrapper {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 10px;
}

#footer .footer-logo img.logo {
	padding-bottom: 25px;
	padding-top: 0.1em;
	width: 100px;
}

@media ( min-width : 769px) {
	#footer .footer-logo {
		display: inline-block;
		padding-right: 20px;
		vertical-align: top;
	}
}

#footer .info-block p {
	font-size: 9px;
	line-height: 1.5;
	margin: 0;
	padding-top: 0.1em;
	text-transform: none;
	font-weight: bold;
}

@media ( min-width : 641px) {
	#footer .info-block p {
		font-size: 9px;
		line-height: 1.5;
		font-weight: bold;
	}
}

@media ( min-width : 769px) {
	#footer .info-block {
		display: inline-block;
	}
}

#footer .info-block ul {
	display: inline-block;
	font-size: 9px;
	line-height: 1.5;
	margin: 5px 0;
	padding: 0;
	text-transform: none;
}

@media ( min-width : 641px) {
	#footer .info-block ul {
		font-size: 9px;
		line-height: 1.5;
	}
}

@media ( min-width : 769px) {
	#footer .info-block ul {
		margin: 5px 0;
	}
}

#footer .info-block ul li {
	display: list-item;
	margin: 0 0 0 15px;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-row-wrapper {
	display: flex;
}

.flex-row-wrapper>div {
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-pack: justify;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	.flex-row-wrapper {
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		flex-direction: column;
	}
}

.box {
	border: 1px solid #bfc1c3;
	height: 100%;
	background-color: #f0f5fb;
	border: 0 none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19) !important;
	font-size: 12px !important;
	margin: 30px 0 10px 0;
}

@media ( max-width : 641px) {
	.box {
		margin: 20px 0 0 0;
	}
}

.box .box-content {
	padding: 30px;
	font-size: 12px !important;
}

.box td {
	line-height: 2;
	font-size: 12px !important;
}
