@charset "utf-8";
/* CSS Document */


.noto-serif {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



*{ margin: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}



body {
    position: relative;
    min-width: 350px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    color: #000;
    background-color: #FFF;
    }

.wrapper {
	width: 100%;
}

.wrapperEnv {
	position: relative;
	max-width: 1300px;
	margin: 0 auto; 
}



a {
	color: #000;
  	text-decoration: none;
}

a.linkWhite {
	color: #FFF;
}

img {
	border: none;
}


ul {
  	padding-inline-start: 25px;
	line-height: 50px;
}

li {
	list-style-image: url("../pics/leafLI.gif");
}


hr {
	width: 100%;
	height: 1px;
	margin: 0;
}

.contentOuter {
	  display: table;
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
}

.contentMiddle {
	display: table-cell;
	vertical-align: middle;
	height: auto;
}

.marginBottom15 {
	margin-bottom: 15px;
}

.marginBottom25 {
	margin-bottom: 25px;
}

.font-bold {
	font-weight: 600;
}

.font-italic {
	font-style: italic;
}


.font12 {
	font-size: 12px !important;
}

.font13 {
	font-size: 13px !important;
}

.font14 {
	font-size: 14px !important;
}

.font18 {
	font-size: 18px !important;
}


.font24 {
	font-size: 24px !important;
}

.font30 {
	font-size: 30px !important;
}

.font35 {
	font-size: 35px !important;
}

.font45 {
	font-size: 45px !important;
}

.font55 {
	font-size: 55px !important;
}

.font-white {
	color: #FFF;
}

.font-blue {
	color: #02a9ff;	
}

.font-gray {
	color: #b0b0b0;	
}


.bgBlack {
	background-color: #000;
}



.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
