@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;
}

/*------------------------------------------------*/
/* 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 {
	
}
.grayscale {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
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;
    margin: 0 15px 25px 0;
}
.img_circle {
    border-radius: 100%;
}

/*------------------------------------------------*/
/* Cards */
/*------------------------------------------------*/
.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;
	padding: 5px !important;
    z-index: 2;*/
   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: 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 */
/*------------------------------------------------*/


a.btnlink:link, a.btnlink:visited {
font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #841617;
    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.btnlink:hover {
	    background-color: #b10f10;
}
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%;
}

/*------------------------------------------------*/
/* 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;
}

/*------------------------------------------------*/
/* Block Color Informational Divider */
/*------------------------------------------------*/
.InfoDivider {
  width: 100%;
  padding: 35px 35px;
  margin: 25px 0px;
}
.txt_white h2 {
  color: #fff;
}
.txt_white h3 {
  color: #fff;
}
.txt_white h4 {
  color: #fff;
}
.txt_white a:hover {
    background-color: #700507 !important;
}
.txt_white a {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 25px !important;
    border-radius: 10px;
    text-align: center;
	background-color: #841719;
}

.bg_white {
  background-color: #ffffff;
}
.bg_gray {
  background-color: #CCCCCC;
}
.bg_dark {
  background-color: #222222;
}
.bg_light {
  background-color: #e1e1e1;
}
.bg_crimson {
  background-color: #841719;
}

.bkgrnd_crimson {
  background-color: #841719;
}
.bkgrnd_dark {
  background-color: #222222;
}
.bkgrnd_light {
  background-color: #444444;
}
.bkgrnd_gray {
  background-color: #747474;
}
.bkgrnd_lightgray {
  background-color: #e3e3e3;
}
.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;
}

/*------------------------------------------------*/
/* 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;
}


