/* =================================================================*/
@import url(/css/narrow.css) (max-width: 600px);

@import url(/css/middle.css) (max-width: 760px) and (min-width: 600px);

/* =================================================================*/
.resetpassword {
  float: right;
  width: 45%;
  text-align: right;
  line-height: normal;
  margin-top: 10px;
}
.header-1 {
  width: 250px;
}
.header-1 a {
  background-size: contain;
  min-height: 50px;
  width: 100%;
  text-indent: -999999px;
}
.header-1 a img {
  width: 100%;
}

/* ================================================================= */
/* HOME PAGE 														 */
/* ================================================================= */

.home-quote {
  background-size: cover;
  width: 35%;
  color: white;
  margin: 75px 0;float:right;
  padding: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


#main-content form input[type="submit"]:hover,
#main-content form input[type="submit"]:active,
#main-content form input[type="submit"]:focus {
  opacity: 0.8;
  color: white;
  border: 0;
}
#main-content form input[type="submit"] {
  width: 85px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 0;
  padding: 7px 5px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14rem;
}
#site-footer-content section h3 {
  color: #f3efe6;
}


footer h3 {
  font-size: 24rem;
}
#site-footer-content a {
  color: white;
}
#site-copyright {
  font-size: 0.8em;
  margin: 10px auto;
}
#site-copyright p {
  line-height: 1.3em;
  font-size: 14rem;
  color: #f3efe6;
}
#site-footer-content h3 {
  margin: 20px 0;
  font-size: 24rem;
  text-transform: uppercase;
}
#site-footer-content ul {
  padding: 15px 0;
}
#site-footer-content ul li {
  display: inline-block;
  margin: 15px 15px 0 0;
  height: 75px;
}
#site-footer-content ul li a {
  text-indent: -999rem;
  height: 100%;
  display: block;
  background-size: cover;
}
#site-footer-content ul li#ft-sheffdio a {
  background: url('/images/footer-logo-sheffdio.png') no-repeat;
  background-size: cover;
  width: 181px;
  height: 50px;
}
#site-footer-content ul li#ft-methodist a {
  background: url('/images/footer-logo-methodist.png') no-repeat;
  background-size: cover;
  width: 215px;
  height: 35px;
}
#site-footer-content ul li#ft-cliff a {
  background: url('/images/footer-logo-cliff.png') no-repeat;
  background-size: cover;
  width: 112px;
  height: 53px;
}
#site-footer-content ul li#ft-hub a {
  background: url('/images/footer-logo-hub.png') no-repeat;
  background-size: cover;
  width: 53px;
  height: 53px;
}
#site-footer-content ul li#ft-aurora a {
  background: url('/images/footer-logo-aurora.png') no-repeat;
  background-size: cover;
  width: 108px;
  height: 29px;
}
#site-footer-content ul li#ft-ymca a {
  background: url('/images/footer-logo-ymca.png') no-repeat;
  background-size: cover;
  width: 105px;
  height: 46px;
}
#site-footer-content ul li#ft-youtube a {
  background: url('/images/footer-button-youtube.png') no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
}
#site-footer-content ul li#ft-fb a {
  background: url('/images/footer-button-fb.png') no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
}
#site-footer-content ul li#ft-twitter a {
  background: url('/images/footer-button-twitter.png') no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
}
#site-footer-content ul li#ft-gplus a {
  background: url('/images/footer-button-gplus.png') no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
}
#site-footer-content form {
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px 15px;
  overflow: auto;
  margin-bottom: 25px;
}
#site-footer-content form input {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #c4bcbc;
  background: #f5f2eb;
  padding: 10px;
  width: 70%;
  color: #606060;
  margin: 0 0 5px;
  font-size: 18rem;
  height: 20px;
}
#site-footer-content form label {
  color: #606060;
  font-size: 18rem;
  line-height: 18rem;
}

#form1_EireContact div, #form1_EireInterest div {color:red;font-style:italic;}
#form1_EireContact label, #form1_EireInterest label {color:#3b3b3b;}
/* ----------------------------- */
/*           Responsive          */
/* ----------------------------- */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  #main-nav-wrap {
    display: none;
  }
  .nav-header {
    display: block;
  }
  #logo {
    text-align: center;
  }
  .slide-caption {
    opacity: 0;
  }
}
@media screen and (min-width: 600px) {
  #home-main {
    float: left;
    width: 55%;
  }

  #sidebar {
    float: right;
    width: 35%;
  }
  #main-content {
    float: left;
    width: 60%;
  }
  #main-content.full-width {
    width: 100%;
  }
  footer {
    clear: both;
  }
  #site-footer-content section {
    float: left;
    color: #f3efe6;
  }
  #footer-affiliates {
    width: 30%;
  }
  #footer-connect {
    width: 35%;
  }
  #site-footer-content section#footer-login {
    width: 30%;
    float: right;
  }
}
@media screen and (max-width: 600px) {
  #main-nav-wrap {
    display: none;
  }
  .nav-header {
    display: block;
  }
  #logo {
    text-align: center;
  }
  .slide-caption {
    opacity: 0;
  }
  #sidebar {
    clear: both;
  }
  footer {
    clear: both;
    padding: 0 0;
  }
  #site-footer-content-form {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
  #site-footer-content section#footer-login {
    width: 95%;
    float: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#main-content .readmore a {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #5bae60;
    padding: 6px 10px 4px;
    color: #5bae60;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 14rem;
}
#main-content .readmore a:hover {
    background: #5bae60;
    color: #f3efe6;
}
#main-content .readmore a:nth-child(4) {
    border: 1px solid #2c9789;
    color: #2c9789;
}
#main-content .readmore a:nth-child(2) {
    border: 1px solid #5d6186;
    color: #5d6186;
}
#main-content .readmore a:nth-child(3) {
    border: 1px solid #d24420;
    color: #d24420;
}
#main-content .readmore a:nth-child(4):hover {
    background: #2c9789;
    color: #f3efe6;
}
#main-content .readmore a:nth-child(2):hover {
    background: #5d6186;
    color: #f3efe6;
}
#main-content .readmore a:nth-child(3):hover {
    background: #d24420;
    color: #f3efe6;
}



#main-content .readmore a.on {
    background:#5bae60;
    color:white;
}
#main-content .readmore a:nth-child(2).on {
    background:#5d6186;
}
#main-content .readmore a:nth-child(3).on {
    background:#d24420;
}
#main-content .readmore a:nth-child(4).on {
    background: #2c9789;
}






p.tutor-bio {
  padding: 20px 0 15px 35px;
  background: #fff;
  overflow: auto;
  font-size: 20rem;
}
p.tutor-bio img {
  float: right;
  margin: -20px 0 -15px 75px;
}

#interested-youth img{float:right;width:20%;height:auto;
}

#main-content form input, #main-content form textarea {
width: 100%;
clear: both;
max-width: 1140px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #c4bcbc;
background: #fff;
padding: 10px 15px;
color: #606060;
margin: 10px auto 25px;
font-size: 20rem;
float: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "proxima-nova", sans-serif;
}
#main-content form label {
font-size: 20rem;
width: 100%;
float: left;
clear: both;
}

#main-content form label#lunch {width:auto;}
body.Register #main-content input[type="checkbox"] {display:inline;width:auto;}

#prebannerBtn { border-radius: 50%; min-height:45px; height:45px; min-width:45px; width:45px; padding:10px 14px 8px; left:12px; bottom:13px; }

/* Civic overrides */
#ccc-close{display:none!important}
#ccc-button-holder{max-width:300px}
#ccc .ccc-notify-button.ccc-accept-button{background:#0d7410!important;flex-wrap:wrap!important}
#ccc .ccc-notify-button.ccc-reject-button{padding:4px 8px!important;font-size:0.8em!important;border-color:#ffffffb3!important;flex-wrap:wrap!important}
#ccc .ccc-notify-button.ccc-reject-button span{color:#ffffffb3!important}