@font-face {
  font-family: "CircularStd";
  src: url("../font/CircularStd-Black.eot");
  src: url("../font/CircularStd-Black.eot?#iefix") format("embedded-opentype"),
    url("../font/CircularStd-Black.woff") format("woff"),
    url("../fonts/CircularStd-Black.ttf") format("truetype"),
    url("../font/CircularStd-Black.svg#bcc26993292869431e54c666aafa8fcd")
      format("svg");
  font-weight: 800;
  font-style: normal;
}

body {
  overflow-x: hidden;
  font-family: "CircularStd", "Roboto Slab", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

p {
  font-family: "Montserrat", sans-serif;
  line-height: 1.75;
  font-size: 15px;
}

a {
  color: #2873de;
}

a:hover {
  color: #fec503;
}

.text-primary {
  color: #337ab7 !important;
}

.cite-div {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  padding: 5px;
  margin: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

hr {
  background: url("../img/divider.svg") no-repeat center;
  height: 25px;
  border: 0;
}

section {
  padding: 100px 0;
}

section#services {
  background-color: aliceblue;
}

section#getin {
  background-color: #2873de;
  min-height: 400px;
  position: relative;
  text-align: center;
}

.getin-section-left {
  -webkit-transform: skewy(3deg);
  transform: skewy(3deg);
  background-color: #2873de;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.getin-section-right {
  -webkit-transform: skewy(-3deg);
  transform: skewy(-3deg);
  background-color: #2873de;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.getin-section-content {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 9;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  section {
    padding: 100px 0;
  }
}

.btn {
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 10px 40px;
}

.btn-nav-signup {
  margin-right: 10px;
  margin-left: 10px;
  border-color: #00255e;
}

.btn-outline-primary {
  color: #fff;
  border-color: #fff;
}

.btn-green {
  background-color: #3c6;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.13), 0 6px 6px rgba(0, 0, 0, 0);
  color: #fff;
}

.btn-green:hover {
  background-color: #48e185;
  color: #fff;
}

.btn-primary {
  background-color: #00255e;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.13), 0 6px 6px rgba(0, 0, 0, 0);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #286090 !important;
  border-color: #286090 !important;
  color: white;
}

.btn-primary:active,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

.btn-collapse {
  color: white;
  background-color: #667d9d;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  font-size: 75%;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

::-moz-selection {
  background: #286090;
  text-shadow: none;
}

::selection {
  background: #286090;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: #2873de;
}

#mainNav .navbar-toggler {
  font-size: 27px;
  right: 0;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
  color: #ffffff;
  font-size: 15px;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #ffffff;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #00255e;
}

.img-brand {
  width: 66px;
}

.header-logo {
  width: 300px;
}

.sub-header {
  font-size: 22px;
}

@media (min-width: 992px) {
  p {
    font-size: 18px;
  }

  .header-logo {
    width: 480px;
  }

  .sub-header {
    font-size: 28px;
  }

  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }

  #mainNav .navbar-brand {
    font-size: 1em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1em 0.5em !important;
  }

  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #2873de;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.1em;
    padding: 5px 0;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/header-bg.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}

header.masthead .intro-text {
  padding-top: 100px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 20vh;
    padding-bottom: 20vh;
  }

  header.masthead .intro-text .intro-heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

.courses-card {
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.13), 0 6px 6px rgba(0, 0, 0, 0);
}

section#contact {
  background-color: #00255e;
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #286090;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #00255e;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
  background-color: #286090;
}
