body{
  margin:0;
  padding:0;
  height:100%;
}

.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 30px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}
.mt-120 {margin-top: 120px;}
.mb-20 {margin-bottom: 20px;}
.ml-0 {margin-left: 0 !important; padding-left: 0 !important;}
.mv-10 {margin: 0 10px;}

h2 {
  border-bottom: 1px solid #2e52a4;
  color: #2e52a4;
  margin: 30px 0 20px 0;
  font-size: 1.8em;
  padding-bottom: 5px;
}
h3.header {
  padding: 20px;
  font-size: 2em;
  border: 1px solid #2e52a4;
  border-left: 0;
  color: #2e52a4;
}



.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.bigIcon {
  font-size: 90px;
  color: #ccc;
}
.badgeWhite {
  color: #fff;
}
.badgeWhite h3.header {
  margin: 0;
  padding: 22px 20px 21px 20px;
}
.badgeBlue {
  background-color: #2e52a4;
  position: relative;
  left: 15px;
  padding-left: 5px;
}
.badgeBlue i {
  color: #fff;
}

header {
  border-top: 4px solid #2e52a4;
  padding: 20px 0;
  border-bottom: 4px solid #F5F5F5;
}

.menu {
  list-style-type: none;
  margin: 30px 0 0 0;
  padding: 0;
  float: right;
}

.menu li {
  display: inline-block;
  font-size: 20px;
  margin-left: 30px;
}

.menu li>a {
  color: #2a2627;
}

.menu li>a.active {
  color: #2e52a4;
  text-decoration: underline;
}

.slider {
  height: 342px;
  background: url('../images/bannerBck.jpg') center left #efefea;
}
.slider.alt {
  background: none;
}
.slider a {
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 302px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.slider.alt a{
  color: #2e52a4;
}
.slider a i {
  display: block;
  font-size: 75px;
  padding: 20px;
  border: 1px solid #fff;
  width: 120px;
  height: 120px;
  border-radius: 75px;
  margin: 40px auto;
  transition: .5s;
}
.slider.alt a i {
  border: 1px solid #2e52a4;
}
.slider a:hover i {
  background-color: #fff;
  color: #150e26;
}
.slider a span {
  display: block;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  padding-bottom: 15px;
  width: 125px;
  margin: 10px auto;
  background: url('../images/hrefBottom.png') no-repeat center bottom transparent;
  transition: .5s;
}
.slider.alt a span {
  background: url('../images/hrefBottomalt.png') no-repeat center bottom transparent;
}
.slider a:hover span {
  margin-top: 20px;
  padding-bottom: 20px;
}

.hpimage {
  border-left: 4px solid #2e52a4; 
}

.btn {
  padding: 10px 10px 7px 10px;
  border: 1px solid #2e52a4;
  border-radius: 0;
  color: #2e52a4;
  transition: .5s;
}
.btn i {
  float: right;
  margin-left: 50px;
  color: #2e52a4;
  transition: .5s;
}
.btn:hover {
  background-color: #2e52a4;
  color: #fff;
}
.btn:hover i {
  margin-left: 60px;
  color: #fff;
}
.btn.alt {
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  background-color: #2e52a4;
  color: #fff;
}
.btn.alt:hover {
  color: #2e52a4;
  background-color: #fff;
}
.trainingName {
  background-color: #f5f5f5;
  text-align: center;
  font-size: 26px;
  padding: 30px 10px 10px 10px;
  margin: 40px 0 0 0;
  height: 160px;
  overflow: hidden;
}
.trainingName.s2 {
  font-size: 1.5em;
}
.trainingDesc {
  background: url('../images/trainingBoxBck.png') no-repeat center top transparent;
  padding: 50px 10px 10px 10px;
  border-bottom: 4px solid #2e52a4;
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
}

footer {
  text-align: center;
  padding: 40px 0;
  margin-top: 30px;
  background: #F5F5F5;
  border-top: 3px solid #d7e4ed;
}

footer a.logo {

}

footer p {
  color: #232020;

}

.buttonList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.buttonList li {
  background-color: #A4BDF7;
  display: block;
  margin-bottom: 5px; 
  line-height: 30px;
  padding: 10px;
  border-left: 4px solid #2e52a4
}
.buttonList.alt li {
  width: 250px;
  margin: 12px 12px;
  display: inline-block;
  text-align: center;
}
.buttonList li i {
  position: relative;
  top: 6px;
}
.buttonList.alt li i {
  display: block;
  font-size: 70px;
  margin: 0 auto;
}

.blog {
  margin: 0 0 15px 0;
}
.blog span {
  color: #655b5b;
  font-size: 10px;
  display: block;
}
.blog h3 {
  color: #7e2424;
  margin: 0 0 5px 0;
  font-size: 18px;
}
.blog p {
  margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bigIcon {
    font-size: 71px;
  }
  .badgeWhite h3.header {
     padding: 16px 20px 14px 20px;
  }
  h3.header {
    font-size: 1.8em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  a.logo {
        display: inline;
    width: auto;
  }
  .slider a {
    font-size: 22px;
  }
  .buttonList.alt li {
    width: 203px;
    height: 152px;
  }
  .buttonList.alt li:first-child {
    margin-top: 11px;
    float: left;
  }
  .bigIcon {
    font-size: 61px;
  }
  .trainingDesc {
    background: url('../images/trainingBoxBck-tablet.png') no-repeat center top transparent;
  }
  .trainingDesc > p.text-center {
    height: 158px;
  }
  .badgeWhite h3.header {
     padding: 18px 20px 14px 20px;
  }
  h3.header {
    font-size: 1.4em;
  }
}

@media (max-width: 767px) {
  a.logo {
    display: block;
    margin: auto;
    width: 400px;
  }
  .menu {
    float: none;
    text-align: center;
  }
  .menu li {
    margin-left: 15px;
  }
  .menu li:first-child {
    margin-left: 0;
  }
  .material-icons {
    display: none !important;  
  }
  .slider a {
    height: 125px;
  }
  .buttonList.alt li {
    width: auto;
  }
  .trainingDesc {
    background: none;
    padding: 28px 10px 10px 10px;
  }
  .trainingName {
    height: 110px;
  }
}