:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #d63d1f;
  --bs-yellow: #e69e40;
  --bs-green: #61a530;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #61a530;
  --bs-info: #0dcaf0;
  --bs-warning: #e69e40;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 97, 165, 48;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 230, 158, 64;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(38.8, 66, 19.2);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(92, 63.2, 25.6);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(223.4, 237, 213.6);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(250, 235.6, 216.8);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(191.8, 219, 172.2);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(245, 216.2, 178.6);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "arizona", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(250, 235.6, 216.8);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #61a530;
  --bs-form-valid-border-color: #61a530;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(160.2, 201, 130.8);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(240, 196.8, 140.4);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(19.4, 33, 9.6);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(46, 31.6, 12.8);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(58.2, 99, 28.8);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(138, 94.8, 38.4);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(92, 63.2, 25.6);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(160.2, 201, 130.8);
  --bs-form-valid-border-color: rgb(160.2, 201, 130.8);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

@property --border-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@-webkit-keyframes border-spin {
  to {
    --border-angle: 360deg;
  }
}
@keyframes border-spin {
  to {
    --border-angle: 360deg;
  }
}
.paragraph--type--view:has(.program-cards-container) {
  padding-top: 5.7rem;
  padding-bottom: 5.7rem;
}
@media only screen and (max-width: 768px) {
  .paragraph--type--view:has(.program-cards-container) {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.paragraph--type--view:has(.program-cards-container) {
  background: #003071;
  color: #fff;
}

.program-cards-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.program-cards-container .view-header {
  flex: 0 0 100%;
}
.program-cards-container .view-header .programs-section-title {
  font-size: 42px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .program-cards-container .view-header .programs-section-title {
    font-size: 32px;
  }
}
.program-cards-container .view-filters {
  flex: 0 0 250px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .program-cards-container .view-filters {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.program-cards-container .view-filters .form--inline .form-item {
  float: none;
}
.program-cards-container .view-filters .bef-exposed-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.program-cards-container .view-filters .bef-exposed-form .form--inline > .form-item {
  float: none;
  margin-top: 10px;
}
.program-cards-container .view-filters .form-text {
  border: 5px solid black;
  font-size: 18px;
  padding: 16px 20px;
  width: 100%;
}
.program-cards-container .view-filters fieldset {
  font-size: 1.25rem;
  margin-bottom: 0 !important;
}
.program-cards-container .view-filters fieldset legend {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .program-cards-container .view-filters fieldset legend {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding-right: 28px;
    width: 100%;
  }
}
.program-cards-container .view-filters fieldset legend::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 50px;
  height: 2px;
  margin: 5px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .program-cards-container .view-filters fieldset legend::after {
    display: none;
  }
}
.program-cards-container .view-filters fieldset legend .filter-chevron {
  display: none;
}
@media only screen and (max-width: 992px) {
  .program-cards-container .view-filters fieldset legend .filter-chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .program-cards-container .view-filters fieldset legend .filter-chevron svg {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .program-cards-container .view-filters fieldset.is-open legend .filter-chevron {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media only screen and (max-width: 992px) {
  .program-cards-container .view-filters fieldset legend + div {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .program-cards-container .view-filters fieldset legend + div {
    display: block !important;
  }
}
.program-cards-container .view-filters .form-type-textfield {
  background: linear-gradient(135deg, #09143a 0%, #003071 10%, #003071 10%, #2359ef 20%, #003071 30%, #003071 50%, #2359ef 72%, #fb2803 98%, #ff9239 100%);
  padding: 2px;
  border-radius: 7px;
}
.program-cards-container .view-filters .form-type-textfield input[name=title] {
  background-color: #fff;
  border: none;
  padding: 1rem 1.25rem 0.75rem;
}
.program-cards-container .view-filters .form-type-textfield input[name=title]::-webkit-input-placeholder {
  color: #535353;
  font-size: 1.25rem;
}
.program-cards-container .view-filters .form-type-textfield input[name=title]::-moz-placeholder {
  color: #535353;
  font-size: 1.25rem;
}
.program-cards-container .view-filters .form-type-textfield input[name=title]::-ms-input-placeholder {
  color: #535353;
  font-size: 1.25rem;
}
.program-cards-container .view-filters .form-type-textfield input[name=title]::placeholder {
  color: #535353;
  font-size: 1.25rem;
}
.program-cards-container .view-filters input[value=Apply] {
  display: none;
}
.program-cards-container .view-filters input[value=Reset] {
  background-color: #fff;
  padding: 20px 25px;
  transition: all 0.2s;
  width: 100%;
}
.program-cards-container .view-filters input[value=Reset]:hover {
  background-color: green;
}
.program-cards-container .view-filters .clearSearch {
  position: absolute;
  border: 5px solid #1f2325;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 20px;
  background-color: #fff;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  display: inline-block;
}
.program-cards-container .view-filters .form-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.program-cards-container .view-filters .form-checkbox {
  float: left;
}
.program-cards-container .view-filters .option {
  display: block;
  padding-left: 25px;
}
.program-cards-container .view-filters .academics__ul {
  margin-bottom: 30px;
}
.program-cards-container .view-filters .academics__ul .academics__li {
  display: flex;
  margin-bottom: 6px;
}
.program-cards-container .view-filters .academics__ul .academics__li .academics__input {
  margin-right: 20px;
}
.program-cards-container .view-filters .academics__ul .academics__li .academics__label {
  color: #333;
}
.program-cards-container .view-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .program-cards-container .view-content {
    flex: 100%;
  }
}
.program-cards-container .view-content .academics-block {
  width: 31%;
  margin-bottom: 1.25rem;
  position: relative;
  transition: all 0.4s;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .program-cards-container .view-content .academics-block {
    width: 48%;
  }
}
@media only screen and (max-width: 992px) {
  .program-cards-container .view-content .academics-block {
    width: 100%;
  }
}
.program-cards-container .view-content .academics-block > div {
  display: flex;
  flex: 1;
}
.program-cards-container .view-content .academics-block > div > div {
  display: flex;
  flex: 1;
}
.program-cards-container .view-content .academics-block a {
  background: linear-gradient(135deg, #09143a 0%, #003071 10%, #003071 10%, #2359ef 20%, #003071 30%, #003071 50%, #2359ef 72%, #fb2803 98%, #ff9239 100%);
  border: none;
  padding: 4px;
  height: 100%;
  display: flex;
  color: #000;
  text-decoration: none;
  font-weight: 100;
  transition-duration: 600ms;
  flex: 1;
}
.program-cards-container .view-content .academics-block a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.program-cards-container .view-content .academics-block a .academics__block {
  background: #fff;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-radius: 6px;
}
.program-cards-container .view-content .academics-block a .academics__block:hover {
  background-color: #f5f5f5;
}
.program-cards-container .view-content .academics-block a .academics__block h2 {
  color: #003071;
  padding-bottom: 2rem;
  border-bottom: 1.5px solid #003071;
  padding: 0;
  padding-bottom: 1.25rem;
  margin: 0;
  overflow-wrap: break-word;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.program-cards-container .view-content .academics-block a .academics__block p {
  color: #003071;
  flex: 1;
  font-size: 1.25rem;
}
.program-cards-container .view-content .academics-block a .academics__block .academics__block-degree {
  color: #003071;
  font-family: "Arizona", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  background: none;
}
.program-cards-container .view-content .academics-block .academics__block-summary {
  display: none;
}
.program-cards-container .view-content .academics-block .academics__block-summary + p + p {
  display: none;
}
.program-cards-container .pager {
  flex: 100%;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .program-cards-container .pager {
    margin-top: 1rem;
  }
}
.program-cards-container .pager a {
  text-decoration: none;
}

.field--name-field-view-viewfield:has(.view-uga-bio-view) {
  background-color: #f5f5f5;
  padding: 0;
  padding-top: 5.7rem;
  padding-bottom: 5.7rem;
}
@media only screen and (max-width: 768px) {
  .field--name-field-view-viewfield:has(.view-uga-bio-view) {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .field--name-field-view-viewfield:has(.view-uga-bio-view) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.view-uga-bio-view.contain-it {
  padding: 0;
}
.view-uga-bio-view.contain-it .row > .col-md-6 {
  display: flex;
}
.view-uga-bio-view.contain-it .counselor__block {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  flex: 1;
}
@media only screen and (max-width: 992px) {
  .view-uga-bio-view.contain-it .counselor__block {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.view-uga-bio-view.contain-it .counselor__block .counselor__block-left {
  background-color: #003071;
  flex-shrink: 0;
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-size: 22px;
  word-wrap: break-word;
}
@media only screen and (max-width: 1200px) {
  .view-uga-bio-view.contain-it .counselor__block .counselor__block-left {
    width: 220px;
  }
}
@media only screen and (max-width: 992px) {
  .view-uga-bio-view.contain-it .counselor__block .counselor__block-left {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .view-uga-bio-view.contain-it .counselor__block .counselor__block-left {
    font-size: 18px;
  }
}
.view-uga-bio-view.contain-it .counselor__block .counselor__block-left .media {
  flex: 1;
  overflow: hidden;
  min-height: 250px;
  max-height: 450px;
}
.view-uga-bio-view.contain-it .counselor__block .counselor__block-left .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
}
.view-uga-bio-view.contain-it .counselor__block .counselor__block-left h2 {
  color: #fff;
  padding: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Arizona", sans-serif;
  padding: 0 1.25rem;
}
.view-uga-bio-view.contain-it .counselor__block .counselor__block-left h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #003071, #d63d1f, #2359ef, #003071);
  background-size: 300% 100%;
  -webkit-animation: gradient-flow 6s ease infinite alternate;
          animation: gradient-flow 6s ease infinite alternate;
  margin: 8px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .view-uga-bio-view.contain-it .counselor__block .counselor__block-left h2 {
    font-size: 2rem;
  }
}
.view-uga-bio-view.contain-it .counselor__block .counselor__block-left p {
  color: #fff;
  margin: 0;
  padding: 0 1.25rem;
}
.view-uga-bio-view.contain-it .counselor__block .counselor__block-left a {
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 0 1.25rem 1.25rem;
}
.view-uga-bio-view.contain-it .counselor__block .counselor__block-left a:hover {
  color: #f5f5f5;
}
.view-uga-bio-view.contain-it .counselor__block .counselor__info {
  flex: 1;
  background-color: #fff;
  padding: 2.5rem 1.75rem;
  font-size: 22px;
  margin: 1.25rem 0;
  word-wrap: break-word;
}
@media only screen and (max-width: 768px) {
  .view-uga-bio-view.contain-it .counselor__block .counselor__info {
    margin: 0;
    padding-top: 1.75rem;
    font-size: 18px;
  }
}
.view-uga-bio-view.contain-it .counselor__block .counselor__info .counselor__areas {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .view-uga-bio-view.contain-it .counselor__block .counselor__info .counselor__areas {
    padding: 0;
    gap: 1rem;
  }
}
.view-uga-bio-view.contain-it .counselor__block .counselor__info .counselor__areas h3 {
  color: #003071;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-size: 32px;
  color: #003071;
}
@media only screen and (max-width: 768px) {
  .view-uga-bio-view.contain-it .counselor__block .counselor__info .counselor__areas h3 {
    font-size: 24px;
  }
}
.view-uga-bio-view.contain-it .counselor__block .counselor__info .counselor__areas p {
  margin: 0;
  padding: 0;
}
.view-uga-bio-view.contain-it .counselor__block .counselor__info .counselor__areas ul {
  padding: 0;
  padding-left: 18px;
  margin: 0;
}
.view-uga-bio-view.contain-it .counselor__block .counselor__info .counselor__areas ul li {
  list-style: disc;
  margin-bottom: 0;
}
.view-uga-bio-view.contain-it .counselor__block .counselor__info .counselor__areas ul li:last-child {
  margin-bottom: 0;
}

.node--type-profiles {
  font-family: "Arizona", sans-serif;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .node--type-profiles {
    font-size: 18px;
  }
}
.node--type-profiles .profile-header {
  padding-top: 5.7rem;
  padding-bottom: 5.7rem;
}
@media only screen and (max-width: 768px) {
  .node--type-profiles .profile-header {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.node--type-profiles .profile-header {
  background-color: #fff;
  font-family: "Arizona", sans-serif;
  font-size: 22px;
  padding-top: 5.7rem;
  padding-bottom: 5.7rem;
}
@media only screen and (max-width: 768px) {
  .node--type-profiles .profile-header {
    font-size: 18px;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
.node--type-profiles .profile-header .profile-header__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 3rem;
}
@media only screen and (max-width: 992px) {
  .node--type-profiles .profile-header .profile-header__inner {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.node--type-profiles .profile-header .profile-header__info {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.node--type-profiles .profile-header .profile-header__title {
  font-family: "Arizona-Text", serif;
  color: #003071;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.node--type-profiles .profile-header .profile-header__name {
  font-family: "Arizona", sans-serif;
  font-weight: 700;
  color: #003071;
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .node--type-profiles .profile-header .profile-header__name {
    font-size: 24px;
  }
}
.node--type-profiles .profile-header .profile-header__meta strong {
  color: #003071;
}
.node--type-profiles .profile-header .profile-header__meta .field--name-field-profile-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.node--type-profiles .profile-header .profile-header__meta .field--name-field-profile-info ul {
  margin: 0;
}
.node--type-profiles .profile-header .profile-header__meta h3 {
  font-size: 22px;
  font-weight: 400;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .node--type-profiles .profile-header .profile-header__meta h3 {
    font-size: 18px;
  }
}
.node--type-profiles .profile-header .profile-header__photo {
  flex: 0 0 auto;
}
@media only screen and (max-width: 992px) {
  .node--type-profiles .profile-header .profile-header__photo {
    width: 100%;
  }
}
.node--type-profiles .profile-header .profile-header__photo img,
.node--type-profiles .profile-header .profile-header__photo .media,
.node--type-profiles .profile-header .profile-header__photo .field--name-field-image,
.node--type-profiles .profile-header .profile-header__photo .field--name-field-media-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 56px;
  -o-object-fit: cover;
     object-fit: cover;
}
.node--type-profiles .profile-header p,
.node--type-profiles .profile-header ul,
.node--type-profiles .profile-header h2,
.node--type-profiles .profile-header h3,
.node--type-profiles .profile-header h4 {
  margin: 0;
}
.node--type-profiles .profile-body {
  padding-top: 5.7rem;
  padding-bottom: 5.7rem;
}
@media only screen and (max-width: 768px) {
  .node--type-profiles .profile-body {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.node--type-profiles .profile-body {
  background-color: #fff;
  font-family: "Arizona", sans-serif;
  font-size: 22px;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .node--type-profiles .profile-body {
    font-size: 18px;
  }
}
.node--type-profiles .profile-body:last-child {
  padding-bottom: 5.7rem;
}
@media only screen and (max-width: 768px) {
  .node--type-profiles .profile-body:last-child {
    padding-bottom: 2.25rem;
  }
}
.node--type-profiles .profile-body .field--name-field-profile-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.node--type-profiles .profile-body .field--name-field-profile-body p,
.node--type-profiles .profile-body .field--name-field-profile-body ul,
.node--type-profiles .profile-body .field--name-field-profile-body h2,
.node--type-profiles .profile-body .field--name-field-profile-body h3,
.node--type-profiles .profile-body .field--name-field-profile-body h4 {
  margin: 0;
}
.node--type-profiles .quote-testimonial {
  padding-top: 5.7rem;
  padding-bottom: 5.7rem;
}
@media only screen and (max-width: 768px) {
  .node--type-profiles .quote-testimonial {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.node--type-profiles .quote-testimonial--blue {
  margin-top: 5.7rem;
}
@media only screen and (max-width: 768px) {
  .node--type-profiles .quote-testimonial--blue {
    margin-top: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .node--type-profiles .quote-testimonial .contain-it {
    width: 764px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-profiles .quote-testimonial .contain-it {
    width: 984px;
  }
}
@media only screen and (min-width: 1200px) {
  .node--type-profiles .quote-testimonial .contain-it {
    width: 1150px;
  }
}
@media only screen and (min-width: 1300px) {
  .node--type-profiles .quote-testimonial .contain-it {
    width: 1244px;
  }
}
@media only screen and (max-width: 1200px) {
  .node--type-profiles .quote-testimonial .contain-it {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .node--type-profiles .quote-testimonial .contain-it {
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
  }
}

.paragraph--type--view {
  padding-top: 5.7rem;
  padding-bottom: 5.7rem;
}
@media only screen and (max-width: 768px) {
  .paragraph--type--view {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.view-uga-profiles-view.contain-it {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .view-uga-profiles-view.contain-it {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.view-uga-profiles-view .views-row {
  padding: 3.5rem 0;
  border-bottom: 2px solid #a6d2e6;
}
@media only screen and (max-width: 768px) {
  .view-uga-profiles-view .views-row {
    padding: 2rem 0;
  }
}
.view-uga-profiles-view .views-row:first-child {
  border-top: 2px solid #a6d2e6;
}
.view-uga-profiles-view .views-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.view-uga-profiles-view .views-row .profile-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .view-uga-profiles-view .views-row .profile-card {
    gap: 1rem;
  }
}
.view-uga-profiles-view .views-row .profile-card__header {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .view-uga-profiles-view .views-row .profile-card__header {
    gap: 2rem;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .view-uga-profiles-view .views-row .profile-card__header {
    gap: 1.5rem;
  }
}
.views-row:nth-child(even) .view-uga-profiles-view .views-row .profile-card__header {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .views-row:nth-child(even) .view-uga-profiles-view .views-row .profile-card__header {
    flex-direction: column;
  }
}
.view-uga-profiles-view .views-row .profile-card__image {
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 0 56px;
}
.view-uga-profiles-view .views-row .profile-card__image .media,
.view-uga-profiles-view .views-row .profile-card__image picture,
.view-uga-profiles-view .views-row .profile-card__image .field--name-field-image,
.view-uga-profiles-view .views-row .profile-card__image .field--name-field-media-image {
  display: block;
  width: 100%;
}
.view-uga-profiles-view .views-row .profile-card__image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.view-uga-profiles-view .profile-card__meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-family: "Arizona", sans-serif;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .view-uga-profiles-view .profile-card__meta {
    font-size: 18px;
  }
}
.view-uga-profiles-view .profile-card__meta .profile-card__title {
  font-family: "Arizona-Text", serif;
  font-weight: 400;
  color: #003071;
  margin: 0 0 0.25rem;
  padding: 0;
  line-height: 1.2;
  font-size: 44px;
}
@media only screen and (max-width: 768px) {
  .view-uga-profiles-view .profile-card__meta .profile-card__title {
    font-size: 32px;
  }
}
.view-uga-profiles-view .profile-card__meta .profile-card__name {
  font-family: "Arizona", sans-serif;
  font-weight: 700;
  color: #003071;
  font-size: 22px;
  margin: 0;
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .view-uga-profiles-view .profile-card__meta .profile-card__name {
    font-size: 22px;
  }
}
.view-uga-profiles-view .profile-card__meta .profile-card__info {
  margin-top: 0.25rem;
}
.view-uga-profiles-view .profile-card__meta .profile-card__info .field--name-field-profile-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.view-uga-profiles-view .profile-card__meta .profile-card__info .field--name-field-profile-info strong {
  color: #333;
}
.view-uga-profiles-view .profile-card__meta .profile-card__info p,
.view-uga-profiles-view .profile-card__meta .profile-card__info ul {
  margin: 0;
}
.view-uga-profiles-view .profile-card__meta .profile-card__info h3 {
  font-size: 22px;
  font-weight: 400;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .view-uga-profiles-view .profile-card__meta .profile-card__info h3 {
    font-size: 18px;
  }
}
.view-uga-profiles-view .profile-card__body {
  width: min(90%, 80ch);
}
@media only screen and (max-width: 768px) {
  .view-uga-profiles-view .profile-card__body {
    width: 100%;
  }
}
.view-uga-profiles-view .profile-card__body {
  font-family: "Arizona", sans-serif;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 992px) {
  .view-uga-profiles-view .profile-card__body {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .view-uga-profiles-view .profile-card__body {
    font-size: 18px;
  }
}
.view-uga-profiles-view .profile-card__body p,
.view-uga-profiles-view .profile-card__body h3,
.view-uga-profiles-view .profile-card__body h4 {
  margin: 0;
  padding: 0;
}
.view-uga-profiles-view .profile-card__body ul {
  padding-left: 1.25rem;
  margin-bottom: 0;
}
.view-uga-profiles-view .profile-card__body ul li {
  margin-bottom: 0.4rem;
}
.view-uga-profiles-view .profile-card__body ul li:last-child {
  margin-bottom: 0;
}
.view-uga-profiles-view .profile-card__body strong {
  color: #333;
}
.view-uga-profiles-view .view-content .profile-row.views-row:nth-child(even) .profile-card__header {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .view-uga-profiles-view .view-content .profile-row.views-row:nth-child(even) .profile-card__header {
    flex-direction: column;
  }
}

.profile-card__quote--mobile-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .profile-card__quote--mobile-only {
    display: block;
    margin-top: 1.25rem;
  }
}
.profile-card__quote--mobile-only:empty {
  display: none;
}

.stats-group {
  padding-top: 5.7rem;
  padding-bottom: 5.7rem;
}
@media only screen and (max-width: 768px) {
  .stats-group {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.stats-group .contain-it {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .stats-group .contain-it {
    gap: 1rem;
  }
}
.stats-group--gray {
  background: #f5f5f5;
}
.stats-group .stat-group_title {
  font-size: 42px;
  color: #003071;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .stats-group .stat-group_title {
    font-size: 32px;
  }
}
.stats-group .stat-group_description {
  font-size: 22px;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .stats-group .stat-group_description {
    font-size: 18px;
  }
}
.stats-group .stat-group_description p {
  margin: 0;
}
.stats-group .field--name-field-stat-items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .stats-group .field--name-field-stat-items {
    flex-direction: column;
  }
}
.stats-group .field__item {
  display: flex;
  flex: 0 0 calc((100% - 60px) / 3);
  background: #003071;
}
.stats-group--blue {
  background: #003071;
  color: #fff;
}
.stats-group--blue .stat-group_title,
.stats-group--blue .stat-group_description {
  color: #fff;
}
.stats-group--blue .field--name-field-stat-items > .field__item {
  background: #fff;
}
.stats-group--blue .field--name-field-stat-items > .field__item .stat-item__value,
.stats-group--blue .field--name-field-stat-items > .field__item .stat-item__label {
  color: #003071;
}
.stats-group--gradient {
  position: relative;
  width: 100vw;
  overflow: hidden;
  background: linear-gradient(135deg, #2359ef, #1e50ca, #0d3171);
}
.stats-group--gradient::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle, rgba(199, 66, 43, 0.9) 0%, rgba(220, 74, 48, 0.6) 30%, transparent 65%);
  -webkit-filter: blur(60px);
          filter: blur(60px);
  -webkit-animation: redBlob 18s ease-in-out infinite;
          animation: redBlob 18s ease-in-out infinite;
}
.stats-group--gradient::after {
  content: "";
  position: absolute;
  inset: -60%;
  background: radial-gradient(circle, rgba(10, 30, 80, 0.9) 0%, transparent 60%);
  -webkit-filter: blur(140px);
          filter: blur(140px);
  -webkit-transform: translate(15%, 45%);
          transform: translate(15%, 45%);
}
@-webkit-keyframes redBlob {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  25% {
    -webkit-transform: translate(25%, -15%);
            transform: translate(25%, -15%);
  }
  50% {
    -webkit-transform: translate(30%, 35%);
            transform: translate(30%, 35%);
  }
  75% {
    -webkit-transform: translate(25%, -15%);
            transform: translate(25%, -15%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes redBlob {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  25% {
    -webkit-transform: translate(25%, -15%);
            transform: translate(25%, -15%);
  }
  50% {
    -webkit-transform: translate(30%, 35%);
            transform: translate(30%, 35%);
  }
  75% {
    -webkit-transform: translate(25%, -15%);
            transform: translate(25%, -15%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.stats-group--gradient .stat-group_title,
.stats-group--gradient .stat-group_description {
  color: #fff;
  width: min(90%, 80ch);
}
@media only screen and (max-width: 768px) {
  .stats-group--gradient .stat-group_title,
  .stats-group--gradient .stat-group_description {
    width: 100%;
  }
}
.stats-group--gradient .field--name-field-stat-items > .field__item {
  background: rgba(9, 20, 58, 0.6);
}

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