﻿@charset "UTF-8";
.divline {
  border-top: 1px dashed #c9c9c9;
  margin-top: 10px;
  padding-top: 5px;
  display: inline-block;
  width: 100%;
}
.padding_xlarge {
  padding: 50px;
}
.padding_large {
  padding: 30px;
}
.padding_medium {
  padding: 20px;
}
.padding_small {
  padding: 10px;
}
.padding_none {
  padding: 0px;
}
#Content_FullWidthContainer {
  padding: 50px 0px;
}
.centered {
  text-align: center;
}
/*---------------------------------------------------------------*/
/* BUTTON AND LINKS */

a.button_full.silver {
    background-color: #ececec;
    color: #7d0000 !important;
    /*border: 1px solid #e0e0e0;*/
}
a.button_full {
    background-color: #841617;
    color: #ffffff !important;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    text-decoration: none !important;
    max-width: 100%;
    display: block;
    border-radius: 5px;
    margin: 10px 0px;
}
a:hover.button_full {
    background-color: #4e0002;
    color: #ffffff !important;
}

.card_resize {
  /*display: inline-block;*/
  margin: 0px 0px 10px 0px
}/*---------------------------------------------------------------*/
/* Page Title Box */
/*---------------------------------------------------------------*/
.Page_Title {
  margin: 0px auto 0px auto;
  font-size: 100%;
  padding: 0px 10px;
}
/*---------------------------------------------------------------*/
/* Content Subheading */
/*---------------------------------------------------------------*/
.Content_Subheading {
  margin: 0px auto 0px auto;
  font-size: 100%;
  padding: 0px 10px;
}
/*---------------------------------------------------------------*/
/* Content Block No Title - A Block of Text with No Title */
/*---------------------------------------------------------------*/
.Content {
  margin: 0px auto 0px auto;
  font-size: 100%;
  Clear: both;
  padding: 0px 10px;
}
.Content H2 a {
  text-decoration: none;
}
/*---------------------------------------------------------------*/
/* Content Section Title BOX Elements */
/*---------------------------------------------------------------*/
.ST_BoxH2 {
  border-radius: 0px !important;
  margin: 0px 0px 15px 0px !important;
}
.ST_Box {
  border: 1px solid #710000;
  display: block;
  margin: 20px 15px 30px 15px !important;
}
.ST_BoxPadding {
  padding: 5px 20px;
  display: block;
}
.ST_Padding {
  padding: 10px 10px;
  display: block;
}
.ST_ModuleSpacing {
  padding: 5px 5px;
  display: block;
}
.content_spacing {
  margin-left: 10px;
  margin-right: 10px;
}
.ST_Title {
  padding: 10px;
}
/*---------------------------------------------------------------*/
/* STYLESHEET TAGS */
/*---------------------------------------------------------------*/
.style_sectiontitle.crimson {
  background-color: #841617;
  border-radius: 5px;
}
.style_sectiontitle.gray {
  background-color: #494949;
  border-radius: 5px;
}

.style_sectiontitle h2, .style_sectiontitle h3, .style_sectiontitle h4 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
  padding: 10px;
  margin: 0px 0px 20px 0px;
  line-height: normal;
}
/*---------------------------------------------------------------*/
/* Content Section Title */
/*---------------------------------------------------------------*/
.Content_SectionTitle {
  margin: 10px auto 0px auto;
  font-size: 100%;
}
.Content_SectionTitle h2 {
  padding: 10px 15px;
  margin: 0px 0px 10px 0px;
  border-radius: 5px;
	/*font-family: "Arboria", Helvetica, sans-serif;*/
	font-weight: 400;
}
.Content_SectionTitle H2 a {
  text-decoration: none;
}
.Content_SectionTitle P {}

/*---------------------------------------------------------------*/
/* Content Section Title - Primary */

.Content_SectionTitle .crimson {
  background-color: #841617;
  font-size: 1.2em;
  color: #fff;
}
/*---------------------------------------------------------------*/
/* Content Section Title - Neutral */

.Content_SectionTitle .lightgray {
  background-color: #f0f0f0;
  font-size: 1.2em;
  color: #323232;
}

/*---------------------------------------------------------------*/
/* Content Box Title and Border */
/*---------------------------------------------------------------*/
.Content_Box {
  margin: 20px 10px 20px 10px;
  padding: 20px 20px 10px 20px;
  border: 1px solid #bfbfbf;
	width:100%;
}
.Content_Box h2.boxtitle {
  padding: 0px 0px 15px 0px;
}
/*---------------------------------------------------------------*/
/* Content Box Dropshadow */
.Content_Box_Dropshadow {
  margin: 20px 10px 20px 10px;
  padding: 20px 20px 10px 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgb(255, 255, 255);
}
.Content_Box_Dropshadow h2.boxtitle {
  padding: 0px 0px 15px 0px;
}

/*---------------------------------------------------------------*/
/* Content Intro Boxes */
/*---------------------------------------------------------------*/
.Content_Card_Boxes {
	margin: 0px 0px 20px 0px;
    padding: 20px 30px;
    display: block;
    background-color: #1e1e1e;
    color: #ffffff;
    border-radius: 0px 0px 10px 10px;
    transition: transform .1s;
}
.Content_Card_Boxes h2 {   
	font-weight: 700;
}
.Content_Card_Boxes P, .Content_Card_Boxes li {     color: #ffffff; }

.Content_Card_Boxes:hover {
/*transform: scale(1.05) translate(0px, 0px);
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);*/
}

/*---------------------------------------------------------------*/
/* Card Container */
/*---------------------------------------------------------------*/
.CardContainer {
  margin: 15px 15px 15px 15px;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  background-color: rgb(255, 255, 255);
  max-width: 100%;
}
.CardContainer h2 a:link, .CardContainer h2 a:visited, .CardContainer h2 a:active {
	color:#000;
	text-decoration: none;
}
.CardContainer h2 {
  margin: 20px 15px 10px 15px;
}
.CardContainer h3 {
  margin: 20px 15px 10px 15px;
}
.CardContainer P {
  padding: 0px 15px;
  margin: 0px 0px 10px 0px;
}
.CardContainer li {
  margin: 0px 0px 0px 50px;
}
.CardContainer a, .CardContainer a:link, .CardContainer a:visited, .CardContainer a:active {
  text-decoration: underline;
  cursor: pointer;
}

/*---------------------------------------------------------------*/
/* Content Box CONTACT- Title and Border */
.Content_Box_Contact {
  margin: 20px 10px 20px 10px;
  padding: 20px 20px 5px 20px;
  background-color: #f9f9f9;
  border: 1px solid #d5d5d5;
  display: block;
}
.Content_Box_Contact h2.Gray {
  padding: 0px 0px 15px 0px;
  margin: 0px;
  font-weight: 600;
  font-size: 1em;
}
.Content_Box_Contact P {
  padding: 5px 5px;
  font-size: .875em;
}
.Content_Box_Contact a, .Content_Box_Contact a:link, .Content_Box_Contact a:visited, .Content_Box_Contact a:active {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

/*---------------------------------------------------------------*/
/* Content Box INFORMATION - Title and Border */
.SB_information {
  margin: 20px 10px 20px 10px;
  padding: 20px 20px 5px 20px;
  background-color: #d6eeff;
  border: 1px solid #9ad5ff;
 display:block;
}
.Content_Box_Information h2.information {
  color: #295371;
  text-transform: uppercase;
  font-size: 1.2em;
  /* letter-spacing: 0.10em; */
  font-weight: normal;
  padding: 0px 0px 15px 0px;
  margin: 0px;
}
.Content_Box_Information P {
  padding: 5px 5px;
}
.Content_Box_Information a, .Content_Box_Information a:link, .Content_Box_Information a:visited, .Content_Box_Information a:active {
  text-decoration: underline;
  font-weight: bold;
  color: #710000;
}
/*---------------------------------------------------------------*/
/* Content Box WARNING - Title and Border */
.SB_warning {
  margin: 20px 10px 20px 10px;
  padding: 20px 20px 5px 20px;
  background-color: #fafbe1;
  border: 1px solid #d4d4a3;
 display:block;
}
.Content_Box_Warning h2.warning {
  color: #4e4b29;
  text-transform: uppercase;
  font-size: 1.2em;
  /* letter-spacing: 0.10em; */
  font-weight: normal;
  padding: 0px 0px 15px 0px;
  margin: 0px;
}
.Content_Box_Warning P {
  padding: 5px 5px;
}
.Content_Box_Warning a, .Content_Box_Warning a:link, .Content_Box_Warning a:visited, .Content_Box_Warninge a:active {
  text-decoration: underline;
  font-weight: bold;
  color: #710000;
}
/*---------------------------------------------------------------*/
/* Content Box ALERT - Title and Border */
.SB_alert {
  border: 1px solid #e2b3b3;
  margin: 20px 10px 20px 10px;
  padding: 20px 20px 5px 20px;
  background-color: #ffe5e8;
	display:block;
}
.Content_Box_Alert h2.alert {
  color: #8a2a32;
  text-transform: uppercase;
  font-size: 1.2em;
  /* letter-spacing: 0.10em; */
  font-weight: normal;
  padding: 0px 0px 15px 0px;
  margin: 0px;
}
.Content_Box_Alert P {
  padding: 5px 5px;
}
.Content_Box_Alert a, .Content_Box_Alert a:link, .Content_Box_Alert a:visited, .Content_Box_Alert a:active {
  text-decoration: underline;
  font-weight: bold;
  color: #710000;
}
/*---------------------------------------------------------------*/
/* ECS Box ALERT - Title and Border */
.hscAlert {
  border-top: 10px solid #ff0000;
  border-bottom: 10px solid #ff0000;
  /* margin: 10px 10px 10px 10px; */
  background-color: #ffffff;
}
.hscAlert h2.alert {
  color: #8a2a32;
  text-transform: uppercase;
  font-size: 1.2em;
  /* letter-spacing: 0.10em; */
  font-weight: normal;
  padding: 0px 0px 15px 0px;
  margin: 0px;
}
.hscAlert p {}
.hscAlert a, .hscAlert a:link, .hscAlert a:visited, .hscAlert a:active {
  text-decoration: underline;
  /* font-weight: bold; */
  font-size: .975em;
  color: #710000;
}
.ECS_Alert_Wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding: 20px 20px 25px 20px;
}
.ecsImage img {
  /* background-image: url(images/icons/icon_alert_red.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover; */
  display: block;
  max-width: 35px;
  margin: 5px auto 5px auto;
}
.ecsMessage {
  font-size: 1em;
  padding: 0px 15px;
}
.hscAlert .TitleDate {}
.hscAlert .title {
  font-size: 1.4em;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, sans-serif;
}
.hscAlert .description {
  font-size: 1.2em;
  font-weight: 900;
}
/*---------------------------------------------------------------*/
/* Home Box - Title and Border */
/*---------------------------------------------------------------*/
#HomeContainer {
  margin: 30px 10px 30px 10px;
}
#HomeContainer h2.blue_heading {
  color: #0082e2;
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 10px;
  padding-top: 0px;
  text-transform: uppercase;
}
#HomeContainer h2.gray_heading {
  color: #777777;
  font-size: 1em;
  font-weight: normal;
  /* padding-bottom: 10px; */
  /* padding-top: 0px; */
  text-transform: uppercase;
  letter-spacing: .05em; /* font-family: "open sans", sans-serif; */
}
#HomeContainer h3 {
  font-size: 1em;
  color: #a31f34;
  text-transform: uppercase;
}
#HomeContainer h2 {
  font-size: 1em;
  font-weight: bold;
  padding: 10px 0px 10px 0px;
}
#HomeContainer h2.heading {
  color: #333;
  font-weight: normal;
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 0px;
  margin: 20px 0px 20px 0px;
}
#HomeContainer P {
  margin-top: 0px;
  line-height: 1.5em;
}
#HomeContainer .divline {
  border-top: 1px dashed #c9c9c9;
  margin-top: 10px;
  padding-top: 5px;
  display: inline-block;
  width: 100%;
}
.more_link a:link {
  float: right;
  font-size: .875em;
  font-weight: normal;
  padding: 5px 10px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(213, 213, 213, 0);
  border-radius: 4px;
}
.more_link a:hover {
  background-color: rgb(249, 249, 249);
  text-decoration: none;
  color: #910000;
  border: 1px solid #dcdcdc;
}
.label-calendar::before {
  content: "\f073";
}
.label-news::before {
  content: "\f00b";
}
.button::before {
  font-family: "FontAwesome";
  font-weight: 400;
  padding-right: 10px;
  color: #710000;
}

/*---------------------------------------------------------------*/
/* FOOTER Box - Title and Border */
/*---------------------------------------------------------------*/
.footer_socialmedia {
  line-height: 60px;
  float: right;
}
.footer_socialmedia img {
  padding-left: 15px;
}
#Content_Footer {
  /* -webkit-box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1);
    box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, .1);*/
  padding: 0px;
  margin: 10px auto 0px auto;
  font-family: Lato, sans-serif;
  font-size: .8em;
}
#Content_Footer a, #Content_Footer a:visited {
  color: #a31f34;
  text-transform: uppercase;
  font-size: .9em;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}
#Content_Footer h2 {
  font-size: 1.3em;
  font-family: Montserrat, sans-serif;
  color: #a31f34;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px; /* letter-spacing: 2px; */
}
#Content_Footer h3 {
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1.7em;
}
#Content_Footer p {}
/*---------------------------------------------------------------*/
/* SLIDER Box */
/*---------------------------------------------------------------*/
#Rotator_PageHeader {
  padding: 0px 0px 30px 0px;
  color: #fff;
}
#Rotator_Body {
  padding: 25px 0px 25px 0px;
  color: #fff;
}
#Rotator_Body h2 {
  background-position: left bottom;
  font-family: 'Libre Baskerville', serif;
  /* font-size: 1.4em; */ font-size: 1.7em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
#Rotator_Body p {
  font-family: "Lato"san-serif;
  color: #ffffff;
  font-size: 1.1em;
}
#Rotator_Body a {
  color: #ffffff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}
/*---------------------------------------------------------------*/
/* MISC */
/*---------------------------------------------------------------*/
.AdminActions input, .AdminActions a.CommandButton {
  text-decoration: none;
}
/*  Banner Rotator
    -- Banners will automatically cycle along with navigation by inserting 
    -- the desired images into a Text/HTML module using the Banner Container. */
/* Set height of div.Normal to equal the height of banners + 34px for shadow */
.RotatorWrapper div.DNNModuleContent > div.Normal {
  height: 339px; /*background: url(images/Slide-Shadow.png) no-repeat 0 bottom;*/
}
/* Set width and height of banners within div.Normal img */
.RotatorWrapper div.DNNModuleContent > div.Normal img {
  width: 960px;
  height: 305px;
}
.RotatorNav {
  position: absolute;
  z-index: 20;
  width: 960px;
  height: 40px;
  /*background: url(images/50black.png) repeat top left;*/
  margin: -74px 0 0;
  padding: 0;
  list-style: none;
}
.RotatorNav li {
  float: left;
}
.RotatorNav li a {
  padding: 0 10px;
  display: block;
  color: #b8b8b8;
  line-height: 40px;
  text-decoration: none;
}
.RotatorNav li a:hover {
  text-decoration: underline;
}
.RotatorNav li.activeSlide a {
  color: #fff;
}
#AccordionTabs_7057 {
  background-color: #FFFFFF;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #C0C0C0;
}
@media (max-width: 479px) {
  .Page_Title h1 {}
  .Page_Title P {
    padding: 0px 10px 0px 10px;
  }
  .Content {}
  #HomeContainer {
    margin: 10px 10px 10px 10px;
  }
  #HomeContainer h2.heading {
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 1.8em;
    padding: 0px;
    margin: 20px 0px 20px 0px;
  }
  #HomeContainer h2 {
    color: #910000;
    font-size: 1em;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    text-transform: uppercase;
  }
}
