/* Custom CSS kiama early learning */
body
{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

p
{
  line-height: 2.5rem;
}

.page-title, .page-header h1
{
  color: #a01b1b;
}

.page-header
{
  border-bottom: 1px solid #a01b1b;
}

/* logo */

.logo-image img{
  max-width: 250px;
}

/* navbar */

.t3-header
{
  padding-top: 5px;
  padding-bottom: 15px;
}

.navbar-default
{
  background: transparent;
  border: 0px;
  min-height: auto;
}

.navbar-header
{
    display: block;
    position: absolute;
    top: -8em;
    float: right;
    right: 0;
}

.navbar-nav > li > a
{
  line-height: 40px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus
{
  background: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus
{
  color: #ed8b28;
}

.navbar-default .navbar-toggle {
  border: 0px;
}

.navbar-toggle {
  margin-right: 0px;  
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* sidebar links*/

.sidebar-links .module-title
{
    background: #a01b1b;
    padding: 15px;
    color: #ffffff;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -o-border-radius : 4px 4px 4px 4px;
}

.sidebar-links a {
  color: #a01b1b;
}

.sidebar-links > li.active > a, 
.sidebar-links > li.active > a:hover, 
.sidebar-links > li.active > a:focus {
    color: #ffffff;
    background-color: #a01b1b;
}

/* top soc med */

.soc-med-wrapper
{
  margin-top: 15px;
}


/* top showcase */

.hero-showcase
{
  padding: 0px;
}


.bottom-contact-number
{
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 0;
  z-index: 999;
}

.bottom-contact-number a,
.bottom-contact-number a:hover,
.bottom-contact-number a:active
{
  color: #ffffff;
  text-decoration: none;
}

.bottom-contact-number > div > div
{
  padding: 10px 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 2.5rem;
}

/* spotlight */

.spotlight-wrapper
{
  background: #eeeeee;
}

.frontpage-service-highlights h1
{
    text-align: center;
    font-size: 4rem;
    margin: 15px 0 50px;
    text-transform: uppercase;
    color: #a01b1b;
}

.t3-sl-1 img
{
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  margin-bottom: 20px;
}

.t3-sl-1 img:hover
{
  opacity: 0.8;
}

.t3-sl-2-wrapper
{
  background: url(../images/children-happy.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* enquiry form frontpage */

.rsformenquiry-form-frontpage
{
  padding: 25px;
  background: #FFFFFF;
  opacity: 0.8;
}

.rsformenquiry-form-frontpage h2
{
    text-align: center;
    margin-bottom: 30px;
    font-size: 4rem;
    text-transform: uppercase;
    color: #a01b1b;
}

.rsformenquiry-form-frontpage input[type="text"]
{
      width: 100%;
    background: #a01b1b;
    color: #FFFFFF;
}

.home .article-header h2
{
  text-align: center;
  color: #ED8B28;
}

/*front page location details */

.contact-location-details ul
{
    padding-left: 0px;
}

.contact-location-details ul li
{
  list-style-type: none;
}

.contact-location-details h1
{
  text-align: center;
  color: #a01b1b;
  margin-top: 0px;
}

h3.kiama,
h3.warrigal
{
    color: #fff;
    text-transform: uppercase;
    background: #8EC63F;
    padding: 15px 25px;
    font-size: 1.5rem;

}

h3.warrigal
{
    background: #085277;
}

h3.kiama
{
    background: #ed8b28;
}

.bottom-contact-number > div > div.kiama-no
{
  background: #a01b1b;
}

.bottom-contact-number > div div.mt-warrigal-no
{
  background: #085277;
}

@media all and (max-width: 480px) {
   .bottom-contact-number > div > div
   {
    font-size: 2rem;
   }
   
   .checkbox-inline{
     padding-left: 18px;
   }
}


/* footer  */

.poweredby .kiama-logo, .poweredby .kiama-logo-small {
    opacity: .8;
    display: inline-block;
}

.kiama-logo, .kiama-logo-color {
    background-image: url("/images/MHT-LOGO.png");
}
.kiama-logo {
    width: 182px;
    height: 50px;
}
.kiama-logo, .kiama-logo-small {
    display: block;
    text-decoration: none;
    text-align: left;
    background-repeat: no-repeat;
    background-position: center;