body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family:'Roboto Condensed', sans-serif;
  color: #f0f0f0;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family:'Roboto Condensed', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-transform: uppercase;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: auto;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family:'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  color: #134472;
  text-align: left;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button.hero-button {
  padding: 20px;
  border-radius: 5px;
  background-color: #59aaa0;
  font-family:'Roboto Condensed', sans-serif;
  font-size: 24px;
}
.logo-section {
  padding-top: 20px;
}
.logo {
  width: 369px;
}
.ipaa {
  text-align: right;
}
.ipaa-container {
  text-align: right;
}
.hero {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #134472;
  background-image: url('../images/header_01.jpg');
  background-size: cover;
}
.hero.subpage-hero {
  padding-bottom: 1px;
}
.hero-h1 {
  color: white;
  font-size: 34px;
}
.hero-p {
  margin-bottom: 36px;
  padding-bottom: 1px;
  font-family:'Roboto Condensed', sans-serif;
  color: #ededed;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
  text-align: left;
}
.signup {
  padding: 1px 20px 20px;
  border-radius: 5px;
  background-color: rgba(19, 68, 114, 0.79);
  color: #333;
}
.signup-h1 {
  font-size: 21px;
  font-weight: 300;
}
.signup-p {
  margin-bottom: 19px;
  font-family:'Roboto Condensed', sans-serif;
  color: white;
  text-align: left;
}
.content-section {
  padding-bottom: 61px;
  background-color: #f7f7f7;
}
.slider {
  height: auto;
  padding-top: 25px;
  padding-bottom: 56px;
  background-color: white;
}
.arrow {
  color: #c4c4c4;
}
.schoolwrapper {
  width: 100%;
  color: #999;
  text-decoration: none;
}
.hero-left-col {
  padding-right: 76px;
}
.school-logo-icon {
  display: block;
  max-height: 130px;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
}
.school-quote {
  font-family:'Roboto Slab', sans-serif;
  text-align: center;
}
.school-attribution {
  font-family:'Roboto Condensed', sans-serif;
  color: #ccc;
  font-weight: 400;
  text-align: center;
}
.bloglink {
  width: 100%;
  margin-bottom: 31px;
  padding-top: 0px;
  padding-bottom: 13px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  color: #262626;
  text-decoration: none;
}
.content-left-col {
  padding-top: 34px;
  padding-right: 30px;
  border-right: 1px dashed #c4c4c4;
}
.content-righ-col {
  padding-top: 33px;
}
.blog-link-header {
  margin-top: auto;
  padding-left: 20px;
}
.blog-description {
  padding-left: 20px;
}
.blog-image {
  height: 130px;
}
.blog-image.image1 {
  height: 148px;
  background-image: url('../images/icon-papers.png');
  background-size: cover;
}
.blog-image.news1 {
  background-image: url('../images/images.jpg');
}
.blog-image.news2 {
  background-image: url('../images/Emery_A__29.jpg');
  background-size: cover;
}
.navbar {
  background-color: #134472;
}
.navlink {
  display: inline-block;
  padding-right: 30px;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  font-family:'Roboto Condensed', sans-serif;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}
.navlink:hover {
  background-color: #59aaa0;
  color: white;
  text-decoration: none;
}
.navcontainer {
  text-align: left;
}
.nav-menu {
  float: left;
}
.footer {
  padding-top: 28px;
  padding-bottom: 30px;
}
.tablink {
  font-family:'Roboto Condensed', sans-serif;
  font-size: 14px;
}
.tabpane {
  margin-bottom: 30px;
  padding: 30px 15px 15px;
  background-color: #bdd0f2;
}
.sidebar-links {
  width: 100%;
  margin-bottom: 6px;
  padding: 5px;
  border-radius: 5px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  text-decoration: none;
}
.sidebar-links:hover {
  background-color: #cbd9f2;
}
.sidebarlink-text {
  color: #525252;
}
.footer-text {
  padding-right: 43px;
  font-size: 10px;
  line-height: 15px;
}
.footer-logo {
  max-height: 59px;
  margin-right: 18px;
  float: right;
}
.footer-logo-link {
  float: right;
}
.what-they-re-saying {
  padding-left: 18px;
}
.logo-block {
  padding: 15px;
  border-radius: 5px;
  background-color: white;
}
.quote-row {
  padding-top: 20px;
}
.school-name {
  padding-left: 15px;
  font-family:'Roboto Slab', sans-serif;
  color: #59aaa0;
  font-weight: 700;
}
.school-attribution-inner {
  font-family:'Roboto Slab', sans-serif;
  color: #59aaa0;
  font-weight: 300;
}
@media (max-width: 991px) {
  .hero {
    padding-top: 11px;
    padding-bottom: 21px;
  }
  .arrow {
    display: none;
  }
  .hero-left-col {
    padding-right: 35px;
  }
  .navlink {
    display: block;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-left-style: none;
    border-left-width: 0px;
  }
  .navcontainer {
    color: white;
  }
  .nav-menu {
    float: right;
  }
}
@media (max-width: 767px) {
  .ipaa {
    display: none;
  }
  .hero-p {
    font-size: 17px;
  }
  .signup {
    margin-top: 23px;
  }
}
@media (max-width: 479px) {
}

