/***** BASE STYLES *****/
body{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}

h1{
  font-size: 22px;
  font-weight: 400;
  margin-left: 15px;
  margin-top:50px;
}

h2{
  font-size: 20px;
  font-weight: 300;
}

h3{
  font-size: 18px;
  font-weight:700;
  font-style: italic;
}

#home .two-third-width h3{
  padding-left: 20px;
}

h4{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding:0px;
  margin: 0px;
}

a#enquiry, a#pdfLink{
  text-decoration: none;
  color: #FF0000;
  border-bottom: solid 1px #FF0000;
}

a.homeLink{
  text-decoration: none;
  color: #FF0000;
}

a.homeLink:hover{
  border-bottom: solid 1px #FF0000;
}

p.lineBreak{
  margin-top: 40px;
}

#intake p{
  font-weight: 400;
  margin-left: 0px;
  padding: 0px;
  margin-top: 20px;
}

#intake p#intakeBreak{
  border-top: dashed 1px #7D7D7D;
  padding-top:20px;
  font-style: italic;
}

#intake h4{
  margin-top: 20px;
}

#intake p.shocoDates{
  margin: 0px;
  padding: 0px;
  font-style: italic;
}

nav, header, footer{
  width: 100%;
}

/***** GRID *****/
.full-width{
  min-width: 300px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.half-width{
  width: 45%;
  display: inline-block;
}

.two-third-width{
  width: 65%;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 50px;
}

.third-width{
  width: 25%;
  display: inline-block;
  float: right;
}

/***** HEADER *****/

header .full-width{
    overflow: auto;
}

.half-width#hContact{
  float:left;
  margin-bottom:15px;
}

.half-width#hLogo{
  float:right;
  text-align:right;
}

.half-width#hLogo img{
  margin: 10px 30px 0px 0px;
}

header{
  margin-top: 10px;
}

header .half-width#hContact ul{
  list-style-type: none;
}

header .half-width#hContact ul li{
  padding: 10px 0px 0px 0px;
  font-size: 22px;
}

header .half-width#hContact ul li img{
  padding-right: 15px;
  vertical-align:top;
}

header .half-width#hContact ul li a{
  text-decoration: none;
  color: #000;
}

header .half-width#hContact ul li a:hover{
  color: #FF0000;
}

.container {
  position: relative;
  width: 100%;
}

.container .btn {
  position: absolute;
  top: 90%;
  left: 85%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 18px;
  border: none;
  border-radius: 5px;
}

.container .btn a{
  text-decoration: none;
  color:#FF0000;
}

.container .btn:hover {
  background-color: #000;
}

nav{
  background-color: #000;
  border-bottom: 10px solid #FF0000;
}

nav ul{
  min-width: 300px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  margin-top: -5px;
}

nav ul li{
  display: inline-block;
  padding: 15px 10px 0px 10px;
}

nav ul li a{
  color: #FFFFFF;
  text-decoration: none;
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase;
  padding-right: 20px;
  border-right: solid 1px #FFFFFF;
}

/***** SECTIONS *****/
#home p{
  padding: 0px 20px 0px 20px;
  margin-bottom: 0px;
}

#home p#sa{
  margin-top: 30px;
}

#home ul#skills li{
  padding-bottom: 5px;
}

#home ul#skills a{
  text-decoration: none;
  color: #000;
  font-style: italic;
  border-bottom: 1px solid #000;
}

#home ul#skills a:hover{
  color: #FF0000;
}

#home #paraBreak{
  padding-top: 30px;
}

ul.boxes{
  list-style-type: none;
  padding: 50px 20px 20px 20px;
  margin:0;
}

ul.boxes li{
  display: inline-block;
  padding: 5px 10px 5px 10px;
  margin:0px 20px 20px 0px;
  width: 140px;
  height: 150px;
  text-align: center;
  background-color: #E6E6E6;
}

ul.boxes li p{
  font-style: italic;
  font-size: 15px;
}

ul.boxes li a{
  text-decoration: none;
  color: #000;
}

ul.boxes li:hover{
  background-color: #CCCCCC;
}

.third-width{
  background-color: #F2F2F2;
  padding: 20px;
}

#sMedia, #intake, #skills-shortage{
    padding-bottom: 20px;
    border-bottom: solid 1px #7D7D7D;
}

#sMedia ul, #sponsors ul{
  list-style-type: none;
  padding:0px;
  margin: 0px;
}

#sMedia ul li{
  display: inline-block;
  padding: 0px 10px 0px 0px;
}

#intake, #sponsors{
  margin-top: 30px;
}

#sponsors{
  padding-bottom: 20px;
}

#sponsors ul{
  text-align: center;
}

#sponsors ul li{
  padding: 10px 10px 30px 0px;
}

div.links{
  width: 100%;
  margin-top:30px;
  height: auto;
  padding: 20px;
  background-color: #FBFBFB;
}

div.links img{
  width: 20%;
  height: auto;
  display: inline-block;
  vertical-align:middle;
}

div.links p{
  width: 70%;
  height: auto;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}

div.links a{
  text-decoration: none;
  color: #000;
}

#contactPage h1{
  color: #FF0000;
}

#contactPage a{
  margin-left: 20px;
  text-decoration: none;
  color: #000;
  font-size: 20px;
}

#contactPage a:hover{
  color: #FF0000;
}

/***** FOOTER *****/

.third-width#lFoot{
  float:left;
  padding-top: 5px;
  background-color: #000;
}

.two-third-width#rFoot{
  float:right;
  text-align:right;
}

footer{
  clear: both;
  color: #FFFFFF;
  overflow: auto;
  background-color: #000;
}

footer p{
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}

footer ul{
  list-style-type: none;
}

footer ul li{
  padding: 0px 0px 10px 20px;
}

.two-third-width#rFoot ul li{
    display: inline-block;
}

footer ul li a{
  text-decoration: none;
  color: #FFFFFF;
}

footer ul li a:hover{
  color:#FF0000;
}

/***** RESPONSIVE *****/

@media only screen and (max-width: 768px) {
  .half-width#hContact{
      display: none;
  }

  .half-width#hLogo{
    width:100%;
    float:right;
    text-align:right;
  }
  .half-width#hLogo img{
    width:60%;
    height:auto;
    margin: 10px 20px 20px 0px;
  }

  .container .btn {
    top: 47%;
    left: 25%;
    font-size: 16px;
    background-color: #FFF;
    border: 1px solid #000;
  }

  nav ul{
    width: 80%;
    height: auto;
    text-align: center;
    padding:0px;
  }

  nav ul li{
    display: block;
    padding: 10px 0px 5px 0px;
  }

  nav ul li a{
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0px;
    border-right: 0px;
  }

  .two-third-width, .third-width{
    width: 90%;
    display: block;
    margin-top: 15px;
  }

  ul.boxes{
    padding: 40px 20px 20px 80px;
  }

  .third-width#lFoot, .two-third-width#rFoot{
    width: 90%;
    height: auto;
  }

  .two-third-width#rFoot{
  float:left;
  text-align:center;
  }

  .two-third-width#rFoot ul, .third-width#lFoot{
    padding: 0px;
  }

  div.links{
  width: 90%;
  }

  div.links img{
  width: 40%;
  height: auto;
  display: block;
  }

  div.links p{
  width: 80%;
  height: auto;
  display:block;
  }

}
