@charset "utf-8";
/* CSS Document */
a:focus-visible {
  outline: 2px solid red !important;
}
.nomargin {
  margin: 0px 0px !important;
}
.nopadding {
  padding: 0px !important;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.cleanlink {
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 5px 10px;
}
/*------------------------------------------------*/
/* TEXT */
/*------------------------------------------------*/
.text_small h2, .text_small h3 {
  font-family: unset !important;
  font-weight: 700 !important;
  font-size: 1.3em !important;
  margin: 0px 0px 10px 0px !important;
}
/*------------------------------------------------*/
/* PADDING MARGINGS AND WIDTH */
/*------------------------------------------------*/
.padding_top {
  padding: 20px;
}
.padding_bottom {
  padding: 20px;
}
.padding_xlarge {
  padding: 50px;
}
.padding_large {
  padding: 30px;
}
.padding_medium {
  padding: 20px;
}
.padding_small {
  padding: 10px;
}
.padding_none {
  padding: 0px;
}
.width_100 {
  width: 100px;
}
.width_200 {
  width: 200px;
}
.width_300 {
  width: 300px;
}
.width_400 {
  width: 400px;
}
.width_500 {
  width: 500px;
}

.full {
    width: 100% !important;
}

/*------------------------------------------------*/
/* IMAGES CLASSES */
/*------------------------------------------------*/
img {
  max-width: 100%;
}
.img_fullwidth {
  width: 100%;
}
.img_margin {
  padding: 0px;
  margin: 20px;
}
.img_border {
  border: 1px solid #2A2A2A;
}
.img_shadow {
  border: 15px solid white;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.21);
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.21);
}
.img_right {
  float: right;
  padding: 0px;
  margin: 0px 0px 0px 20px;
}
.img_left {
  float: left;
  padding: 0px;
  margin: 0px 20px 0px 0px;
}
.img_caption {}
.img_circle {
  border-radius: 100%;
}
.grayscale {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.img_profile img, img.img_profile {
  border-radius: 10px;
  margin: 0px 20px 0px 0px;
}
.img_profile_r img, img.img_profile_r {
  border-radius: 10px;
  margin: 0px 20px 0px 0px;
}
.img_profile_circle img, img.img_profile_circle {
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #841617;
  border: 5px solid #FFF;
  background-position: center center;
  background-repeat: no-repeat;
}
.profile_circle img, img.profile_circle {
  border-radius: 50%;
  box-shadow: 0px 0px 5px 2px #0000000f;
  border: 2px solid #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  /*max-width: 225px;*/
}
/*------------------------------------------------*/
/* Cards */
/*------------------------------------------------*/
.profile_card h3 a {
  text-decoration: none;
}
.profile_card h3 a:hover {
  text-decoration: underline;
}

.profiles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* always 3 per row */
  gap: 1.5rem;
}
.profiles-grid_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* always 3 per row */
  gap: 1.5rem;
}

@media (max-width: 992px) { /* tablet */
  .profiles-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 per row */
  }
	  .profiles-grid_2 {
    grid-template-columns: repeat(2, 1fr); /* 2 per row */
  }
}

@media (max-width: 576px) { /* mobile */
  .profiles-grid {
    grid-template-columns: 1fr; /* stack */
  }
	  .profiles-grid_2 {
    grid-template-columns: 1fr; /* stack */
  }
}

.profile_card {
  background: #f8f9fa;
  padding: 1.1rem;
  text-align: center;
  border-radius: 0.5rem;
      box-shadow: 0 3px 1px rgb(0 0 0 / 28%);
}

.profile_card img {
  max-width: 150px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 0.75rem;
}

.profile_card h3 {
    font-size: 1rem;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-weight: 700;
}

.profile_card .title {
  font-size: 0.95rem;
}


.card_link {
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.cardicon {
  padding-top: 30px;
}
.cardicon_link_4col {
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  width: 220px;
  display: inline-block;
}
a.cardicon_link_4col {
  padding: 0px 0px 0px 0px !important;
}
.scrim {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.card_imgbkgrnd {
  background-size: cover;
  background-position: 50%;
  /* text-align: center; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.card-body {
  /* margin: 0 auto;
    position: relative;
	
    z-index: 2;*/
	padding: 5px !important;
  /*padding: unset !important;*/
  display: inline;
}
.box-border {
  border: 1px solid silver;
}
/*.card-body h3 {
font-family: freight-text-pro, Times New Roman, serif;
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 10px 0px;
}*/
.card-body_2 h3 {
  font-family: freight-text-pro, Times New Roman, serif;
  font-weight: 700;
  font-size: 2em;
}
.card_imgbkgrnd p, .card_imgbkgrnd h3 {
  color: #fff;
}
.card_imgbkgrnd p {
  font-weight: 600;
}
.scrim:after {
  background-color: rgba(0, 0, 0, .56);
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  z-index: -1;
}
/*------------------------------------------------*/
/* CARDS */
/*------------------------------------------------*/
.card_imgbkgrnd {
  /*background: no-repeat top url(/Portals/1055a/Assets/Images/Cards/Prospective/AdobeStock_273446401_Preview.jpg);*/
}
/*------------------------------------------------*/
/* ANIMATE 
  transition: [property] [duration] [timing-function] [delay];
*/
/*------------------------------------------------*/
.popout {
  transition: all .4s ease;
}
.popout:hover {
  transform: scale(1.2);
}
/*------------------------------------------------*/
/* TEXT COLOR */
/*------------------------------------------------*/
.black {
  color: #000000 !important;
}
/*------------------------------------------------*/
/* Box Transition */
/*------------------------------------------------*/
.box_lifecycle_1 {
  background-color: #a29800;
}
/*.box_lifecycle_1:hover {background-color:#6B6400;}*/
.box_lifecycle_2 {
  background-color: #3380bb;
}
/*.box_lifecycle_2:hover {background-color:#00467E;}*/
.box_lifecycle_3 {
  background-color: #40864a;
}
/*.box_lifecycle_3:hover {background-color:#00630D;}*/
.box_lifecycle_4 {
  background-color: #864040;
}
/*.box_lifecycle_4:hover {background-color:#5A0000;}*/
.box_number a {
  text-transform: none;
  text-decoration: none;
  color: #ffffff;
}
.box_number {
  padding: 25px 25px 10px 25px;
  color: #ffffff !important;
  transition: transform .2s;
  margin: 0px 0px 25px 0px;
}
.box_number:hover {
  transform: scale(1) translate(0px, -10px);
  border-radius: 15px;
  background-color: #464646;
}
.box_number h2 {
  font-size: 45px;
  color: #ffffff;
}
.box_number h3 {
  color: #ffffff;
}
.box_number p {
  font-size: 15px;
  line-height: normal;
}
.box_shape {
  /*align-content: center;
    border-radius: 35px 5px;
    -webkit-box-shadow: 0px 0px 2px -1px rgb(0 0 0);
    -moz-box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 2px -1px rgb(0 0 0);*/
  align-content: center;
  border-radius: 10px 40px;
  /* box-shadow: 2px 2px 1px 0px rgb(0 0 0 / 55%);*/
}
/*------------------------------------------------*/
/* Link Box Transition */
/*------------------------------------------------*/
.linkbox_shape a {
  text-transform: none;
  text-decoration: none;
  color: #ffffff;
}
.linkbox_shape {
  padding: 25px 25px 10px 25px;
  color: #ffffff !important;
  transition: transform .2s;
  margin: 0px 0px 25px 0px;
}
.linkbox_shape:hover {
  transform: scale(1) translate(0px, -10px);
  border-radius: 10px 40px;
  background-color: #323232;
}
.linkbox_shape h2 {
  font-size: 45px;
  color: #ffffff;
}
.linkbox_shape h3 {
  color: #ffffff;
}
.linkbox_shape p {
  font-size: 15px;
  line-height: normal;
}
.linkbox_shape {
  align-content: center;
  border-radius: 10px 40px;
  /* box-shadow: 2px 2px 1px 0px rgb(0 0 0 / 55%); */
  background-color: #841617;
  padding: 25px 25px 15px 25px;
}
/*------------------------------------------------*/
/* BUTTON LINKS and OBJECTS */
/*------------------------------------------------*/

/* ----- CRIMSON ----- */
a.btnlink:link,
a.btnlink:visited,
button.btnlink {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #841617;
  border: none;
  border-radius: 4px;
  padding: 12px 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none;
  cursor: pointer;
}

/* Hover state */
a.btnlink:hover,
button.btnlink:hover {
  background-color: #b10f10;
}

/* Active (pressed) state */
a.btnlink:active,
button.btnlink:active {
  background-color: #6d1011;
}

/* Focus (keyboard navigation) */
a.btnlink:focus,
button.btnlink:focus {
  outline: 2px solid #b10f10;
  outline-offset: 2px;
}


/* ----- LIGHT GRAY ----- */
a.btnlight:link,
a.btnlight:visited,
button.btnlight {
  font-size: 16px;
  font-weight: 600;
background-color: #e5e5e5;
    color: #323232;
  border: none;
  border-radius: 4px;
  padding: 12px 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none;
  cursor: pointer;
}

/* Hover state */
a.btnlight:hover,
button.btnlight:hover {
  background-color: #323232;
	color:#ffffff;
}

/* Active (pressed) state */
a.btnlight:active,
button.btnlight:active {
  background-color: #323232;
	color:#ffffff;
}

/* Focus (keyboard navigation) */
a.btnlight:focus,
button.btnlight:focus {
  outline: 2px solid #323232;
  outline-offset: 2px;
}


/* DEPRECATED */

a.btnwide:link, a.btnwide:visited {
  display: flex;
  justify-content: center;
}
a.btnwhite:link, a.btnwhite:visited {
  font-size: 16px;
  font-weight: 600;
  color: #841617 !important;
  background-color: #ffffff;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 15px;
  display: inline-block;
  /* width: 250px; */
  text-align: center;
  text-decoration: none !important;
  text-shadow: none;
}
a.btnwhite:hover {
  color: #ffffff !important;
  background-color: #000000;
}
a.btnwidewhite:link, a.btnwidewhite:visited {
  display: flex;
  justify-content: center;
}





a.buttonlink {
  background-color: #841719;
  color: #fff;
  text-decoration: none !important;
  padding: 10px 25px;
  border-radius: 10px;
  display: inline-block;
}
a.buttonlink:hover {
  background-color: #4e0002;
}
.buttonlink.blue {
  text-decoration: none;
  background-color: #1b6ca5;
  color: #fff;
}
.buttonlink.blue:hover {
  background-color: #287db9;
}
.buttonlink.crimson {
  text-decoration: none;
  background-color: #841719;
  color: #fff;
}
.buttonlink.crimson:hover {
  background-color: #4e0002;
}
.buttonlink {
  text-decoration: none;
  padding: 10px 25px;
  margin: 0px 5px 10px 5px;
  border-radius: 10px;
  display: inline-block;
}
/*------------------------------------------------*/
/* COLOR Boxes Animate */
/*------------------------------------------------*/
.box_tiles {
  border-radius: 10px;
  transition: transform .1s; /* Animation */
  background-color: #f3f3f3;
  padding: 20px;
  margin-top: 10px;
  border: 2px solid #dfdfdf;
}
.box_tiles a {
  text-decoration: none !important;
}
.box_tiles h2 {
  padding: 0px !important;
}
.box_tiles:hover {
  transform: scale(1.05) translate(0px, 0px);
  background-color: #f9f9f9;
  border: 2px dashed silver;
}
.box_tiles span.box_tile_title {
  font-size: 1.5em;
  padding: 0px 0px 10px 0px;
  margin: 0px;
  display: block;
  line-height: 1.2em;
  font-weight: 700;
}
.box_tiles span.box_tile_summary {
  padding: 0px 0px 10px 0px;
  margin: 0px;
  display: block;
  color: #000;
  font-weight: 500;
}
/*------------------------------------------------*/
/* NEW TAG TEST */
/*------------------------------------------------*/
.Large_Quote {}
.bg_crimson blockquote {
  color: #ffffff !important;
  margin: 0px;
}
.bg_crimson a.text-white {
  color: #ffffff !important;
}
.bg_crimson blockquote p {
  font-size: 1.2em !important;
  color: #ffffff !important;
  font-family: freight-text-pro !important;
  font-weight: 400;
  line-height: 1.3em !important;
  margin-bottom: 0px !important;
  padding: 15px 20px 0px 20px;
}
.bg_crimson .photo_circle {
  max-width: 325px;
}
blockquote p {
  margin: 0px;
  font-size: 1.2em !important;
  color: #903c3c;
  font-style: normal;
  font-family: freight-text-pro !important;
  font-weight: 400;
  line-height: 1.3em !important;
  margin-bottom: 0px !important;
  padding: 15px 20px 0px 20px;
}
.SectionTitle.gray h2 {
  background-color: #464646;
}
.SectionTitle.subtle h2 {
  background-color: #e1e1e1;
  color: #464646;
  font-weight: 500;
}
.SectionTitle h2 {
  /*font-size: 1em;
    font-weight: 600;
	color: #fff;
    padding: 10px 15px;
	background-color: #841719;
    margin: 25px 0px 20px 0px;
    border-radius: 5px;
	line-height:normal;*/
  font-size: 1.2em;
  font-weight: 600;
  text-transform: none;
  color: #fff;
  padding: 10px 15px;
  background-color: #404040;
  margin: 25px 0px 20px 0px;
  line-height: normal;
}
/* NEW */
.section_title.gray h2 {
  background-color: #525252;
}
.section_title.subtle h2 {
  background-color: #e1e1e1;
  color: #464646;
  font-weight: 500;
}
.section_title h2 {
  color: #ffffff;
  padding: 25px;
  margin: 20px 0px 10px 0px;
  border-radius: 5px;
  font-weight: 600;
}
/*------------------------------------------------*/
/* Youtube Extras */
/*------------------------------------------------*/
a.icon_playbutton:link {
  width: 200px;
  height: 2000px;
  background-color: black;
}
.youtube_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.youtube_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_hero {
    position: relative;
    width: 100%;
    height: min(700px, 56.25vw);
    overflow: hidden;
    box-sizing: border-box;
    flex: 0 0 auto;
    align-self: start;
}

/*------------------------------------------------*/
/* MISC */
/*------------------------------------------------*/
.tag_word {
  padding: 2px 8px;
  margin: 5px;
  font-size: .875em;
  background-color: #efe0e0;
  display: inline-block;
  border: 1px solid #ceb0b0;
  border-radius: 2px;
  color: #710000;
  text-transform: uppercase;
}


.text_bump {
	font-family: Arboria, sans-serif !important;
    font-size: 1.8em;
    font-weight: 900;
	line-height: 1em;
    text-transform: uppercase;
    color: #1B1B1B;
}

/*------------------------------------------------*/
/* Block Color Informational Divider */
/*------------------------------------------------*/
.InfoDivider {
  width: 100%;
  padding: 35px 35px;
  margin: 25px 0px;
}
.text_white h2 {
  color: #fff !important;
}
.text_white h3 {
  color: #fff !important;
}
.text_white h4 {
  color: #fff !important;
}
.text_white a:hover {
  background-color: #700507 !important;
}
.text_white a {
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 25px !important;
  border-radius: 10px;
  text-align: center;
  background-color: #841719;
}
.text_blue h2 {
  color: #29323d !important;
}
.text_blue h3 {
  color: #29323d !important;
}
.text_blue h4 {
  color: #29323d !important;
}
.bg_white {
  background-color: #ffffff;
}
.bg_gray {
  background-color: #CCCCCC;
}
.bg_dark, .bg_dark a:link {
  background-color: #222222;
  color: #ffffff;
}
.bg_crimson {
  background-color: #841719;
  color: #ffffff;
}
.bg_crimson a:link {
  color: #ffffff;
}
.bkgrnd_crimson {
  background-color: #841719;
}
.bkgrnd_dark {
  background-color: #222222;
}
.bkgrnd_light {
  background-color: #e5e5e5;
}
.bkgrnd_gray {
  background-color: #747474;
}
.bkgrnd_lightgray {
  /*background-color: #e3e3e3;*/
	background-color: #e5e5e5;
}
.InfoDivider p {
  font-size: 1.1em;
}
.InfoDivider h2 {
  font-size: 1.752rem;
  font-weight: 900;
  font-family: "Montserrat", Helvetica, sans-serif;
  padding: 20px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}
.InfoDivider h3 {
  font-size: 1.75rem;
  font-weight: 900;
  font-family: "Montserrat", Helvetica, sans-serif;
  padding: 20px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}
.InfoDivider h4 {
  font-size: 1.75rem;
  font-weight: 900;
  font-family: "Montserrat", Helvetica, sans-serif;
  padding: 20px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}
.InfoDivider h5 {
  font-size: 1.75rem;
  font-weight: 900;
  font-family: "Montserrat", Helvetica, sans-serif;
  padding: 20px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}
.InfoDivider img {
  margin: 15px;
}
/*------------------------------------------------*/
/* HEADER SEARCH BOX */
/*------------------------------------------------*/
#searchbox {
  border: 0px;
  clear: right;
  position: relative;
  /*margin: unset !important;*/
}
label.search_button {
  display: none;
}
.search_textfield_bkgrd {
  /*background-image: url(images/searchbox_bkgrd.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;*/
}
.search_textfield {
  background-color: #ffffff;
  height: 33px;
  /*max-width: 275px;*/
  max-width: 100%;
  /* padding: 2px; */
  padding-left: 6px;
  padding-right: 45px;
  color: #333;
  font-size: 1em;
  border: 1px solid #7A7A7A;
}
.search_textfield:focus, .search_textfield_bkgrd:focus {
  outline: none;
}
.search_button, a.search_button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background-color: #841719;
  background-image: url(images/icons/search_box_icon.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 14px;
  filter: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 0px 0px;
  border-width: 0;
}
a.search_button:link, a.search_button:visited {
  font-weight: normal;
  font-size: 12px;
  color: black;
  padding-top: 7px;
}
.search_button:focus, .search_button:hover, a.search_button:focus, a.search_button:hover {
  background-color: #3b0000;
  color: #ffffff;
  text-decoration: none;
}
.searchbox form {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

/*------------------------------------------------*/
/* GRID STATS */
/*------------------------------------------------*/
.ou_stats-grid {
  display: grid;
  gap: 3.5rem;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  max-width: 1300px;
  margin: 0 auto;
}
.ou_stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ou_stat i {
  font-size: 4.5rem;
  color: #841617;
  margin-bottom: 0.75rem;
}

.ou_stat h3 {
    font-size: 2.5rem;
    margin-bottom: 0.3em;
    color: #841617;
    font-family: Arboria, sans-serif;
    padding: 0px;
	text-align: center;
    /* text-transform: uppercase; */
    font-weight: 900;
}

.ou_stat p {
    font-size: 1.2rem;
    color: #841617;
    line-height: 1.4;
	text-align:center;
}


/*------------------------------------------------*/
/* FORM BUILDER OVERRIDE */
/*------------------------------------------------*/
.ouhsc_v2 .form-builder-canvas select {
  height: auto !important;
}
.ouhsc_v2 .form-builder-canvas select.dnnSelect {
  height: 100% !important;
}
.ouhsc_v2 .form-builder-canvas .form-submit button {
  line-height: normal;
  padding: 15px;
  border-radius: 10px !important;
}
.ouhsc_v2 .form-builder-canvas select {
  height: unset !important;
}

/*------------------------------------------------*/
/* HERO BANNER */
/*------------------------------------------------*/

/* Default btnlink styling stays as-is */

/* Only make full-width inside this container */
.responsive_btn .btnlink {
  margin-bottom: 1rem;
}

/* On large screens, revert to inline display */
@media (max-width: 992px) {
  .responsive_btn a.btnlink {
    display: block;
    width: auto;
    margin-bottom: 0;
    margin-left: 1rem;
  }

  .responsive_btn .btnlink:first-child {
    margin-left: 0;
  }
}
