/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/*-----------------------------------------------------------------*/
/*-----------------------------MY CODE-----------------------------*/
/*-----------------------------------------------------------------*/

/*-----All-----*/

a {
    text-decoration: none;
}

body{
background-color: #fff
}

/*-----Header-----*/

.header-wrapper {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    background-color: #0c0c0c;
    position: fixed;
    z-index: 999;
}

.header-grid {
    display: grid;
    grid-template-columns: 6.7% auto auto 30% 10%;
    margin: 0 4%;
}

.header-menu-icon {
    width: 30px;
    float: left;
    padding-left: 10%;
}

.header-menu {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    cursor: pointer;
}

.header-dropmenu {
    display: none;
    position: absolute;
    background-color: #0c0c0c;
    min-width: 160px;
    margin-top: 30px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2)
    z-index: 1;
}

.header-dropmenu a {
    font-family: arial;
    text-align: center;
    color: #fff;
    padding: 12px 16px;
    display: block;
}

.header-dropmenu-gap {
    margin-top: 15px;
}

.header-dropmenu a:hover {
    background-color: blue;
}

.header-menu:hover .header-dropmenu {
    display: block;
}

.header-title {
  visibility: hidden;
}

.header-title:after {
  height: 50px;
} 

.header-login {
    display: block;
    font-weight: bold;
    font-family: arial;
    font-size: 15px;
    color: #fff;
    line-height: 60px;
    position: relative;
    cursor: pointer;
    float: right;
}

.header-login-profile {
    width: 40px;
}

.header-profile {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    cursor: pointer;
    padding-left: 40px;
    margin-left: -40px;
}

.header-menu-bar {
  display: none;
}

.header-menu-bar a:hover {
  background-color: #999;
}

.header-menu-text {
  font-weight: bold;
  font-family: arial;
  font-size: 25px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.header-menu-logo {
    display: none;
  }

@media only screen and (min-width: 700px){
   .header-menu-text {
    font-size: 20px;
    line-height: 50px;
  }

  .header-menu-bar {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    background-color: #0c0c0c;
  }

  .header-menu {
    display: none;
  }

  .header-menu-logo {
    display: block;
  }
}

@media only screen and (min-width: 960px){
  .header-menu-text {
    line-height: 60px;
  }
}

/*-----Header-Login----- */

.header-droplogin {
    display: none;
    position: absolute;
    right: 0;
    background-color: #0c0c0c;
    min-width: 160px;
    margin-top: 0px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2)
    z-index: 1;
}

.header-droplogin a {
    font-family: arial;
    text-align: center;
    color: #fff;
    padding: 8px 16px;
    display: block;
}

.header-droplogin-gap {
    margin-top: 15px;
}

.header-profile:hover .header-droplogin {
    display: block;
}

.header-droplogin-username_password {
	font-family: arial;
	font-size: 14px;
	padding-left: 10px;
	color: #111;
	height: 30px;
	background-color: #ccc; 
	border: none;
	border-radius: 15px;
}

.header-droplogin-login {
	float: right;
	font-weight: bold;
	background-color: #0c0c0c;
	margin-top: -4px;
	font-family: arial;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	border: none;
}

.header-droplogin-login:hover {
	background-color: blue;
}

.header-droplogin-forgotpassword {
	font-family: arial;
	float: left;
	font-size: 10px;
	text-decoration: underline;
	margin-top: -12px;
	margin-bottom: 10px;
}

.header-droplogin-forgotpassword:hover {
	color: blue;
}

/*-----Header-Logged-In----- */

.header-droploggedin {
    display: none;
    position: absolute;
    right: 0;
    background-color: #0c0c0c;
    min-width: 160px;
    margin-top: 0px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2)
    z-index: 1;
}

.header-droploggedin a {
    font-family: arial;
    text-align: center;
    color: #fff;
    padding: 12px 16px;
    display: block;
}

.header-droploggedin-gap {
    margin-top: 15px;
}

.header-profile:hover .header-droploggedin {
    display: block;
}

.header-droploggedin a:hover {
    background-color: blue;
}

.header-droploggedin-logout {
    width: 60px;
    height: 30px;
    text-align: center;
    border: none;
    background-color: #ccc;
    font-family: arial;
    font-size: 14px;
    color: #111;
    cursor: pointer;
}

@media only screen and (min-width: 700px){
  .header-grid {
    grid-template-columns: 6.7% 26% 32% 30% 5.3%;
  }

  .header-title {
    font-weight: bold;
    font-family: arial;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    visibility: visible;
  }
}

@media only screen and (min-width: 960px){

  .header-title {
    font-size: 23px;
  }
}

/*-----Footer----*/

#container {
    min-height: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 100px; /*100px footer height*/
}

#footer {
    position: relative;
    margin-top: -100px; /*same as above*/
    clear: both;
    background-image: url("/img/Tinted/SB3-001 (tinted).jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer-headings {
    text-align: center;
    font-family: arial;
    font-weight: bold;
    font-size: 25px;
    color: #c2c2a3;
    padding-top: 20px;
}

.footer-grid1 {
    display: grid;
    grid-template-columns: auto 60px 60px 60px 60px auto;
}

.footer-grid1-icons {
    width: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-grid2 {
    display: grid;
    grid-template-columns: auto 50px auto;
    text-align: center;
    font-family: arial;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
}

.footer-grid2-icons {
    width: 30px;
}

.footer-newsletter-text {
	text-align: left;
    font-family: arial;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding-top: 7px;
}

.footer-grid3 {
    display: grid;
    grid-template-columns: auto 50px auto;
    grid-template-rows: auto auto;
}

.footer-grid3-icons {
    width: 30px;
}

.footer-grid5 {
    display: grid;
    grid-template-columns: auto 150px auto;
}

.footer-irishSailing-text {
  text-align: left;
    font-family: arial;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    padding-top: 50px;
}

.footer-phone-email-text {
	text-align: left;
    font-family: arial;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding-top: 7.5px;
    padding-bottom: 20px;
}

.footer-googleMaps{
  width: 90%;
}

@media only screen and (max-width: 375px){
  .footer-newsletter-text {
    font-size: 12px;
  }
}

@media only screen and (min-width: 960px){
  .footer-googleMaps{
    width: 60%;
  }
}

/*-----Membership----*/

.membership-wrapper h2 {
	font-family: arial;
	font-size: 40px;
	color: #111;
	line-height: 50px;
	text-align: center;
}

.membership-wrapper p {
	font-family: arial;
	font-weight: bold;
	font-size: 20px;
	color: #111;
	line-height: 50px;
	text-align: left;
}

.membership-form {
	width: 400px;
	margin: 0 auto;
	padding-top: 30px;
}

.membership-form input {
	width: 90%;
	height: 40px;
	padding: 0px 5%;
	margin-bottom: 4px;
	border: none;
	background-color: #ccc;
	font-family: arial;
	font-size: 16px;
	color: #111;
	line-height: 40px;
}

.membership-form textarea {
  width: 90%;
  resize: vertical;
  height: 30px;
  padding: 0 5%;
  padding-top: 9px;
  margin-bottom: 4px;
  border: none;
  background-color: #ccc;
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 20px;
}

.membership-button {
	display: block;
	margin: 0 auto;
	width: 30%;
	height: 40px;
	border: none;
	background-color: #222;
	font-family: arial;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.membership-button:hover {
	background-color: #111;
}

.agreements {
	padding-top: 30px;
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
	color: #111;
}

.agreements input {
  width: 100%;
  height: 20px;
  padding: 0px;
  margin-bottom: 4px;
  border: none;
  background-color: #ccc;
}

.agreements label {
  display: block;
  text-align: justify;
  padding-left: 30px;
  padding-right: 8px;
  text-align: top;
}

input[type="checkbox"] {
	width: 20px;
	cursor: pointer;
}

@media only screen and (max-width: 375px){
  .membership-form {
    width: 300px;
  }

  .membership-wrapper h2 {
    font-size: 30px;
  }
}

/*-----Index----*/

 .jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

    /*jssor slider bullet skin 051 css*/
.jssorb051 .i {position:absolute;cursor:pointer;}
.jssorb051 .i .b {fill:#fff;fill-opacity:0.5;}
.jssorb051 .i:hover .b {fill-opacity:.7;}
.jssorb051 .iav .b {fill-opacity: 1;}
.jssorb051 .i.idn {opacity:.3;}

    /*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

.slideshow-grid{
  display: grid;
  grid-template-columns: 0% 100% 0%;
  max-height: 380px;
  overflow: hidden;
}

.slideshow-sideimages{
  display: none;
}

.index-heading-wrapper {
    margin: 0 auto;
    width: 100%;
    height: 35px;
    background-color: #111;
    display: grid;
    grid-template-columns: auto auto auto;
}

.index-heading-text {
    font-weight: bold;
    font-family: arial;
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    text-align: center;
}

.index-courses {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.index-courses-names {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    background-color: #ccc;
}

.index-courses-names a:hover {
    background-color: #999;
}

.index-courses-text {
    font-weight: bold;
    font-family: arial;
    font-size: 15px;
    color: #111;
    line-height: 30px;
    text-align: center;
}

@media only screen and (max-width: 375px){
   .index-courses-text {
    font-size: 12px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 700px){
   .index-courses-text {
    font-size: 25px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 960px){
  .index-courses-text {
    line-height: 60px;
  }
  .index-heading-wrapper {
    height: 50px;
  }

  .index-heading-text {
    line-height: 50px;
    font-size: 23px;
  }

  .slideshow-grid{
    display: grid;
    grid-template-columns: auto auto auto;
  }

  .slideshow-sideimages{
    display: block;
    min-height: 100%; 
    width: 100%;
  }
}

/*-----Forecast----*/

.tidetimes-widget {
  min-height: 20px;
  width: 260px;
  border: solid 1px #c5d4e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  color: #3d3c3c;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

.tidetimes-widget a {
  border: 0px;
  color: #4f4d4b;
  text-decoration: none;
}

.tidetimes-widget > h1.tidetimes-title {
  color: #4f4d4b;
  font-size: 20px;
  line-height: 20px;
  padding: 0 0 5px;
  margin: 0;
  letter-spacing: -0.25px;
}

.tidetimes-widget p.tidetimes-disclaimer, .tidetimes-widget p.tidetimes-cite {
  color: #807c78;
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 20px;
  margin: 0 0 13px;
}

.tidetimes-widget p.tidetimes-disclaimer > a, .tidetimes-widget p.tidetimes-cite > a{
  text-decoration: underline;
}

.tidetimes-widget .tidetimes-forecast-date a {
  color: #2b6399;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 3px;
  font-weight: 600;
}

.tidetimes-widget .tidetimes-date-for {
  display: none;
}

.tidetimes-widget  p.tidetimes-cite {
  font-size: 10px;
}

.tidetimes-widget .tidetimes-times dl {
}

.tidetimes-widget .tidetimes-times dl dd {
  margin: 10px 0;
}

.tidetimes-widget .tidetimes-times dl dd dl{
  margin: 0;
}

.tidetimes-widget .tidetimes-times dl dd dt, .tidetimes-widget .tidetimes-times dl dd dd {
  display: inline-block;
  margin: 0 0 5px;
}

.tidetimes-widget .tidetimes-times dl dd dt {
  width: 70px;
}

.tidetimes-widget .tidetimes-times dl dd dd {
  margin-left: 10px;
  width: 140px;
  font-weight: bold;
}

.tidetimes-widget .hi {
  color: #4f4d4b;
}

.tidetimes-widget .low {
  color: #2b6399;
}

.tidetimes-logo {
    opacity: 0;
}

.tidetimes-cite {
    opacity: 0;
}


/*-----Card Payments----*/
/*----The Modal (background)----*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 20px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*-----Booking----*/

.booking-form {
  width: 400px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: left;
}

@media only screen and (max-width: 375px){
  .booking-form {
    width: 300px;
  }
}

/*-----myProfile----*/

.myProfileHeadersGrid {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    background-color: #ccc;
}

.myProfileHeadersGrid a:hover {
    background-color: #999;
}

.myProfileHeaders {
  font-weight: bold;
  font-family: arial;
  font-size: 25px;
  color: #111;
  line-height: 30px;
  text-align: center;
}

@media only screen and (max-width: 375px){
   .myProfileHeaders {
    font-size: 10px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 400px){
   .myProfileHeaders {
    font-size: 14px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 700px){
   .myProfileHeaders {
    font-size: 20px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 960px){
  .myProfileHeaders {
    line-height: 60px;
  }
}


  .myCourses-Tables table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 90%;
    margin: 0 auto;
  }

  .myCourses-Tables td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }

  .myCourses-Tables tr:nth-child(even) {
    background-color: #dddddd;
  }

@media only screen and (max-width: 500px){
   .myCourses-Tables td{
    font-size: 10px;
  }
}

.select-css {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    margin-bottom: 4px;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    border-color: #888;
}
.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}
.select-css option {
    font-weight:normal;
}

/*-----courses----*/

.course-description {

  text-align: center;

}

.course-description h1 {

  font-size: 20px;
  text-decoration: underline;
}

.course-description p {
  padding-top: 3px;
  font-size: 16px;
}

/*-----Alerts----*/

.Alert-Header {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  background: yellow;
}

/*-----DayPlans----*/

.nauticalChart {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 72.69vw;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(20,1fr);
  grid-template-rows: repeat(15,1fr);
}

.nauticalChart a {
  opacity: 0.5;
}

/*-----Staff Area----*/

  .staffAreaGrid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 25vw);
    grid-template-rows: repeat(1, 25vw);
    text-align: center;
    font-weight: bold;
    position: relative;
  }

  .staffAreaGrid a {
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 90%;
    color: black;
    font-size: 20px;
  }

@media only screen and (max-width: 800px){
  .staffAreaGrid a {
    padding-top: 87%;
  }
}

@media only screen and (max-width: 600px){
   .staffAreaGrid {
    grid-template-columns: repeat(2, 50vw);
    grid-template-rows: repeat(2, 50vw);
  }

  .staffAreaGrid a {
    padding-top: 85%;
  }
}

@media only screen and (max-width: 400px){
  .staffAreaGrid a {
    padding-top: 80%;
  }
}

.dayPlanChartGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.tableAutoWideColumn {
    width:1px;
    white-space:nowrap;
}