/* Add a black background color to the top navigation */
.topnav {
  background-color: #445;
  overflow: hidden;
  text-align: center;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.rightlink {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 900px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 900Spx) {
  .topnav.responsive {position: relative;}
    position: absolute;
  .topnav.responsive a.icon {
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
  }
  .rightlink.responsive a {
    float: none;
    display: block;
    text-align: right;
  }
}

body { 
    background-color: #ccccee; 
    margin: 0 auto; 
    max-width: 96%; 
    font-family: Verdana, sans-serif; 
	text-align: center;
} 
 
h1 { 
    text-align: center; 
    margin-top: 0.5em; 
    margin-bottom: 0.5em; 
	color: #005555;
} 

.h1white { 
    text-align: center; 
    margin-top: 0.5em; 
    margin-bottom: 0.5em; 
	color: #fff;
} 

h2 { 
    text-align: center; 
	color: #005555;
} 

tbody { 
	text-align: center;
}

table {
	text-align: center;
	margin: auto;
}

th {
	width: 100px;
}

.centre {
	margin: 0 auto;
	width: 80%;
	text-align: left;
}
 
/*td { 
    background-color: #f3f3f3; 
} 
 
td[valign="top"] { 
    background-color: transparent; 
} 
 */
form td { 
    background-color: transparent; 
} 

.topnav a:link { 
	color: #f2f2f2;
}

.topnav a:visited {
	color: #f2f2f2;
}

.topnav a:hover {
	color: #000;
}

a:link { 
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #666;
}

.title {
	font-size: 30px;
	width: 70%;
	
}

.bgimage {
	
	background-image:url("imsa.jpg");
	margin-top: 20px;
	height:600px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-mask-image: -webkit-gradient(linear, left 60%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)))

}

.bgemptycolumn {
  float: left;
  width: 15%;
  text-align: center;
}

.rldlogo {
  float: left;
  width: 15%;
  text-align: center;
}


.bgcolumn {
  float: left;
  width: 70%;
  text-align: center;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.6); /* Black w/opacity/see-through */
  color: #fff;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  z-index: 2;
  padding-bottom: 20px;
  -webkit-mask-image: -webkit-gradient(linear, left 60%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)))
}

.rld {
  float: center;
  text-align: center;
  margin-top: -20px;
  color: #AB1A15;
  font-weight: bold;
  z-index: 100;
  position: relative;
  padding-bottom: 20px;
  padding-right: 20px;
}


.headerimage {
	background-image:url("gulf.jpg");
	height:130px;
	margin-top: 15px;
	padding-top: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	margin-right: auto;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

.right {
	text-align: right;
}

table.tablestyle { }
table.tablestyle tr:nth-child(even) {background: #CCC}
table.tablestyle tr:nth-child(odd) {background: #FFF}

table.white {
	background: #FFF;
	border-spacing: 20px;
	border-style: ridge;
}

/* Columns for header */
.leftcolumn {
  float: left;
  width: 28%;
  text-align: center;
}

.column {
  float: left;
  width: 44%;
  text-align: center;
  
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0, 0.5); 
  color: #fff;
  font-weight: bold;
  border: 2px solid #d1d1d1;
  z-index: 2;
  padding-bottom: 8px;
  padding-top: 8px;
  vertical-align: centre;
 /* -webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));*/
}

.centrecolumn {
  float: left;
  width: 44%;
  text-align: center;
  
  background-color: rgb(0,0,0,0); 
  background-color: rgba(0,0,0, 0); 
  color: #fff;
  font-weight: bold;
  border: 0px transparent #d1d1d1;
  z-index: 2;
  padding-bottom: 8px;
  padding-top: 8px;
  vertical-align: centre;
 /* -webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));*/
}

.rightcolumn {
  float: left;
  width: 26%;
  text-align: right;
  vertical-align: top;
  padding-top: 15px;
}

.clear {
	padding-top: 1.5em; 
	clear: both;
	margin: auto;
}

.fourwide {
	float: left;
	width: 23%;
	text-align: center;
	margin-left: 1%;
	margin-right: 1%;
	
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.g-recaptcha {
        display: inline-block;
		margin-top: 1.2em;
		margin-bottom: 1.2em;
}

  
.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 7px 11px;
    border: 0px solid #3a3a48;
    border-radius: 100px;
    background: #6d6d88;
    background: -webkit-gradient(linear, left top, left bottom, from(#6d6d88), to(#3a3a48));
    background: -moz-linear-gradient(top, #6d6d88, #3a3a48);
    background: linear-gradient(to bottom, #6d6d88, #3a3a48);
    -webkit-box-shadow: #8383a3 0px 0px 0px 0px;
    -moz-box-shadow: #8383a3 0px 0px 0px 0px;
    box-shadow: #8383a3 0px 0px 0px 0px;
    text-shadow: #22222b 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 0px solid #444455;
    background: #8383a3;
    background: -webkit-gradient(linear, left top, left bottom, from(#8383a3), to(#464656));
    background: -moz-linear-gradient(top, #8383a3, #464656);
    background: linear-gradient(to bottom, #8383a3, #464656);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #3a3a48;
    background: -webkit-gradient(linear, left top, left bottom, from(#3a3a48), to(#3a3a48));
    background: -moz-linear-gradient(top, #3a3a48, #3a3a48);
    background: linear-gradient(to bottom, #3a3a48, #3a3a48);
}
.button:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAFd0lEQVRIibWWS2xbZRbHf9+1Hbu249jOy9S4bpqXW1KSNuA0GTUjUZQONG3pokjAoizCBpUNCyTUTViwYTEaNIiRRrBgSSlqCel02hkNTaaUJrRJSprGTprOGMd51o5jx2/73ln4kShQwWI40tU999N3/v/zne88rgAkfkNRF97yY4jy6/39uG+O6YXADKAohEe7Dsbp799u+xNdFBbkLaClb/fRE7Z9TY193R2tp3ZaEy6LIaVDTrC2HkkuLG94hsfDF6f/s/bJyNWBpe22Rf1nCTqOnlTv39v8zsu9h89178/qPNMj+BdWIZcAAaj0OGwVuHYbGJ6IJc//c/n9yQcbH4xcvZTeHoIiQUk6ek4Yj/Uc+eLsq+0998YvEQzcpXV3BKdNhaRWAwJZAd+KxF2ficqqXbTUm/jovO/a4LeR06PXBja24qkKJDKgdBw9qTnWc+Ti22fae658/RdaLLdxt4DZrOVRVM0tTxmzARVaDThrFVz2FCIbZOgHiTPH7fXB0Hp7YkfD5/MPvNkibpFAAXjh+Ml3z7157I0rA3/mxX33qa4tR0HF4J1dxMu66WjbRZ3zCR6uWhmZSuCyJ6kwKDirYwyOanm1x1p/1xtKj92ZGS7iFgmE++iJ2rf6XvsyNH9V3VJxgxpbOUJIXB6zcajrBaKhaSbvzzDji2CyNvN0o5HbU6vU2bJo1TImvcLskplme6prJlr/aWDOGwNEKaX2NTX2dbcZdUH/TRx2HUrhanL6Tgx4WVvx0tu+ysln5/H/9zaWqgZiOSsUju+whgmGY3QfsOr2OuS+Im4epb9f6j7kPuWZHqHVEQJVGYV8RyJHJiuj1RQSTYG6qhUu/2uMeDyGohQYFJnW3Sk8AS2H92dOFWok76b75ph+p63a5ffdw2kTCCEQAnIyrCxNoTc5eBSvZjEkWFoTNOzM8tKBSU7/bh0hKD3OmjT+lSz2Ko3L/d24HpAkACEwW4zoyEaRVGoUJe/96rrAYHmKdDLM8527WUodZDF5kH+MGyg6XgyRAkhkAbCUq3QoinkzRABKprBZ5K8dqDAoGNNX+OziJAZzMzfGAizM/0CLM7FpprCpC1VBy1EEURc2hdeiqSQqvV6R5XzcBOi10OvOMHwvRDyjp84Gvc9kNl3fJrLQAwprkXQSsSNcCtFo18H4wkrc47DX4lsR+SMXQGQZFhJthINzVBpCeWxBKYwlHfCt6nFUpggEhWe080CcUqFdvy5b7M6a119qfe7G9x5cjnwh5mS48H0Dvz+0l+Hbi+SECW+gjNmAYGrBwf0fYe+Txf5kYWiqnM6mMB9fyn088ce/DsFmq1DKLNUz9XUNZ02GjFqkFjGXS4Q2BMvZI1TrA6TTCew2K12tNbj21OCqK2diNktd1RpajYQ/2kA6k2HOt5Q8P6w5E5jzxgFRIgjMeTe0VU3itRf3PDc0voGzKoLFCNHwQyLhBdqdAdKxHxmZCuP1xfA+nMe9Z5EaM0SVZr6ZUOhsXOZPXyrvff354N/4uV6kqai+FY7v6Dhz3FZ/+VYOk3YD15MZ7JU5NBqwGBUadyZosq3TbE9QYdTijzbwzYSg95kwH17YuPbtffXZ+QfeXBFzK4EUmPPKcZX1q2BE3f7KH56on10yMT6bQqfJUmHIjyeBGkVVji9Yy9B0Demcms7GR3x4IXJtcERzeuTqQLKAKfIl9riB01DxzsvPV5/rbjPoPL4Y/uVEIW0kEAJHjQaXPcrwnaXk+evK+/d8qg9u/X0gy6+YaCVx95yw7dtj6jvcpj9lrxQui1HRoWRYiySSgeWo59+T4uK0X9o6Mn8iWwke/3fR34/7u3F9vvwFCMKjnQeKQ/8XZTuw9P/U/wfLlFoFmgMsMgAAAABJRU5ErkJggg==") no-repeat left center transparent;
    background-size: 100% 100%;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}
