html {
  position: relative; }

body {
  background-color: #f8fafd; }

a {
  text-decoration: none;
  color: #ffffff; }

a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff; }

hr {
  color: #3D1C53;
  border: none;
  height: 1px;
  background-color: #3D1C53; }

button:hover {
  cursor: pointer; }

h1 {
  font-family: "freight-display-pro";
  font-size: 400%;
  font-weight: 400;
  text-align: right;
  margin-top: 0px;
  margin-bottom: 8px;
  z-index: 1; }

h2 {
  text-align: center;
  margin-bottom: 40px;
  font-family: "freight-display-pro";
  font-weight: 300;
  font-size: 250%;
  color: #880A04; }

h3 {
  font-family: "freight-display-pro";
  font-size: 250%;
  font-weight: 300;
  color: #3D1C53;
  padding-left: 15px; }

h4 {
  font-family: "source-sans-pro";
  font-size: 150%;
  font-weight: 600; }

p {
  font-family: "source-sans-pro";
  font-weight: 400;
  font-size: 18px; }

ul.dropdown-menu {
  border: none;
  border-radius: none;
  background-color: white;
  font-family: "freight-display-pro";
  font-size: 250%;
  font-weight: 300;
  color: #3D1C53;
  width: 100%;
  text-align: left; }

.main {
  position: relative;
  margin-bottom: 100px;
  z-index: 0;
  transition: margin-right 0.5s; }

.main#index {
  position: relative;
  margin-top: 60px;
  margin-bottom: 100px;
  z-index: 0; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

#bodyOverlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.containerContent {
  padding: 50px 100px 50px 100px; }

.noPadding {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.bottomMargin {
  margin-bottom: 50px; }

.centered {
  margin: 0 auto; }

.showing {
  display: inline; }

.logo {
  width: 30%;
  margin-top: 15px;
  padding-left: 40px;
  z-index: 3;
  display: inline-block;
  order: 1; }

.sucImg {
  width: 100%; }

#tagline {
  font-size: 1.3vw; }

.gridImg {
  max-width: 100%;
  z-index: -1;
  padding: 2px;
  position: relative; }

.gridBlock {
  padding: 0px;
  position: relative;
  min-height: 100%; }

#headerAndMenu {
  display: inline-flex;
  align-content: center; }

.menuTrigger {
  margin-top: 15px;
  right: 0px;
  position: fixed;
  z-index: 4;
  padding-right: 40px;
  order: 2; }

.menuTrigger:hover {
  cursor: pointer; }

#menuWord {
  display: inline-block;
  height: 100%;
  text-align: center;
  font-family: "freight-display-pro";
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  padding-right: 8px;
  opacity: 1; }

#menuWord .open {
  color: black;
  font-weight: 600; }

.burger {
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  display: inline-block;
  vertical-align: middle; }

.burger:hover {
  cursor: pointer; }

.burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: black;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#s0 {
  top: 0px; }

#s1 {
  top: 10px; }

#s2 {
  top: 20px; }

#s0.open {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #ffffff; }

#s1.open {
  opacity: 0;
  right: -60px; }

#s2.open {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #ffffff; }

.menu {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 3;
  background-color: #880A04;
  color: #ffffff;
  top: 0px;
  right: 0px;
  transition: 0.2s;
  text-align: right;
  box-shadow: -3px 0px 10px #000000; }

.menu a {
  text-decoration: none;
  font-family: "source-sans-pro";
  font-size: 20px;
  font-weight: 300;
  background-color: #880A04;
  display: block;
  padding: 20px;
  padding-right: 50px;
  transition: 0s; }

.menu a:hover {
  background-color: #6E0A04; }

#menuLinksGroup {
  padding-top: 150px; }

#scrollDown {
  z-index: 2;
  text-align: center;
  font-family: "freight-display-pro";
  font-size: 1.5em;
  padding-top: 20px; }

.redBtn {
  display: block;
  border: 3px solid;
  border-color: #880A04;
  color: #880A04;
  font-family: "source-sans-pro";
  font-weight: 600;
  font-size: 200%;
  background-color: #f8fafd;
  z-index: 1; }

.redBtn:hover {
  cursor: pointer;
  background-color: #880A04;
  color: #ffffff; }

#homeBtn {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  float: right; }

.imageBtn {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  border: #ffffff solid 2px;
  font-family: "source-sans-pro";
  font-weight: 400;
  font-size: 120%;
  padding: 8px;
  text-align: center;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; }

.imageBtn:hover {
  background-color: black;
  cursor: pointer; }

.applyBtn {
  display: block;
  border: 3px solid;
  border-color: #880A04;
  color: #880A04;
  font-family: "source-sans-pro";
  font-weight: 600;
  font-size: 200%;
  background-color: #f8fafd;
  z-index: 1;
  margin-bottom: 25px;
  padding-left: 5%;
  padding-right: 5%;
  width: 60%; }

.applyBtn:hover {
  cursor: pointer;
  background-color: #880A04;
  color: #ffffff; }

.btn.purpleDropdown {
  border: none;
  border-radius: none;
  background-color: white;
  font-family: "freight-display-pro";
  font-size: 250%;
  font-weight: 300;
  color: #3D1C53;
  width: 100%;
  text-align: left; }

.caret {
  align: right; }

h3:before {
  display: block;
  content: " ";
  margin-top: -120px;
  height: 120px;
  visibility: hidden; }

.successCat {
  padding-bottom: 100px; }

@media screen and (max-width: 992px) {
  .applyBtn {
    margin-bottom: 25px;
    padding-left: 5%;
    padding-right: 5%;
    width: 60%; } }
@media screen and (max-width: 767px) {
  .containerContent {
    padding: 30px; }

  h1 {
    text-align: center; }

  #tagline {
    font-size: 3vw; }

  #homeBtn {
    margin-top: 10px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    float: none; }

  .redBtn {
    width: 200px;
    margin: 0 auto;
    padding: 15px;
    background-color: #880A04;
    color: #ffffff;
    font-weight: 600;
    display: block;
    float: none; }

  .applyBtn {
    margin-bottom: 25px;
    padding-left: 5%;
    padding-right: 5%;
    width: 60%;
    font-size: 1.3em; }

  #tagline {
    padding: 30px; }

  .noPad {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  #scrollDown {
    display: none; } }

/*# sourceMappingURL=style.css.map */
