/* CSS Document */
/* CSS Document */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
  margin: 0;
  padding: 0; }

img, fieldset {
  border: 0; }

/* set image max width to 100% */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

p img {
    background: #fff;
    padding: 8px;
}

html, body, .cke_editable {
  font-size: 1em;
  color: #5D5D5D;	
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;	
  line-height: 1.2em;
  height: auto;
  margin: 0;
  padding: 0;
  }

.transitions {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.notransitions {
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}

.hidden {
  display: none;
}

/* add this class to the parent div to center an img inside the div */
.centerimg {
  text-align: center;
  font-size: 0; }
  .centerimg:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .centerimg img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle; }

/* add this to div to clear the floats within */
.clfix:after {
  content: "";
  clear: both;
  display: block; }

/* add to clear a row inside a floated div */
.cl {
  clear: both; }

a, p a {
  text-decoration: none;
  color: #000;	
  font-weight: 500;	
  /* don't show the pointer for a telephone number link */ }
  a img {
    border: none;
    margin-bottom: 0px;
/*    margin-left: -18px;
    margin-top: -50px; */
  }
  a[href^="tel"] {
    cursor: default;
	color: inherit !important; }
	
 a, p a {
 	color: #000;	
  }

 a:hover, p a:hover {
 	color: #C03221;	
  }

p {
  font-size: 1.4em;
  color: #5D5D5D;
  font-weight: 400;	
  line-height: 1.2em;
  padding-bottom: 20px;	
}

h1, h2, h3, h4, h5 {
  margin: 0;
  color: #344966;
  font-family: 'Open Sans', sans-serif;
}


h1 {
    font-size: 2em;
    line-height: 45px;
    text-align: left;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 15px;
    height: 40px;
}

h2 {
  font-size: 2em;
  line-height: 1em;
  text-align: left;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 15px;
  margin-top: 5px;
}

h3 {
    font-size: 1.4em;
    text-align: left;
	font-weight: 600;
    text-transform: none;
    letter-spacing: 0px;
    margin-top: 5px;
    margin-bottom: 15px;	
    padding-left: 0px;
}
  
h4 {
  font-size: 1.4em;
  line-height: 1em;
  letter-spacing: 0px;	
  margin-top: 0px;
  margin-bottom: 15px; 	
}
  
h5 {
  font-size: 1.2em;
  padding-bottom: 10px;
  font-weight: 700;
  }

h6 {
  	font-size: 0.8em;
	line-height: 1em;
	font-weight: 400;
  	font-style: italic;	
 }

h7 {
    font-size: 0.6em;
    text-align: center;
    font-style: italic;
	width: 100%;
	float: left;
}

h8 {
    font-size: 0.5em;
    line-height: 1;
    margin-left: 17px;
}

blockquote {
  font-style: italic;
  padding: 2px 0;
  border-style: solid;
  border-width: 0; }

p img {
	width: 100%;
}

.img_right_nb, .img_right {
  float: right;
  margin: 10px 0 10px 2%; }

.img_left, .img_left_nb {
  float: left;
  margin: 10px 2% 10px 0; }

.img_right, .img_left {
  padding: .5%;
  border: 1px solid #ebebeb;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 15px 0px white;
  box-shadow: 0px 0px 15px 0px white; }

ol, ul, dl {
  margin: 0em 0 0.4em 8px;
  padding: 0;
  line-height: 120%; }

ul {
  font-size: 1.2em;
  float:left;
  width:95%;
  margin-left: 5%;
  line-height: 1em;	
  font-weight: 400;	
  padding-bottom: 20px;	
}

li {
	list-style: square;
	position: relative;
	padding: 0 0 0 0px;
}

.page-grid-full {
	width: 100%;
	min-height: 100px;	
	height: auto;
	overflow: auto;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto;
}

.page-grid-half {
	width: 100%;
	min-height: 100px;		
	height: auto;
	overflow: auto;
	display: grid;
	grid-gap: 2%;
	grid-template-columns: 48% 48%;
	grid-template-rows: 100%;
}

.page-grid-firstthird {
	width: 100%;
	min-height: 100px;		
	height: auto;
	overflow: auto;
	display: grid;
	grid-gap: 1%;
	grid-template-columns: 33% 66%;
	grid-template-rows: 100%;
}

.page-grid-lastthird {
	width: 100%;
	min-height: 100px;		
	height: auto;
	overflow: auto;
	display: grid;
	grid-gap: 1%;
	grid-template-columns: 66% 33%;
	grid-template-rows: 100%;
}
	
.page-row-half {
	width: 100%;
	min-height: 100px;		
	height: auto;
	overflow: auto;
	display: flex;
	flex-direction: column;
}
	
.page-grid-thirds {
	width: 100%;
	min-height: 100px;		
	height: auto;
	overflow: auto;
	display: grid;
	margin-bottom: 20px;
	grid-gap: 1%;
	grid-template-columns: 32% 32% 32%;
	grid-template-rows: auto;
}

.page-grid-container {
	width: 100%;
	min-height: 100px;
	height: auto;
	overflow: auto;
	padding: 0px;
	margin-bottom: 15px;		
}
	
.page-grid-container p {
	padding: 0px;
}
	
.page-grid-column-container {
	width: 100%;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	height: auto;
	overflow: auto;
	padding: 0px;	
}
	
.page-grid-column-container p {
	padding: 0px;
}

.page-row-container {
	width: 100%;
	min-height: 100px;
	height: auto;
	overflow: auto;
	display: grid;	
	grid-gap: 1%;
	grid-template-columns: 48% 48%;
	grid-template-rows: 100%;
	padding: 0px;	
}
	
.page-row-container p {
	padding: 0px;
}