body {font-family: Verdana, sans-serif;margin: 0;}
* {box-sizing: border-box;}
.row > .column {padding: 0 8px;}
.row:after {content: "";display: table;clear: both;}
.column {float: left;width: 25%;}
/* The Modal (background) */
.modal {display: none;position: fixed;z-index: 1;padding-top: 100px;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: black;}
/* Modal Content */
.modal-content {position: relative;background-color: #fefefe;margin: auto;padding: 0;width: 90%;max-width: 1200px;}
/* The Close Button */
.close {color: white;position: absolute;top: 10px;right: 25px;font-size: 35px;font-weight: bold;}
.close:hover,
.close:focus {color: #999;text-decoration: none;cursor: pointer;}
.mySlides {display: none;}
.cursor {cursor: pointer}
/* Next & previous buttons */
.prev,
.next {cursor: pointer;position: absolute;top: 50%;width: auto;padding: 16px;margin-top: -50px;color: white;font-weight: bold;font-size: 20px;transition: 0.6s ease;border-radius: 0 3px 3px 0;user-select: none;
  -webkit-user-select: none;}
/* Position the "next button" to the right */
.next {right: 0;border-radius: 3px 0 0 3px;}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {background-color: rgba(0, 0, 0, 0.8);}
/* Number text (1/3 etc) */
.numbertext {color: #f2f2f2;font-size: 12px;padding: 8px 12px;position: absolute;top: 0;}
img {margin-bottom: -4px;}
.caption-container {text-align: center;background-color: black;padding: 2px 16px;color: white;}
.demo {opacity: 0.6;}
.active,
.demo:hover {opacity: 1;}
img.hover-shadow {transition: 0.3s}
.hover-shadow:hover {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)}
.row:after {content: "";clear: both;display: block;}
[class*="col-"] {float: left;padding: 4.6px;}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.col-13 {width: 16.66%;}
.col-14 {width: 4.165%;}
.col-15 {width: 25%;font-size:10pt;border: 1px solid;border-color:#888888;border-radius:5px;box-shadow: 8px 8px 8px #888888;text-align: center;}
.aside{background-color:#F8F8FF;padding:15px;font-size:12pt;border: 1px solid;border-color:#888888;box-shadow: 8px 8px 8px #888888;}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {width: 100%;}}
#container {background : #FFFFFF;position: relative;min-height: 100%;max-width : 80%;margin : auto;padding-bottom: 30px;margin-top:10px;font: 11pt Verdana;margin-bottom:30px;}
H2,H3,H4 {font: 11pt Verdana; color: #DCDCDC; font-weight: strong;}
H1 { text-align: left; font: 12pt Verdana; color:#006666;font-weight: bold;}
H2,H3,H4 {font: 11pt Verdana;font-weight: bold;color:#696969;}
img{width:100%;height:auto;}
div.img{width:100%;height:auto;}
A:link, A:visited { text-decoration: underline }
A:link, A:visited  { color: #000066 }
A:link, A:visited  { font: 10.5pt Verdana }
A:hover { text-decoration: none ; }
A:hover { color: red }}
  position: relative;width: 100%;}
.image {display: block;width: 100%;height: auto;}
.overlay {position: absolute;bottom: 0;left: 100%;right: 0;background-color: #177e85;overflow: hidden;width: 0;height: 100%;transition: .5s ease;}
.c:hover .overlay {width: 100%;left: 0;}
.text {white-space: nowrap;color: white;font-size: 17px;position: absolute;overflow: hidden;top: 50%;left: 50%;transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);}
.videoWrapper {position: relative;padding-bottom: 56.25%; /* 16:9 */padding-top: 25px;height: 0;}
.videoWrapper iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}