.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.buttonclear {
  background-color: #ffffff; /* white */
  border: none;
}

.offer {
  background-color: #0000FF; /* blue */
  border: none;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

table.all, td.all, td.all {
  border-style: solid;
}

.stdlink {
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.stdlink:hover {
  text-decoration:underline;
}


.reference {
  border: none;
  text-align: center;
  text-decoration: none;
  font-style:italic;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.reference:hover {
  text-decoration:underline;
}


.button:hover {
  background-color: #FF0000; /* red */
  text-decoration:underline;
  color: white;
}

.arialblack {
	font-family:'Arial Black'; 
}


.responsive {
  width: 100%;
  height: auto;
  margin: auto;
}

.mySlides {
	display:none; 
	border-style:none;
	width:100%;
}

body {
    padding:5px;
    margin:5px;
}

h1, h2, h3, h4, h5, h6  {
	margin-bottom:0; margin-top:0;
	font-family:'Arial Black'; 
}

.tips {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%; /* 4:3 Aspect Ratio */
  border: 0px;
  min-height: 1280px;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.responsive {
  width: 100%;
  height: auto;
  margin: auto;
}

video {
  width: 100%;
  height: auto;
}

.iframe-container{
  position: relative;
  width: 100%;
  max-width:500px;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect-ratio {
    position: relative;
    width:100%;
    height: 0;
    padding-bottom: 61%;
}

.aspect-ratio iframe{
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top:0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

img.learnmore {
   border-radius:50px;
   margin-bottom:10px;
   width:100px;
   background:#3bb4fc;
   float:left;
}

div.learnmore {
   width:120px;
}


.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}
.button6 {border-radius: 10px; width:50%;}
.button7 {border-radius: 10px;padding:12px;}
.button8 {border-radius: 10px;}
.buttonf {border-radius: 10px; width:100% }
.buttonme {border-radius: 10px; width:25%;float:right;}



.w3-btn {width:2%;text-align:center;padding:1px 1px;}

a.thumbnail  {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;

  font-family:'Arial Black';
  text-align:center;
  border-radius: 10px; 
  width:100%;
  border-radius: 10px;
}

a.thumbnail:hover {
  background-color: #FF0000; /* red */
  text-decoration:underline;
  color: white;
}

img.thumbnail  {
    border-radius:50%;width:100%;
}

div.thumbnail  {
    padding:10px;text-align:center;
}

img.iponlink     {
    border-radius:15px;
    width:30px;
    float:left;
    background:white;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


.buttonme   {
    border-radius: 10px; 
    width:25%;
    float:right;
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.left-button   {
    border-radius: 10px; 
    width:50%;
    position: absolute;
    bottom: 16px;
    left:8px;
}

.containerx {
  position: relative;
}



