/* CSS Document */
/* CSS Document */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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: calc(14px + (22 - 14) * ((100vw - 300px) / (1600 - 300)));
  color: #5D5D5D;	
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;	
  line-height: 1.5rem;
  height: auto;
  margin: 0;
  padding: 0;
}

textarea {
  font-family: 'Open Sans', sans-serif;
}

.fade-in {
    opacity: 1;
    transform: scale(1);
}

.appear {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: scale(1) !important;
    opacity: 1 !important;
}

.specialfont {
    font-family: 'Raleway', sans-serif;    
}

.text-white,  .text-white p {
    color: #fff !important;
}

.text-fadedwhite, .text-fadedwhite p {
    color: #aaa !important;
    z-index: 2000;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.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;
}

.cursive {
    font-family: 'Yellowtail', cursive;    
}

.hidden {
  display: none;
}

#cookie_banner {
    position: fixed;
    width: 300px;
    height: 200px;
    display: none;
    flex-direction: column;
    background-color: #000;
    z-index: 20000;
    left: 20px;
    bottom: 20px;
    padding: 25px;
}

.cookie_banner--message {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}

.cookie_banner--message .fas {
    font-size: 1.8em;
    margin-right: 5px;
    vertical-align: 5px;
}

.cookie_banner--message a {
    color: #fff;
}

.cookie_banner--message a:hover {
    color: #E7AD30;
}

.cookie_banner--btn {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E7AD30;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}

.cookie_banner--btn:hover {
    background-color: #fff;
    transform: scale(1.05);
}

/* 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:hover {
 	color: #600B07;	
  }

p {
  color: #5D5D5D;
  font-weight: 400;	
  padding-bottom: 1.5rem;	
}

h1, h2, h3, h4, h5 {
  margin: 0;
  color: #8DC540;
}


h1 {
 font-size: calc(28px + (50 - 28) * ((100vw - 700px) / (1600 - 700)));
 line-height: 1.5rem;
 text-align: left;
 font-weight: 700;
 color: #184281;    
 letter-spacing: -2px;
 margin-bottom: 15px;
 height: auto;
 padding-bottom: 20px;    
 margin-top: 5px;
}

h2 {
  font-size: calc(26px + (36 - 26) * ((100vw - 700px) / (1600 - 700)));
  line-height: 1.5rem;
  color: #000;    
  text-align: left;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
}

h3 {
    color: #000;
    font-size: calc(22px + (32 - 22) * ((100vw - 700px) / (1600 - 700)));
    line-height: 1.5rem;
    text-align: left;
	font-weight: 800;
    text-transform: none;
    letter-spacing: 0px;
    margin-top: 5px;
    margin-bottom: 15px;	
    padding-left: 0px;
}
  
h4 {
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: -1px;	
  margin-top: 10px;
  margin-bottom: 5px; 	
}
  
h5 {
  font-size: 1.2rem;
  padding-bottom: 10px;
  font-weight: 700;
  }

h6 {
  	font-size: 1rem;
	line-height: 1em;
	font-weight: 800;
    color: #5D5D5D;
    margin-bottom: 10px; 	
}

h7 {
  	font-size: 1rem;
	line-height: 1em;
	font-weight: 800;
    color: #5D5D5D;
}

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: 0.9em;
  float:left;
  width:95%;
  margin-left: 5%;
  line-height: 1.2em;	
  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;
}