/* Enter Your Custom CSS Here */
/*Adds minimun height to hero section*/
@media only screen and (min-width: 800px) {
  .rev_slider_wrapper, .fullscreen-container {
    min-height: 440px !important;
  }
}
/*Forces mailchimp btn to be 100%*/
.blue-btn, .comment-reply-link, #submit, a.blue-a, #searchsubmit {
 width: 100% !important; 
}

/* Forces Rev Slider text to be centally alligned */
.main-text {
  text-align: center !important;
  width: 100% !important;
}

/* Changes the font size of the DL hero author */
span.hero-author {
	font-size: 28px;
}

/* Removes margin top from an element */
.no-mt {
 margin-top: 0px !important; 
}

/* Removes margin bottom from an element */
.no-mb {
 margin-bottom: 0px !important; 
}

.widget-title {
 font-weight: bold;
}

#pg-1375-2 {
  margin-bottom: 0px !important;
}

#pg-1375-2 h1 {
  margin-bottom: 0px !important;
}

.widget_sow-hero {
  margin: 0px !important;
  padding: 0px !important;
}

.so-center-contained {
  max-width: 1200px;
  margin: auto;
}

/* Registration Tables */
.table_wrapper {
  overflow: auto;
}

.tg {
  border-collapse:collapse;
  border-spacing:0;
  background: #ffffff;
}

.tg td {
  font-family:Arial, sans-serif;
  font-size:14px;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: black;
}

.tg th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: black;
  background: #afafaf;
  color: #ffffff;
}

.tg .tg-0lax {
  text-align: left;
  vertical-align: top
}

tr:hover {
 background: #eee;
}

.tg td::selection {
    background: yellow;
}

#panel-6712-2-0-0 .course-accordion {
  background: white;
  color: orange;
  font-size: 18px;
  margin-bottom: 10px !important;
  box-shadow: 1px 1px 2px #cccccc9e;
  border-radius: 5px;
  border: 1px #ccccccd4 solid;
  padding: 1em;
}

#email_cap {
  width: 100%;
  padding: 40px 0px; 
  background: #776ea5;
}

.email_cap_holder1 {
  max-width: 350px; 
  margin: auto;
  background: red;
}

html.scope-shopwin form.fluidform-theme div.submit-button-box {
  padding: 0px !important;
}

@media screen and (max-width: 1088px){
#menu-main-nav, #responsive-menu-button {
    display: none !important;
} 
}

.email_block {
	width: 100%;
	padding: 2em 0 0 0;
	background: black;
	color: #fff;
	background-image: url('https://dimedetroit.wpenginepowered.com/wp-content/uploads/2019/08/email-capture-background.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.email_block p {
	text-align: center;
	font-size: 26px;
	margin-bottom: 1em !important;
}

img#email_block_img {
	width: 150px;
	display: block;
	margin: auto;
}

.email_block_form {
	max-width: 600px;
	display: block;
	margin: auto;
}

.dime_accred {
  color: #fff;
	font-size: 8px;
	text-align: left;
  background: #DF7E34;
  padding: 10px 20px 10px 10px;
  position: fixed;
	width: 100%;
  bottom: 0;
	z-index: 400;
}

@media only screen and (min-width: 600px) {
  .dime_accred {
  	font-size: 12px;
    text-align: center;
  }
}
.dime_accred a {
	color: #fff;
	text-decoration: underline;
}

button.close_accred {
  color: #fff;
  text-decoration: none;
	font-size: 12px;
  background: #1D1E22;
  padding: 0px 5px;
  position: absolute;
  top: 5px;
  right: 15px;
}

.textwidget {
	overflow-x: scroll;
}