html {
  overflow-x: hidden !important; }

body {
  overflow-x: hidden !important;
  font-family: 'Lato', serif; }

.container-fluid {
  padding-left: 0px;
  padding-right: 0px; }

.pt-6 {
  padding-top: 4.5rem; }

.py-6 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem; }

.pb-6 {
  padding-bottom: 4.5rem; }

.pb-7 {
  padding-bottom: 5rem; }

.pt-7 {
  padding-top: 5rem; }

.py-7 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.py-8 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem; }

.pt-8 {
  padding-top: 5.5rem; }

.pb-8 {
  padding-bottom: 5.5rem; }

.py-9 {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.pt-9 {
  padding-top: 6rem; }

.pb-9 {
  padding-bottom: 6rem; }

.pt-10 {
  padding-top: 6.5rem; }

.pb-10 {
  padding-bottom: 6.5rem; }

.py-10 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem; }

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; }

.navbar-brand {
  font-weight: 600 !important; }

.navbar {
  box-shadow: 0px 5px 10px 10px rgba(0, 0, 0, 0.014); }

.navbar-nav {
  font-weight: 600 !important;
  min-height: 65px;
  font-size: 18px; }

.nav-link {
  font-weight: 600 !important;
  transition: all 170ms; }
  .nav-link:hover {
    color: #04A467 !important;
    transition: all 170ms; }

section {
  padding-top: 2rem;
  padding-bottom: 2rem; }

p {
  font-size: 17px; }

.gold-text {
  color: #04A467; }

.blue-text {
  color: #1F3971 !important; }

.learn-more-button {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  display: block;
  margin: 20px auto;
  max-width: 225px;
  text-decoration: none;
  border-radius: 50px;
  padding: 14px 30px;
  cursor: pointer;
  font-size: 1.2rem; }

.learn-more-button {
  color: #fff;
  border: 2px solid #163262;
  background-color: #163262;
  transition: all 250ms;
  text-decoration: none; }

.learn-more-button.button:hover {
  color: #fff;
  border: 2px solid #04a467;
  background-color: #04a467;
  transition: all 250ms;
  box-shadow: 0px 3px 10px 2px rgba(3, 151, 95, 0.4);
  text-decoration: none; }

.learn-more-button-gold {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  display: block;
  margin: 20px auto;
  max-width: 225px;
  text-decoration: none;
  border-radius: 50px;
  padding: 14px 30px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600 !important;
  letter-spacing: 2px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.014); }

.learn-more-button-gold {
  color: #fff;
  border: 2px solid #04a467;
  background-color: #04a467;
  transition: all 250ms;
  text-decoration: none; }

.learn-more-button-gold.button:hover {
  color: #fff;
  border: 2px solid #163262;
  background-color: #163262;
  transition: all 250ms;
  box-shadow: 0px 3px 10px 2px rgba(22, 50, 98, 0.4);
  text-decoration: none; }

.learn-more-button-on-gold {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  display: block;
  margin: 20px auto;
  max-width: 225px;
  text-decoration: none;
  border-radius: 50px;
  padding: 14px 30px;
  cursor: pointer;
  font-size: 1.2rem; }

.learn-more-button-on-gold {
  color: #fff;
  border: 2px solid #163262;
  background-color: #163262;
  transition: all 250ms;
  text-decoration: none; }

.learn-more-button-on-gold.button:hover {
  color: #fff;
  border: 2px solid #0e2142;
  background-color: #0e2142;
  transition: all 250ms;
  box-shadow: 0px 3px 10px 2px rgba(14, 33, 66, 0.4);
  text-decoration: none; }

#header {
  background: url(../img/header-overlay-01.png) center no-repeat;
  background-size: cover;
  height: 60vh;
  width: 100%;
  overflow-x: hidden;
  z-index: -999; }
  #header #header-description {
    padding-top: 225px; }
    #header #header-description h1 {
      font-size: 50px;
      font-weight: 600 !important; }

#services {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6; }
  #services h2 {
    font-weight: 600 !important;
    font-size: 25px; }
  #services .detailed-info {
    font-size: 34px;
    font-weight: 600 !important;
    line-height: 1.2; }
  #services img {
    margin-top: -40px; }

#inspirational-quote-index {
  background: #152955;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 35px; }
  #inspirational-quote-index h2 {
    font-size: 40px;
    padding-top: 50px;
    padding-bottom: 50px; }

#services-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff; }
  #services-2 h2 {
    font-weight: 600 !important;
    font-size: 30px; }
  #services-2 h3 {
    font-size: 25px; }
  #services-2 .services-inspo {
    color: #1F3971;
    font-size: 35px;
    font-weight: 600 !important; }

#list-of-colleges-and-universities {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6; }
  #list-of-colleges-and-universities h2 {
    font-weight: 600 !important;
    font-size: 35px;
    padding-bottom: 2rem; }
  #list-of-colleges-and-universities .carousel-container {
    position: relative;
    max-width: 100%; }
    #list-of-colleges-and-universities .carousel-container img {
      border-radius: 15px; }
  #list-of-colleges-and-universities .container .content {
    position: absolute;
    bottom: 0;
    background: #fff;
    background: rgba(31, 57, 113, 0.95);
    color: #f1f1f1;
    width: 90%;
    border-radius: 0px 0px 15px 15px; }
    #list-of-colleges-and-universities .container .content h3 {
      font-size: 18px; }
  #list-of-colleges-and-universities #college-inspo-row {
    padding-top: 5rem; }
  #list-of-colleges-and-universities .gold-text-college-inspo {
    font-size: 30px;
    font-weight: 600 !important;
    color: #04A467; }

#call-to-action-bottom {
  padding-bottom: 0rem;
  padding-top: 0rem; }
  #call-to-action-bottom .blue-bg {
    background-color: #1F3971;
    color: #fff;
    padding-top: 7rem;
    padding-bottom: 7rem; }
    #call-to-action-bottom .blue-bg h2 {
      font-weight: 600 !important;
      font-size: 27px;
      letter-spacing: 1px; }
  #call-to-action-bottom .yellow-cta-bottom {
    background: url(../img/call-to-action-bottom-yellow-01.png) right no-repeat;
    background-size: cover;
    margin-left: -1px; }
    #call-to-action-bottom .yellow-cta-bottom h2 {
      padding-top: 7rem;
      color: #fff;
      font-weight: 600 !important;
      font-size: 27px;
      letter-spacing: 1px; }

#footer {
  background-color: #f6f6f6;
  background-size: cover;
  height: 300px;
  margin-top: -2px; }
  #footer #footer-links {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: #152955; }
    #footer #footer-links a {
      color: #152955;
      text-decoration: none; }
      #footer #footer-links a:hover {
        color: #152955;
        text-decoration: none; }
  #footer .learn-more-button {
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    display: block;
    margin: 20px auto;
    max-width: 225px;
    text-decoration: none;
    border-radius: 50px;
    padding: 14px 30px;
    cursor: pointer;
    font-size: 1.2rem; }
  #footer .learn-more-button {
    color: #fff;
    border: 2px solid #163262;
    background-color: #163262;
    transition: all 250ms;
    text-decoration: none; }
  #footer .learn-more-button.button:hover {
    color: #fff;
    border: 2px solid #04a467;
    background-color: #04a467;
    transition: all 250ms;
    box-shadow: 0px 3px 10px 2px rgba(3, 151, 95, 0.4);
    text-decoration: none; }
  #footer .footer-gold-quote {
    color: #04a467;
    font-size: 35px; }

#footer-copyright {
  background-color: #04a467;
  padding-top: 1rem;
  padding-bottom: 0rem; }
  #footer-copyright p {
    font-size: 14px !important;
    color: #fff; }
  #footer-copyright #site-developed-by {
    color: #04a467; }
    #footer-copyright #site-developed-by p {
      color: #04a467; }
    #footer-copyright #site-developed-by a {
      text-decoration: none;
      color: #04a467;
      cursor: default; }
      #footer-copyright #site-developed-by a:hover {
        text-decoration: none;
        cursor: default; }

#header-our-team {
  background: url(../img/header-overlay-01.png) center no-repeat;
  background-size: cover;
  height: 40vh;
  width: 100%;
  overflow-x: hidden;
  z-index: -999; }
  #header-our-team #header-description {
    padding-top: 180px; }
    #header-our-team #header-description h1 {
      font-size: 50px;
      font-weight: 600 !important; }

#in-depth-experience-section {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6; }
  #in-depth-experience-section p {
    font-size: 17px; }
  #in-depth-experience-section h2 {
    font-weight: 600 !important;
    font-size: 25px; }
  #in-depth-experience-section .detailed-info {
    font-size: 34px;
    font-weight: 600 !important;
    line-height: 1.2; }
  #in-depth-experience-section img {
    margin-top: -40px; }

#inspirational-quote-team-page {
  background: #152955;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 35px; }
  #inspirational-quote-team-page h2 {
    font-size: 40px;
    padding-top: 50px;
    padding-bottom: 50px; }

#lisa-carnevale-santoro {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff; }
  #lisa-carnevale-santoro .smaller-header {
    font-size: 25px;
    font-weight: 600 !important; }
  #lisa-carnevale-santoro h2 {
    font-weight: 600 !important;
    font-size: 25px; }
  #lisa-carnevale-santoro .detailed-info {
    font-size: 34px;
    font-weight: 600 !important;
    line-height: 1.2; }
  #lisa-carnevale-santoro p {
    font-size: 17px; }

#phoebe-cavanaugh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6; }
  #phoebe-cavanaugh .smaller-header {
    font-size: 25px;
    font-weight: 600 !important; }
  #phoebe-cavanaugh h2 {
    font-weight: 600 !important;
    font-size: 25px; }
  #phoebe-cavanaugh .detailed-info {
    font-size: 34px;
    font-weight: 600 !important;
    line-height: 1.2; }
  #phoebe-cavanaugh p {
    font-size: 17px; }

#patricia-allessi-rozzi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff; }
  #patricia-allessi-rozzi .smaller-header {
    font-size: 25px;
    font-weight: 600 !important; }
  #patricia-allessi-rozzi h2 {
    font-weight: 600 !important;
    font-size: 25px; }
  #patricia-allessi-rozzi .detailed-info {
    font-size: 34px;
    font-weight: 600 !important;
    line-height: 1.2; }
  #patricia-allessi-rozzi p {
    font-size: 17px; }

#christie-kafka {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6; }
  #christie-kafka .smaller-header {
    font-size: 25px;
    font-weight: 600 !important; }
  #christie-kafka h2 {
    font-weight: 600 !important;
    font-size: 25px; }
  #christie-kafka .detailed-info {
    font-size: 34px;
    font-weight: 600 !important;
    line-height: 1.2; }
  #christie-kafka p {
    font-size: 17px; }

#alessio-santoro {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff; }
  #alessio-santoro .smaller-header {
    font-size: 25px;
    font-weight: 600 !important; }
  #alessio-santoro h2 {
    font-weight: 600 !important;
    font-size: 25px; }
  #alessio-santoro .detailed-info {
    font-size: 34px;
    font-weight: 600 !important;
    line-height: 1.2; }
  #alessio-santoro p {
    font-size: 17px; }

#inspo-our-team {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #04a467; }
  #inspo-our-team p {
    font-size: 35px;
    font-weight: 600;
    color: white; }

#header-contact-us {
  background: url(../img/header-overlay-01.png) center no-repeat;
  background-size: cover;
  height: 40vh;
  width: 100%;
  overflow-x: hidden;
  z-index: -999; }
  #header-contact-us #header-description {
    padding-top: 180px; }
    #header-contact-us #header-description h1 {
      font-size: 50px;
      font-weight: 600 !important; }

#in-depth-experience-section-2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6; }
  #in-depth-experience-section-2 p {
    font-size: 17px; }
  #in-depth-experience-section-2 h2 {
    font-weight: 600 !important;
    font-size: 25px; }
  #in-depth-experience-section-2 .detailed-info {
    font-size: 34px;
    font-weight: 600 !important;
    line-height: 1.2; }
  #in-depth-experience-section-2 img {
    margin-top: -40px; }

.dedicated-to-provide {
  font-size: 22px !important; }

.additional-contact-text {
  font-size: 20px !important; }

#inspo-contact-page {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #04a467; }
  #inspo-contact-page p {
    font-size: 35px;
    font-weight: 600;
    color: white; }

@media all and (min-width: 1213px) and (max-width: 2560px) {
  #call-to-action-bottom .blue-bg {
    margin-left: -4px; } }

@media all and (min-width: 960px) and (max-width: 1199px) {
  #services img {
    margin-top: 15px; }
  #list-of-colleges-and-universities .container .content {
    width: 84%; }
  #call-to-action-bottom .blue-bg {
    margin-left: -4px; } }

@media all and (min-width: 768px) and (max-width: 959px) {
  #services img {
    margin-top: 60px; }
  #list-of-colleges-and-universities .container .content {
    width: 84%; }
  #call-to-action-bottom .blue-bg {
    left: 1px;
    margin-left: -4px; } }

@media all and (min-width: 480px) and (max-width: 767px) {
  .navbar img {
    width: 156px;
    height: 59px; }
  #header #header-description {
    padding-top: 150px; }
  #header h1 {
    font-size: 35px; }
  #services {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    #services .detailed-info {
      font-size: 30px; }
    #services img {
      margin-top: 40px; }
  #call-to-action-bottom {
    padding-top: 0rem;
    padding-bottom: 0rem; }
    #call-to-action-bottom .blue-bg {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
    #call-to-action-bottom .yellow-cta-bottom {
      padding-bottom: 3rem; }
      #call-to-action-bottom .yellow-cta-bottom h2 {
        padding-top: 4rem; }
      #call-to-action-bottom .yellow-cta-bottom .learn-more-button-on-gold {
        font-size: 17px; }
  #footer {
    height: 500px; }
    #footer img {
      width: 250px;
      height: auto; }
    #footer h4 {
      padding-top: 15px; }
    #footer #footer-links {
      padding-top: 0.3rem;
      padding-bottom: 0.3rem; }
  #footer-copyright {
    padding-top: 0.4rem; }
    #footer-copyright #site-developed-by {
      margin-top: -50px; }
  #header-our-team {
    height: 30vh; }
    #header-our-team #header-description {
      padding-top: 100px; }
  #in-depth-experience-section {
    padding-top: 3rem;
    padding-bottom: 2rem; }
    #in-depth-experience-section .detailed-info {
      font-size: 28px; }
    #in-depth-experience-section img {
      margin-top: 20px; }
  #lisa-carnevale-santoro {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    #lisa-carnevale-santoro .smaller-header {
      font-size: 20px; }
  #phoebe-cavanaugh {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    #phoebe-cavanaugh .smaller-header {
      font-size: 20px; }
  #patricia-allessi-rozzi {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    #patricia-allessi-rozzi .smaller-header {
      font-size: 20px; }
  #christie-kafka {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    #christie-kafka .smaller-header {
      font-size: 20px; }
  #header-contact-us {
    height: 30vh; }
    #header-contact-us #header-description {
      padding-top: 100px; } }

@media all and (max-width: 479px) {
  .navbar img {
    width: 156px;
    height: 59px; }
  #header #header-description {
    padding-top: 150px; }
  #header h1 {
    font-size: 35px; }
  #services {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    #services .detailed-info {
      font-size: 30px; }
    #services img {
      margin-top: 40px; }
  #call-to-action-bottom {
    padding-top: 0rem;
    padding-bottom: 0rem; }
    #call-to-action-bottom .blue-bg {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
      #call-to-action-bottom .blue-bg h2 {
        font-size: 22px; }
      #call-to-action-bottom .blue-bg p {
        font-size: 14px;
        padding-top: 10px; }
    #call-to-action-bottom .yellow-cta-bottom {
      padding-bottom: 3rem; }
      #call-to-action-bottom .yellow-cta-bottom h2 {
        padding-top: 4rem; }
      #call-to-action-bottom .yellow-cta-bottom .learn-more-button-on-gold {
        font-size: 16px; }
  #footer {
    height: 500px; }
    #footer img {
      width: 250px;
      height: auto; }
    #footer h4 {
      padding-top: 15px; }
    #footer #footer-links {
      padding-top: 0.3rem;
      padding-bottom: 0.3rem; }
  #footer-copyright {
    padding-top: 0.4rem; }
    #footer-copyright #site-developed-by {
      margin-top: -50px; }
  #header-our-team {
    height: 30vh; }
    #header-our-team #header-description {
      padding-top: 100px; }
  #in-depth-experience-section {
    padding-top: 3rem;
    padding-bottom: 2rem; }
    #in-depth-experience-section .detailed-info {
      font-size: 28px; }
    #in-depth-experience-section img {
      margin-top: 20px; }
  #lisa-carnevale-santoro {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    #lisa-carnevale-santoro .smaller-header {
      font-size: 20px; }
    #lisa-carnevale-santoro .detailed-info {
      font-size: 24px; }
  #phoebe-cavanaugh {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    #phoebe-cavanaugh .smaller-header {
      font-size: 20px; }
    #phoebe-cavanaugh .detailed-info {
      font-size: 24px; }
  #patricia-allessi-rozzi {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    #patricia-allessi-rozzi .smaller-header {
      font-size: 20px; }
    #patricia-allessi-rozzi .detailed-info {
      font-size: 24px; }
  #christie-kafka {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    #christie-kafka .smaller-header {
      font-size: 20px; }
    #christie-kafka .detailed-info {
      font-size: 24px; }
  #header-contact-us {
    height: 30vh; }
    #header-contact-us #header-description {
      padding-top: 100px; } }

@media all and (max-width: 320px) {
  .navbar img {
    width: 156px;
    height: 59px; }
  #header #header-description {
    padding-top: 150px; }
  #header h1 {
    font-size: 35px; }
  #services {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    #services .detailed-info {
      font-size: 30px; }
    #services img {
      margin-top: 40px; }
  #call-to-action-bottom {
    padding-top: 0rem;
    padding-bottom: 0rem; }
    #call-to-action-bottom .blue-bg {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
      #call-to-action-bottom .blue-bg h2 {
        font-size: 24px; }
      #call-to-action-bottom .blue-bg p {
        font-size: 16px;
        padding-top: 10px; }
    #call-to-action-bottom .yellow-cta-bottom {
      padding-bottom: 3rem; }
      #call-to-action-bottom .yellow-cta-bottom h2 {
        padding-top: 4rem; }
      #call-to-action-bottom .yellow-cta-bottom .learn-more-button-on-gold {
        font-size: 16px; }
  #footer {
    height: 500px; }
    #footer img {
      width: 200px;
      height: auto; }
    #footer h4 {
      padding-top: 15px; }
    #footer #footer-links {
      padding-top: 0.3rem;
      padding-bottom: 0.3rem; }
  #footer-copyright {
    padding-top: 0.4rem; }
    #footer-copyright #site-developed-by {
      margin-top: -50px; }
  #header-our-team {
    height: 30vh; }
    #header-our-team #header-description {
      padding-top: 100px; }
  #in-depth-experience-section {
    padding-top: 3rem;
    padding-bottom: 2rem; }
    #in-depth-experience-section .detailed-info {
      font-size: 28px; }
    #in-depth-experience-section img {
      margin-top: 20px; }
  #lisa-carnevale-santoro {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    #lisa-carnevale-santoro .smaller-header {
      font-size: 20px; }
    #lisa-carnevale-santoro .detailed-info {
      font-size: 24px; }
  #phoebe-cavanaugh {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    #phoebe-cavanaugh .smaller-header {
      font-size: 20px; }
    #phoebe-cavanaugh .detailed-info {
      font-size: 24px; }
  #patricia-allessi-rozzi {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    #patricia-allessi-rozzi .smaller-header {
      font-size: 20px; }
    #patricia-allessi-rozzi .detailed-info {
      font-size: 24px; }
  #christie-kafka {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    #christie-kafka .smaller-header {
      font-size: 20px; }
    #christie-kafka .detailed-info {
      font-size: 24px; }
  #header-contact-us {
    height: 30vh; }
    #header-contact-us #header-description {
      padding-top: 100px; } }
