/* :root {
  --blue: #0071ba;
  --yellow: #facf00;
  --teal: #00bfa5;
  --teal-900: #00403d;
  --teal-700: #007369;
  --teal-100: #b5fff3;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --gray-100: #f0f2f5;
  --blue-700: #003c5e;
  --blue-600: #004f87;
  --blue-300: #4cbeff;
  --blue-200: #9eddff;
  --blue-100: #ccf0ff;
} */

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", Helvetica, BlinkMacSystemFont, -apple-system, sans-serif;
  color: #323f4f;
  background-color: #003c5e;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Chronicle Display A", "Chronicle Display B", Georgia, "Times New Roman", serif;
  font-weight: normal;
  line-height: 1.125;
}

h6,
.h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 0.75rem;
  color: #facf00;
}

.h1 {
  font-size: 4.5rem;
  color: white;
  line-height: 1;
}

.sans {
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", Helvetica, BlinkMacSystemFont, -apple-system, sans-serif;
}

.btn-primary,
button.default {
  background: #004f87;
  color: #ccf0ff;
  border: none;
}

.btn-giving {
  background: #EB008B;
  color: white;
  border: none;
}

.btn-cta {
  color: #007369;
  border-color: #007369;
}

.btn-cta:hover {
  background: #007369;
  color: #b5fff3;
  border-color: #b5fff3;
}

.btn-ftr-cta {
  text-align: left;
  color: #ccf0ff;
  border-color: #00273b;
  font-size: 80%;
}

.btn-ftr-cta:hover {
  background: #004f87;
  color: #ccf0ff;
  border-color: #004f87;
}

.btn-outline-secondary {
  color: #7a8899;
  border-color: #ccd2d9;
}

.btn-outline-secondary:hover {
  background: #7a8899;
  border-color: #7a8899;
}

.btn-secondary,
.btn-default {
  background-color: #00bfa5;
  color: #00403d;
  border-color: #00bfa5;
}

.btn-secondary:hover,
.btn-default:hover {
  background-color: #00403d;
  color: #00bfa5;
  border-color: #00403d;
}

a {
  transition: all 0.5s;
  color: #0071ba;
  text-decoration: underline;
}

.navigation .navbar {
  background: #0071ba;
  border-bottom: 4px solid #facf00;
  padding: 0;
}

.navbar-brand,
.mobile-icon {
  padding: 0.75rem 0 1rem;
}

.mobile-controls .btn {
  color: #fff;
  cursor: pointer;
}

.navigation .nav-link {
  color: white;
  font-size: 1.375rem;
  font-weight: bold;
  padding: 0.25rem 0;
}

/* .navigation li.active a.nav-link {
  color: #ffe34d;
} */

.navigation .nav-link:hover {
  color: #4cbeff;
}

.list-inline-item {
  margin-bottom: 0.6285rem;
}

.block-video {
  background: url("/assets/images/bg-video.jpg");
}

.navbar-expand-lg .container {
  padding-left: 15px;
  padding-right: 15px;
}

footer a,
.navigation nav a {
  color: #ccf0ff;
  text-decoration: none;
}

.text-close {
  text-transform: uppercase;
  font-size: 0.75rem;
}

.nav-main a {
  font-weight: bold;
  font-size: 1.5rem;
  display: block;
}

footer a:hover,
.navigation nav a:hover {
  color: #4cbeff;
}

.list-spaced li {
  margin-bottom: 0.75rem;
}

.list-spaced li:last-child {
  margin-bottom: 0;
}

.svg {
  /* for IE */
  width: 100% \9;
}

.text-teal-dark {
  color: #00403d;
}

.text-teal-light {
  color: #b5fff3;
}

.text-blue {
  color: #0071ba;
}

.intro2::first-letter {
  font-size: 3em;
  float: left;
  line-height: 1;
  padding: 0 0.25rem 0 0;
  font-weight: bold;
}

blockquote footer {
  border-left: 4px solid #facf00;
  padding-left: 0.5em;
}

.circle2 {
  border-radius: 50%;
  border: 4px solid rgba(246, 172, 36, 0.9);
}

.card-citizen {
  background: url(../images/bg-citizen.jpg) no-repeat bottom;
  color: rgba(255, 255, 255, 0.85);
  background-size: cover;
  text-shadow: 1px 1px #000;
}

.card-leader {
  background: url(../images/bg-leader.jpg) no-repeat bottom;
  color: rgba(255, 255, 255, 0.85);
  background-size: cover;
  text-shadow: 1px 1px #000;
}

.card-life {
  background: url(../images/bg-life.jpg) no-repeat center bottom;
  background-size: cover;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 1px 1px #000;
}

.card-career {
  background: url(../images/bg-career.jpg) no-repeat center bottom;
  background-size: cover;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 1px 1px #000;
}

@media screen and (min-width: 768px) {
  .fine-print li:after {
    content: " | ";
    padding-left: 0.5rem;
  }

  .fine-print li:last-child:after {
    content: "";
    padding-left: 0;
  }

  .navigation .nav-link {
    font-size: 0.825rem;
    padding: 0.25rem 0;
  }

  .block-video {
    padding: 0;
  }

  .block-video .embed-responsive {
    margin-left: -40px;
    margin-bottom: -40px;
    padding-right: 0;
  }

  .block-video .text-video {
    padding-left: 0;
    padding-right: 40px;
    padding-top: 30px;
  }
}

.debug {
  background: rgba(255, 0, 0, 0.4);
}

.sidemenu a {
  text-decoration: none;
}

.modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 auto;
  background-color: #ccf0ff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%, 0) scale(1);
  transform: translate(100%, 0) scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-dialog-slideout .modal-content {
  border: 0;
}

.bg-primary {
  background-color: #00bfa5 !important;
  color: white;
}

.bg-primary-blue {
  background-color: #0071ba !important;
  color: white;
}

.bg-quote {
  background-color: #0071ba;
  color: white;
}

/* WHY ROLLINS */
.card-nb {
  border: none;
}

/* .section {
  background: #fff url('../images/bg-body.svg') center center repeat-y;
}
*/
.circle2 {
  border-radius: 50%;
  border: 4px solid rgba(246, 172, 36, 0.9);
}

.card-citizen {
  background: url(../images/bg-citizen.jpg) no-repeat bottom;
  color: rgba(255, 255, 255, 0.85);
  background-size: cover;
  text-shadow: 1px 1px #000;
}

.card-leader {
  background: url(../images/bg-leader.jpg) no-repeat bottom;
  color: rgba(255, 255, 255, 0.85);
  background-size: cover;
  text-shadow: 1px 1px #000;
}

.card-life {
  background: url(../images/bg-life.jpg) no-repeat center bottom;
  background-size: cover;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 1px 1px #000;
}

.card-career {
  background: url(../images/bg-career.jpg) no-repeat center bottom;
  background-size: cover;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 1px 1px #000;
}

.row-intro {
  background: url("../images/bg-intro.svg") center center no-repeat;
  height: 320px;
  margin: 2em 0;
}

.row-closer {
  background: url("../images/bg-closer.svg") center center no-repeat;
  height: 279px;
  margin: 0;
}

.bg {
  background: url("../images/bg-divider.svg") bottom center no-repeat;
}

.bg-hero {
  background: url("../images/outdoor-classroom.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  color: white;
}

.bg-giving {
  background: url("../images/bg-giving.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  color: white;
}

.bg-giving-thanks {
  background: url("../images/bg-giving-thanks.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  color: white;
}

.bg-hero:before,
.bg-giving:before,
.bg-giving-thanks:before {
  background-color: rgba(0, 39, 59, 0.5);
  /* background: linear-gradient(to top, rgba(0, 61, 94, 0.7) 0%, transparent 90%, transparent 100%);
  */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
}

.list-group-item {
  padding: 0.5rem;
}

.list-group-item a {
  color: #0071ba;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-left: 3px;
  display: block;
}

.list-group-item a:hover {
  color: #0071ba;
}

.list-group-item.active {
  background: #f0f2f5;
}

.list-group-item.active a {
  color: #0071ba;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  border-color: #0071ba;
}

.modal-header {
  border-bottom: none;
}

.close {
  opacity: 1;
}

.img-fill {
  object-fit: cover;
  height: 100%;
  /* object-position: 0 0;
  */
}

.text-yellow {
  color: #facf00;
}

#leftNav ul ul {
  display: none;
}

.wrap p {
  margin-bottom: 1.5em;
}

.bg-qlinks {
  background: #ccf0ff;
}

.btn-link {
  color: #0071ba;
}

.bg-qlinks .card-header {
  background: #9eddff;
  color: #004f87;
  font-size: 0.75em;
}

.caption .card-text {
  font-size: 80%;
  font-weight: 400;
}

.caption .card-text a {
  color: white;
}

#myCarousel .carousel-indicators {
  margin-bottom: -30px;
}

#myCarousel .carousel-indicators li {
  background-color: #0071ba;
}

.nav-tabs .nav-link {
  background: #ccf0ff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 85%;
  color: #003c5e;
  height: 100%;
  border: 1px solid #9eddff;
}

/* FROM EXISTING STYLE2018.CSS */
.noFound {
  padding: 1.5em 0;
}

#cont .InPageSearch .ipCats .cats li:before,
.InPageSearch .ipCats .cats li:before,
.noFound {
  display: none;
}

#page {
  padding-top: 62px;
}

.fakeol {
  list-style: none;
  line-height: 1.5em;
  padding: 0;
  margin: 20px 0;
}

.fakeol li.num {
  color: #facf00;
  font-size: 4.016875em;
  font-weight: 600;
  padding: 15px 0 0;
  text-align: right;
  width: 9%;
}

.fakeol li {
  float: left;
  padding: 0 0 1em 3%;
  width: 88%;
}

.fakeol li .title {
  color: #0071ba;
  font-size: 1.125em;
  font-weight: 600;
}

#leftNav a {
  text-decoration: none;
}

#leftNav ul li.active ul,
#leftNav ul li.hasActiveChild ul {
  display: block;
  padding: 6px 0;
  background: #f0f2f5;
}

#leftNav ul li.hasActiveChild {
  background: #f0f2f5;
}

#leftNav ul li.active ul li,
#leftNav ul li.hasActiveChild ul li {
  padding: 0;
  margin: 10px 0;
  border: none;
  background: #f0f2f5;
}

#leftNav ul li a {
  text-transform: uppercase;
}

#leftNav ul ul li a {
  font-weight: 400;
  text-transform: none;
}

#leftNav ul li.hasActiveChild ul li.active a {
  font-weight: bold;
}

#leftNav ul li.back {
  background: #0071ba;
}

#leftNav ul li.back a {
  color: #fff;
  display: block;
  font-size: 0.8125em;
  z-index: 1;
  background: #0071ba;
}

.rc-section.feature-photo.overlay-grey:before {
  background-color: rgba(65, 65, 68, 0.75);
}

.rc-section.feature-photo.overlay-blue:before {
  background-color: rgba(0, 79, 135, 0.75);
}

.rc-section.feature-photo:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.rc-section.feature-photo.center {
  background-position: center center;
}

.rc-section.feature-photo {
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

.wrap {
  width: 100%;
}

.subtitle {
  margin-bottom: 24px;
}

.cb {
  clear: both;
}

#cont ul li:before {
  display: none;
}

#linkBin {
  clear: both;
  float: left;
  margin: 0;
  width: 100%;
}

#linkBin .row {
  display: block;
  margin-bottom: 1em;
  width: 100%;
}

#linkBin .row ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#linkBin .row .cell {
  margin-bottom: 1em;
  width: 100%;
}

#linkBin .row .cell h2 {
  font-size: 1.125em;
  margin: 0 0 0.5em;
}

#linkBin .row .cell li {
  font-size: 0.875em;
  margin-bottom: 0.625rem;
}

#linkBin .row .cell li a {
  color: #0071ba;
  text-decoration: underline;
  display: block;
}

#linkBin .row .cell li a:hover {
  color: #0071ba;
}

#linkBin .colspan {
  padding: 1em;
  margin: 1em 0;
}

#linkBin .colspan ul {
  margin-bottom: 2em;
}

#linkBin .colspan ul:last-child {
  margin-bottom: 0;
}

#linkBin .colspan ul li {
  font-size: 0.875em;
  margin-bottom: 0.5rem;
}

#linkBin .colspan.first {
  background: #0071ba;
  padding: 1em;
  width: 100%;
}

#linkBin .colspan h2 {
  font-size: 1.25em;
  font-weight: normal;
  margin: 0.5em 0;
  padding: 0;
}

#linkBin .colspan.first h2 {
  margin: 0 0 1em 0;
  padding: 0;
  color: #facf00;
}

#linkBin .colspan a {
  display: block;
}

#linkBin .row .cell h2:before {
  border: 10px solid #facf00;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  content: "";
  display: block;
  margin-bottom: 0.5em;
  width: 16%;
}

#linkBin .colspan.first ul li {
  font-weight: 600;
  margin-bottom: 0.75em;
}

#linkBin .colspan.first ul li a {
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

#cont.nonav #rightCol {
  clear: both;
}

#cont.nonav #rightCol .toplinks {
  list-style: none;
  margin: 0.5em 0 0;
  padding: 0;
}

#cont.nonav #rightCol .toplinks li a {
  color: #0071ba;
  display: block;
  font-size: 0.875em;
  padding: 0.5em 1em;
}

#cont.nonav #rightCol .toplinks li a:hover {
  color: #0071ba;
}

#cont.nonav #rightCol .section {
  padding: 1em;
}

#cont.nonav #rightCol .section h2,
#cont.nonav #rightCol .section h3 {
  font-size: 0.875em;
  margin: 0;
  padding: 0;
}

#cont.nonav #rightCol .section p {
  padding: 0.5em 0 0;
}

#cont.nonav #rightCol .section ul {
  list-style: none;
  margin: 0;
  padding: 0.5em 0 0;
}

#cont.nonav #rightCol .section ul li {
  color: #0071ba;
  font-size: 0.75em;
  padding: 0.5em 0;
}

#rightCol.share .aquote .qwrap {
  color: #333;
  font-size: 0.875em;
  font-style: italic;
  padding: 1em;
}

#rightCol.share .aquote {
  background: #d4eeff;
  clear: both;
  margin: 1em 0;
  width: 100%;
}

#rightCol.share .aquote .qcta {
  padding: 1em 1em 2em;
}

#rightCol.share .aquote .qwrap .qtitle {
  font-size: 0.75em;
  font-weight: 600;
}

#rightCol.share .aquote .qwrap .qname {
  font-weight: 700;
  font-size: 0.875em;
  font-style: normal;
}

#rightCol.share .aquote .qcta a {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 2px rgba(0, 191, 165, 0.5);
  background: #00bfa5;
  color: #fff;
  text-decoration: none;
  padding: 0.5em 1.5em;
  border-radius: 0.25em;
  text-align: center;
}

@media screen and (min-width: 42.5em) {
  #linkBin .row {
    float: left;
    margin-bottom: 1em;
  }

  .nonav #linkBin .row {
    float: left;
    margin-bottom: 4em;
  }

  #linkBin .row.first {
    background: #e9e8e1;
  }

  #linkBin .row .cell {
    float: left;
    margin: 0;
    width: 31%;
  }

  #linkBin .cell.mid {
    /* border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    */
    margin: 0 1.5%;
    padding: 0 1.5%;
  }

  #linkBin .colspan {
    float: left;
    margin: 0;
    min-height: 385px;
    padding: 1.25em;
    width: 31%;
  }

  #linkBin .colspan.first {
    position: relative;
    margin: 0;
    padding: 1.25em;
    /* padding: 0;
    */
    width: 37%;
    /*z-index: 1*/
    min-height: 600px;
  }

  #linkBin .colspan h2 {
    /*margin: 2em 2% 0 17%;
    */
    padding: 0;
  }

  #linkBin .colspan.first h2 {
    margin: 0.5em 0;
  }
}

@media screen and (min-width: 61.625em) {
  #cont.nonav #rightCol {
    clear: none;
  }
}

@media screen and (min-width: 61.625em) {
  #cont.nonav .wrap.rc {
    float: left;
    width: 77.37%;
  }

  #cont.nonav #rightCol {
    margin: 0 0 0 2%;
    width: 20.63%;
    float: right;
  }
}

@media screen and (min-width: 53.75em) {
  #cont .tabContainer .tabs li a {
    padding: 5px 17px;
  }
}

#cont .tabContainer .tabs li a {
  color: #fff;
  display: inline-block;
  font-size: 0.825em;
  font-weight: 700;
  line-height: normal;
  padding: 10px 17px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

@media screen and (min-width: 53.75em) {
  #cont .tabContainer .tabs li {
    float: left;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    width: 50%;
  }
}

#cont .tabContainer .tabs li {
  background-color: #0b4469;
  display: block;
  margin: 0 0 3px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

@media screen and (min-width: 53.75em) {
  #cont .tabContainer .tabs li.tb3 {
    width: 33%;
    margin-right: 2px;
  }
}

#cont .tabContainer .tab,
#cont .wrap .tabContainer ul.tabs li:before {
  display: none;
}

#cont .tabContainer .tab.active,
#ddlink,
a.cta {
  display: block;
}

@media screen and (min-width: 53.75em) {
  #cont .tabContainer .tabs {
    height: 75px;
    overflow: hidden;
  }
}

#cont .tabContainer .tabs {
  margin: 0;
  padding: 0;
  width: 100%;
}

.InPageSearch .ipCats .ipHeading {
  color: #1b2e86;
  display: inline-block;
  font-weight: 700;
}

.InPageSearch .ipCats .cats {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.InPageSearch .ipCats .cats li {
  display: inline;
  padding-left: 10px;
}

.searchData ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.searchData ul li a {
  border: 1px solid #aaa;
  border-radius: 3px;
  display: block;
  margin-bottom: 5px;
  padding: .5em;
  width: 90%;
}

/* ROLLINS RESULTS */
.row-blue100 {
  background: #ccf0ff;
}

.row-blue200 {
  background: #9eddff;
}

.row-blue700 {
  background: #003c5e;
}

.row-gray100 {
  background: #f0f2f5;
}

.row-primary {
  background: #0071ba;
}

/* MAJORS */
.text-primary {
  color: #0071ba !important;
}

.text-primary-dark {
  color: #004f87;
}

.text-primary-light {
  color: #ccf0ff;
}

@media screen and (min-width: 576px) {
  .card-columns {
    column-count: 2;
  }
}

@media screen and (min-width: 768px) {
  .card-columns {
    column-count: 3;
  }
}

.subdued {
  color: #0071ba;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  font-weight: 400;
}

h5.card-title {
  font-weight: normal;
  line-height: 1.125;
  font-style: italic;
}

.lrg-num {
  font-style: italic;
  font-family: "Chronicle Display A", "Chronicle Display B", Georgia, "Times New Roman", serif;
  font-size: 6rem;
  line-height: 0.5;
  color: #9eddff;
  margin: 0;
  padding: 0;
}

.serif {
  font-family: "Chronicle Display A", "Chronicle Display B", Georgia, "Times New Roman", serif;
}

.sans {
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", Helvetica, BlinkMacSystemFont, -apple-system, sans-serif;
}

blockquote footer {
  border-left: 4px solid #facf00;
  padding-left: 0.5em;
}

.video-width {
  line-height: 0;
}

#myCarousel .carousel-indicators {
  margin-bottom: -30px;
}

#myCarousel .carousel-indicators li {
  background-color: #0071ba;
}

.hs-form-private {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  max-width: 100%;
}

.hs-form-private .hs-form-field span {
  font-weight: bold;
  font-size: 80%;
  color: #00403d;
}

.hs-form-private fieldset {
  max-width: 100% !important;
  width: 100%;
}

.hs-form-private select.hs-input {
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.hs-form-private .hs-input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.hs-form-field {
  padding-right: 5px;
  padding-left: 5px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .hs-form-field {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .hs-form-field {
    width: 25%;
  }
}

.hs-submit,
.hs_error_rollup {
  flex-basis: 100%;
  height: 0;
  padding-right: 5px;
  padding-left: 5px;
}

.hs_error_rollup {
  margin: 0;
}

.hs-submit {
  margin: 1em 0;
  padding-bottom: 24px;
  padding-top: 12px;
}

.hs-button {
  background-color: #007369;
  color: #b5fff3;
  border-color: #007369;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.hs-error-msg,
.hs-main-font-element {
  color: white;
  background: red;
  font-size: 80%;
  padding-left: 8px;
  padding-right: 8px;
}

.submitted-message.hs-main-font-element {
  background: none;
  font-size: 100%;
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

.hs-error-msgs {
  list-style: none;
  padding-left: 0;
}

.title-faculty {
  font-size: 1.125rem;
}

.card-major {
  border-radius: 0;
  border: none;
  border-top: 4px solid #00bfa5;
}

.card-major .card-img {
  border-radius: 0;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .img-fill {
    object-fit: none;
    height: auto;
    max-width: 100%;
  }

  .card {
    display: block;
  }
}

a.anchor {
    display: block;
    position: relative;
    top: -125px;
    visibility: hidden;
}