* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  color: #333;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  background-color: #d4e2eb;
}

table.customTable {
  width: 90%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #D9E3DC;
  border-style: solid;
  color: #000000;

}


.ContentParent {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1em;
}

table.customTable thead {
  background-color: #ABBCC2;
}

table.customTable td, table th {
  border-width: 1px;
  border-color: #D9E3DC;
  border-style: solid;
  padding: 5px;
}

h1, h2, h3, .h1, .h2, .h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Righteous";
    color: #404040;
    padding-top:2px;
    padding-bottom:2px;
}

h4, h5, h6, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: sans-serif;
  padding-top:2px;
    padding-bottom:2px;
}


h2.h2-new{
  color: #D05340
}

main {
  flex: 1 0 auto;
}

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding-top: 10px;
  
}

.leftSide {
	background: #F0C434;
  width: 15%;
  border-radius: 7px;
  border-style: solid;
    border-width: 1px;
    border-color: #d4e2eb;
    padding:15px;
    margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.ContentMiddle {
  width: 40%;
}

.ContentWidget {
  background: #FFFFFF;
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #d4e2eb;
  padding:10px;
}

.ContentWidget-2 {
  float: left;
  background: #FFFFFF;
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #d4e2eb;
  padding:10px;
}


.rightSide {
  width: 15%;
  background: #FFFFFF;
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #d4e2eb;
  padding:10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.ColumnBlankSides{
  width: 15%;
}

/* Clear floats after the columns */
.container:after {
  content: "";
  display: table;
  clear: both;
}

.Row-2-Widgets{
  display: flex;
  flex-direction: row;
}

.TextWrapVideo{
  float: left;
  padding:10px;
  width:50%;
}

.TextWrapImage{
  float: Left;
  padding:10px;
  width:50%;
}

span.clear { clear: left; display: block; }

.VideoIframe{
  width:50%;
}

p{
  word-spacing: 5px;
  line-height: 20px;
}

p.P_Content-1{
  padding: 15px;
}

hr.hr_1 {
  border-top: 1px solid #f1f1f1;
  margin: 10px;
}

a.article_link{
  text-decoration: underline;
}

