/* 
    Document   : Apprentice
    Created on : Apr 25, 2016, 11:13:00 AM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/

#MainNav li a#ApprenticeshipsLink {
  color: #ed1c24;
  }

.IconList {
  margin: 50px 0 15px 0;
  }
.IconList li {
  float: left;
  width: 25%;
  margin: 0 0 20px 0;
  }
.IconList li:nth-child(4n+1) {
  clear: left;
  }
.IconList li a {
  display: block;
  font-size: .9em;
  margin: 5px auto;
  text-align: center;
  }
.IconList li img {
  display: block;
  border: 0;
  margin: 0 auto;
  }

.PayAmount {
  float: left;
  clear: both;
  width: 150px; /* 150px / 1100px */
  color: #007bb6;
  font-weight: 600;
  margin: 0 1.81818181818182% 10px 0; /* 20px / 1100px */
  }

.PayDesc {
  float: left;
  width: 73.333333333333333%; /* 550px / 750px */
  margin: 0 0 10px 0;
  }

.Disclaimer {
  font-size: .8em;
  margin: 30px 0 10px 0;
  }

h3.ODskill {
  position: relative;
  background: #ed1c24;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  }
h3.ODskill:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(198, 13, 19, 0);
  border-top-color: #ed1c24;
  border-width: 20px;
  margin-left: -20px;
  }

p.ODskillText {
  font-size: 1em;
  line-height: 1.75em;
  color: #636363;
  margin: 20px 0 30px 0;
  letter-spacing: 0;
  }

.ODSTbox {
  float: left;
  width: 48%;
  margin: 0 2% 20px 0;
  }
.ODSTbox a {
  position: relative;
  display: block;
  text-decoration: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  }
.ODSTbox img {
  display: block;
  border: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  opacity: .9;
  }
.ODSTbox a:hover img {
  opacity: 1;
  }
.ODSTbox h2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,.8);
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 5px 0;
  }

/**********************************************/
/* Apprentice Information Styles              */
/**********************************************/

.Curriculum {
  margin: 0;
  }
.Curriculum h2 {
  margin: 1em 0; /* 18px / 18px */
  text-transform: uppercase;
  }
.Curriculum p {
  }
.Curriculum ul {
  }
.Curriculum li {
  margin: 10px 0;
  }
.Curriculum li span {
  display: inline-block;
  width: 400px;
  }
.Curriculum li a.DLlink {
  width: 150px;
  font-weight: 600;
  text-decoration: none;
  }
.Curriculum li a:hover {
  color: #ed1c24;
  }

.ToolList {
  margin: 30px 0;
  }
.ToolList h2 {
  margin: 1em 0; /* 18px / 18px */
  text-transform: uppercase;
  }
.ToolList p {
  }
.ToolList ul {
  text-align: left;
  }
.ToolList li {
  float: left;
  width: 70%;
  margin: 10px 0;
  }
.ToolList li span {
  float: left;
  margin: 0;
  }
.ToolList li a.DLlink {
  float: right;
  font-weight: 600;
  text-decoration: none;
  margin: 0 20px 0 0;
  }
.ToolList li a:hover {
  color: #ed1c24;
  }


.GrayArea {
  background: #ddd;
  padding:10px 0;
  margin-bottom: -30px;
  }
.GrayArea ul.BBul {
  margin: 0 0 .625em 5px;
  }


@media screen and (max-width: 890px) {
.Curriculum li span {
  display: block;
  width: 100%;
  }
.ToolList li span {
  float: none;
  }
.ToolList li a.DLlink {
  float: none;
  display: block;
  }
}
@media screen and (max-width: 800px) {
.ODSTbox {
  float: none;
  width: 100%;
  margin: 20px auto;
  max-width: 345px;
  }
}
@media screen and (max-width: 640px) {
.PayAmount {
  float: none;
  width: 100%;
  margin: 0 0 0 0;
  }
.PayDesc {
  float: none;
  width: 100%;
  margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 500px) {
.IconList li {
  width: 100%;
  }
}
