/* IMPORTS */
/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,700,700italic");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
@font-face {
  font-family: "roboto-regular-webfont";
  src: url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "roboto-bold-webfont";
  src: url("../fonts/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "helvetica-light-webfont";
  src: url("../fonts/helvetica-light-webfont.woff") format("woff"), url("../fonts/helvetica-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: normal;
  font-family: "roboto-bold-webfont"; }

h4 {
  font-size: 1.125rem; }

h2 {
  line-height: 1.2;
  font-size: 1.375rem; }

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.875rem; }

.sub-heading-wrapper {
  text-align: center;
  border-bottom: 2px solid #F44336;
  margin: 1rem 0 2.8125rem; }
  .sub-heading-wrapper h2 {
    font-size: 2.0625rem; }
  .sub-heading-wrapper h2, .sub-heading-wrapper h3 {
    font-family: "Roboto", Arial, Verdana, sans-serif;
    text-transform: uppercase;
    font-weight: normal; }

.btn, section.media-showcase-text .cta a {
  text-decoration: none; }

strong {
  font-family: "roboto-bold-webfont";
  font-weight: 400; }

a.ecpimain-readmore {
  color: #588033;
  cursor: pointer;
  text-decoration: underline; }

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #EE3124;
  --bs-orange: #fd7e14;
  --bs-yellow: #FBCA05;
  --bs-green: #6f952e;
  --bs-teal: #20c997;
  --bs-cyan: #00ADEE;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #f5f5f5;
  --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: #00ADEE;
  --bs-secondary: #6f952e;
  --bs-success: #6f952e;
  --bs-info: #00ADEE;
  --bs-warning: #FBCA05;
  --bs-danger: #EE3124;
  --bs-light: #f8f9fa;
  --bs-dark: #514f4f;
  --bs-primary-rgb: 0, 173, 238;
  --bs-secondary-rgb: 111, 149, 46;
  --bs-success-rgb: 111, 149, 46;
  --bs-info-rgb: 0, 173, 238;
  --bs-warning-rgb: 251, 202, 5;
  --bs-danger-rgb: 238, 49, 36;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 81, 79, 79;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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: Verdana, Helvetica, Arial, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #ffffff; }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 36rem) {
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 48rem) {
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 62rem) {
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 75rem) {
  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 100rem) {
  .col-xxl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.btn, section.media-showcase-text .cta a {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, section.media-showcase-text .cta a {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, section.media-showcase-text .cta a:hover {
    color: #212529; }
  .btn-check:focus + .btn, section.media-showcase-text .cta .btn-check:focus + a, .btn:focus, section.media-showcase-text .cta a:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .btn:disabled, section.media-showcase-text .cta a:disabled, .btn.disabled, section.media-showcase-text .cta a.disabled,
  fieldset:disabled .btn,
  fieldset:disabled section.media-showcase-text .cta a,
  section.media-showcase-text .cta fieldset:disabled a {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #000000;
  background-color: #00ADEE;
  border-color: #00ADEE; }
  .btn-primary:hover {
    color: #000000;
    background-color: #26b9f1;
    border-color: #1ab5f0; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #000000;
    background-color: #26b9f1;
    border-color: #1ab5f0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #000000;
    background-color: #33bdf1;
    border-color: #1ab5f0; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #000000;
    background-color: #00ADEE;
    border-color: #00ADEE; }

.btn-secondary {
  color: #000000;
  background-color: #588033;
  border-color: #588033; }
  .btn-secondary:hover {
    color: #000000;
    background-color: #85a54d;
    border-color: #7da043; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #000000;
    background-color: #85a54d;
    border-color: #7da043;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(94, 127, 39, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(94, 127, 39, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #000000;
    background-color: #8caa58;
    border-color: #7da043; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(94, 127, 39, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(94, 127, 39, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #000000;
    background-color: #588033;
    border-color: #588033; }

.btn-success {
  color: #000000;
  background-color: #588033;
  border-color: #588033; }
  .btn-success:hover {
    color: #000000;
    background-color: #85a54d;
    border-color: #7da043; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #000000;
    background-color: #85a54d;
    border-color: #7da043;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(94, 127, 39, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(94, 127, 39, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #000000;
    background-color: #8caa58;
    border-color: #7da043; }
    .btn-check:checked + .btn-success:focus,
    .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(94, 127, 39, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(94, 127, 39, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #000000;
    background-color: #588033;
    border-color: #588033; }

.btn-info {
  color: #000000;
  background-color: #00ADEE;
  border-color: #00ADEE; }
  .btn-info:hover {
    color: #000000;
    background-color: #26b9f1;
    border-color: #1ab5f0; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000000;
    background-color: #26b9f1;
    border-color: #1ab5f0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000000;
    background-color: #33bdf1;
    border-color: #1ab5f0; }
    .btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #000000;
    background-color: #00ADEE;
    border-color: #00ADEE; }

.btn-warning {
  color: #000000;
  background-color: #FBCA05;
  border-color: #FBCA05; }
  .btn-warning:hover {
    color: #000000;
    background-color: #fcd22b;
    border-color: #fbcf1e; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000000;
    background-color: #fcd22b;
    border-color: #fbcf1e;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 172, 4, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(213, 172, 4, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000000;
    background-color: #fcd537;
    border-color: #fbcf1e; }
    .btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 172, 4, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(213, 172, 4, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000000;
    background-color: #FBCA05;
    border-color: #FBCA05; }

.btn-danger, .navbar-utils .btn.btn-request, .navbar-utils section.media-showcase-text .cta a.btn-request, section.media-showcase-text .cta .navbar-utils a.btn-request {
  color: #000000;
  background-color: #e5281b;
  border-color: #e5281b; }
  .btn-danger:hover, .navbar-utils .btn.btn-request:hover, .navbar-utils section.media-showcase-text .cta a.btn-request:hover, section.media-showcase-text .cta .navbar-utils a.btn-request:hover {
    color: #000000;
    background-color: #f15045;
    border-color: #f0463a; }
  .btn-check:focus + .btn-danger, .navbar-utils .btn-check:focus + .btn.btn-request, .navbar-utils section.media-showcase-text .cta .btn-check:focus + a.btn-request, section.media-showcase-text .cta .navbar-utils .btn-check:focus + a.btn-request, .btn-danger:focus, .navbar-utils .btn.btn-request:focus, .navbar-utils section.media-showcase-text .cta a.btn-request:focus, section.media-showcase-text .cta .navbar-utils a.btn-request:focus {
    color: #000000;
    background-color: #f15045;
    border-color: #f0463a;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(202, 42, 31, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(202, 42, 31, 0.5); }
  .btn-check:checked + .btn-danger, .navbar-utils .btn-check:checked + .btn.btn-request, .navbar-utils section.media-showcase-text .cta .btn-check:checked + a.btn-request, section.media-showcase-text .cta .navbar-utils .btn-check:checked + a.btn-request,
  .btn-check:active + .btn-danger,
  .navbar-utils .btn-check:active + .btn.btn-request,
  .navbar-utils section.media-showcase-text .cta .btn-check:active + a.btn-request,
  section.media-showcase-text .cta .navbar-utils .btn-check:active + a.btn-request, .btn-danger:active, .navbar-utils .btn.btn-request:active, .navbar-utils section.media-showcase-text .cta a.btn-request:active, section.media-showcase-text .cta .navbar-utils a.btn-request:active, .btn-danger.active, .navbar-utils .active.btn.btn-request, .navbar-utils section.media-showcase-text .cta a.active.btn-request, section.media-showcase-text .cta .navbar-utils a.active.btn-request,
  .show > .btn-danger.dropdown-toggle,
  .navbar-utils .show > .dropdown-toggle.btn.btn-request,
  .navbar-utils section.media-showcase-text .cta .show > a.dropdown-toggle.btn-request,
  section.media-showcase-text .cta .navbar-utils .show > a.dropdown-toggle.btn-request {
    color: #000000;
    background-color: #f15a50;
    border-color: #f0463a; }
    .btn-check:checked + .btn-danger:focus, .navbar-utils .btn-check:checked + .btn.btn-request:focus, .navbar-utils section.media-showcase-text .cta .btn-check:checked + a.btn-request:focus, section.media-showcase-text .cta .navbar-utils .btn-check:checked + a.btn-request:focus,
    .btn-check:active + .btn-danger:focus,
    .navbar-utils .btn-check:active + .btn.btn-request:focus,
    .navbar-utils section.media-showcase-text .cta .btn-check:active + a.btn-request:focus,
    section.media-showcase-text .cta .navbar-utils .btn-check:active + a.btn-request:focus, .btn-danger:active:focus, .navbar-utils .btn.btn-request:active:focus, .navbar-utils section.media-showcase-text .cta a.btn-request:active:focus, section.media-showcase-text .cta .navbar-utils a.btn-request:active:focus, .btn-danger.active:focus, .navbar-utils .active.btn.btn-request:focus, .navbar-utils section.media-showcase-text .cta a.active.btn-request:focus, section.media-showcase-text .cta .navbar-utils a.active.btn-request:focus,
    .show > .btn-danger.dropdown-toggle:focus,
    .navbar-utils .show > .dropdown-toggle.btn.btn-request:focus,
    .navbar-utils section.media-showcase-text .cta .show > a.dropdown-toggle.btn-request:focus,
    section.media-showcase-text .cta .navbar-utils .show > a.dropdown-toggle.btn-request:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(202, 42, 31, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(202, 42, 31, 0.5); }
  .btn-danger:disabled, .navbar-utils .btn.btn-request:disabled, .navbar-utils section.media-showcase-text .cta a.btn-request:disabled, section.media-showcase-text .cta .navbar-utils a.btn-request:disabled, .btn-danger.disabled, .navbar-utils .disabled.btn.btn-request, .navbar-utils section.media-showcase-text .cta a.disabled.btn-request, section.media-showcase-text .cta .navbar-utils a.disabled.btn-request {
    color: #000000;
    background-color: #e5281b;
    border-color: #e5281b; }

.btn-light {
  color: #000000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #000000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
    .btn-check:checked + .btn-light:focus,
    .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-dark, .navbar-utils .btn, section.media-showcase-text .cta a {
  color: #ffffff;
  background-color: #514f4f;
  border-color: #514f4f; }
  .btn-dark:hover, .navbar-utils .btn:hover, section.media-showcase-text .cta a:hover {
    color: #ffffff;
    background-color: #454343;
    border-color: #413f3f; }
  .btn-check:focus + .btn-dark, .navbar-utils .btn-check:focus + .btn, section.media-showcase-text .cta .navbar-utils .btn-check:focus + a, section.media-showcase-text .cta .btn-check:focus + a, .btn-dark:focus, .navbar-utils .btn:focus, section.media-showcase-text .cta a:focus {
    color: #ffffff;
    background-color: #454343;
    border-color: #413f3f;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(107, 105, 105, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(107, 105, 105, 0.5); }
  .btn-check:checked + .btn-dark, .navbar-utils .btn-check:checked + .btn, section.media-showcase-text .cta .navbar-utils .btn-check:checked + a, section.media-showcase-text .cta .btn-check:checked + a,
  .btn-check:active + .btn-dark,
  .navbar-utils .btn-check:active + .btn,
  section.media-showcase-text .cta .navbar-utils .btn-check:active + a,
  section.media-showcase-text .cta .btn-check:active + a, .btn-dark:active, .navbar-utils .btn:active, section.media-showcase-text .cta a:active, .btn-dark.active, .navbar-utils .active.btn, section.media-showcase-text .cta a.active,
  .show > .btn-dark.dropdown-toggle,
  .navbar-utils .show > .dropdown-toggle.btn,
  section.media-showcase-text .cta .navbar-utils .show > a.dropdown-toggle,
  section.media-showcase-text .cta .show > a.dropdown-toggle {
    color: #ffffff;
    background-color: #413f3f;
    border-color: #3d3b3b; }
    .btn-check:checked + .btn-dark:focus, .navbar-utils .btn-check:checked + .btn:focus, section.media-showcase-text .cta .navbar-utils .btn-check:checked + a:focus, section.media-showcase-text .cta .btn-check:checked + a:focus,
    .btn-check:active + .btn-dark:focus,
    .navbar-utils .btn-check:active + .btn:focus,
    section.media-showcase-text .cta .navbar-utils .btn-check:active + a:focus,
    section.media-showcase-text .cta .btn-check:active + a:focus, .btn-dark:active:focus, .navbar-utils .btn:active:focus, section.media-showcase-text .cta a:active:focus, .btn-dark.active:focus, .navbar-utils .active.btn:focus, section.media-showcase-text .cta a.active:focus,
    .show > .btn-dark.dropdown-toggle:focus,
    .navbar-utils .show > .dropdown-toggle.btn:focus,
    section.media-showcase-text .cta .navbar-utils .show > a.dropdown-toggle:focus,
    section.media-showcase-text .cta .show > a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(107, 105, 105, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(107, 105, 105, 0.5); }
  .btn-dark:disabled, .navbar-utils .btn:disabled, section.media-showcase-text .cta a:disabled, .btn-dark.disabled, .navbar-utils .disabled.btn, section.media-showcase-text .cta a.disabled {
    color: #ffffff;
    background-color: #514f4f;
    border-color: #514f4f; }

.btn-outline-primary {
  color: #00ADEE;
  border-color: #00ADEE; }
  .btn-outline-primary:hover {
    color: #000000;
    background-color: #00ADEE;
    border-color: #00ADEE; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #000000;
    background-color: #00ADEE;
    border-color: #00ADEE; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #00ADEE;
    background-color: transparent; }

.btn-outline-secondary {
  color: #588033;
  border-color: #588033; }
  .btn-outline-secondary:hover {
    color: #000000;
    background-color: #588033;
    border-color: #588033; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(111, 149, 46, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(111, 149, 46, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #000000;
    background-color: #588033;
    border-color: #588033; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(111, 149, 46, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(111, 149, 46, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #588033;
    background-color: transparent; }

.btn-outline-success {
  color: #588033;
  border-color: #588033; }
  .btn-outline-success:hover {
    color: #000000;
    background-color: #588033;
    border-color: #588033; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(111, 149, 46, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(111, 149, 46, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #000000;
    background-color: #588033;
    border-color: #588033; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(111, 149, 46, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(111, 149, 46, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #588033;
    background-color: transparent; }

.btn-outline-info {
  color: #00ADEE;
  border-color: #00ADEE; }
  .btn-outline-info:hover {
    color: #000000;
    background-color: #00ADEE;
    border-color: #00ADEE; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000000;
    background-color: #00ADEE;
    border-color: #00ADEE; }
    .btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #00ADEE;
    background-color: transparent; }

.btn-outline-warning {
  color: #FBCA05;
  border-color: #FBCA05; }
  .btn-outline-warning:hover {
    color: #000000;
    background-color: #FBCA05;
    border-color: #FBCA05; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(251, 202, 5, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(251, 202, 5, 0.5); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000000;
    background-color: #FBCA05;
    border-color: #FBCA05; }
    .btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(251, 202, 5, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(251, 202, 5, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #FBCA05;
    background-color: transparent; }

.btn-outline-danger {
  color: #e5281b;
  border-color: #e5281b; }
  .btn-outline-danger:hover {
    color: #000000;
    background-color: #e5281b;
    border-color: #e5281b; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(238, 49, 36, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(238, 49, 36, 0.5); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #000000;
    background-color: #e5281b;
    border-color: #e5281b; }
    .btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(238, 49, 36, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(238, 49, 36, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #e5281b;
    background-color: transparent; }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #000000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent; }

.btn-outline-dark {
  color: #514f4f;
  border-color: #514f4f; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #514f4f;
    border-color: #514f4f; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(81, 79, 79, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(81, 79, 79, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #ffffff;
    background-color: #514f4f;
    border-color: #514f4f; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(81, 79, 79, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(81, 79, 79, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #514f4f;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline; }
  .btn-link:hover {
    color: #0a58ca; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0; }

@media (min-width: 75rem) {
  .smaller .secondary-menu,
  .smaller .navbar-brand {
    display: none !important; }
  .smaller .navbar-utils-wrapper {
    width: 100%; }
    .smaller .navbar-utils-wrapper .navbar-utils {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.adminimal-admin-toolbar #main-content {
  padding-top: 0 !important;
  background-position-y: 0 !important; }

.container {
  max-width: 1200px;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

@media (max-width: 75rem) {
  .civ-page .full-width {
    padding-top: 0; } }

.civ-page .slider-title {
  display: inline-block;
  color: #ffffff;
  padding: 0.625rem 1.25rem;
  background-color: rgba(0, 71, 153, 0.85);
  margin: 0;
  text-transform: uppercase;
  font-family: "roboto-regular-webfont"; }
  .civ-page .slider-title strong {
    font-family: "roboto-bold-webfont"; }

.civ-page .group-slider-civ-description {
  text-align: left;
  padding: 0.3125rem 0.5rem 0 0.5rem;
  background-color: rgba(255, 255, 255, 0.6); }
  .civ-page .group-slider-civ-description:after {
    content: '';
    display: table;
    clear: both; }
  .civ-page .group-slider-civ-description .field-type-link-field {
    overflow: hidden;
    text-align: right; }
    @media (max-width: 47.9375rem) {
      .civ-page .group-slider-civ-description .field-type-link-field {
        overflow: visible; } }
    .civ-page .group-slider-civ-description .field-type-link-field a {
      background-color: #e5281b;
      padding: 0.625rem;
      margin: 0.1875rem 0;
      display: inline-block;
      text-transform: uppercase;
      color: #ffffff;
      border: 1px solid #ffffff; }
      .civ-page .group-slider-civ-description .field-type-link-field a:hover {
        background-color: #b7190e; }

.civ-page .field-name-field-slider-civ-description,
.civ-page .field-name-field-civ-slide-description {
  float: left;
  max-width: 80%; }
  @media (max-width: 47.9375rem) {
    .civ-page .field-name-field-slider-civ-description,
    .civ-page .field-name-field-civ-slide-description {
      max-width: 100%; } }
  .civ-page .field-name-field-slider-civ-description p,
  .civ-page .field-name-field-civ-slide-description p {
    margin: 0.3125rem 0;
    line-height: 1;
    text-transform: uppercase;
    font-size: 1rem; }

.civ-page .cycle-slide {
  min-width: 100%;
  overflow: hidden;
  height: 350px; }
  .civ-page .cycle-slide .top-left .group-slider-civ-sticky,
  .civ-page .cycle-slide .top-right .group-slider-civ-sticky,
  .civ-page .cycle-slide .bottom-left .group-slider-civ-sticky,
  .civ-page .cycle-slide .middle .group-slider-civ-sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .civ-page .cycle-slide .top-left .group-slider-civ-sticky .group-slider-civ-description,
    .civ-page .cycle-slide .top-right .group-slider-civ-sticky .group-slider-civ-description,
    .civ-page .cycle-slide .bottom-left .group-slider-civ-sticky .group-slider-civ-description,
    .civ-page .cycle-slide .middle .group-slider-civ-sticky .group-slider-civ-description {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; }
  .civ-page .cycle-slide .middle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center; }
    .civ-page .cycle-slide .middle .group-slider-civ-sticky {
      -webkit-align-items: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-justify-content: center;
      top: 0; }
  .civ-page .cycle-slide .top-right .group-slider-civ-sticky {
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .civ-page .cycle-slide .top-left .group-slider-civ-sticky,
  .civ-page .cycle-slide .bottom-left .group-slider-civ-sticky {
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .civ-page .cycle-slide .top-left .group-slider-civ-sticky .group-slider-civ-description .field-name-field-civ-slide-description,
    .civ-page .cycle-slide .bottom-left .group-slider-civ-sticky .group-slider-civ-description .field-name-field-civ-slide-description {
      float: right; }
    .civ-page .cycle-slide .top-left .group-slider-civ-sticky .group-slider-civ-description .field-type-link-field,
    .civ-page .cycle-slide .bottom-left .group-slider-civ-sticky .group-slider-civ-description .field-type-link-field {
      text-align: left; }
  .civ-page .cycle-slide .top-left .group-slider-civ-sticky,
  .civ-page .cycle-slide .top-right .group-slider-civ-sticky {
    bottom: auto;
    top: 0; }
    .civ-page .cycle-slide .top-left .group-slider-civ-sticky .slider-title,
    .civ-page .cycle-slide .top-right .group-slider-civ-sticky .slider-title {
      -webkit-order: 2;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .civ-page .cycle-slide .top-left .group-slider-civ-sticky .group-slider-civ-description,
    .civ-page .cycle-slide .top-right .group-slider-civ-sticky .group-slider-civ-description {
      -webkit-order: 1;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  .civ-page .cycle-slide img {
    min-width: 100%; }
  @media (max-width: 75rem) {
    .civ-page .cycle-slide img {
      min-height: 100%;
      max-width: 1200px;
      position: relative;
      -o-transform: translate(-50%, 0);
         transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      left: 50%; } }
  @media (max-width: 47.9375rem) {
    .civ-page .cycle-slide img {
      max-width: 767px; } }

.civ-page .group-slider-civ-sticky {
  position: absolute;
  text-align: right;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 200; }

.civ-page .leader-content-wrapper {
  background-image: url(../images/page-banners/civ_bg_mock.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

.civ-page .region-menu .tb-megamenu-nav li a {
  border: none; }

.civ-page .region-menu .tb-megamenu-nav li.ecpi-mobile-menu-civ-trigger a {
  font-size: 0; }
  .civ-page .region-menu .tb-megamenu-nav li.ecpi-mobile-menu-civ-trigger a:focus, .civ-page .region-menu .tb-megamenu-nav li.ecpi-mobile-menu-civ-trigger a:hover {
    background-color: transparent; }

.civ-page .nav-collapse .tb-megamenu-nav > li:first-child > a {
  background-color: transparent; }
  .civ-page .nav-collapse .tb-megamenu-nav > li:first-child > a:hover, .civ-page .nav-collapse .tb-megamenu-nav > li:first-child > a:focus {
    background-color: #588033; }

@media (max-width: 47.9375rem) {
  .civ-page .tb-megamenu .nav .mega {
    position: static; }
    .civ-page .tb-megamenu .nav .mega.ecpi-mobile-menu-civ-trigger {
      position: absolute; }
    .civ-page .tb-megamenu .nav .mega .mega-dropdown-menu {
      right: 0; } }

.civ-page .tb-megamenu .nav .active a {
  background-color: #588033; }
  .civ-page .tb-megamenu .nav .active a:hover, .civ-page .tb-megamenu .nav .active a:focus {
    background-color: #588033; }

.civ-page .tb-megamenu .nav .active li a:hover, .civ-page .tb-megamenu .nav .active li a:focus {
  background-color: #ECECEC;
  color: #004799; }

.civ-page .tb-megamenu .mega:hover > .mega-dropdown-menu {
  display: block;
  background-color: #588033;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.civ-page .tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.civ-page .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
.civ-page .tb-megamenu .nav > li.dropdown.open.active > a:hover {
  background-color: #588033; }

.civ-page .tb-megamenu .dropdown-menu .active > a,
.civ-page .tb-megamenu .dropdown-menu .active > a:hover {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(transparent));
  background-image: -webkit-linear-gradient(top, transparent, transparent);
  background-image: -o-linear-gradient(top, transparent, transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(to bottom, transparent, transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent', GradientType=0); }

.civ-page main {
  background-image: url(../images/page-banners/civ_bg_mock1.png);
  background-repeat: no-repeat;
  background-position: 50% 222px;
  -webkit-background-size: contain;
          background-size: contain; }
  @media (max-width: 47.9375rem) {
    .civ-page main {
      background-image: none; } }
  .civ-page main .leader-content-wrapper {
    background-image: url(../images/page-banners/civ_bg_mock1.png);
    background-repeat: no-repeat;
    background-position: 50% 222px; }
  .civ-page main .main-content-wrapper h1.title {
    color: #000; }
  .civ-page main .main-content-wrapper a.ecpi-rif {
    background: #e5281b;
    color: #FFF; }
    .civ-page main .main-content-wrapper a.ecpi-rif:hover {
      background: #c51b0f; }
  .civ-page main .main-content-wrapper .financial-planning {
    background-color: #243886; }
    .civ-page main .main-content-wrapper .financial-planning:hover {
      background: #172456; }
    .civ-page main .main-content-wrapper .financial-planning:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 14px;
      display: block;
      width: 36px;
      height: 38px;
      margin-top: -1.1875rem;
      -webkit-background-size: 100% auto;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-image: url("../images/calc-icon-sm.png"); }
  .civ-page main .main-content-wrapper a.btn.ecpi-financial-tool, .civ-page main .main-content-wrapper section.media-showcase-text .cta a.ecpi-financial-tool, section.media-showcase-text .cta .civ-page main .main-content-wrapper a.ecpi-financial-tool,
  .civ-page main .main-content-wrapper a.btn.financial-planning,
  .civ-page main .main-content-wrapper section.media-showcase-text .cta a.financial-planning,
  section.media-showcase-text .cta .civ-page main .main-content-wrapper a.financial-planning {
    background: #243886;
    padding-left: 3.625rem; }
    .civ-page main .main-content-wrapper a.btn.ecpi-financial-tool:before, .civ-page main .main-content-wrapper section.media-showcase-text .cta a.ecpi-financial-tool:before, section.media-showcase-text .cta .civ-page main .main-content-wrapper a.ecpi-financial-tool:before,
    .civ-page main .main-content-wrapper a.btn.financial-planning:before,
    .civ-page main .main-content-wrapper section.media-showcase-text .cta a.financial-planning:before,
    section.media-showcase-text .cta .civ-page main .main-content-wrapper a.financial-planning:before {
      display: inline-block;
      position: static;
      vertical-align: -10px;
      margin-bottom: -0.1875rem;
      margin-right: 0.3125rem;
      width: 30px;
      height: 34px; }
    .civ-page main .main-content-wrapper a.btn.ecpi-financial-tool img, .civ-page main .main-content-wrapper section.media-showcase-text .cta a.ecpi-financial-tool img, section.media-showcase-text .cta .civ-page main .main-content-wrapper a.ecpi-financial-tool img,
    .civ-page main .main-content-wrapper a.btn.financial-planning img,
    .civ-page main .main-content-wrapper section.media-showcase-text .cta a.financial-planning img,
    section.media-showcase-text .cta .civ-page main .main-content-wrapper a.financial-planning img {
      display: none; }
    .civ-page main .main-content-wrapper a.btn.ecpi-financial-tool:hover, .civ-page main .main-content-wrapper section.media-showcase-text .cta a.ecpi-financial-tool:hover, section.media-showcase-text .cta .civ-page main .main-content-wrapper a.ecpi-financial-tool:hover,
    .civ-page main .main-content-wrapper a.btn.financial-planning:hover,
    .civ-page main .main-content-wrapper section.media-showcase-text .cta a.financial-planning:hover,
    section.media-showcase-text .cta .civ-page main .main-content-wrapper a.financial-planning:hover {
      background: #172456; }
  .civ-page main .main-content-wrapper .viewbook {
    background-color: #073b87; }
    .civ-page main .main-content-wrapper .viewbook:hover {
      background-color: #04224d; }
  .civ-page main .main-content-wrapper a.btn.ecpi-chat, .civ-page main .main-content-wrapper section.media-showcase-text .cta a.ecpi-chat, section.media-showcase-text .cta .civ-page main .main-content-wrapper a.ecpi-chat,
  .civ-page main .main-content-wrapper a.btn.ecpi-send-info,
  .civ-page main .main-content-wrapper section.media-showcase-text .cta a.ecpi-send-info,
  section.media-showcase-text .cta .civ-page main .main-content-wrapper a.ecpi-send-info {
    background: #073b87;
    color: #FFF; }
    .civ-page main .main-content-wrapper a.btn.ecpi-chat:hover, .civ-page main .main-content-wrapper section.media-showcase-text .cta a.ecpi-chat:hover, section.media-showcase-text .cta .civ-page main .main-content-wrapper a.ecpi-chat:hover,
    .civ-page main .main-content-wrapper a.btn.ecpi-send-info:hover,
    .civ-page main .main-content-wrapper section.media-showcase-text .cta a.ecpi-send-info:hover,
    section.media-showcase-text .cta .civ-page main .main-content-wrapper a.ecpi-send-info:hover {
      background-color: #04224d; }
  .civ-page main .main-content-wrapper .menuNavigationSidebar ul {
    background: #588033; }
    .civ-page main .main-content-wrapper .menuNavigationSidebar ul li a {
      border-bottom-color: #a0ca78;
      background: url(../images/about_menu_arrow.png) no-repeat 90% 50% transparent; }
      .civ-page main .main-content-wrapper .menuNavigationSidebar ul li a:hover {
        background: #4a6b2a; }
  @media (max-width: 47.9375rem) {
    .civ-page main .main-content-wrapper section {
      display: block; } }
  .civ-page main .main-content-wrapper .sidebar {
    margin-top: 10.9375rem; }
    @media (max-width: 47.9375rem) {
      .civ-page main .main-content-wrapper .sidebar {
        margin-top: 0; } }

body.node-type-page .civ-page .main-content-wrapper #sidebar_request_info a,
body.node-type-page .civ-page .main-content-wrapper #sidebar_livechat a,
body.node-type-page .civ-page .main-content-wrapper #sidebar_applyNow a {
  font-size: 1rem;
  line-height: 1.2;
  padding: 1rem 0.3125rem; }

body.culinary-arts .civ-page .pane-ecpi-college-menu .pane-content .item-list > ul {
  background: #588033; }
  body.culinary-arts .civ-page .pane-ecpi-college-menu .pane-content .item-list > ul li a {
    border-bottom-color: #a0ca78; }
    body.culinary-arts .civ-page .pane-ecpi-college-menu .pane-content .item-list > ul li a:hover {
      background-color: #4a6b2a; }
  body.culinary-arts .civ-page .pane-ecpi-college-menu .pane-content .item-list > ul li a.active {
    background-color: #4a6b2a; }
  body.culinary-arts .civ-page .pane-ecpi-college-menu .pane-content .item-list > ul li:not(:last-child) a:after {
    background-color: #4a6b2a; }

.civ-page .event-calendar-block {
  border-top-color: #233786; }

.civ-page .event-calendar-block-bottom {
  background: #233786; }
  .civ-page .event-calendar-block-bottom a {
    display: block; }
  .civ-page .event-calendar-block-bottom:hover {
    background: #233786; }

.civ-page .region-leader .block-bean {
  margin-bottom: 0; }

.civ-page .bean-ecpi-header-slider-civ .field-collection-container,
.civ-page .bean-ecpi-header-slider-civ .field-collection-view {
  margin: 0;
  padding: 0;
  max-width: 100%; }

.civ-page .bean-ecpi-header-slider-civ .field-collection-container {
  width: 100%; }

.civ-page .block-bean:after {
  content: none; }

@media (max-width: 75rem) and (min-width: 48rem) {
  .civ-page .block-bean .full-width {
    padding-left: 0; }
    .civ-page .block-bean .full-width .entity-bean img {
      height: auto; } }

@media (max-width: 47.9375rem) {
  .civ-page .block-bean .full-width {
    padding-top: 0; }
    .civ-page .block-bean .full-width .entity-bean img {
      height: auto; } }

@media (max-width: 75rem) {
  .civ-page .state {
    width: 100%;
    margin: 0 0 0.625rem 0; } }

.civ-page #accordion.ui-accordion .ui-accordion-header {
  background: #323232;
  color: #fff; }
  .civ-page #accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active {
    background: #588033;
    color: #fff; }

.civ-page #accordion.ui-accordion .ui-accordion-content {
  background: #ececef;
  height: auto !important; }
  .civ-page #accordion.ui-accordion .ui-accordion-content ul.accordion-content-list {
    float: left;
    margin: 0;
    list-style: none; }
    .civ-page #accordion.ui-accordion .ui-accordion-content ul.accordion-content-list li {
      display: table;
      margin: 0;
      font-family: "roboto-regular-webfont", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 0.8125rem;
      line-height: 1.75rem;
      background: url(../images/program-icon-green.png) no-repeat 0 6px;
      padding: 0 0 0 1.5rem; }

.civ-basic-page .panel-2col .panel-col-first {
  padding: 0.8125rem 0.8125rem 1.875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%; }
  @media (max-width: 47.9375rem) {
    .civ-basic-page .panel-2col .panel-col-first {
      float: none;
      width: 100%;
      margin-bottom: 1.875rem;
      padding-left: 0;
      padding-right: 0; } }

.civ-basic-page .panel-2col .panel-col-last {
  float: right;
  width: 28%; }
  @media (max-width: 47.9375rem) {
    .civ-basic-page .panel-2col .panel-col-last {
      float: none;
      width: 100%;
      margin-bottom: 1.875rem; } }
  .civ-basic-page .panel-2col .panel-col-last .panel-separator {
    margin: 0; }

.civ-basic-page .panel-2col .inside {
  margin: 0; }

#civ-program a.btn.ecpi-rif, #civ-program section.media-showcase-text .cta a.ecpi-rif, section.media-showcase-text .cta #civ-program a.ecpi-rif,
#civ-program a.btn.financial-planning,
#civ-program section.media-showcase-text .cta a.financial-planning,
section.media-showcase-text .cta #civ-program a.financial-planning,
#civ-program a.btn.viewbook,
#civ-program section.media-showcase-text .cta a.viewbook,
section.media-showcase-text .cta #civ-program a.viewbook {
  padding: 1.5625rem 0.3125rem;
  font-size: 1.25rem; }


#civ-program a.btn.financial-planning,
#civ-program section.media-showcase-text .cta a.financial-planning,
section.media-showcase-text .cta #civ-program a.financial-planning,
#civ-program a.btn.viewbook,
#civ-program section.media-showcase-text .cta a.viewbook,
section.media-showcase-text .cta #civ-program a.viewbook {
  padding-left: 3.625rem; }

.panel-panel div div.pane-program-civ h2.pane-title {
  text-align: center;
  border-bottom: 2px solid #F44336;
  padding-bottom: 0.75rem;
  font-family: "roboto-regular-webfont";
  font-weight: normal;
  font-size: 2.0625rem; }

body nav.tabs {
  margin-bottom: 0; }

@media (max-width: 47.9375rem) {
  body .main-content-wrapper.container {
    max-width: 100%; } }

.panel-2col-stacked-custom .panel-col-first {
  float: left;
  width: 50%; }

.panel-2col-stacked-custom .panel-col-last {
  float: left;
  width: 49.9%; }

.views-element-container .nav-tabs,
.panel-pane .nav-tabs {
  padding-left: 0; }
  @media (max-width: 47.9375rem) {
    .views-element-container .nav-tabs,
    .panel-pane .nav-tabs {
      width: 100%;
      display: block; } }
  .views-element-container .nav-tabs .nav-link,
  .panel-pane .nav-tabs .nav-link {
    background: #588033;
    height: 37px;
    line-height: 2.3125rem;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 700;
    background-color: #323232;
    color: #fff;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: none;
    padding: 0 0.4375rem;
    margin-right: 0.25rem; }
    @media (max-width: 47.9375rem) {
      .views-element-container .nav-tabs .nav-link,
      .panel-pane .nav-tabs .nav-link {
        text-align: left;
        margin-bottom: 0.25rem;
        width: 100%;
        font-size: 0.75rem; } }
    .views-element-container .nav-tabs .nav-link.active,
    .panel-pane .nav-tabs .nav-link.active {
      color: #fff;
      background-color: #588033; }

.tab-content {
  width: 100%;
  margin: 0;
  background-color: #ECECEC;
  padding: 1.25rem 0.9375rem 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .tab-content p {
    font-family: "roboto-regular-webfont",sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 0.8125rem;
    line-height: 1.75rem;
    margin: 1.25em 0; }

.ds-1col.node-location-civ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }

.menuNavigationSidebar {
  clear: both;
  margin: 0 0 0.5rem 0;
  width: 100%;
  display: inline-block;
  box-shadow: 0 8px 20px -2px #9c9c9e;
  -webkit-box-shadow: 0 8px 20px -2px #9c9c9e;
  -moz-box-shadow: 0 8px 20px -2px #9c9c9e; }
  .menuNavigationSidebar.miltheme ul {
    background: #64642d; }
    .menuNavigationSidebar.miltheme ul li:hover {
      background: #a0973f; }
    .menuNavigationSidebar.miltheme ul li a {
      border-bottom: 1px solid #a0973f; }
    .menuNavigationSidebar.miltheme ul li .sub-menuNavigationSidebar li a {
      color: #a0973f; }
      .menuNavigationSidebar.miltheme ul li .sub-menuNavigationSidebar li a:hover {
        color: #fff; }
      .menuNavigationSidebar.miltheme ul li .sub-menuNavigationSidebar li a a:visited {
        color: #a0973f; }
  .menuNavigationSidebar ul {
    color: #fff;
    font-size: 1.0625rem;
    font-weight: bold;
    background: #005ca9;
    padding: 0 0 0 0;
    width: 100%;
    float: left;
    margin: 0 0 0 0; }
    .menuNavigationSidebar ul li {
      list-style: none;
      margin: 0 0 0 0;
      clear: both; }
      .menuNavigationSidebar ul li a:visited {
        color: #fff; }
      .menuNavigationSidebar ul li:hover {
        background: #0382d8; }
      .menuNavigationSidebar ul li a {
        font-family: Arial, sans-serif;
        color: #fff;
        padding: 0.625rem 1.25rem;
        display: block;
        border-bottom: 1px solid #0382d8; }
      .menuNavigationSidebar ul li .sub-menuNavigationSidebar {
        background: #FFFFFF; }
        .menuNavigationSidebar ul li .sub-menuNavigationSidebar li a {
          color: #0382d8; }
          .menuNavigationSidebar ul li .sub-menuNavigationSidebar li a:hover {
            color: #fff; }
          .menuNavigationSidebar ul li .sub-menuNavigationSidebar li a a:visited {
            color: #0382d8; }

.ckeditor-accordion-container {
  font-family: "Roboto Condensed", sans-serif; }
  .ckeditor-accordion-container .ckeditor-accordion-toggler {
    font-size: 1.0625rem;
    line-height: 1.2;
    font-weight: 500;
    padding-left: 6.25rem;
    border-bottom: none;
    border-top: 1px solid #ffffff;
    color: #777575;
    background: none; }
    .ckeditor-accordion-container .ckeditor-accordion-toggler:after {
      content: '';
      position: absolute;
      left: 18px;
      top: 50%;
      margin-top: -0.3125rem;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-left: 10px solid #777575;
      border-bottom: 5px solid transparent; }
    .ckeditor-accordion-container .ckeditor-accordion-toggler .ckeditor-accordion-toggle {
      display: none; }
  .ckeditor-accordion-container > dl {
    border: none;
    margin-top: 0; }
    .ckeditor-accordion-container > dl dt {
      background-color: #f3f3f3; }
      .ckeditor-accordion-container > dl dt:nth-child(4n+3) {
        background-color: #ebeaea; }
      .ckeditor-accordion-container > dl dt .ckeditor-accordion-toggler:hover {
        background-color: #e4e4e4; }
      .ckeditor-accordion-container > dl dt.active {
        background-color: #042b66;
        background: -webkit-linear-gradient(top, #042b66 0%, #073b87 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#042b66), to(#073b87));
        background: -o-linear-gradient(top, #042b66 0%, #073b87 100%);
        background: linear-gradient(to bottom, #042b66 0%, #073b87 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042b66', endColorstr='#073b87',GradientType=0 ); }
        .ckeditor-accordion-container > dl dt.active .ckeditor-accordion-toggler {
          color: #ffffff;
          background: transparent;
          font-family: "Roboto Condensed", sans-serif; }
          .ckeditor-accordion-container > dl dt.active .ckeditor-accordion-toggler:after {
            content: '';
            position: absolute;
            left: 18px;
            top: 50%;
            margin-top: -0.3125rem;
            width: 0;
            height: 0;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            border-top: 10px solid white; }
        .international-student-faqs .ckeditor-accordion-container > dl dt.active .ckeditor-accordion-toggler, .page-online .ckeditor-accordion-container > dl dt.active .ckeditor-accordion-toggler {
          background: url(../images/q.png) 20px center no-repeat;
          padding-top: 1.25rem;
          padding-bottom: 1.25rem; }
          .international-student-faqs .ckeditor-accordion-container > dl dt.active .ckeditor-accordion-toggler:after, .page-online .ckeditor-accordion-container > dl dt.active .ckeditor-accordion-toggler:after {
            content: none; }
      .ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle {
        display: none; }
    .ckeditor-accordion-container > dl dd {
      padding-top: 0.0625rem;
      padding-bottom: 0.0625rem; }
      .ckeditor-accordion-container > dl dd.active {
        border-bottom: 1px solid #777575; }
      .international-student-faqs .ckeditor-accordion-container > dl dd, .page-online .ckeditor-accordion-container > dl dd {
        background: url(../images/answer.png) 0 10px no-repeat;
        overflow: hidden; }
        .international-student-faqs .ckeditor-accordion-container > dl dd:before, .page-online .ckeditor-accordion-container > dl dd:before {
          content: "";
          width: 1px;
          height: 240px;
          display: block;
          float: left; }

#footer {
  background-color: #323232;
  padding-top: 2.25rem;
  padding-bottom: 0.75rem;
  position: relative;
  width: 100%;
  max-height: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  #footer .region-footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/ecpifooterlogo.png) no-repeat 0 0; }
    @media (max-width: 75rem) and (min-width: 48rem) {
      #footer .region-footer {
        max-width: 720px;
        -webkit-background-size: 190px auto;
                background-size: 190px auto; } }
    @media (max-width: 47.9375rem) {
      #footer .region-footer {
        padding: 0 0.9375rem;
        background: url(../images/ecpifooterlogo.png) no-repeat 15px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 47.9375rem) {
      #footer .region-footer {
        padding-bottom: 6.25rem; } }
  #footer .region-footer-first {
    width: 295px;
    position: absolute;
    top: 90px;
    clear: both;
    display: block;
    float: left;
    text-align: left;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 0.6875rem;
    color: #d5d5d5;
    margin-bottom: 0.625rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 75rem) and (min-width: 48rem) {
      #footer .region-footer-first {
        width: 195px; } }
    @media (max-width: 47.9375rem) {
      #footer .region-footer-first {
        position: relative;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        top: 0;
        width: 100%;
        float: none;
        left: 0;
        text-align: center; } }
    #footer .region-footer-first .col-4 {
      width: 100%; }
    #footer .region-footer-first img {
      max-width: 100%;
      width: auto; }
      @media (max-width: 47.9375rem) {
        #footer .region-footer-first img {
          width: 100%; } }
    #footer .region-footer-first p {
      line-height: 1.5;
      font-size: 0.6875rem;
      margin: 1.25em 0; }
  #footer .region-footer-second {
    padding-left: 19.375rem;
    float: left; }
    @media (max-width: 75rem) and (min-width: 48rem) {
      #footer .region-footer-second {
        padding-left: 13.75rem; } }
    @media (max-width: 47.9375rem) {
      #footer .region-footer-second {
        float: none;
        padding-left: 0;
        display: block;
        margin-top: 4.25rem; } }
    #footer .region-footer-second ul {
      margin: 0;
      display: block; }
      #footer .region-footer-second ul > li:not(:last-child) {
        padding-right: 2.1875rem; }
        @media (max-width: 75rem) and (min-width: 48rem) {
          #footer .region-footer-second ul > li:not(:last-child) {
            padding-right: 1.25rem; } }
      #footer .region-footer-second ul > li {
        float: left;
        display: inline-block;
        vertical-align: top;
        max-width: 200px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 0.875rem; }
        @media (max-width: 75rem) and (min-width: 48rem) {
          #footer .region-footer-second ul > li {
            max-width: 180px; } }
        @media (max-width: 47.9375rem) {
          #footer .region-footer-second ul > li {
            float: none;
            max-width: 100%;
            display: block; } }
        #footer .region-footer-second ul > li > a,
        #footer .region-footer-second ul > li > span {
          font-family: "roboto-regular-webfont",sans-serif;
          font-size: 1rem;
          display: inline-block;
          padding-bottom: 0.75rem;
          color: #00adee;
          text-transform: uppercase;
          -webkit-font-smoothing: antialiased;
          padding-top: 0; }
          @media (max-width: 47.9375rem) {
            #footer .region-footer-second ul > li > a,
            #footer .region-footer-second ul > li > span {
              margin-bottom: 0; } }
        #footer .region-footer-second ul > li li {
          padding-bottom: 0.25rem;
          float: none;
          margin-bottom: 0;
          display: block; }
          #footer .region-footer-second ul > li li a {
            color: #d5d5d5;
            text-decoration: none;
            font-size: 0.75rem;
            padding: 0;
            margin: 0;
            text-transform: none; }
            #footer .region-footer-second ul > li li a:hover {
              color: #00adee; }
  #footer .region-footer-third {
    float: left; }
    @media (max-width: 75rem) and (min-width: 48rem) {
      #footer .region-footer-third {
        padding-left: 13.75rem; } }
    #footer .region-footer-third h2 {
      font-family: "roboto-regular-webfont",sans-serif;
      font-size: 1rem;
      font-weight: 700;
      display: inline-block;
      padding-bottom: 0.75rem;
      color: #00adee;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      padding-top: 0; }
      @media (max-width: 47.9375rem) {
        #footer .region-footer-third h2 {
          margin-bottom: 0; } }
    #footer .region-footer-third ul {
      margin: 0;
      padding: 0; }
      #footer .region-footer-third ul li {
        padding-bottom: 0.25rem;
        float: none;
        margin-bottom: 0;
        display: block; }
        #footer .region-footer-third ul li a {
          font-family: "roboto-regular-webfont",sans-serif;
          -webkit-font-smoothing: antialiased;
          color: #d5d5d5;
          text-decoration: none;
          font-size: 0.75rem;
          padding: 0;
          margin: 0;
          text-transform: none; }
          #footer .region-footer-third ul li a:hover {
            color: #00adee !important; }
    #footer .region-footer-third ul.footer-social-icons {
      float: left;
      width: 221px;
      margin-top: 1.25rem; }
      @media (max-width: 75rem) and (min-width: 48rem) {
        #footer .region-footer-third ul.footer-social-icons {
          position: absolute;
          margin-top: 0;
          left: 135px;
          top: 0; } }
      @media (max-width: 47.9375rem) {
        #footer .region-footer-third ul.footer-social-icons {
          width: 275px;
          margin-top: 1.25rem;
          display: inline-block; } }
      #footer .region-footer-third ul.footer-social-icons li {
        padding-bottom: 0; }
        #footer .region-footer-third ul.footer-social-icons li a {
          margin: 0.125rem; }
        #footer .region-footer-third ul.footer-social-icons li .pt {
          background-position: 0 -532px; }
          #footer .region-footer-third ul.footer-social-icons li .pt:hover {
            background-position: -42px -532px; }
    @media (max-width: 75rem) and (min-width: 48rem) {
      #footer .region-footer-third .footer-social {
        position: relative;
        min-height: 203px;
        width: 420px; } }
    #footer .region-footer-third .footer-social .content {
      float: left;
      width: 100%;
      clear: both;
      margin-top: 0.3125rem; }
      @media (max-width: 75rem) and (min-width: 48rem) {
        #footer .region-footer-third .footer-social .content {
          position: absolute;
          left: 134px;
          top: 77px; } }
      @media (max-width: 47.9375rem) {
        #footer .region-footer-third .footer-social .content {
          margin-top: 1.25rem;
          display: inline-block;
          width: auto;
          float: none; } }
    #footer .region-footer-third .footer-social span.twitter-follow-button {
      display: none; }
    #footer .region-footer-third .social-media-links-footer {
      display: none; }
    #footer .region-footer-third .candyApp {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      background: #767676;
      padding: 0.3125rem;
      float: left;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 5px;
      margin: 0.3125rem 0;
      color: #000;
      text-decoration: none; }
      #footer .region-footer-third .candyApp:hover {
        background: #535353;
        color: #FFF; }

.footer-bottom {
  width: 100%;
  float: right;
  margin-top: 0.875rem;
  clear: both; }
  @media (max-width: 47.9375rem) {
    .footer-bottom {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4;
      float: none; } }
  .footer-bottom .region {
    text-align: right; }
    @media (max-width: 47.9375rem) {
      .footer-bottom .region {
        text-align: left; } }
    .footer-bottom .region ul.nav {
      margin: 0;
      padding: 0;
      display: inline-block; }
      .footer-bottom .region ul.nav li {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left; }
        @media (max-width: 47.9375rem) {
          .footer-bottom .region ul.nav li {
            float: none;
            padding-left: 1.25rem;
            padding-bottom: 0.1875rem; } }
        .footer-bottom .region ul.nav li a {
          text-decoration: none;
          color: #d5d5d5 !important;
          padding: 0.625rem 1.25rem;
          line-height: 0.9375rem;
          font-size: 0.875rem; }
          .footer-bottom .region ul.nav li a:hover {
            color: #00adee !important; }
          @media (max-width: 75rem) and (min-width: 48rem) {
            .footer-bottom .region ul.nav li a {
              padding: 0.625rem 0.3125rem; } }
          @media (max-width: 47.9375rem) {
            .footer-bottom .region ul.nav li a {
              padding: 0; } }

.navbar {
  padding: 0; }
  .navbar .secondary-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .navbar .secondary-menu li {
      margin: 0.5rem; }
      .navbar .secondary-menu li a {
        font-weight: normal;
        text-transform: uppercase;
        color: #141313;
        font-size: 0.875rem; }
  .navbar-utils {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1rem 0 0; }
    .navbar-utils .btn, .navbar-utils section.media-showcase-text .cta a, section.media-showcase-text .cta .navbar-utils a {
      margin: 0.5rem; }
      .navbar-utils .btn.btn-request, .navbar-utils section.media-showcase-text .cta a.btn-request, section.media-showcase-text .cta .navbar-utils a.btn-request {
        color: #ffffff; }
    @media (min-width: 62rem) {
      .navbar-utils {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0; } }
  .navbar-brand {
    width: auto; }
    .navbar-brand img {
      display: block;
      width: auto;
      height: 5rem;
      margin: 0.3125rem auto 1rem;
      -webkit-filter: none;
              filter: none; }
      @media (min-width: 48rem) {
        .navbar-brand img {
          max-width: 6.25rem;
          width: auto;
          height: auto;
          margin: auto; } }
      @media (min-width: 62rem) {
        .navbar-brand img {
          margin: 0 1rem 0 0; } }
  .navbar-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .navbar-inner nav {
      display: none; }
      @media (min-width: 48rem) {
        .navbar-inner nav {
          display: block; } }
    .navbar-inner .tb-megamenu-nav {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .navbar-inner .tb-megamenu-item, .navbar-inner .nav-link {
      font-family: Verdana, Helvetica, Arial, sans-serif; }
    .navbar-inner-header, .navbar-inner-main {
      width: 100%;
      margin: 0.5rem 0 0;
      background: none; }
    .navbar-inner-main {
      background: #233786; }

.tb-megamenu .nav > li > a,
.tb-megamenu .nav > li > span.tb-megamenu-no-link {
  color: #ffffff;
  padding: 1rem;
  margin: 0;
  border: 0;
  text-decoration: none;
  background: transparent; }
  .tb-megamenu .nav > li > a:hover, .tb-megamenu .nav > li > a:focus,
  .tb-megamenu .nav > li > span.tb-megamenu-no-link:hover,
  .tb-megamenu .nav > li > span.tb-megamenu-no-link:focus {
    color: #ffffff;
    background: #588033; }

.tb-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: none; }

.tb-megamenu .nav.tb-megamenu-nav > li.active > a, .tb-megamenu .nav.tb-megamenu-nav > li.active > a:hover,
.tb-megamenu .nav.tb-megamenu-nav > li.dropdown.open > .dropdown-toggle,
.tb-megamenu .nav.tb-megamenu-nav > li.dropdown.open > .dropdown-toggle:hover {
  background: #588033;
  color: #ffffff;
  border: 0; }

.tb-megamenu .dropdown {
  position: relative; }

.tb-megamenu .dropdown-menu {
  top: 100%; }
  .tb-megamenu .dropdown-menu li > a {
    color: #ffffff;
    padding: 0;
    border: 0;
    font-weight: normal; }
  .tb-megamenu .dropdown-menu .tb-megamenu-subnav.mega-nav {
    background: transparent;
    padding: 0; }
    .tb-megamenu .dropdown-menu .tb-megamenu-subnav.mega-nav > li > a {
      padding: 0.3125rem 0.625rem;
      line-height: 1.3; }
      .tb-megamenu .dropdown-menu .tb-megamenu-subnav.mega-nav > li > a:hover {
        color: #233786;
        background: #ffffff; }

.tb-megamenu .mega > .mega-dropdown-menu {
  width: auto !important;
  padding: 0;
  max-width: 12.5rem; }

.tb-megamenu .mega.open > .mega-dropdown-menu {
  height: auto;
  min-height: 0;
  background: #588033; }

@media (min-width: 62rem) {
  .navbar-utils-wrapper {
    margin-left: 7rem !important; } }

.navbar-utils-wrapper .navbar-utils .btn, .navbar-utils-wrapper .navbar-utils section.media-showcase-text .cta a, section.media-showcase-text .cta .navbar-utils-wrapper .navbar-utils a {
  width: auto;
  display: block;
  padding: 0.5rem 0.125rem;
  width: 165px;
  color: white;
  text-transform: capitalize;
  border-radius: 1px;
  font-size: 0.875rem;
  text-align: center; }
  .navbar-utils-wrapper .navbar-utils .btn.ecpi-rif, .navbar-utils-wrapper .navbar-utils section.media-showcase-text .cta a.ecpi-rif, section.media-showcase-text .cta .navbar-utils-wrapper .navbar-utils a.ecpi-rif {
    background: #e5281b;
    border: none; }
    .navbar-utils-wrapper .navbar-utils .btn.ecpi-rif:hover, .navbar-utils-wrapper .navbar-utils section.media-showcase-text .cta a.ecpi-rif:hover, section.media-showcase-text .cta .navbar-utils-wrapper .navbar-utils a.ecpi-rif:hover {
      background: #b7190e; }

@media (max-width: 47.9375rem) {
  .navbar-utils-wrapper .navbar-utils {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 120;
    background: #FFF;
    margin: 0; }
    .navbar-utils-wrapper .navbar-utils a.btn, .navbar-utils-wrapper .navbar-utils section.media-showcase-text .cta a, section.media-showcase-text .cta .navbar-utils-wrapper .navbar-utils a {
      width: 33.33333%;
      padding: 0.8125rem;
      margin: 0;
      border-color: #e5281b;
      background: #e5281b;
      margin-right: 0.5%;
      text-transform: uppercase;
      text-shadow: none;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .navbar-utils-wrapper .navbar-utils a.btn.btn-request, .navbar-utils-wrapper .navbar-utils section.media-showcase-text .cta a.btn-request, section.media-showcase-text .cta .navbar-utils-wrapper .navbar-utils a.btn-request {
      margin-right: 0; } }

html .civ-page .tb-megamenu .nav li.dropdown.active > .dropdown-toggle {
  color: white; }
  html .civ-page .tb-megamenu .nav li.dropdown.active > .dropdown-toggle:hover {
    background-color: #588033; }

#navbar {
  position: relative;
  min-height: 47px; }

div.navigation .ecpi-mobile-menu-civ-trigger {
  display: none;
  font-size: 0;
  float: right;
  width: 30px;
  height: 30px;
  background-image: url(../images/menu-options.svg);
  position: absolute;
  right: 0;
  top: 8px;
  cursor: pointer; }
  @media (max-width: 61.1875rem) {
    div.navigation .ecpi-mobile-menu-civ-trigger {
      display: block;
      z-index: 1; } }

@media (max-width: 61.1875rem) {
  div.navigation #block-culinarymainnavigation {
    width: 90%; }
    div.navigation #block-culinarymainnavigation .btn-navbar {
      display: none; }
    div.navigation #block-culinarymainnavigation .collapse {
      height: auto !important;
      overflow: visible !important;
      display: block;
      background: none;
      margin-top: 0;
      position: relative;
      top: 0;
      width: 100%; }
    div.navigation #block-culinarymainnavigation ul.level-0 {
      display: inline-table;
      text-align: center; }
    div.navigation #block-culinarymainnavigation li.level-1 {
      display: none; }
    div.navigation #block-culinarymainnavigation li.level-1[data-label='Programs'],
    div.navigation #block-culinarymainnavigation li.level-1[data-label='Locations'] {
      position: relative;
      display: inline-block;
      width: auto; }
      div.navigation #block-culinarymainnavigation li.level-1[data-label='Programs'] span,
      div.navigation #block-culinarymainnavigation li.level-1[data-label='Locations'] span {
        border-bottom: none; }
      div.navigation #block-culinarymainnavigation li.level-1[data-label='Programs'] .mega-dropdown-menu,
      div.navigation #block-culinarymainnavigation li.level-1[data-label='Locations'] .mega-dropdown-menu {
        display: none !important; }
      div.navigation #block-culinarymainnavigation li.level-1[data-label='Programs'] li.level-2,
      div.navigation #block-culinarymainnavigation li.level-1[data-label='Locations'] li.level-2 {
        border-bottom: none; }
        div.navigation #block-culinarymainnavigation li.level-1[data-label='Programs'] li.level-2 a,
        div.navigation #block-culinarymainnavigation li.level-1[data-label='Locations'] li.level-2 a {
          margin-left: 0; }
    div.navigation #block-culinarymainnavigation li.level-1[data-label='Programs'].open .mega-dropdown-menu,
    div.navigation #block-culinarymainnavigation li.level-1[data-label='Locations'].open .mega-dropdown-menu {
      display: block !important;
      position: absolute;
      width: 100vw !important; }
  div.navigation .block-search.show,
  div.navigation #block-mobilemenuciv.show {
    display: block; }
  div.navigation .block-search.show .container-inline div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  div.navigation .block-search.show form {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 40px;
    border: 1px solid #588033;
    background-color: transparent; }
    div.navigation .block-search.show form fieldset {
      margin-bottom: 0;
      width: 85%; }
  div.navigation .block-search.show input {
    width: 100%;
    border: 0;
    height: 40px;
    background-color: transparent;
    padding: 0.4375rem 1.875rem 0.4375rem 0.625rem;
    font-size: 0.9375rem;
    line-height: 1.2;
    color: #fff; }
    div.navigation .block-search.show input::-webkit-input-placeholder {
      color: #fff; }
    div.navigation .block-search.show input::-moz-placeholder {
      color: #fff; }
    div.navigation .block-search.show input:-ms-input-placeholder {
      color: #fff; }
    div.navigation .block-search.show input::-ms-input-placeholder {
      color: #fff; }
    div.navigation .block-search.show input::placeholder {
      color: #fff; }
  div.navigation .block-search.show .form-actions button {
    width: 23px;
    height: 40px;
    min-width: 30px;
    background: url(../images/mobilesearchicon.png) no-repeat 50% 50%;
    border: 0;
    color: #fff;
    text-indent: -9999px; } }

div.navigation #block-mobilemenuciv {
  top: 0 !important;
  height: auto !important;
  padding-bottom: 1.875rem; }

div.navigation .block-search,
div.navigation #block-mobilemenuciv {
  display: none; }
  div.navigation .block-search ul.nav,
  div.navigation #block-mobilemenuciv ul.nav {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    display: block;
    height: auto;
    top: 0; }
  div.navigation .block-search li,
  div.navigation #block-mobilemenuciv li {
    list-style: none;
    position: relative;
    display: block;
    float: none;
    margin: 0.3125rem 0; }
    @media (max-width: 47.9375rem) {
      div.navigation .block-search li,
      div.navigation #block-mobilemenuciv li {
        margin: 0;
        padding: 0 0 0.5625rem 0.6875rem; }
        div.navigation .block-search li.list-separator,
        div.navigation #block-mobilemenuciv li.list-separator {
          padding: 0 0 1.1875rem 0; }
        div.navigation .block-search li a,
        div.navigation #block-mobilemenuciv li a {
          display: inline;
          padding: 0;
          line-height: 1.39; } }
    div.navigation .block-search li:last-child,
    div.navigation #block-mobilemenuciv li:last-child {
      margin-bottom: 0; }
    div.navigation .block-search li:before,
    div.navigation #block-mobilemenuciv li:before {
      content: ' ';
      display: block;
      position: absolute;
      width: 4px;
      height: 4px;
      background-color: #588033;
      left: 0;
      top: 10px; }
      @media (max-width: 47.9375rem) {
        div.navigation .block-search li:before,
        div.navigation #block-mobilemenuciv li:before {
          top: 8px; } }
    div.navigation .block-search li a,
    div.navigation #block-mobilemenuciv li a {
      color: #ffffff;
      text-transform: none;
      font-size: 0.875rem;
      padding: 0.1875rem 0.75rem 0; }
      @media (max-width: 47.9375rem) {
        div.navigation .block-search li a,
        div.navigation #block-mobilemenuciv li a {
          padding: 0; } }
      div.navigation .block-search li a:hover,
      div.navigation #block-mobilemenuciv li a:hover {
        background: #588033;
        color: white; }
    div.navigation .block-search li hr,
    div.navigation #block-mobilemenuciv li hr {
      display: none; }
    div.navigation .block-search li.list-separator,
    div.navigation #block-mobilemenuciv li.list-separator {
      list-style: none;
      margin: 0;
      position: relative;
      display: block;
      float: none;
      width: 100%; }
      @media (max-width: 61.1875rem) {
        div.navigation .block-search li.list-separator ~ li,
        div.navigation #block-mobilemenuciv li.list-separator ~ li {
          padding: 0;
          display: inline-block; }
          div.navigation .block-search li.list-separator ~ li:before,
          div.navigation #block-mobilemenuciv li.list-separator ~ li:before {
            content: none; }
          div.navigation .block-search li.list-separator ~ li a,
          div.navigation #block-mobilemenuciv li.list-separator ~ li a {
            padding: 0.3125rem;
            text-transform: uppercase;
            font-size: 0.8125rem; } }
    div.navigation .block-search li .separator,
    div.navigation #block-mobilemenuciv li .separator {
      padding-top: 0.3125rem;
      display: block;
      width: 100%;
      text-indent: -9999px;
      height: 1px;
      border-bottom: 1px solid #68973b; }
  div.navigation .block-search .list-separator:before,
  div.navigation #block-mobilemenuciv .list-separator:before {
    display: none; }

@media (max-width: 47.9375rem) {
  div.navigation.open {
    background-color: #233786;
    position: relative;
    z-index: 20;
    max-height: 100vh;
    overflow: auto; }
    div.navigation.open .block-search,
    div.navigation.open #block-mobilemenuciv,
    div.navigation.open [id*="mobile-menu-civ"] {
      display: block; } }

div.navigation #block-ecpi-culinary-search {
  padding-top: 3.125rem; }
  @media (max-width: 61.1875rem) {
    div.navigation #block-ecpi-culinary-search {
      padding-top: 0; } }
  div.navigation #block-ecpi-culinary-search form {
    position: relative;
    margin-bottom: 0; }
    div.navigation #block-ecpi-culinary-search form fieldset {
      margin-bottom: 0 !important; }
  div.navigation #block-ecpi-culinary-search .container-inline div {
    display: block;
    margin-bottom: 0 !important; }
  div.navigation #block-ecpi-culinary-search .form-search {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #68973b;
    background-color: transparent;
    padding: 0.4375rem 1.875rem 0.4375rem 0.625rem;
    font-size: 0.9375rem;
    line-height: 1.2;
    color: #ffffff; }
    div.navigation #block-ecpi-culinary-search .form-search::-webkit-input-placeholder {
      color: #ffffff; }
    div.navigation #block-ecpi-culinary-search .form-search::-moz-placeholder {
      color: #ffffff; }
    div.navigation #block-ecpi-culinary-search .form-search:-moz-placeholder {
      color: #ffffff; }
    div.navigation #block-ecpi-culinary-search .form-search:-ms-input-placeholder {
      color: #ffffff; }
    @media (max-width: 61.1875rem) {
      div.navigation #block-ecpi-culinary-search .form-search {
        border: none; } }
  div.navigation #block-ecpi-culinary-search .form-submit {
    position: absolute;
    font-size: 0;
    top: 9px;
    border: 0;
    width: 23px;
    height: 40px;
    right: 10px;
    min-width: 30px;
    background: url("../images/mobilesearchicon.png") no-repeat 50% 50%; }

div.navigation .menu li {
  display: inline-block; }
  div.navigation .menu li a {
    display: block; }
  @media (max-width: 47.9375rem) {
    div.navigation .menu li {
      display: block; }
      div.navigation .menu li a {
        display: inline; } }

.tb-megamenu .nav > li > a,
.tb-megamenu .nav > li > span.tb-megamenu-no-link {
  line-height: 2.9375rem !important;
  padding: 0 1rem; }

@media (max-width: 61.1875rem) {
  .navbar-brand img {
    height: 125px;
    margin: 0.9375rem auto 1rem; }
  .navbar-inner .nav-link {
    border-bottom: none; }
  .navbar-inner-main {
    padding-left: 0;
    padding-right: 0; } }

.tb-megamenu .mega > .mega-dropdown-menu {
  min-height: auto;
  height: auto !important; }

.node--type-degree,
.node--type-location-civ,
.node--type-program-civ,
.node--type-degree-civ {
  background: #ffffff; }
  .node--type-degree .block-page-title-block,
  .node--type-location-civ .block-page-title-block,
  .node--type-program-civ .block-page-title-block,
  .node--type-degree-civ .block-page-title-block {
    display: none; }
  .node--type-degree .page-wrap,
  .node--type-location-civ .page-wrap,
  .node--type-program-civ .page-wrap,
  .node--type-degree-civ .page-wrap {
    min-height: auto; }
  .node--type-degree .top-wrapper:before, .node--type-degree .top-wrapper:after,
  .node--type-degree .center-wrapper:before,
  .node--type-degree .center-wrapper:after,
  .node--type-location-civ .top-wrapper:before,
  .node--type-location-civ .top-wrapper:after,
  .node--type-location-civ .center-wrapper:before,
  .node--type-location-civ .center-wrapper:after,
  .node--type-program-civ .top-wrapper:before,
  .node--type-program-civ .top-wrapper:after,
  .node--type-program-civ .center-wrapper:before,
  .node--type-program-civ .center-wrapper:after,
  .node--type-degree-civ .top-wrapper:before,
  .node--type-degree-civ .top-wrapper:after,
  .node--type-degree-civ .center-wrapper:before,
  .node--type-degree-civ .center-wrapper:after {
    content: " ";
    display: table; }
  .node--type-degree .top-wrapper:after,
  .node--type-degree .center-wrapper:after,
  .node--type-location-civ .top-wrapper:after,
  .node--type-location-civ .center-wrapper:after,
  .node--type-program-civ .top-wrapper:after,
  .node--type-program-civ .center-wrapper:after,
  .node--type-degree-civ .top-wrapper:after,
  .node--type-degree-civ .center-wrapper:after {
    clear: both; }
  .node--type-degree .content-area,
  .node--type-location-civ .content-area,
  .node--type-program-civ .content-area,
  .node--type-degree-civ .content-area {
    padding-top: 1.25rem;
    margin-bottom: 1.875rem; }
  .node--type-degree .region-content,
  .node--type-location-civ .region-content,
  .node--type-program-civ .region-content,
  .node--type-degree-civ .region-content {
    background-color: white; }
  .node--type-degree .top-wrapper,
  .node--type-degree .field-name-field-degree-civ-html-title,
  .node--type-location-civ .top-wrapper,
  .node--type-location-civ .field-name-field-degree-civ-html-title,
  .node--type-program-civ .top-wrapper,
  .node--type-program-civ .field-name-field-degree-civ-html-title,
  .node--type-degree-civ .top-wrapper,
  .node--type-degree-civ .field-name-field-degree-civ-html-title {
    padding: 0.5rem 1rem;
    background-color: #588033;
    text-transform: uppercase; }
    .node--type-degree .top-wrapper h1,
    .node--type-degree .top-wrapper .civ-html-title,
    .node--type-degree .field-name-field-degree-civ-html-title h1,
    .node--type-degree .field-name-field-degree-civ-html-title .civ-html-title,
    .node--type-location-civ .top-wrapper h1,
    .node--type-location-civ .top-wrapper .civ-html-title,
    .node--type-location-civ .field-name-field-degree-civ-html-title h1,
    .node--type-location-civ .field-name-field-degree-civ-html-title .civ-html-title,
    .node--type-program-civ .top-wrapper h1,
    .node--type-program-civ .top-wrapper .civ-html-title,
    .node--type-program-civ .field-name-field-degree-civ-html-title h1,
    .node--type-program-civ .field-name-field-degree-civ-html-title .civ-html-title,
    .node--type-degree-civ .top-wrapper h1,
    .node--type-degree-civ .top-wrapper .civ-html-title,
    .node--type-degree-civ .field-name-field-degree-civ-html-title h1,
    .node--type-degree-civ .field-name-field-degree-civ-html-title .civ-html-title {
      margin-bottom: 0;
      margin-top: 0.9375rem;
      color: white;
      font-size: 2.3125rem;
      line-height: 1.2;
      font-family: "roboto-regular-webfont"; }
      .node--type-degree .top-wrapper h1 strong,
      .node--type-degree .top-wrapper .civ-html-title strong,
      .node--type-degree .field-name-field-degree-civ-html-title h1 strong,
      .node--type-degree .field-name-field-degree-civ-html-title .civ-html-title strong,
      .node--type-location-civ .top-wrapper h1 strong,
      .node--type-location-civ .top-wrapper .civ-html-title strong,
      .node--type-location-civ .field-name-field-degree-civ-html-title h1 strong,
      .node--type-location-civ .field-name-field-degree-civ-html-title .civ-html-title strong,
      .node--type-program-civ .top-wrapper h1 strong,
      .node--type-program-civ .top-wrapper .civ-html-title strong,
      .node--type-program-civ .field-name-field-degree-civ-html-title h1 strong,
      .node--type-program-civ .field-name-field-degree-civ-html-title .civ-html-title strong,
      .node--type-degree-civ .top-wrapper h1 strong,
      .node--type-degree-civ .top-wrapper .civ-html-title strong,
      .node--type-degree-civ .field-name-field-degree-civ-html-title h1 strong,
      .node--type-degree-civ .field-name-field-degree-civ-html-title .civ-html-title strong {
        font-family: "roboto-bold-webfont"; }
    .node--type-degree .top-wrapper .panel-col-first .inside,
    .node--type-degree .top-wrapper .panel-col-first .panel-separator,
    .node--type-degree .field-name-field-degree-civ-html-title .panel-col-first .inside,
    .node--type-degree .field-name-field-degree-civ-html-title .panel-col-first .panel-separator,
    .node--type-location-civ .top-wrapper .panel-col-first .inside,
    .node--type-location-civ .top-wrapper .panel-col-first .panel-separator,
    .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-first .inside,
    .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-first .panel-separator,
    .node--type-program-civ .top-wrapper .panel-col-first .inside,
    .node--type-program-civ .top-wrapper .panel-col-first .panel-separator,
    .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-first .inside,
    .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-first .panel-separator,
    .node--type-degree-civ .top-wrapper .panel-col-first .inside,
    .node--type-degree-civ .top-wrapper .panel-col-first .panel-separator,
    .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-first .inside,
    .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-first .panel-separator {
      margin: 0; }
    .node--type-degree .top-wrapper .panel-col-first .pane-node-field-location-civ-subtitle,
    .node--type-degree .top-wrapper .panel-col-first .field-name-field-program-civ-subtitle,
    .node--type-degree .field-name-field-degree-civ-html-title .panel-col-first .pane-node-field-location-civ-subtitle,
    .node--type-degree .field-name-field-degree-civ-html-title .panel-col-first .field-name-field-program-civ-subtitle,
    .node--type-location-civ .top-wrapper .panel-col-first .pane-node-field-location-civ-subtitle,
    .node--type-location-civ .top-wrapper .panel-col-first .field-name-field-program-civ-subtitle,
    .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-first .pane-node-field-location-civ-subtitle,
    .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-first .field-name-field-program-civ-subtitle,
    .node--type-program-civ .top-wrapper .panel-col-first .pane-node-field-location-civ-subtitle,
    .node--type-program-civ .top-wrapper .panel-col-first .field-name-field-program-civ-subtitle,
    .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-first .pane-node-field-location-civ-subtitle,
    .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-first .field-name-field-program-civ-subtitle,
    .node--type-degree-civ .top-wrapper .panel-col-first .pane-node-field-location-civ-subtitle,
    .node--type-degree-civ .top-wrapper .panel-col-first .field-name-field-program-civ-subtitle,
    .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-first .pane-node-field-location-civ-subtitle,
    .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-first .field-name-field-program-civ-subtitle {
      color: #fff;
      text-transform: uppercase;
      font-size: 1.125rem;
      font-family: "roboto-regular-webfont";
      margin-bottom: 0.625rem; }
    .node--type-degree .top-wrapper .panel-col-last .inside,
    .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .inside,
    .node--type-location-civ .top-wrapper .panel-col-last .inside,
    .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .inside,
    .node--type-program-civ .top-wrapper .panel-col-last .inside,
    .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .inside,
    .node--type-degree-civ .top-wrapper .panel-col-last .inside,
    .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .inside {
      margin: 0; }
    .node--type-degree .top-wrapper .panel-col-last .node-campus,
    .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus,
    .node--type-location-civ .top-wrapper .panel-col-last .node-campus,
    .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus,
    .node--type-program-civ .top-wrapper .panel-col-last .node-campus,
    .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus,
    .node--type-degree-civ .top-wrapper .panel-col-last .node-campus,
    .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus {
      text-align: right;
      font-size: 0.9375rem;
      margin-top: 0.875rem;
      line-height: 1.2; }
      @media (max-width: 47.9375rem) {
        .node--type-degree .top-wrapper .panel-col-last .node-campus,
        .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus,
        .node--type-location-civ .top-wrapper .panel-col-last .node-campus,
        .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus,
        .node--type-program-civ .top-wrapper .panel-col-last .node-campus,
        .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus,
        .node--type-degree-civ .top-wrapper .panel-col-last .node-campus,
        .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus {
          text-align: center;
          margin-top: 0.9375rem; } }
      .node--type-degree .top-wrapper .panel-col-last .node-campus .field-label,
      .node--type-degree .top-wrapper .panel-col-last .node-campus .field-items,
      .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-label,
      .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-items,
      .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-label,
      .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-items,
      .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-label,
      .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-items,
      .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-label,
      .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-items,
      .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-label,
      .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-items,
      .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-label,
      .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-items,
      .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-label,
      .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-items {
        float: none;
        display: inline-block; }
      .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address,
      .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-city,
      .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-zip-code,
      .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address,
      .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-city,
      .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-zip-code,
      .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address,
      .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-city,
      .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-zip-code,
      .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address,
      .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-city,
      .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-zip-code,
      .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address,
      .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-city,
      .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-zip-code,
      .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address,
      .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-city,
      .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-zip-code,
      .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address,
      .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-city,
      .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-zip-code,
      .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address,
      .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-city,
      .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-zip-code {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600; }
      .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address p,
      .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address p,
      .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address p,
      .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address p,
      .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address p,
      .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address p,
      .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address p,
      .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address p {
        letter-spacing: 1;
        margin-bottom: 0; }
      .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address span.administrative-area,
      .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address span.country,
      .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address br,
      .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address span.administrative-area,
      .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address span.country,
      .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address br,
      .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address span.administrative-area,
      .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address span.country,
      .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address br,
      .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address span.administrative-area,
      .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address span.country,
      .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address br,
      .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address span.administrative-area,
      .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address span.country,
      .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address br,
      .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address span.administrative-area,
      .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address span.country,
      .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address br,
      .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address span.administrative-area,
      .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address span.country,
      .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-address br,
      .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address span.administrative-area,
      .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address span.country,
      .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-address br {
        display: none; }
      .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone,
      .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax,
      .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free,
      .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone,
      .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax,
      .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free,
      .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone,
      .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax,
      .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free,
      .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone,
      .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax,
      .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free,
      .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone,
      .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax,
      .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free,
      .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone,
      .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax,
      .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free,
      .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone,
      .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax,
      .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free,
      .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone,
      .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax,
      .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free {
        color: white;
        text-transform: uppercase; }
        .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone .field-label,
        .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax .field-label,
        .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free .field-label,
        .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone .field-label,
        .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax .field-label,
        .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free .field-label,
        .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone .field-label,
        .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax .field-label,
        .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free .field-label,
        .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone .field-label,
        .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax .field-label,
        .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free .field-label,
        .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone .field-label,
        .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax .field-label,
        .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free .field-label,
        .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone .field-label,
        .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax .field-label,
        .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free .field-label,
        .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone .field-label,
        .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax .field-label,
        .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free .field-label,
        .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone .field-label,
        .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax .field-label,
        .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free .field-label {
          font-weight: 400; }
        .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone .field-items,
        .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax .field-items,
        .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free .field-items,
        .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone .field-items,
        .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax .field-items,
        .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free .field-items,
        .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone .field-items,
        .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax .field-items,
        .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free .field-items,
        .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone .field-items,
        .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax .field-items,
        .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free .field-items,
        .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone .field-items,
        .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax .field-items,
        .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free .field-items,
        .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone .field-items,
        .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax .field-items,
        .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free .field-items,
        .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone .field-items,
        .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax .field-items,
        .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free .field-items,
        .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone .field-items,
        .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax .field-items,
        .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free .field-items {
          font-weight: 600; }
        .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone a,
        .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax a,
        .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free a,
        .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone a,
        .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax a,
        .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free a,
        .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone a,
        .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax a,
        .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free a,
        .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone a,
        .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax a,
        .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free a,
        .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone a,
        .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax a,
        .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free a,
        .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone a,
        .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax a,
        .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free a,
        .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone a,
        .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax a,
        .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free a,
        .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone a,
        .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax a,
        .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free a {
          color: white; }
      .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-city,
      .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax,
      .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone,
      .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-city,
      .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax,
      .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone,
      .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-city,
      .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax,
      .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone,
      .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-city,
      .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax,
      .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone,
      .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-city,
      .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax,
      .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone,
      .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-city,
      .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax,
      .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone,
      .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-city,
      .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-fax,
      .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-phone,
      .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-city,
      .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-fax,
      .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-phone {
        display: inline-block;
        margin: 0 0.3125rem; }
      .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-zip-code,
      .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free,
      .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-zip-code,
      .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free,
      .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-zip-code,
      .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free,
      .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-zip-code,
      .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free,
      .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-zip-code,
      .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free,
      .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-zip-code,
      .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free,
      .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-zip-code,
      .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free,
      .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-zip-code,
      .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free {
        display: inline;
        margin: 0 0.3125rem; }
        .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-zip-code:after,
        .node--type-degree .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free:after,
        .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-zip-code:after,
        .node--type-degree .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free:after,
        .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-zip-code:after,
        .node--type-location-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free:after,
        .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-zip-code:after,
        .node--type-location-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free:after,
        .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-zip-code:after,
        .node--type-program-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free:after,
        .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-zip-code:after,
        .node--type-program-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free:after,
        .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-zip-code:after,
        .node--type-degree-civ .top-wrapper .panel-col-last .node-campus .field-name-field-campus-toll-free:after,
        .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-zip-code:after,
        .node--type-degree-civ .field-name-field-degree-civ-html-title .panel-col-last .node-campus .field-name-field-campus-toll-free:after {
          content: "\A";
          white-space: pre;
          height: 0; }
  .node--type-degree .field-name-field-degree-civ-html-title,
  .node--type-location-civ .field-name-field-degree-civ-html-title,
  .node--type-program-civ .field-name-field-degree-civ-html-title,
  .node--type-degree-civ .field-name-field-degree-civ-html-title {
    padding: 1.5625rem 0.9375rem; }
    .node--type-degree .field-name-field-degree-civ-html-title h1,
    .node--type-location-civ .field-name-field-degree-civ-html-title h1,
    .node--type-program-civ .field-name-field-degree-civ-html-title h1,
    .node--type-degree-civ .field-name-field-degree-civ-html-title h1 {
      margin: 0; }
      @media (max-width: 47.9375rem) {
        .node--type-degree .field-name-field-degree-civ-html-title h1,
        .node--type-location-civ .field-name-field-degree-civ-html-title h1,
        .node--type-program-civ .field-name-field-degree-civ-html-title h1,
        .node--type-degree-civ .field-name-field-degree-civ-html-title h1 {
          text-align: center; } }
  .node--type-degree .center-wrapper,
  .node--type-location-civ .center-wrapper,
  .node--type-program-civ .center-wrapper,
  .node--type-degree-civ .center-wrapper {
    padding: 0.9375rem; }
    .node--type-degree .center-wrapper .panel-col-first,
    .node--type-location-civ .center-wrapper .panel-col-first,
    .node--type-program-civ .center-wrapper .panel-col-first,
    .node--type-degree-civ .center-wrapper .panel-col-first {
      width: 56%; }
    .node--type-degree .center-wrapper .panel-col-last,
    .node--type-location-civ .center-wrapper .panel-col-last,
    .node--type-program-civ .center-wrapper .panel-col-last,
    .node--type-degree-civ .center-wrapper .panel-col-last {
      width: 44%;
      padding-left: 1.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (max-width: 47.9375rem) {
        .node--type-degree .center-wrapper .panel-col-last,
        .node--type-location-civ .center-wrapper .panel-col-last,
        .node--type-program-civ .center-wrapper .panel-col-last,
        .node--type-degree-civ .center-wrapper .panel-col-last {
          padding-left: 0; } }
    .node--type-degree .center-wrapper .field-name-field-location-civ-main-image img,
    .node--type-location-civ .center-wrapper .field-name-field-location-civ-main-image img,
    .node--type-program-civ .center-wrapper .field-name-field-location-civ-main-image img,
    .node--type-degree-civ .center-wrapper .field-name-field-location-civ-main-image img {
      width: 100%; }
  .node--type-degree .panel-col-bottom,
  .node--type-location-civ .panel-col-bottom,
  .node--type-program-civ .panel-col-bottom,
  .node--type-degree-civ .panel-col-bottom {
    padding: 0.9375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .node--type-degree .panel-col-bottom .panel-separator,
    .node--type-location-civ .panel-col-bottom .panel-separator,
    .node--type-program-civ .panel-col-bottom .panel-separator,
    .node--type-degree-civ .panel-col-bottom .panel-separator {
      display: none; }
    .node--type-degree .panel-col-bottom .pane-ecpi-location-college-degrees,
    .node--type-location-civ .panel-col-bottom .pane-ecpi-location-college-degrees,
    .node--type-program-civ .panel-col-bottom .pane-ecpi-location-college-degrees,
    .node--type-degree-civ .panel-col-bottom .pane-ecpi-location-college-degrees {
      width: 25%;
      margin-right: 0.375rem;
      float: left;
      min-width: 280px;
      background-color: #588033; }
      @media (max-width: 47.9375rem) {
        .node--type-degree .panel-col-bottom .pane-ecpi-location-college-degrees,
        .node--type-location-civ .panel-col-bottom .pane-ecpi-location-college-degrees,
        .node--type-program-civ .panel-col-bottom .pane-ecpi-location-college-degrees,
        .node--type-degree-civ .panel-col-bottom .pane-ecpi-location-college-degrees {
          width: 100%;
          margin-right: 0;
          margin-bottom: 0.25rem;
          padding-bottom: 0.0625rem;
          display: block;
          float: none;
          min-width: 100px; } }
      .node--type-degree .panel-col-bottom .pane-ecpi-location-college-degrees ~ .pane-entity-view,
      .node--type-location-civ .panel-col-bottom .pane-ecpi-location-college-degrees ~ .pane-entity-view,
      .node--type-program-civ .panel-col-bottom .pane-ecpi-location-college-degrees ~ .pane-entity-view,
      .node--type-degree-civ .panel-col-bottom .pane-ecpi-location-college-degrees ~ .pane-entity-view {
        width: auto;
        overflow: hidden; }
      .node--type-degree .panel-col-bottom .pane-ecpi-location-college-degrees .pane-title,
      .node--type-location-civ .panel-col-bottom .pane-ecpi-location-college-degrees .pane-title,
      .node--type-program-civ .panel-col-bottom .pane-ecpi-location-college-degrees .pane-title,
      .node--type-degree-civ .panel-col-bottom .pane-ecpi-location-college-degrees .pane-title {
        margin: 0;
        text-align: center;
        font-weight: 300;
        color: #fff;
        padding: 0.3125rem 0;
        font-size: 1.375rem;
        border-bottom: 1px solid #f7cc54;
        font-family: Verdana, Helvetica, Arial, sans-serif; }
      .node--type-degree .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list,
      .node--type-location-civ .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list,
      .node--type-program-civ .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list,
      .node--type-degree-civ .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list {
        list-style: none;
        margin: 1.25rem 0;
        padding: 0 0 0 1.5rem; }
        .node--type-degree .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list li,
        .node--type-location-civ .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list li,
        .node--type-program-civ .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list li,
        .node--type-degree-civ .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list li {
          position: relative;
          margin: 0.625rem 0 0.625rem 0.75rem;
          padding: 0; }
          .node--type-degree .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list li:before,
          .node--type-location-civ .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list li:before,
          .node--type-program-civ .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list li:before,
          .node--type-degree-civ .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list li:before {
            content: "";
            position: absolute;
            left: -24px;
            top: -1px;
            display: block;
            width: 18px;
            height: 18px;
            background-image: url(../images/program-icon_white.png); }
          .node--type-degree .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list li a,
          .node--type-location-civ .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list li a,
          .node--type-program-civ .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list li a,
          .node--type-degree-civ .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list li a {
            color: white; }
            .node--type-degree .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list li a:hover,
            .node--type-location-civ .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list li a:hover,
            .node--type-program-civ .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list li a:hover,
            .node--type-degree-civ .panel-col-bottom .pane-ecpi-location-college-degrees .degrees-list li a:hover {
              text-decoration: underline; }
    .node--type-degree .panel-col-bottom .pane-entity-view,
    .node--type-location-civ .panel-col-bottom .pane-entity-view,
    .node--type-program-civ .panel-col-bottom .pane-entity-view,
    .node--type-degree-civ .panel-col-bottom .pane-entity-view {
      width: 100%; }
      .node--type-degree .panel-col-bottom .pane-entity-view .current,
      .node--type-location-civ .panel-col-bottom .pane-entity-view .current,
      .node--type-program-civ .panel-col-bottom .pane-entity-view .current,
      .node--type-degree-civ .panel-col-bottom .pane-entity-view .current {
        background-color: #588033; }
      .node--type-degree .panel-col-bottom .pane-entity-view .list-ecpi-programs dt:hover,
      .node--type-location-civ .panel-col-bottom .pane-entity-view .list-ecpi-programs dt:hover,
      .node--type-program-civ .panel-col-bottom .pane-entity-view .list-ecpi-programs dt:hover,
      .node--type-degree-civ .panel-col-bottom .pane-entity-view .list-ecpi-programs dt:hover {
        background-color: #588033; }
  .node--type-degree .list-ecpi-programs.accordion .accordion-collapse ul,
  .node--type-degree .ds-1col .tab-content ul,
  .node--type-location-civ .list-ecpi-programs.accordion .accordion-collapse ul,
  .node--type-location-civ .ds-1col .tab-content ul,
  .node--type-program-civ .list-ecpi-programs.accordion .accordion-collapse ul,
  .node--type-program-civ .ds-1col .tab-content ul,
  .node--type-degree-civ .list-ecpi-programs.accordion .accordion-collapse ul,
  .node--type-degree-civ .ds-1col .tab-content ul {
    overflow: hidden;
    padding: 0;
    margin: 0; }
    .node--type-degree .list-ecpi-programs.accordion .accordion-collapse ul li,
    .node--type-degree .ds-1col .tab-content ul li,
    .node--type-location-civ .list-ecpi-programs.accordion .accordion-collapse ul li,
    .node--type-location-civ .ds-1col .tab-content ul li,
    .node--type-program-civ .list-ecpi-programs.accordion .accordion-collapse ul li,
    .node--type-program-civ .ds-1col .tab-content ul li,
    .node--type-degree-civ .list-ecpi-programs.accordion .accordion-collapse ul li,
    .node--type-degree-civ .ds-1col .tab-content ul li {
      margin: 0;
      list-style: none;
      font-family: "roboto-regular-webfont",sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 0.8125rem;
      line-height: 1.75rem;
      background: url(../images/program-icon-green.png) no-repeat 0 6px;
      padding: 0 0 0 1.5rem; }
  .node--type-degree .top-wrapper .node-campus .field-name-field-campus-address .field-label,
  .node--type-location-civ .top-wrapper .node-campus .field-name-field-campus-address .field-label,
  .node--type-program-civ .top-wrapper .node-campus .field-name-field-campus-address .field-label,
  .node--type-degree-civ .top-wrapper .node-campus .field-name-field-campus-address .field-label {
    display: none; }
  @media (max-width: 47.9375rem) {
    .node--type-degree .panel-2col-stacked-custom .panel-col-first,
    .node--type-degree .panel-2col-stacked-custom .panel-col-last,
    .node--type-location-civ .panel-2col-stacked-custom .panel-col-first,
    .node--type-location-civ .panel-2col-stacked-custom .panel-col-last,
    .node--type-program-civ .panel-2col-stacked-custom .panel-col-first,
    .node--type-program-civ .panel-2col-stacked-custom .panel-col-last,
    .node--type-degree-civ .panel-2col-stacked-custom .panel-col-first,
    .node--type-degree-civ .panel-2col-stacked-custom .panel-col-last {
      width: 100%;
      margin-bottom: 0.375rem;
      float: none;
      text-align: center; } }
  @media (max-width: 47.9375rem) and (max-width: 47.9375rem) {
    .node--type-degree .panel-2col-stacked-custom .panel-col-first .inside,
    .node--type-degree .panel-2col-stacked-custom .panel-col-last .inside,
    .node--type-location-civ .panel-2col-stacked-custom .panel-col-first .inside,
    .node--type-location-civ .panel-2col-stacked-custom .panel-col-last .inside,
    .node--type-program-civ .panel-2col-stacked-custom .panel-col-first .inside,
    .node--type-program-civ .panel-2col-stacked-custom .panel-col-last .inside,
    .node--type-degree-civ .panel-2col-stacked-custom .panel-col-first .inside,
    .node--type-degree-civ .panel-2col-stacked-custom .panel-col-last .inside {
      margin-left: 0; } }
  .node--type-degree .field-name-field-program-civ-icon,
  .node--type-location-civ .field-name-field-program-civ-icon,
  .node--type-program-civ .field-name-field-program-civ-icon,
  .node--type-degree-civ .field-name-field-program-civ-icon {
    text-align: right; }
    @media (max-width: 47.9375rem) {
      .node--type-degree .field-name-field-program-civ-icon,
      .node--type-location-civ .field-name-field-program-civ-icon,
      .node--type-program-civ .field-name-field-program-civ-icon,
      .node--type-degree-civ .field-name-field-program-civ-icon {
        text-align: center;
        margin-top: 0.625rem; } }
  .node--type-degree iframe,
  .node--type-location-civ iframe,
  .node--type-program-civ iframe,
  .node--type-degree-civ iframe {
    max-width: 100%; }
  .node--type-degree table.ecpi-table th,
  .node--type-location-civ table.ecpi-table th,
  .node--type-program-civ table.ecpi-table th,
  .node--type-degree-civ table.ecpi-table th {
    background-color: #588033; }
  .node--type-degree .group-program-civ-wrap,
  .node--type-location-civ .group-program-civ-wrap,
  .node--type-program-civ .group-program-civ-wrap,
  .node--type-degree-civ .group-program-civ-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 2.5rem; }
    .node--type-degree .group-program-civ-wrap > .field,
    .node--type-location-civ .group-program-civ-wrap > .field,
    .node--type-program-civ .group-program-civ-wrap > .field,
    .node--type-degree-civ .group-program-civ-wrap > .field {
      margin-top: 1.875rem;
      width: 33.333%; }
      @media (max-width: 75rem) {
        .node--type-degree .group-program-civ-wrap > .field,
        .node--type-location-civ .group-program-civ-wrap > .field,
        .node--type-program-civ .group-program-civ-wrap > .field,
        .node--type-degree-civ .group-program-civ-wrap > .field {
          width: 50%; } }
      @media (max-width: 47.9375rem) {
        .node--type-degree .group-program-civ-wrap > .field,
        .node--type-location-civ .group-program-civ-wrap > .field,
        .node--type-program-civ .group-program-civ-wrap > .field,
        .node--type-degree-civ .group-program-civ-wrap > .field {
          width: 100%; } }
    .node--type-degree .group-program-civ-wrap ul,
    .node--type-location-civ .group-program-civ-wrap ul,
    .node--type-program-civ .group-program-civ-wrap ul,
    .node--type-degree-civ .group-program-civ-wrap ul {
      margin: 0;
      padding: 0; }
      .node--type-degree .group-program-civ-wrap ul li,
      .node--type-location-civ .group-program-civ-wrap ul li,
      .node--type-program-civ .group-program-civ-wrap ul li,
      .node--type-degree-civ .group-program-civ-wrap ul li {
        background-image: url(../images/program-icon-green.png); }
    .node--type-degree .group-program-civ-wrap .field-label ~ .field-items .field-item,
    .node--type-location-civ .group-program-civ-wrap .field-label ~ .field-items .field-item,
    .node--type-program-civ .group-program-civ-wrap .field-label ~ .field-items .field-item,
    .node--type-degree-civ .group-program-civ-wrap .field-label ~ .field-items .field-item {
      background: none;
      padding-left: 0; }
  .node--type-degree .media-youtube-video,
  .node--type-location-civ .media-youtube-video,
  .node--type-program-civ .media-youtube-video,
  .node--type-degree-civ .media-youtube-video {
    position: relative;
    padding-bottom: 55.5%;
    height: 0;
    margin: 0.625rem 0;
    overflow: hidden; }
    .node--type-degree .media-youtube-video iframe,
    .node--type-location-civ .media-youtube-video iframe,
    .node--type-program-civ .media-youtube-video iframe,
    .node--type-degree-civ .media-youtube-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .node--type-degree .photo-gallery,
  .node--type-location-civ .photo-gallery,
  .node--type-program-civ .photo-gallery,
  .node--type-degree-civ .photo-gallery {
    background: #ECECEC;
    padding: 0.3125rem 0.9375rem 1.5625rem;
    margin: 0.9375rem 0;
    box-shadow: 0 4px 6px 2px rgba(213, 213, 213, 0.7);
    -webkit-box-shadow: 0 4px 6px 2px rgba(213, 213, 213, 0.7);
    -moz-box-shadow: 0 4px 6px 2px rgba(213, 213, 213, 0.7);
    margin-top: 0.9375rem; }
    .node--type-degree .photo-gallery h2.gallery-title,
    .node--type-location-civ .photo-gallery h2.gallery-title,
    .node--type-program-civ .photo-gallery h2.gallery-title,
    .node--type-degree-civ .photo-gallery h2.gallery-title {
      margin: 0.625rem 0 0 0.9375rem; }
    .node--type-degree .photo-gallery .gallery-items,
    .node--type-location-civ .photo-gallery .gallery-items,
    .node--type-program-civ .photo-gallery .gallery-items,
    .node--type-degree-civ .photo-gallery .gallery-items {
      padding: 0.625rem 0 0 0.9375rem; }
    .node--type-degree .photo-gallery .gallery-items .slick-next,
    .node--type-degree .photo-gallery .gallery-items .slick-prev,
    .node--type-location-civ .photo-gallery .gallery-items .slick-next,
    .node--type-location-civ .photo-gallery .gallery-items .slick-prev,
    .node--type-program-civ .photo-gallery .gallery-items .slick-next,
    .node--type-program-civ .photo-gallery .gallery-items .slick-prev,
    .node--type-degree-civ .photo-gallery .gallery-items .slick-next,
    .node--type-degree-civ .photo-gallery .gallery-items .slick-prev {
      top: 55%;
      width: 50px;
      height: 50px;
      background: url(/themes/custom/ecpi_university/assets/legacy/slick-nav-civ.png) 0 0 no-repeat;
      -webkit-background-size: 100% auto;
              background-size: 100% auto;
      right: 5px;
      z-index: 2; }
      .node--type-degree .photo-gallery .gallery-items .slick-next:before,
      .node--type-degree .photo-gallery .gallery-items .slick-prev:before,
      .node--type-location-civ .photo-gallery .gallery-items .slick-next:before,
      .node--type-location-civ .photo-gallery .gallery-items .slick-prev:before,
      .node--type-program-civ .photo-gallery .gallery-items .slick-next:before,
      .node--type-program-civ .photo-gallery .gallery-items .slick-prev:before,
      .node--type-degree-civ .photo-gallery .gallery-items .slick-next:before,
      .node--type-degree-civ .photo-gallery .gallery-items .slick-prev:before {
        content: none; }
      .node--type-degree .photo-gallery .gallery-items .slick-next.slick-prev,
      .node--type-degree .photo-gallery .gallery-items .slick-prev.slick-prev,
      .node--type-location-civ .photo-gallery .gallery-items .slick-next.slick-prev,
      .node--type-location-civ .photo-gallery .gallery-items .slick-prev.slick-prev,
      .node--type-program-civ .photo-gallery .gallery-items .slick-next.slick-prev,
      .node--type-program-civ .photo-gallery .gallery-items .slick-prev.slick-prev,
      .node--type-degree-civ .photo-gallery .gallery-items .slick-next.slick-prev,
      .node--type-degree-civ .photo-gallery .gallery-items .slick-prev.slick-prev {
        top: 38%;
        left: 0;
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
           transform: rotate(180deg); }
  .node--type-degree .photo-gallery-popup #cboxPrevious,
  .node--type-degree .photo-gallery-popup #cboxNext,
  .node--type-location-civ .photo-gallery-popup #cboxPrevious,
  .node--type-location-civ .photo-gallery-popup #cboxNext,
  .node--type-program-civ .photo-gallery-popup #cboxPrevious,
  .node--type-program-civ .photo-gallery-popup #cboxNext,
  .node--type-degree-civ .photo-gallery-popup #cboxPrevious,
  .node--type-degree-civ .photo-gallery-popup #cboxNext {
    background: url(/themes/custom/ecpi_university/assets/legacy/slick-nav-civ.png) 0 0 no-repeat;
    -webkit-background-size: 100% auto;
            background-size: 100% auto; }
  .node--type-degree .pane-node-field-location-civ-photos,
  .node--type-location-civ .pane-node-field-location-civ-photos,
  .node--type-program-civ .pane-node-field-location-civ-photos,
  .node--type-degree-civ .pane-node-field-location-civ-photos {
    clear: both;
    padding-top: 0.625rem; }
  .node--type-degree .info-call-number-wrapper,
  .node--type-location-civ .info-call-number-wrapper,
  .node--type-program-civ .info-call-number-wrapper,
  .node--type-degree-civ .info-call-number-wrapper {
    border-radius: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    padding-top: 1rem; }
    .node--type-degree .info-call-number-wrapper .info-call-number,
    .node--type-location-civ .info-call-number-wrapper .info-call-number,
    .node--type-program-civ .info-call-number-wrapper .info-call-number,
    .node--type-degree-civ .info-call-number-wrapper .info-call-number {
      font-family: Verdana,Helvetica,Arial,sans-serif;
      color: #333;
      font-size: 0.875rem;
      line-height: 1;
      font-weight: normal;
      margin: 0.125rem 0;
      text-align: center;
      text-transform: uppercase; }
    .node--type-degree .info-call-number-wrapper a.info-call-number,
    .node--type-location-civ .info-call-number-wrapper a.info-call-number,
    .node--type-program-civ .info-call-number-wrapper a.info-call-number,
    .node--type-degree-civ .info-call-number-wrapper a.info-call-number {
      color: #243886;
      font-size: 1.5rem;
      margin: 1rem 0;
      font-family: "roboto-bold-webfont",sans-serif; }
    .node--type-degree .info-call-number-wrapper .net-price-calculator-link,
    .node--type-location-civ .info-call-number-wrapper .net-price-calculator-link,
    .node--type-program-civ .info-call-number-wrapper .net-price-calculator-link,
    .node--type-degree-civ .info-call-number-wrapper .net-price-calculator-link {
      color: #243886;
      font-size: 1.875rem;
      line-height: 1;
      font-family: "roboto-bold-webfont";
      padding-top: 0; }
    .node--type-degree .info-call-number-wrapper a,
    .node--type-location-civ .info-call-number-wrapper a,
    .node--type-program-civ .info-call-number-wrapper a,
    .node--type-degree-civ .info-call-number-wrapper a {
      font-family: "roboto-bold-webfont",sans-serif;
      font-weight: normal;
      font-style: normal;
      line-height: 0.875rem;
      text-align: center;
      text-transform: uppercase;
      float: left;
      width: 100%;
      display: block;
      padding: 0 0.3125rem 1rem;
      font-weight: normal;
      margin-bottom: 0.75rem; }
  .node--type-degree .btn, .node--type-degree section.media-showcase-text .cta a, section.media-showcase-text .cta .node--type-degree a,
  .node--type-location-civ .btn,
  .node--type-location-civ section.media-showcase-text .cta a,
  section.media-showcase-text .cta .node--type-location-civ a,
  .node--type-program-civ .btn,
  .node--type-program-civ section.media-showcase-text .cta a,
  section.media-showcase-text .cta .node--type-program-civ a,
  .node--type-degree-civ .btn,
  .node--type-degree-civ section.media-showcase-text .cta a,
  section.media-showcase-text .cta .node--type-degree-civ a {
    width: 100%;
    font-size: 1rem;
    line-height: 1.2;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px #5a5a5a;
    padding: 1rem 0.3125rem;
    margin-bottom: 0.75rem; }

.college-of-culinary-arts {
  background: #ffffff; }

.about-college-of-culinary-arts .panel-col-first.panel-panel {
  -webkit-box-shadow: 0 8px 20px -2px #a9a9a9;
  box-shadow: 0 8px 20px -2px #a9a9a9; }

.node-type-program-civ .pane-node-field-program-civ-html-title br {
  display: none; }

.node-type-program-civ a.media-colorbox {
  display: block; }

.culinary-arts-degree-advanced-skills .list-ecpi-programs dt,
.culinary-arts-degree-fundamentals .list-ecpi-programs dt {
  margin: 0 0 0.1875rem 0;
  text-align: left;
  padding-left: 2.0625rem;
  position: relative;
  font-family: "roboto-bold-webfont";
  border-radius: 4px;
  font-size: 0.9375rem; }
  .culinary-arts-degree-advanced-skills .list-ecpi-programs dt:after,
  .culinary-arts-degree-fundamentals .list-ecpi-programs dt:after {
    content: "";
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -0.5rem;
    background-position: -32px -16px;
    width: 16px;
    height: 16px;
    background-image: url(../images/ui-icons_888888_256x240.png); }
  .culinary-arts-degree-advanced-skills .list-ecpi-programs dt:hover,
  .culinary-arts-degree-fundamentals .list-ecpi-programs dt:hover {
    background-color: #588033; }
    .culinary-arts-degree-advanced-skills .list-ecpi-programs dt:hover:after,
    .culinary-arts-degree-fundamentals .list-ecpi-programs dt:hover:after {
      background-position: -32px -16px;
      background-image: url(../images/ui-icons_454545_256x240.png); }
  .culinary-arts-degree-advanced-skills .list-ecpi-programs dt.current,
  .culinary-arts-degree-fundamentals .list-ecpi-programs dt.current {
    color: #fff;
    background-color: #588033;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }
    .culinary-arts-degree-advanced-skills .list-ecpi-programs dt.current:after,
    .culinary-arts-degree-fundamentals .list-ecpi-programs dt.current:after {
      background-position: -64px -16px;
      background-image: url(../images/ui-icons_454545_256x240.png); }

.culinary-arts-degree-advanced-skills .list-ecpi-programs dd,
.culinary-arts-degree-fundamentals .list-ecpi-programs dd {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #a9a9a9;
  margin-bottom: 0.1875rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

@media (min-width: 47.9375rem) {
  .culinary-arts-degree-advanced-skills .list-ecpi-programs,
  .culinary-arts-degree-fundamentals .list-ecpi-programs {
    display: block; } }

.node--type-degree-civ .pane-block {
  display: table;
  width: 100%; }
  .node--type-degree-civ .pane-block h4 {
    text-align: center;
    margin: 1.5625rem 0 0.625rem; }

.node--type-degree-civ .main-content-wrapper .content-area .panel-2col-stacked .center-wrapper .panel-col-first {
  width: 100%;
  padding-bottom: 0; }
  @media (min-width: 47.9375rem) {
    .node--type-degree-civ .main-content-wrapper .content-area .panel-2col-stacked .center-wrapper .panel-col-first {
      padding: 0;
      width: 64%;
      float: left; } }

.node--type-degree-civ .main-content-wrapper .content-area .panel-2col-stacked .center-wrapper .panel-col-last {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 47.9375rem) {
    .node--type-degree-civ .main-content-wrapper .content-area .panel-2col-stacked .center-wrapper .panel-col-last {
      width: 36%;
      padding-left: 1.875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: right; } }

.node--type-degree-civ .list-ecpi-programs a {
  color: #588033; }

.node--type-degree-civ .list-ecpi-programs .field-collection-view {
  margin: 0; }

.node--type-degree-civ .list-ecpi-programs .field-collection-container {
  border-bottom: none; }

.node--type-degree-civ .list-ecpi-programs li {
  display: table; }

.node--type-degree-civ .list-ecpi-programs dt {
  margin-bottom: 0.1875rem; }
  .node--type-degree-civ .list-ecpi-programs dt:hover {
    background-color: #588033; 
  color:#fff}
  .node--type-degree-civ .list-ecpi-programs dt.current {
    background-color: #588033;
  color:#fff; }

.node--type-degree-civ .list-ecpi-programs dd {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }
  .node--type-degree-civ .list-ecpi-programs dd ul li a {
    color: #588033; }

.degree-content .image-style-large {
  width: 100%; }

.degree-content h2 {
  margin: 0.83em 0; }

.node--type-page h1.title {
  display: block;
  padding: 5.375rem 0 2.5rem;
  margin: 0;
  font-family: "roboto-regular-webfont",sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2.25rem;
  letter-spacing: 0.00063rem;
  -webkit-font-smoothing: antialiased; }

.node--type-page .bucket-wrapper {
  clear: both; }

.node--type-page .panel-2col .panel-col-first {
  padding: 0.8125rem 0.8125rem 1.875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  float: left; }
  .node--type-page .panel-2col .panel-col-first.full-panel {
    width: 100%;
    padding: 0 0 1.875rem; }
  @media (max-width: 47.9375rem) {
    .node--type-page .panel-2col .panel-col-first {
      float: none;
      width: 100%;
      margin-bottom: 1.875rem;
      padding-left: 0;
      padding-right: 0; } }
  .node--type-page .panel-2col .panel-col-first article {
    background: #fff;
    padding: 0.8125rem 0.8125rem 1.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -o-box-shadow: 0 8px 20px -2px #a9a9a9;
    -webkit-box-shadow: 0 8px 20px -2px #a9a9a9;
            box-shadow: 0 8px 20px -2px #a9a9a9;
    display: block; }
    .node--type-page .panel-2col .panel-col-first article h1 {
      font-size: 1.9375rem;
      font-family: "Roboto Condensed",sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
    .node--type-page .panel-2col .panel-col-first article h1,
    .node--type-page .panel-2col .panel-col-first article h2 {
      margin: 0.83em 0; }

.node--type-page .panel-2col .panel-col-last {
  float: right;
  width: 28%; }
  @media (max-width: 47.9375rem) {
    .node--type-page .panel-2col .panel-col-last {
      float: none;
      width: 100%;
      margin-bottom: 1.875rem; } }
  .node--type-page .panel-2col .panel-col-last .panel-separator {
    margin: 0; }
  .node--type-page .panel-2col .panel-col-last .sidebar-main-phone {
    width: 100%;
    font-size: 1rem;
    line-height: 1.2;
    border-radius: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-family: inherit;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1rem 0.3125rem;
    margin: 0 0 0.75rem 0;
    height: auto;
    text-align: center; }
    .node--type-page .panel-2col .panel-col-last .sidebar-main-phone p {
      font-family: Verdana,Helvetica,Arial,sans-serif;
      color: #333;
      font-size: 0.875rem;
      line-height: 1;
      font-weight: normal;
      margin-bottom: 0;
      text-transform: uppercase; }
      .node--type-page .panel-2col .panel-col-last .sidebar-main-phone p a {
        color: #243886;
        font-size: 1.875rem;
        line-height: 1;
        font-family: "roboto-bold-webfont";
        text-transform: uppercase; }
  .node--type-page .panel-2col .panel-col-last a.applyNow {
    border-radius: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-family: inherit;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1rem 0.3125rem;
    margin: 0 0 0.75rem 0;
    height: auto;
    width: 100%;
    text-shadow: 1px 1px #5a5a5a; }

.node--type-page .panel-2col .inside {
  margin: 0; }

.node--type-degree .block.views-element-container .view-content.row {
  width: 100%;
  margin: 0; }

.node--type-degree .panel-col-bottom table {
  caption-side: top; }

.node--type-degree .middle-column img.image-style-large {
  width: 100%; }

.node--type-degree .middle-column .video-embed-field-launch-modal {
  position: relative; }
  .node--type-degree .middle-column .video-embed-field-launch-modal:after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.25rem;
    margin-top: -1.875rem;
    background: url(../images/play-button.svg) 0 0 no-repeat;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    z-index: 2;
    -webkit-filter: drop-shadow(0px 0px 5px #000000);
    filter: drop-shadow(0px 0px 5px #000000); }

.node--type-degree .group-program-civ-wrap .field-label {
  font-weight: 400;
  font-size: 1.25rem;
  padding-bottom: 1.25rem; }

.node--type-degree .group-program-civ-wrap a {
  font-family: "roboto-regular-webfont",sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1.75rem;
  color: #165e9b;
  display: block; }

.node--type-college article.node--type-college {
  background: #fff;
  padding: 1.4375rem 0.8125rem 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.node--type-college .container-md {
  padding: 0; }

.node--type-college .block-page-title-block {
  display: none; }

.node--type-college .sub-heading-wrapper {
  margin-bottom: 2.8125rem; }
  .node--type-college .sub-heading-wrapper h2 {
    font-size: 2.0625rem;
    margin-bottom: 0; }
  .node--type-college .sub-heading-wrapper h3 {
    font-size: 1.375rem;
    margin-bottom: 0; }

.node--type-college .field--name-field-subheading-first,
.node--type-college .field--name-field-subheading-second {
  margin: 0.3125rem 0;
  display: block; }

.node--type-college .cta .field--type-link span {
  display: inline-block;
  background: #666;
  padding: 0.6875rem 1.25rem;
  margin: 0.3125rem 0;
  color: #fff; }

.node--type-college .additional-content .right {
  float: right;
  width: 49%; }
  @media (max-width: 47.9375rem) {
    .node--type-college .additional-content .right {
      width: 100%; } }
  .node--type-college .additional-content .right .rteright {
    font-size: 1.1875rem;
    margin-top: 0.625rem; }
  .node--type-college .additional-content .right .culinary-arts-bottom {
    font-family: Arial,sans-serif;
    margin-top: 1.875rem;
    margin-bottom: 0.875rem;
    font-size: 2rem; }
    .node--type-college .additional-content .right .culinary-arts-bottom strong {
      color: #75a12e;
      font-family: "roboto-bold-webfont";
      font-weight: normal; }
  .node--type-college .additional-content .right .btn-base {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.6875rem 1.25rem;
    margin: 0.9375rem 0;
    color: #fff;
    background: #1b3888; }

.node--type-college .text-culinary-arts-bottom {
  margin-top: 1.25rem;
  width: 100%;
  padding-top: 1.25em; }

.node--type-college .video .glide__track {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .node--type-college .video .glide__track .video-element {
    width: 25%;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 0.625rem; }
  .node--type-college .video .glide__track .video-element-wrapper {
    position: relative;
    margin: 0 0.1875rem;
    padding-bottom: 63.25%;
    height: 0;
    overflow: hidden; }
    .node--type-college .video .glide__track .video-element-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.list-ecpi-programs.accordion .accordion-button {
  text-align: left;
  padding: 0 0.625rem;
  height: 37px;
  line-height: 2.3125rem;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  background-color: #588033;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .list-ecpi-programs.accordion .accordion-button.collapsed {
    background-color: #323232; }
  .list-ecpi-programs.accordion .accordion-button::after {
    display: none !important; }

.list-ecpi-programs.accordion .accordion-collapse {
  width: 100%;
  margin: 0;
  background-color: #ECECEC;
  padding: 1.25rem 0.9375rem 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden; }
  .list-ecpi-programs.accordion .accordion-collapse p {
    font-family: "roboto-regular-webfont",sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 0.8125rem;
    line-height: 1.75rem;
    margin: 1.25em 0; }

.file-btn span {
  border: 8px solid #fff;
  background-color: #333;
  color: #fff;
  font-size: 1.3em;
  padding: 1.25rem; }
  .file-btn span img.file-icon {
    float: left;
    width: initial; }
  .file-btn span a {
    color: #fff;
    text-decoration: none; }
    .file-btn span a:hover {
      color: #007faf; }

.submit-btn {
  border: none; }

/* Custom Form */
.fifty-bucket-wrapper {
  padding: 0 3%;
  width: 44%;
  float: left; }

.webform-submission-refer-a-friend-ecpi-form {
  padding: 5%;
  margin: 1.25rem 0;
  background-color: #8fbd34;
  border: solid #eeeeee 1px; }
  .webform-submission-refer-a-friend-ecpi-form fieldset {
    border: none !important; }
  .webform-submission-refer-a-friend-ecpi-form input,
  .webform-submission-refer-a-friend-ecpi-form select {
    width: 100%;
    height: 35px;
    font-weight: normal;
    border: 1px solid #1da3bc;
    -webkit-box-shadow: 0 0 0 #000000;
            box-shadow: 0 0 0 #000000; }
  .webform-submission-refer-a-friend-ecpi-form input[type="submit"] {
    height: auto;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: normal;
    color: #ffffff;
    padding: 3%;
    background-color: #dc4433;
    border-radius: 8px; }
  .webform-submission-refer-a-friend-ecpi-form input[type="submit"]:hover {
    background-color: #263981; }
  .webform-submission-refer-a-friend-ecpi-form .webform-progressbar {
    display: none; }
  .webform-submission-refer-a-friend-ecpi-form .webform-confirmation {
    padding: 1.5625rem;
    background-color: #ffffff;
    border: solid #eeeeee 1px; }

/* Legacy Accordion */
.node--type-degree-civ .list-ecpi-programs dt {
  margin: 0 0 0.1875rem 0;
  text-align: left;
  padding-left: 2.0625rem;
  position: relative;
  font-family: "roboto-bold-webfont";
  border-radius: 4px;
  font-size: 0.9375rem;
  height: 37px;
  line-height: 2.3125rem;
  background-color: #323232;
  color: #fff;
  cursor: pointer; }
  .node--type-degree-civ .list-ecpi-programs dt:after {
    content: "";
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -0.5rem;
    background-position: -32px -16px;
    width: 16px;
    height: 16px;
    background-image: url(../images/ui-icons_888888_256x240.png); }
  .node--type-degree-civ .list-ecpi-programs dt:hover {
    background-color: #588033; }
    .node--type-degree-civ .list-ecpi-programs dt:hover:after {
      background-position: -32px -16px;
      background-image: url(../images/ui-icons_454545_256x240.png); }
  .node--type-degree-civ .list-ecpi-programs dt.current {
    color: #fff;
    background-color: #588033;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }
    .node--type-degree-civ .list-ecpi-programs dt.current:after {
      background-position: -64px -16px;
      background-image: url(../images/ui-icons_454545_256x240.png); }

.node--type-degree-civ .list-ecpi-programs dd {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #a9a9a9;
  margin-bottom: 0.1875rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: none;
  width: 100%;
  margin-bottom: 3px;
  background-color: #ECECEC;
  padding: 1.25rem 0.9375rem 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.node--type-degree-civ .list-ecpi-programs a {
  color: #588033; }

.node--type-degree-civ .list-ecpi-programs .field-collection-view {
  margin: 0; }

.node--type-degree-civ .list-ecpi-programs .field-collection-container {
  border-bottom: none; }

.node--type-degree-civ .list-ecpi-programs li {
  display: table; }

.node--type-degree-civ .list-ecpi-programs dt {
  margin-bottom: 0.1875rem; }
  .node--type-degree-civ .list-ecpi-programs dt:hover {
    background-color: #588033;
  color:#fff; }
  .node--type-degree-civ .list-ecpi-programs dt.current {
    background-color: #588033;
    color:#fff; }

.node--type-degree-civ .list-ecpi-programs dd ul {
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .node--type-degree-civ .list-ecpi-programs dd ul li {
    margin: 0;
    list-style: none;
    font-weight: normal;
    font-style: normal;
    font-size: 0.8125rem;
    line-height: 1.75rem;
    background: url(../images/program-icon-green.png) no-repeat 0 6px;
    padding: 0 0 0 1.5rem;
    display: block; }
    .node--type-degree-civ .list-ecpi-programs dd ul li a {
      color: #68973b; }

.node--type-college .video .glide__track .video-element {
  width: 25% !important;
  -webkit-transform: none !important;
       -o-transform: none !important;
          transform: none !important; }
  @media (max-width: 47.9375rem) {
    .node--type-college .video .glide__track .video-element {
      width: 48% !important;
      margin-left: 2%;
      -webkit-transform: none !important;
           -o-transform: none !important;
              transform: none !important; }
      .node--type-college .video .glide__track .video-element .video-element-wrapper {
        width: 100% !important; } }
  @media (max-width: 30rem) {
    .node--type-college .video .glide__track .video-element {
      width: 100% !important; } }

.video-wrapper.embedded > .modal {
  position: fixed !important; }

section.cta-cards {
  padding: 2rem 0 0; }
  section.cta-cards header {
    margin-bottom: 1rem; }
  section.cta-cards .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 0;
    background: #588033;
    border: 0;
    border-radius: 0 0 0 1.25rem;
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 2rem rgba(0, 0, 0, 0.35); }
    section.cta-cards .card h3 {
      font-family: "Roboto", Arial, Verdana, sans-serif;
      color: #fff;
      border-bottom: 1px solid #EACD41;
      padding: 0 1rem 1rem;
      font-weight: normal;
      text-transform: uppercase;
      margin: 0 -1rem 1rem; }
      section.cta-cards .card h3 span {
        font-weight: 500; }
    section.cta-cards .card p {
      line-height: 1.5;
      font-size: 0.875rem; }
    section.cta-cards .card .cta {
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      margin-top: auto; }
      section.cta-cards .card .cta a {
        display: inline-block;
        border: 1px solid #ffffff;
        padding: 0.5rem;
        color: #ffffff;
        text-transform: uppercase; }
        section.cta-cards .card .cta a:hover {
          background-color: #EACD41;
          border-color: #EACD41;
          color: #333;
          text-decoration: none; }
    section.cta-cards .card .image {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 11.25rem;
          -ms-flex: 0 0 11.25rem;
              flex: 0 0 11.25rem;
      overflow: hidden; }
      @media (max-width: 75rem) {
        section.cta-cards .card .image {
          display: none; } }
      section.cta-cards .card .image img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 11.25rem;
        display: block; }
    section.cta-cards .card .content {
      padding: 1rem;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      position: relative;
      color: #ffffff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }

section.cta-blocks-with-icons a {
  padding: 1rem;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  text-shadow: 1px 1px #141313;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

section.cta-blocks-with-icons span {
  margin-left: 1rem; }

section.cta-blocks-with-icons .cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5rem 0; }
  section.cta-blocks-with-icons .cta img {
    display: block;
    width: auto;
    height: 3.125rem; }

section.cta-blocks-with-icons .emphasis-primary {
  background: #5a5a5a; }
  section.cta-blocks-with-icons .emphasis-primary:hover {
    background: #3b3b3b; }

section.cta-blocks-with-icons .emphasis-secondary {
  background: #243886; }
  section.cta-blocks-with-icons .emphasis-secondary:hover {
    background: #172456; }

section.cta-blocks-with-icons .emphasis-tertiary {
  background: #FBCA05;
  color: #000000; }
  section.cta-blocks-with-icons .emphasis-tertiary:hover {
    background: #ffe400; }

section.cta-blocks-with-icons .emphasis-highlight {
  background: #e5281b; }
  section.cta-blocks-with-icons .emphasis-highlight:hover {
    background: #c51b0f; }

section.media-showcase-text {
  text-transform: uppercase;
  padding: 1rem 0; }
  section.media-showcase-text img, section.media-showcase-text iframe {
    margin-bottom: 1rem;
    -o-object-fit: cover;
       object-fit: cover; }
  section.media-showcase-text .cta {
    text-align: right; }
    section.media-showcase-text .cta a {
      text-transform: none; }
  section.media-showcase-text .video-wrapper .video-element-wrapper {
    height: 100%;
    width: 100%; }
    section.media-showcase-text .video-wrapper .video-element-wrapper iframe {
      width: 100%;
      height: 100%; }

section.banner.image {
  padding: 0; }
  section.banner.image.semi-overlay .inner {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.7);
    display: block; }
    @media (min-width: 48rem) {
      section.banner.image.semi-overlay .inner {
        width: 50%;
        margin-left: auto; } }
  section.banner.image .inner .content ul {
    list-style: none;
    -webkit-padding-start: 0;
       -moz-padding-start: 0;
            padding-inline-start: 0;
    margin-bottom: 0; }
  section.banner.image .inner .content li strong {
    color: #FFFFFF;
    font-size: 1rem;
    padding: 0.1875rem 0.3125rem;
    display: inline-block;
    margin-bottom: 0.0625rem;
    background-color: #e5281b; }
  section.banner.image .inner .content p {
    text-transform: none;
    letter-spacing: normal;
    line-height: normal; }
  section.banner.image .container-md {
    padding-right: 0;
    padding-left: 0; }

section.hero {
  min-height: auto;
  max-height: 300px; }

.popthisjank li {
  text-transform: none; }
  .popthisjank li strong {
    text-transform: uppercase; }

/* GENERAL STYLES
-------------------------------------------------*/
body {
  background: #ffffff; }
  body.navbar-active {
    padding: 0 !important; }

#main-wrapper {
  padding-top: 8.75rem; }
  @media (min-width: 48rem) {
    #main-wrapper {
      padding-top: 15.625rem; } }
  @media (min-width: 62rem) {
    #main-wrapper {
      padding-top: 10.625rem; } }
  @media (min-width: 100rem) {
    #main-wrapper {
      padding-top: 11.25rem; } }
  .adminimal-admin-toolbar #main-wrapper {
    padding-top: 0; }
