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

html,
body {
  height: 100%;
}

body {
  color: #333;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  display: flex;
  flex-direction: column;
  background-color: #d4e2eb;
  font-size: 16px;
}

a {
  font-weight: 500;
  font-size: 14px;
  margin: 0px;
  color: #555555;
  text-decoration: none;
}

a:hover {
  padding-bottom: 5px;
  box-shadow: inset 0 -2px 0 0 #fff;
}

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: 0px;
    margin-bottom: 0px;
    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: Verdana, Geneva, Tahoma, sans-serif;
  padding-top:2px;
    padding-bottom:2px;
}

h4{
  color: #999999;
}


h2.h2-new{
  color: #D05340
}

main {
  flex: 1 0 auto;
}

p.p_subHeader{
  padding:10px;
  font-size: 13px;
  font-style: italic;
}





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

}

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

}

.ContentWidget-2-no-borders {
  float: left;
  padding:0px;
  margin:0px;

}


.leftSide {
	background: #F0C434;
  width: 18%;
  border-radius: 7px;
  border-style: solid;
    border-width: 1px;
    border-color: #d4e2eb;
    padding:10px;
}

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

.ContentMiddleSiteDown {
  width: 60%;
  background: #FFFFFF;
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #d4e2eb;
  padding:10px;
}
.ColumnBlankSidesSiteDown{
  width: 20%;
}

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

.ColumnBlankSides{
  width: 15%;
}

.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 8px;
}

.container div {
  margin-left: 0px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding-top: 7px;
}

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

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
margin: 0px;

}

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

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

.TextWrapImage{
  float: Left;
  margin:20px;
  width:50%;
}

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

.VideoIframe{
  width:50%;
}


p{
  word-spacing: 7px;
  line-height: 30px;
}

p.P_Content-1{
  padding: 20px;
  font-size: 20px;
  color:#444444;
  display:inline;
}

p.P_Content-1 a{
  font-size: 20px;
  text-decoration:underline;
}

p.P_Content-tt{
  margin-left:-25px;
  margin-right: -25px;
  font-size: 20px;
  color:#D05340;
  display:inline;
  word-spacing: 2px;
  font-style:italic;
  font-family: "Righteous";
}


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

a.article_link{
  text-decoration: underline;
}

.tblLinks {
  padding:0px;
  margin:0px;
}
.tblLinks-a {
margin-top:0px;
margin-bottom: 0px;
}
.tblLinks-a:nth-child(odd) {
  background: #ffffff;
  }
  
.tblLinks-a:nth-child(even) {
background: #ffffff;
}

.vertical-line { 
  width: 1px; 
  background-color: #d8d8d8; 
} 


/* --------------------------feature Page------------------------------------*/
.FeatureColumn {
  width: 46%;
  background: #FFFFFF;
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #d4e2eb;
  padding:10px;
  float:left;
}
.FeatureSideEmpty {
  width: 15%;
  border-color: #d4e2eb;
  float:left;
}
.FeatureSide {
  width: 16%;
  background: #FFFFFF;
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #d4e2eb;
  padding:10px;
  float:left;
}
.FeatureBlanks {
  width: 19%;
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #d4e2eb;
  float:left;
}

    /*---------------Feature 2column----------------------*/
    .containerFeature{
      display: flex;
      flex-wrap: wrap;
      justify-content: left;
      margin: 5px;
    }
    
    .containerFeature div {
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      padding: 7px;
    }
    
    /* Clear floats after the columns */
    .containerFeature:after {
      content: "";
      display: table;
      clear: both;
    }
    
    /* Create two unequal columns that floats next to each other */
    .columnFeature {
      float: left;
    margin: 0px;
    
    }


  /* Tooltip --------------------------------*/

  .tooltip {
    position:relative;
    display: inline;
  }
  
  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color:#D05340;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    word-spacing: 7px;
    line-height: 30px;
    font-size: 16px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
  }

  .tooltip a{
    color:#ffffff;
    text-decoration: underline;
  }

  .tooltip-show {
    bottom: -60px;
    position: relative;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  h1, h2, h3, .h1, .h2, .h3 {
    margin:5px;
  }
    .container{
      margin: 0px;
    }
    .container div {
        margin:0px;
        padding-top:0px;
    }
    .column {
      width: 100%;
    }
    .container div:nth-child(2) {
      order: 3;
    }
    .container div:nth-child(3) {
      order: 2;
    }
    .container div:nth-child(4) {
      order: 1;
    }

    /*---------------Feature 2column----------------------*/
    .containerFeature{
      margin: 0px;
    }
    .containerFeature div {
      margin:0px;
      padding-top:0px;
    }
    .columnFeature {
      width: 100%;
    }
    .containerFeature div:nth-child(2) {
      order: 2;
    }
    .containerFeature div:nth-child(3) {
      order: 3;
    }


    .tblLinks-a {
      padding: 10px;
      }
      .tblLinks-a a{
       font-size: 16px;
        }

    .Row-2-Widgets{
    flex-direction: column;
    }
  }

  @media only screen and (max-width: 1000px) and (min-width: 601px) {
    .container{
      margin: 0px;
    }
    .container div {
        margin:1px;
    }
    .column {
      width: 100%;
    }
    .ColumnBlankSides{
      width: 0%;
    }
    .ContentMiddle {
      width: 66%;
    }
    .rightSide {
      width:100%;
    }
    .leftSide {
      width:33%;
    }

    /*---------------Feature 2column----------------------*/
    .containerFeature{
      margin: 0px;
    }
    .containerFeature div {
      margin:0px;
      padding-top:0px;
    }
    .columnFeature {
      width: 100%;
    }
    .FeatureColumn{
      width: 68%;
    }
    .FeatureSide{
      width: 29%;
      
    }
    .FeatureBlanks{
      width: 0%;
    }
    .Row-2-Widgets{
      flex-direction: column;
      }
  }

  @media only screen and (max-width: 1300px) and (min-width: 1001px) {
    .container{
      margin: 5px;
    }
    .container div {
        margin:2px;
    }
    .column {
      width: 100%;
    }
    .ColumnBlankSides{
      width: 0%;
    }
    .ContentMiddle {
      width: 50%;
    }
    .rightSide {
      width:24%;
    }
    .leftSide {
      width:24%;
    }
     /*---------------Feature 2column----------------------*/
     .FeatureColumn{
      width: 75%;
    }
    .FeatureSide{
      width: 23%;
      
    }
    .FeatureBlanks{
      width: 1%;
    }
    .Row-2-Widgets{
      flex-direction: column;
      }
  }

  @media only screen and (max-width: 1700px) and (min-width: 1301px) {
    .container{
      margin: 3px;
    }
    .container div {
        margin:3px;
    }
    .column {
      width: 100%;
    }
    .ColumnBlankSides{
      width: 1%;
    }
    .ContentMiddle {
      width: 52%;
    }
    .rightSide {
      width:21.5%;
    }
    .leftSide {
      width:21.5%;
    }
  }

