﻿
/* Colors */
/* Fonts */
.disabled {
  opacity: 0.3;
}
.clear {
  height: 1px;
  clear: both;
  width: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
}
.float-block {
  width: 100%;
  clear: both;
  float: left;  
}
.clear-gaps {
  margin: 0;
  padding: 0;
}
.unstyled {
  list-style: none;
}
ul.unstyled,
li.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hidden {
  display: none;
  visibility: visible;
}
.visible {
  display: block;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
* + html {
  overflow: auto;
}

.text-center {
	text-align: center;
}

body {    
  color: #3d3d3d !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  position: relative;
  text-align: center;
  width: 100%;
  min-width: 920px;
  margin: 0; 
  padding: 0;  
}
body img {
  border: none;  
}
DBEDText {
float: left;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 110%;
  margin: 22px 0 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #030707;
}
body h1 {
	/* font-family:'Rokkitt', Helvetica !important; */
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #C8122C !important;
	/* background-color:#ffc121; */
	padding: 10px 20px 10px 0px;
	line-height: 1.5;
	bottom: 0;
	margin: 0;
	font-size: 28px;

}
body h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #343434 !important;

}
body h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #272727;
}
body h4 {
  font-size: 16px;
  color: #272727;
}
body h5 {
  font-size: 14px;
  color: #272727;
}
body h6 {
  font-size: 21px;
  color: #999999;
}
body a {
  color: #005580;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body blockquote {
  border-left: 5px solid #FFC838;
  padding: 5px 15px;
}
body blockquote cite {
  color: #999999;
}
body ul {
  list-style: circle;
}

body table {
  width: 100%;
  border: 1px solid #555555;
  font-size: 16px;
  border-spacing: 0;
}
body table th {
  text-align: left;
  background: #555555;
  color: #FFC838;
  padding: 5px;
}
body table td {
  font-size: 14px;
  background: #ffffff;
  padding: 5px;
}
body table tr:nth-child(2n) td {
  background: #efefef;
}
body .wrap {
  display: inline-block;
  max-width: 915px;
  text-align: left;
  /* min-width: 915px; */
}
header {
  position: relative;
  display: block;  
}
header .top-menu {
  display: block;
  background: #333333;
  clear: both;
  position: relative;
  border-bottom: 4px solid #C8122C;
  padding: 10px 0;
}
header .top-menu .wrap {
  text-align: right;
}
header .top-menu a {
  color: #ffffff;
  font-size: 11px;
  margin: 0 5px;
}
header .central {
  padding: 10px 0;
  width: 100%;
  clear: both;
  float: left;
  background: #EFEFEF;
}
header .central .logo {
  float: left;
}
header .central .logo img {
  float: left;
}
header .central .logo span {
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 110%;
  margin: 22px 0 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #030707;
}
header .central form#search {
  float: right;
  margin: 20px 0;
}
header .central form#search .search-input {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #DDDCD8;
  background: #ffffff;
}
header .central form#search .search-input input {
  width: 335px;
  background: #ffffff;
  border: none;
  line-height: 100%;
  font-size: 14px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 7px;
  outline: none;
  float: left;
}
header .central form#search .search-input button {
  margin: 0;
  padding: 0;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  cursor: pointer;
  background: #005580;
  border: none;
  padding: 8px 10px 5px;
  display: inline-block;
}
header .central form#search .search-input button:hover {
  background-color: #3290c1;
}
header nav {
  background: #C8122C;
  clear: both;
  box-shadow: 0 3px 3px #444444;
  line-height: 100%;
  display: block;
  position: relative;
  z-index: 101;
}
header nav ul {
  margin: 0;
  list-style: none;
  padding: 0;
  float: left;
}
header nav ul li {
  display: inline-block;
  margin-right: 15px;
  padding: 21px 0;
  float: left;
  z-index: 100;
}
header nav ul li.last,
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li a {
  text-transform: uppercase;
  color: #ffffff;
}
header nav ul li:hover a,
header nav ul li a:hover {
  color: #FFC838;
  text-decoration: none;
}
header nav ul li div.sub-menu {
  position: absolute;
  z-index: 90;
  left: 0;
  top: 57px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  display: none;
  -webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5), inset 0px 3px 5px rgba(81, 29, 36, 0.7);
  -moz-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5), inset 0px 3px 5px rgba(81, 29, 36, 0.7);
  box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5), inset 0px 3px 5px rgba(81, 29, 36, 0.7);
  background: #C8122C;
  opacity: 0.85;
}
header nav ul li div.sub-menu ul {
  display: inline-block;
  padding: 0;
  margin: 0 50px 0 0;
}
header nav ul li div.sub-menu ul li {
  clear: both;
  padding: 5px 10px;
  background: url("../images/icons/sub-menu-marker.gif") no-repeat left center;
}
header nav ul li div.sub-menu ul li a {
  color: #FEFEFE;
  text-decoration: none;
  font-size: 12px;
  text-transform: none;
}
header nav ul li div.sub-menu ul li a:hover {
  text-decoration: underline;
}
header nav ul li:hover .sub-menu {
/*  display: block; */
}
.jstickblock-cloned {
  z-index: 10001;
  width: 100% !important;
}

.large-area {
	/* padding: 20px 0 0; */
}
.large-area .view-calendar {
	padding: 0 18px 0 0;
	margin: 0 0 55px;
	font: 15px/100% Arial;
	color: #255e87;
	text-align: right;
}
.large-area H2 {
	font: 28px/100% Arial;
	color: #C8122C;
	text-align: center;
	padding: 0 10px;
	margin: 0 0 40px;
}
.large-area .wrap-area{
	overflow: hidden;
}
.large-area .wrap-small-box{
	float: left;
	width: 32%;
	position: relative;
	padding: 0 35px 0 0;
	margin: 0 0 0 2%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.large-area .wrap-small-box:after{
	content: "";
	position: absolute;
	right: 0;
	top:0;
	width: 0;
    height: 0;
    border-top: 53px solid transparent;
    border-left: 35px solid #e9e9e9;
    border-bottom: 63px solid transparent;
}
.large-area .wrap-area>:first-child{
	margin-left: 0;
}
.large-area .small-box{
	background: #e9e9e9;
	border: 1px solid #dfdfdf;	
	border-right: none;
	overflow: hidden;
	padding: 25px 0 0;
	margin: 0 0 20px;
}
.large-area .left-box{
	float: left;
	width: 30%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
}
.large-area .left-box H4{
	font: 25px/100% "avenir-medium", Arial;
	color: #C8122C;
	text-align: center;
	padding: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.large-area .left-box H4{
	font: 18px/100% "avenir-medium", Arial;
	color: #C8122C;
	text-align: center;
	padding: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.large-area .left-box P{
	font: 61px/100% "avenir-medium", Arial;
	color: #C8122C;
	text-align: center;
	padding: 0;
	margin: 0;
}
.large-area .right-box {
	float: left;
	width: 70%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 14px;
}
.large-area .right-box H3{
	font: 14px/100% "avenir-medium", Arial;
	color: #000;
	padding: 0;
	margin: 0 0 10px;
	text-align:left;
}
.large-area .right-box P{
	font: 14px/130% "avenir-medium", Arial;
	color: #255e87;
	padding: 6px 0 10px;
	margin: 0;
}
footer {
  background: #333333;
  margin-top: 20px;
  padding: 35px 0;
  color: #C9C9C9;
  display: block;
  clear: both;
}
footer h3 {
  color: #FFC838;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight:bold;
  text-shadow: -1px -1px 1px #272727;
}
footer p {
  font-size: 12px;
}
footer p strong {
  color: #EED28E;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 10px 0 15px;
}
footer ul li a {
  color: #C9C9C9;
}
footer .about {
  float: left;
  width: 250px;
}
footer .resources {
  float: left;
  width: 280px;
  margin-left: 30px;
}
footer .social {
  float: right;
  max-width: 300px;
}
footer .social .subscribe {
  margin: 10px 0;
}
footer .social .subscribe input {
  background: #787878;
  padding: 10px 15px;
  border: none;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 100%;
  width: 170px;    
}
footer .social .subscribe button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #3d3d3d;
  padding: 10px 15px;
  line-height: 100%;
  border: none;
  background: #efefef;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
}
footer .social .subscribe button:hover {
  background: #F0F0F0;
}
footer .social .social-links {
  margin: 10px 0;
  display: inline-block;
}
footer .social .last-tweet {
  margin: 10px 0;
}
footer .social .last-tweet h3 {
  color: #ffffff;
  text-transform: uppercase;
}
footer .social .last-tweet a.mention {
  color: #C8122C;
}
.main {
  width: 100%;
  clear: both;
  float: left;
  padding: 35px 0;
}
.main .sidebar {
  float: left;
  width: 220px;
}
.main .sidebar .widget {
  background: #FFC838;
  color: #333333;
  padding: 20px 15px;
}
.main .sidebar .widget h4 {
  margin:  0;
  padding: 0;
  margin-bottom:5px;
  padding-left:7px;
  color: #C8122C; 
  font-size: 16px;
}

/*left nav*/
.main .sidebar .widget ul {
  padding-left: 5px;
  list-style: none;
  margin-top: 1px; 
}

.main .sidebar .widget ul li {
/*  list-style: url('/style%20library/choosemaryland/img/plus.png');
  padding-left: 1px;  
  margin: 0px 0; 
*/
  background: url('/style%20library/choosemaryland/img/plus.png') no-repeat left 3px;
  padding: 0px 0px 0px 16px;
  list-style: none;
  margin: 0;
  vertical-align:middle;
  line-height: 1.5;  
  white-space: normal;
 }
 
.main .sidebar .widget ul li li {
	list-style: square url('/SiteCollectionImages/gt.gif');
	background:none;
	margin-left:10px;
	padding-left:2px;
}
 
/*left nav*/
/*hide edit links*/
li .ms-navedit-editArea
{
	display:none;
}

h2.ms-webpart-titleText {
	text-align: left !important;
}
h2.ms-webpart-titleText nobr {
	white-space: normal !important;
}

.main .sidebar .widget ul li a {
  color: #333333;
 }
.main .sidebarblack {
        float: left;
        width: 220px;
}
.main .sidebarblack .widget2 {
  background: #333333;
  color: #FFC838;
  padding: 25px 10px;
}
.main .sidebarblack .widget2 h4 {
  margin: 0;
  padding: 0;
  padding-left:7px;
}
.main .sidebarblack .widget2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.main .sidebarblack .widget2 ul li {  
  background: url("/SiteCollectionImages/gt.gif") no-repeat left 6px;
  background-position:0px;  
  padding-left: 6px;  
  margin: 0px 0;   
  white-space: normal;   
}
.main .sidebarblack .widget2 ul li a {
  color: #FEFEFE;
}
/* this was modified in order to segragate the full page from the ones with a column */
.main .content {
  float: left;
  color: #000000;
}
.main .contentwidth 
{
  width: 620px;
  margin-left: 35px;
}

.main .contentfull
{
	width:900px;
}


.media .breadcrumbs {
	text-align: left;
	float: left;
	/*margin-top: 12px; */
	margin-bottom: -20px;
}

.media .breadcrumbs,
.main .wrap .breadcrumbs {
  display: block;
  padding-bottom: 15px;
  font-size: 12px; 
}

.media .breadcrumbs a,
.media .breadcrumbs strong,
.main .wrap .breadcrumbs a,
.main .wrap .breadcrumbs strong {
  display: inline;
}

.media .breadcrumbs span,
.main .wrap .breadcrumbs span {
  display: inline;
  margin: 0 2px;
  color: black;
}
.media .breadcrumbs strong,
.main .wrap .breadcrumbs strong {
  font-weight: normal;
  color: black;
}

.main .content ul
{
	padding-left:20px;
}
.main .content ul li
{
  background: url('/style%20library/choosemaryland/img/arrow.png') no-repeat left 3px;
  padding: 0px 0px 0px 20px;
  list-style: none;
  margin: 0;
  vertical-align:middle;
}

/* to remove the arrows from tabs and other places **/
.main .content .TabsContainer ul
{
	padding-left:0px;
}	
.main .content .TabsContainer ul li
{

  background-image:none;
  padding: 0px 0px 0px 0px;
  list-style: none;
  margin: 0;
  /* vertical-align:middle; ??? */
}  
ul#AccordionList,
#AccordionList > li,
#AccordionList > li > ul,
#AccordionList > li > ul > li
{
   background-image:none;
   padding-left:0px;
   padding: 0px 0px 0px 0px;
   list-style: none;
}

/* also for slider */
ul#hillbillySlider
{
   background-image:none;
   padding-left:0px;
   padding: 0px 0px 0px 0px;
   list-style: none;
}
ul#hillbillySlider li
{
   background-image:none;
   padding-left:0px;
   padding: 0px 0px 0px 0px;
   list-style: none;
}

/* these are to style the internal items with bullets and numbers */
/* There was a request originally for bullets, and then arrows, so I will have th bullet code commented out, 
   in case there is a need to switch back */ 

div.faq-accordion-answer ul
{
	padding-left:0px !important;
}
div.faq-accordion-answer ul li
div.home-accordion-answer-container ul li
{
/*   list-style:disc !important;
   background-image:none !important;
   padding: 0px 0px 0px 0px  !important;     
*/
  background: url('/style%20library/choosemaryland/img/arrow.png') no-repeat left 3px;
  padding: 0px 0px 0px 20px;
  list-style: none;
  margin: 0px;
  vertical-align:middle;
}

div.faq-accordion-answer ol
{
	padding-left: 20px;
}
div.faq-accordion-answer ol li
{
   list-style-type:decimal !important;
   background-image:none !important;
   padding: 0px 0px 0px 0px!important;      
}

div.home-accordion-answer-container ul
{
	padding-left:14px;
}
div.home-accordion-answer-container ol
{
	padding-left:20px;
}
div.TabsListContent table tr td p,
div.TabsListContent table tr td
{
	font-family: 'helvetica neue', helvetica, arial, sans-serif !important; 
	font-size: 14px !important; 
	line-height: 18px !important; 
}

div.TabsListContent ul li
{
  background: url('/style%20library/choosemaryland/img/arrow.png') no-repeat left 0px !important;
  padding: 0px 0px 0px 20px !important;
  list-style: none;
  margin: 0px;
  vertical-align:middle;    
}
div.TabsListContent ul
{
	padding-left: 0px !important;
}div.TabsListContent ol
{
	padding-left: 20px;
}

ul#hillbillySlider div ul li
{
  background: url('/style%20library/choosemaryland/img/arrow.png') no-repeat left 3px;
  padding: 0px 0px 0px 20px;
  list-style: none;
  margin: 0px;
  vertical-align:middle;
   float:none;     
}
ul#hillbillySlider div ul
{
	padding-left:20px;
}
ul#hillbillySlider div ol,
{
	padding-left: 20px;
}

ul#hillbillySlider div ol li
{
   list-style-type:decimal !important;
   background-image:none !important;
   padding: 0px 0px 0px 0px!important;
   float:none;      
}

li.kn-search-filter 
{

  background-image:none !important;
  padding: 0px 0px 0px 0px;
  list-style: none;
  margin: 0;
 
} 
/* till here */


.main .content .banner {
  display: inline-block;
  position: relative;
  overflow:hidden
  line-height: 1%;
}
.main .content .banner img {
  position: relative;
}
.main .content .banner h1 {
  position: absolute;
  bottom: 0;  
  width: 100%;
  margin: 0;
  font-size: 28px;  
  color:#C8122C;
  padding: 10px 20px;
  box-sizing: border-box;
  opacity: 0.90;
  line-height: 1.5;   
}
.main .content p {
  margin: 20px 0;
  color:black;
}
.main .content p a{
  margin: 20px 0;
}
.main .columns {
  float: left;
  width: 100%;
}

.main .columns .left-column,
.main .columns .right-column {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

.main .columns .widget {
  display: inline-block;
  width: 100%;
/* commented Below Lines */
/*  border-radius: 3px; */
/*  -moz-border-radius: 3px; */
 /* -webkit-border-radius: 3px;*/
 
/* Commentted Below Lines */
 /*border: 1px solid #ececec;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: #ffffff;*/
}
.main .columns .widget .foo {
  background: blue;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #dcdcdc;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  background: #f8f8f8;
}
.main .columns .widget .foo .btn-view-more {
  margin-left: 15px;
}
.main .columns .widget h2 {
/* Commented Below Lines */ 
 
/* background: #f8f8f8;
  font-family: "Times New Roman", Times;
  font-size: 28px;
  font-weight: normal;
  color: #d31d47;
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0; */

/* Added the following lines */

	color: #C8122C;
	font-family: "Times New Roman",Times;
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	padding: 15px 15px 0;
}
.main .columns .widget p {
  margin: 15px;
}
.main .columns .widget p a {
  text-decoration: underline;
}
.main .columns .widget p a:hover {
  text-decoration: none;
}
.main .columns .widget .image {
  margin: 15px;
}
.main .columns .widget .image h5,
.main .columns .widget .image h5 a {
  font-size: 15px;
  color: #C8122C;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.main .columns .widget .image p {
  margin: 0;
  font-size: 13px;
  color: #a0a0a0;
}
.main .columns .widget .btn-view-more {
  background: url("../images/icons/btn-view-all.gif") no-repeat 10px center;
  padding: 10px 10px 10px 30px;
  color: #343434;
  font-size: 12px;
  border: 1px solid #CCC;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.main .columns .widget .btn-view-more:hover {
  text-decoration: none;
  background-color: #efefef;
}

table.table-no-border,
table.table-no-border tr,
table.table-no-border tr td
 {
	border: 0 !important;
 }


.accordionList {
  margin: 0;
  line-height: 100%; 
}
/*
#AccordionList  li {
	list-style-position:inside;
}
*/
#AccordionList > li,
#AccordionList > li > ul {
                list-style-type:none !important;
                list-style:none !important;
                list-style-image: none !important;
}
.accordion-group-icon {
	font-size: 0px;
	margin-right: 0px;
}
.accordion-group-icon:hover {
	background-color: #EDEDED;
}
.faq-accordion
{
  /* to keep padding internal*/
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;    
  box-sizing: border-box;  
}

.accordion-group-title {
  	
  background-position: 12px 20px !important;
  padding: 15px 15px 15px 15px;
  margin: 5px 0 0 0;
  
  width: 100%;
  max-width:600px;
	
  background-color: #EDEDED;
  border: 0px solid #EDEDED;
   font-family: Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  cursor: pointer;
}

.accordion-group-title > span {
	margin-left: 15px;
	display: block;
}
.accordion-group-title a  {
	text-decoration:none;
}

#AccordionList > li > a {
	text-decoration: none;
	color:black;
}
#AccordionList > li > ul {
	margin-top: -15px;
	padding: 0px;
}

.AccordionListContent {
  background-color: white;	
}
.accordion-page
{
  border: 0px solid #EDEDED;
  margin: 0;
  display: inline-block;
  background-color: #EDEDED;	
	padding: 7px 15px 7px 15px;
	width: 100%;
    max-width:600px;
}
/*placed what ussed to be in here in previous tag 
.faq-accordion-answer {};*/

.home-accordion
{
	width:100%;
	max-width:425px;

  /* to keep padding internal*/
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;    
  box-sizing: border-box; 	
}

/* this was added after fact when they wanted home different */
.home-accordion.accordion-group-title
{
  margin: 5px 0px 0px 0px;
  padding: 15px 0px 15px 0px;
  background-position:380px 20px !important;
  border: 1px solid #dfdfdf;
  font-weight: normal;
  font-size: 20px;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;

}
.home-accordion.accordion-page
{
  border: 1px solid #dfdfdf;
  background-color: white;	
  width: 100%;
  padding: 0;
}
/*till here */

.home-accordion-answer-container 
{
    margin: 15px;
}

.home-accordion .pane h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 15px;
  color: #C8122C;
}
.home-accordion .pane p {
  margin: 0;
  padding: 0;
  padding: 15px;
  line-height: 150%;
}
.home-accordion .pane p img.left {
  float: left;
  margin: 0 30px 30px 0;
}
.home-accordion .pane .suggested-links {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 15px;
  padding-bottom: 20px;
}
.home-accordion .pane .suggested-links li {
  display: inline-block;
  width: 170px;
  margin: 5px 15px 5px 0;
}
.home-accordion-image {
	float: left;		
}
.home-accordion-description {
	float: left;
	padding-right:10px;
	vertical-align:top;
}
.home-accordion-links-title {
	clear: both;	
}
.home-accordion-links {
}
.AccordionList {
	padding:0px;
	float:left;
	margin:0px;
} 
.AccordionListContent {
	background-color: white;
}
ul#AccordionList {
	margin-bottom:0px;
	width: 100%;
}
._AccordionList ul,
._AccordionList li
{
	list-style:none;
	text-decoration:none;
	margin:0em;
	border-color:gray;
}
.main .columns .widget .events p {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  margin: 0 15px;
}
.main .columns .widget .events p.last,
.main .columns .widget .events p:last-child {
  border-bottom: none;
}
.main .columns .ads {
  display: block;
  width: 100%;
  line-height: 100%;
}
.main .columns .ads strong {
  font-weight: normal;
  display: block;
  padding: 10px 0;
}

/*MSFT overrides*/ 
.ms-headerSortTitleLink 
{ 
        color: #ffffff !important; 
} 
.ms-promlink-button-right, .ms-promlink-button-left 
{ 
        max-width:none !important; 
}

td.ms-cellstyle {
    text-align: left;
}

td.ms-bottompagingline > table {
	width: auto;
	min-width:0;
}


.SectionTitle {
	font-family: Helvetica !important;
	font-size:32px;
	color: #C8122C;
	padding-top: 0;
	padding-bottom: 0.5em;
	font-weight: 400 !important;
}
.ui-button {
	min-width: 0 !important;
}

#DeltaPlaceHolderPageTitleInTitleArea {
	display: inline-block;
}

h1.interior-hero {
	/* background-color:#ffc121; */
	padding: 10px 20px 10px 0px;
	box-sizing: border-box;
	opacity: 0.90;
	line-height: 1.5;
	bottom: 0;
	/* width: 100%; */
	margin: 0;
	font-size: 28px;
	color:#C8122C;
}

h1.hero {
	background-color:#C8122C;
	padding: 10px 20px;
	box-sizing: border-box;
	/*opacity: 0.90;*/
	line-height: 1.5;
	bottom: 0;
	/* width: 100%; */
	margin: 0;
	font-size: 32px;
	color:#FFFFFF !important;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media screen and (max-width: 915px) and (min-width: 767px) {
	body .wrap {
		width: 100%;
		min-width: 100%;
		max-width: 100%;		
	}	
	body .wrap .contentwidth {
		width: 65%;
		min-width: 340px;
		display: inline-block;
	}
       body .wrap .contentfull {
		width: 96%;
		min-width: 96%;
		max-width: 96%;
		display: inline-block;
	}
}

@media (max-width: 767px) and (min-width: 340px) {
	body .wrap {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		
	}
	
	body .wrap .sidebar,
	body .wrap .content {
		
		display: inline-block;
		margin-left: 2%;
		margin-right: 2%;
		width: 96%;
	}

}



@media screen and (max-width: 1024px) and (min-width: 1000px) {
  body {
    min-width: 1024px;
    overflow-x: hidden;
  }
  .slideshow .slider {
    /*width: 1024px;*/
  }
  .slideshow .slider .items .slide {
    /*max-width: 1024px;*/
  }
  .slideshow .slider .items .slide h2 {
    /*right: 70px;*/
    font-size: 45px;
  }
}



@media screen and (max-width: 340px) {
  body {
    min-width: 100%;
    overflow-x: hidden;
  }
  body .wrap {
    width: 100%;
  }
  h1{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-weight:400 !important;	
  }

  header .top-menu .wrap {
    text-align: left;
  }
  header .top-menu .wrap a {
    font-size: 9px;
    margin-left: 7px;
  }
  header .central form#search {
    clear: both;
    float: left;
  }
  header .central form#search .search-input {
    margin-left: 10px;
  }
  header .central form#search .search-input input {
    width: 250px;
  }
  header nav ul li {
    clear: both;
    margin: 5px 10px;
  }
  footer .about {
    clear: both;
    width: 300px;
    float: left;
    /* margin: 10px 20px; */
  }
  footer .resources {
    clear: both;
    width: 300px;
    float: left;
    /* margin-left: 20px; */
  }
  footer .social {
    float: left;
    clear: both;
    max-width: 300px;
    /* margin-left: 20px; */
  }
  .slideshow {
    display: none;
  }
  .main .content {
    width: 290px;
    margin: 10px 20px 20px 20px;
  }
  .main .content .banner img {
    display: none;
  }
  .main .content .banner h1 {
    line-height: 100%;
    position: relative;
    font-size: 25px;
    font-weight: normal;
    display: block;
  }
  .media .breadcrumbs,
  .main .wrap .breadcrumbs {
    display: none;
  }
  .main .sidebar {
    clear: both;
    width: 100%;
  }
  .main .columns img {
    max-width: 315px;
  }
  .main .columns .left-column {
    width: 320px;
  }
  .main .columns .right-column {
    width: 320px;
    clear: left;
    float: left;
  }
  .main .columns .widget {
    box-shadow: none;
  }
  .main .columns .widget .image img {
    max-width: 290px;
  }
  .main .embed img {
    max-width: 290px;
  }
}
@media screen and (max-width: 360px) and (min-width: 340px) {
  body {
    min-width: 100%;
    overflow-x: hidden;
  }
  body .wrap {
    width: 100%;
  }
  h1{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-weight:400 !important;	
  }
  header .top-menu .wrap {
    text-align: left;
  }
  header .top-menu .wrap a {
    font-size: 10px;
    margin-left: 6px;
  }
  header .central form#search {
    clear: both;
    float: left;
  }
  header .central form#search .search-input {
    margin-left: 10px;
  }
  header .central form#search .search-input input {
    width: 270px;
  }
  header nav ul li {
    clear: both;
    margin: 5px 10px;
  }
  footer .about {
    clear: both;
    max-width: 300px;
    float: left;
    margin: 10px 20px;
  }
  footer .resources {
    clear: both;
    max-width: 300px;
    float: left;
    /* margin-left: 20px; */
  }
  footer .social {
    float: left;
    clear: both;
    max-width: 300px;
    /* margin-left: 20px; */
  }
  .slideshow {
    display: none;
  }
  .main .content {
    width: 310px;
    margin: 10px 20px 20px 20px;
  }
  .main .content .banner img {
    display: none;
  }
  .main .content .banner h1 {
    line-height: 100%;
    position: relative;
    font-size: 25px;
    font-weight: normal;
    display: block;
  }
  .media .breadcrumbs,
  .main .wrap .breadcrumbs {
    display: none;
  }
  .main .sidebar {
    clear: both;
    width: 100%;
  }
  .main .columns img {
    max-width: 340px;
  }
  .main .columns .left-column {
    width: 340px;
  }
  .main .columns .right-column {
    width: 340px;
    clear: left;
    float: left;
  }
  .main .columns .widget {
    box-shadow: none;
  }
  .main .columns .widget .image img {
    max-width: 315px;
  }
  .main .embed img {
    max-width: 310px;
  }
}
.calendar-container {
}
.calendar-entry-container {
	margin-bottom: 1em;
}
.calendar-entry {
	background-color: #f5f5f5;
	padding: 10px;
	padding-bottom: 9px;
	height:100px;
	position: relative;
	margin-right: 35px;
	border-bottom:	1px solid #E5E5E5;
}
.calendar-entry:after {
	content:"";
	position: absolute;
	top: 0; 
	left: 100%;
	width:0;
	height:0;
	border-top: 60px solid transparent;
	border-left:35px solid #f5f5f5;
	border-bottom: 60px solid transparent;
}
.calendar-entry-date {
	float: left;
	padding-bottom: 1em;
	margin-top: 10px;
	width: 30%;
}
.calendar-entry-month {
	font: 13px "avenir-medium", Arial;
	color: #C8122C;
	text-align: center;
	padding: 0;
	text-transform: uppercase;
	clear: both;
}
.calendar-entry-day {
	font: 61px "avenir-medium", Arial;
	color: #C8122C;
	text-align: center;
	padding: 0;
	margin: 0;
}
.calendar-entry-text {
	float: left;
	width: 70%;
	margin-top: 10px;
	max-height: 100%;
	overflow: hidden;
}

.calendar-entry-location {
	text-transform: uppercase;
	text-align: left;
	padding-left: 1em;
}
.calendar-entry-title {
	margin-top: 1ex;
	display: inline-block;
	text-align: left;
	padding-left: 1em;
}

.rss-feed-container .image h5,
.rss-feed-container .image p {
	 text-align: left;
}
.rss-feed-container .image p {
	margin-top: 0;
	margin-bottom: 1em;
	color: rgb(128,128,128);
	font-size: 90%;
}
.rss-feed-container .widget p {
	text-align: left !important;
}
.rss-feed-container .image img {
	width: 100%;
}
.rss-feed-container .image h5 a {
	color: #C8122C;
}
.rss-feed-container .image h5 {
	margin-top: 8px;
}
.rss-feed-container .btn-view-more {
	text-align: right;
	display: block;
}

#rss-feed-btn-more {
	margin-top: -15px;
}
	
.rss-feed-entry {
 float: right;
  width: 445px;
  /* New Entry */
  background: #f5f5f5;
border: 1px solid #e6e6e6;


}


/* Media */
.media {min-width: 320px;overflow-x: hidden;}
.media  .wrap {
	width: 100%;
	min-width: 320px;
	max-width: 915px;
	
}
.media .large-area {padding: 0;}
.main .columns .widget h2 {
padding: 0;
font-family: "RockwellStd", Arial, Helvetica, sans-serif;
font-size: 28px;
font-weight: normal !important;
font: 28px/100% Arial;
color: #C8122C !important;
text-align: center;
}

.media .main .columns .left-columns, .media .main .columns .right-columns {
	width: 44%;
	min-height: 475px;
	padding: 18px 2% 0;
    border: 1px solid #e6e6e6;
    margin-top: 24px;
    background: none repeat scroll 0 0 #f5f5f5;
}

.media .main .columns .widget {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.main .columns .widget .large-area .h2 {
	color: #C8122C;
	font-family: "Times New Roman",Times;
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	padding: 5px 15px 0; 
}
.media .main .columns .left-columns img, .media .main .columns .right-columns img {width: 100%;}
.media .main .columns .left-columns H4, .media .main .columns .right-columns H4 {
	color: #C8122C;
	font-size: 16px;
	margin: 32px 0 0;
	font-weight: normal;
}
.media .main .columns .left-columns UL.info, .media .main .columns .right-columns UL.info {
	margin: 0;
	padding: 0;
}
.media .main .columns .left-columns UL.info LI, .media .main .columns .right-columns UL.info LI {
	display: inline;
	padding-left: 12px;
	background: url("/SiteCollectionImages/border.gif") no-repeat left top; 
	
}
.media .main .columns .left-columns UL.info LI:first-child, .media .main .columns .right-columns UL.info LI:first-child {
	background: none;
	padding: 0 7px 0 0;
}
.media .main .columns .left-columns UL.info LI A, .media .main .columns .right-columns UL.info LI A {
	color: #939393;
	font-size: 14px;
}
.media .main .columns .left-columns P, .media .main .columns .right-columns P {margin: 15px 0 0;}
.media .main .columns .left-columns P A, .media .main .columns .right-columns P A {
	text-decoration: none;
}
.media .main .columns .left-columns P A:hover, .media .main .columns .right-columns P A:hover {
	text-decoration: underline;
} 
.media .main .columns .widget.left-widget {margin-bottom: 10px;}

A.more {
	float: right;
	color: #fff;
	width: 170px;
	font-size: 14px;
	margin-top: 12px;
	padding: 3px 0 2px;
	text-align: center;
	background: #C8122C;
	display: inline-block;
}
A:hover.more {opacity: 0.9;text-decoration: none;color: #fff;}

.media-page-entry h2 {
	margin-bottom: 15px;
	padding-bottom: 0px;
}

.bg-columns {
	/* padding: 23px 2% 0; */
	background: #f5f5f5;
	border: 1px solid #e6e6e6;	
}

.bg-columns .left-columns,
.bg-columns .right-columns {
	padding: 20px;
}
.bg-columns .links A {
	display: block;
	margin-bottom: 7px;
	text-decoration: underline;
}
.bg-columns .links A:hover {text-decoration: none;}
.bg-columns .tel {
	padding: 6px 0 5px 40px;
	margin-top: 20px!important;
	background: url("/SiteCollectionImages/tel.png") no-repeat left top; 	
}
.bg-columns UL.indent {margin-top: 45px;}
.bg-columns UL.indent.none {margin-top: 15px;}
.bg-columns UL {padding-left: 0;}
.bg-columns UL LI {
	margin-right: 5px;
	display: inline-block;
}
.bg-columns UL.indent LI A {
	padding-left: 12px;
	text-decoration: underline;
	background: url("/SiteCollectionImages/ic.png") no-repeat left 4px; 
}
.bg-columns UL.indent LI A:hover {text-decoration: none;}
UL.press {margin: 5px 0 15px;}
UL.press LI {margin-right: 2px;}
UL.press LI span {color: #acacac;}
UL.press LI A {color: #000;font-weight: bold;}
.bg-columns P {margin-top: 0;}

@media screen and (max-width: 960px) {
	.media .wrap {width: 95%;}
}
@media screen and (max-width: 620px) {
	.media .main .columns .left-columns, .media .main .columns .right-columns {
		float: none;
		width: 400px;
		padding: 18px 3% 0;
		margin: 20px auto 0;
	}
	.media .main .columns .bg-columns .left-columns, .media .main .columns .bg-columns .right-columns {
		width: 269px;
		margin: auto;
	}
	.media .main .columns .bg-columns .right-columns {width: 95%;}
	.media .main .columns .bg-columns {width: 400px;margin: 20px auto 0;}
	.media A.more {
		float: none;
		display: block;
		margin: 12px auto;
	}
	.media .main .columns .bg-columns UL.indent LI {display: block;}
}
@media screen and (max-width: 470px) {
	.media .main .columns .left-columns, .media .main .columns .right-columns, .media .main .columns .bg-columns {
		width: 90%;
	}
	.media .main .columns .bg-columns {padding: 18px 3% 0;}
	.media .main .columns .widget h2 {font-size: 23px;}
	.media .main .columns .bg-columns .left-columns, .media .main .columns .bg-columns .right-columns {
		width: 100%;
	}
}
/* End Media */
/*MSFT overrides*/
.ms-headerSortTitleLink, .ms-vh-div
{
	color: #ffffff;
}
/*add web parts screen*/
.ms-wpadder, .ms-wpadder-categories, .ms-wpadder-categories div, .ms-wpadder-items , .ms-wpadder-items div, .ms-wpadder-sectionhead, .ms-wpadder-sectionhead div 
{
	text-align: left !important;
}

.ms-cui-cb-input
{
	font-size: 8pt;
	vertical-align: top;
}

/*added to override*/
.ui-tabs .ui-tabs-panel
{
	background-color:#EDEDED !important;
}
.ui-tabs .ui-tabs-panel table
{
 border:none;
}

.fa-angle-double-down:before
{
	display:none !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a
{
	color:#C8122C;
}
/* added to override that links should be same color */
 .ui-widget-content .TabsListContent a
{
  color: #005580 !important;
  text-decoration: none;
}
 .ui-widget-content .TabsListContent a:hover
{
  text-decoration: underline;
}


/* added for bliss page */
table.kn-responsive thead tr th
{
	color:#222 !important;
}

/* To be able to swap bullets in and out */

li.ms-rteElement-LiBullets
{
   -ms-name: "LiBullets";
   list-style:disc !important;
   background-image:none !important;
   padding: 0px 0px 0px 0px  !important;
   margin-left:20px !important;      
}

div.faq-accordion-answer ul.regbullets
{
	padding-left:20px !important;
}
ul.regbullets li
{
   list-style:disc outside !important;
   background-image:none !important;
   padding: 0px 0px 0px 0px  !important;
   border-left:20px; 
}
ul.regbullets  ul li
{
	margin-left: 30px !important;
	list-style-type:circle !important;
}
/* end specialized bullets styles */

/* incubator search results*/
th.dynatable-head
{
	background-color:#C8122C;
	color:#FFC838;
	font-size:14px;
	padding:6px;
	border:1px #C8122C solid;
}
th.dynatable-head a
{
	color:#FFC838;
	text-decoration:underline;
}

.incubatorTable tbody tr td
{
	font-size:14px;
	padding:6px;
	color:black;	
}
.incubatorTable tbody tr td a
{
	color:black;
	text-decoration:underline
}
.incubatorTable tbody tr td a:hover
{
	color:#C8122C;
}
@media only screen and (min-width : 400px) 
{
	.incubatorregion{width:70px;}
}
@media only screen and  (min-width : 360px) and (max-width : 400px) 
{
   .incubatorTable tbody tr td {font-size:10px; !important; padding:4px !important;}
    th.dynatable-head{font-size:10px; !important; padding:4px !important;}
    .incubatorregion{width:auto}

}
@media only screen and (max-width : 360px) 
{
   .incubatorTable tbody tr td {font-size:8px !important;padding:2px !important; }
    th.dynatable-head{font-size:8px !important; padding:2px !important;}
    .incubatorregion{width:auto;}
}


body.incubatorMap
{
	max-width:600px;
	text-align:left;
	width:100%;
	min-width:initial;
	min-width:auto;
}

.incubatorchoices
{
	width:100%;
	max-width:600px;
	border:0;
	min-width:300px;
}
.filterbutable
{
	width:94%;
	max-width:560px;
	border:0;
	min-width:300px;
}
.incubatorchoices td
{
    padding:10px 10px 10px 0px;
    background-color:transparent !important;
    text-align:left   
}
.incubatorquestions
{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #343434 !important;
}
a.inchover
{
	color:inherit;
	text-decoration:none;
}
a.inchover:hover
{
	text-decoration:none !important;
}
/* end incubator styles */


/* for the new breadcrumbs */
/* hide separator before root node */
.my-breadcrumbRootNode > .s4-breadcrumb-arrowcont {
 display: none;
}

ul.my-breadcrumb
{
	padding-left: 0px !important;
	margin-top: 0px !important;
}
a.my-breadcrumbNode,
a.my-breadcrumbRootNode
{
	padding-right:8px;
}
ul.my-breadcrumb ul,
ul.my-breadcrumb li {
 display: inline;
padding-left:0px !important; 
}

/* spacing around separator arrow */
.s4-breadcrumb-arrowcont {
 margin: 0 10px;
}

/* fix separator img alignment */
.s4-breadcrumb-arrowcont > span.s4-breadcrumb {
 display: inline !important; 
 overflow: auto !important;
 position: static !important;
}

/* fix separator img alignment */
.s4-breadcrumb-arrowcont > span.s4-breadcrumb img {
 position: static !important;
} 


/* document library*/


.dynatable-pagination-links 
{
  float: right;
  padding-left:0px !important;

}

.dynatable-record-count {
  display: block;
  padding: 5px 0;
}

.dynatable-pagination-links span,
.dynatable-pagination-links li {
  display: inline-block;
   background-image:none !important;
   list-style:disc !important;
 
}
.dynatable-disabled-page{
	color:black !important;
     text-decoration:none !important;
     background-color:aqua !important;
}











/**/