html * {
font-family: Arial,sans-serif;
}

a {
	color: #2997ff;
    letter-spacing: inherit;
}

a.footer {
	color: white;
	letter-spacing: inherit;
}

a:link, a:visited, .link:link, .link:visited {
    text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

table {
        border-collapse: collapse;
        border-radius: 12px;
        border-style: hidden; /* hide standard table (collapsed) border */
        box-shadow: 0 0 0 2px #ddd; /* this draws the table border  */ 
    }

    td {
        border: 2px solid #ddd;
    }

th {
	border-collapse: collapse;
	border: none;
	background: #ddd;
	color: #555;
}

table th:first-child  {
	border-collapse: collapse;
	border-top-left-radius: 9px;
	border: none;
	background: #ddd;
	color: #555;
}
table th:last-child  {
	border-collapse: collapse;
	border-top-right-radius: 9px;
	border: none;
	background: #ddd;
	color: #555;
}
button {
    background: none;
    border: 0;
    box-sizing: content-box;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    overflow: visible;
    vertical-align: inherit;
}

.button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: Arial,sans-serif;
    min-width: 30px;
    padding: 7px 15px;
    border-radius: 980px;
    background: #0071e3;
    color: #fff;
    border: 1px solid transparent;
}
.button:hover {
	background: #0065e3;
}

button:disabled,
button[disabled]{
	cursor: not-allowed;
        pointer-events: none;
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

body {margin: 0;}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #f3f3f3;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: block;
  color: #666;
  text-align: center;
  padding: 24px 16px;
  text-decoration: none;
}

ul.topnav li form {
  display: block;
	text-align: center;
padding-left: 16px;
	padding-right: 16px;
	padding-top: 9px;
}

ul.topnav li a:hover:not(.active) {background-color: #ddd;}

ul.topnav li a.active {
  color: white;
  background-color: #4d4e4e;
}

ul.topnav li.right {float: right;}

@media screen and (max-width: 900px) {
  ul.topnav li.right, 
  ul.topnav li {float: none;}
}

.h_iframe iframe {
  width: 100%;
  height: calc(100vh - 250px);
}
div.centered {
  text-align: center;
}
div.border {
	margin: 70px;
	padding: 40px;
	border:2px solid #ddd;
	border-radius: 12px;
}
#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 15rem;    /* Footer height */
}
footer {
  position: absolute;
  bottom: 0;
  height: 15rem;
  width: 100%;
  display: block;
  text-align: center;
  padding: 3px;
  background-color: #4d4e4e;
  color: white;
}
.responsive {
  max-width: 100%;
  height: auto;
}
input[type=text], select, textarea {
  width: 50%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
}
input[type=email], select, textarea {
  width: 50%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
}

input[type=submit] {
  cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: Arial,sans-serif;
    min-width: 30px;
    padding: 7px 15px;
    border-radius: 980px;
    background: #0071e3;
    color: #fff;
    border: 1px solid transparent;
}

* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  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;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.container {
	position: relative;
	text-align: center;
}

.ca-over-text {
	position: absolute;
	bottom: 8px;
	left: 50%;
	 transform: translate(-50%, -50%);
	color: white;
}

div.gallery {
  border:2px solid #ddd;
	border-radius: 12px;
		border-top-left-radius: 0;
	border-top-right-radius: 0;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive2 {
  padding: 0 24px;
	float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive2 {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive2 {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown:hover .dropdown-content {
  display: block;
}
