:root {
  --pgl_green: #599E2F;
  --green: #4C9B2F;
  --orange: #FF4D00;
  --white: #ffffff;
  --light-grey: #EDEEEF;
  --grey: #515151;
  --dark-grey: #9A9A9A;
  --purple: #FF4D00;
  --dark-purple: #59178A;
  --light-purple: #dbcde6;
  --charcoal: #454545;
}

body {
  font-family: 'Source Sans Pro';
}


.left{float:left;}
.right{float:right;}
.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{ text-align:right;}
.emphasize{color:#599e2f; font-weight:bold;}
.underline{text-decoration:underline !important;}
.numeral{text-transform:uppercase;font-size:1.1em;}
.currency{font-size:.9em;}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}


h1 {
  font-family: Ubuntu;
  font-size: 56px;
  font-weight: 700;
  line-height: 54px;
}

h3 {
  font-family: 'Source Sans Pro';
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  color: var(--pgl_green);
}

h4 {
  font-family: 'Source Sans Pro';
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
}

h5 {
  font-family: 'Source Sans Pro';
  font-size: 25px;
  font-weight: 400;
  line-height: 36px;
}

h6 {
  font-family: 'Source Sans Pro';
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  color: var(--pgl_green);
}
p {
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
}

#header-logo {
  max-width: 139px
}

.button {
  color: var(--white) !important;
  width: 200px !important;
  height: 45px !important;
  font-family: Ubuntu;
  font-size: 20px;
  line-height: 27px;
  color: var(--white)
}

.orange_button {
  background-color: var(--orange)
}

/*Footer*/
footer {
  background-color: #EDEEEF;
}

.footerLogo {
  border-bottom: var(--grey) 1px solid;
}

#footerText {
  border-bottom: var(--grey) 1px solid;
}

footer ul {
  padding-left: 0px !important;
  list-style: none;
}

footer p {
  font-size: 12px !important;
  line-height: 18px !important;
}

footer li {
  font-size: 12px !important;
  line-height: 18px !important;
}

footer a {
  text-decoration: none !important;
  color: grey;
}

footer a:hover {
  text-decoration: none !important;
  color: grey;
}

footer .linkCategory {
  padding-right: 3em;
}

footer .linkCategoryHeader {
  margin: 0 !important;
  font-weight: bold !important;
}

footer .fa-brands {
  color: var(--charcoal);
}
/*footer images*/
#footer_logo_nafsa {
  height: 52px;
}
#footer_logo_ola {
  height: 65px;
}
#footer_logo_tp {
  height: 45px;
}

#bottom_bar {
  background-color: var(--charcoal);
  height: 21px;
  width:100%;
}



@media screen and (max-width: 575px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #header-logo {
    max-width: 91px;
    height: 22px;
  }

  #homepage_wave {
    margin-top: 690px;
  }

  h1 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
  }

  h5 {
    font-size: 26px;
  }

  footer {
    background-color: var(--dark-grey);
    color: var(--white);
  }

  footer .container {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  footer hr {
    color: var(--white);
    opacity: 100%
  }

  footer a {
    color: var(--white);
  }

  footer a:hover {
    color: var(--white);
    font-weight: bold !important;
  }

  #bottom_bar {
    height: 94px;
  }

}

.modal-footer {
  display: flow;
}


.model-title h4 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  color: #599e2f !important;
  margin: 0 0 .3em 0;
  margin-bottom: 0.3em;
}

.model {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #1a1812;
}

.link-button {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  min-height: 34px;
  /* Changed so Map branch buttons could fit all the text. */
  outline: none;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: middle;
}

button.btn-green, input.btn-green, a.btn-green, a.btn-green:visited, .btn-green a, .btn-green a:visited {
  background-color: #599E2F;
  color: #ffffff;
}