/** General Page Styles **/
body {
  margin: 0;
  padding: 0;
  font-family: 'Droid Sans', sans-serif;
  font-size: 0.8em;
	line-height: 1.6em;
  color: #5b5b5b;
  background-color: #eeeeee;
  height:100%;
}
h1 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 46px;
	font-size: 43px;
	margin: 0 0 23px 0;
}
h2 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
	text-transform: uppercase;
}
hr {
	color: #999;
}
img {
  max-width: 100%;
  height: auto;
}
a {
	text-decoration: none;
	color: #017dba;
}
a:hover {
	color: #00abff;
}
.img-fl {
	float: left;
}
.clear-fl {
	clear: both;
  font-size: 0.00000001em;
  height: 1px;
  width: 1px;
}
.container {
	width: 100%;
}

/** Header Styles **/
.header {
	background-color: #101115;
	padding: 15px 0px 0px 0px;
	width: 100%;
}
.header-content {
	width: 100%;
	max-width: 1140px;
	margin: 0px auto 0px auto;
}
.logo {
	float: left;
	margin: 0px 15px 0px 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.main-title {
	float: left;
	margin: 40px 0px 0px 0px;
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
	font-size: 2.1em;
	color: #ffffff;
}
.main-menu {
  float: right;
}

.scrollBox {
  height: 200px;
  width: 100%;
  border: 1px solid #ccc;
  overflow: auto;
  padding: 10px 
}

@media screen and (max-width: 1140px) {
  .logo {
    padding-left: 15px;
  }
}
@media screen and (max-width: 800px) {
  .main-menu {
    float: none;
    width: 100%;
    max-width: 800px;
    margin: 0px auto 0px auto;    
  }
}
@media screen and (max-width: 640px) {
	.logo {
		float: none;
		width: 120px;
		padding: 0px;
		margin: 0px auto 0px auto;
	}
	.main-title {
		float: none;
		text-align: center;
		margin: 0px 10px 0px 10px;
		line-height: 1.6em;
	}
	.main-menu {
		float: none;
		width: 100%;
		margin: 15px 0px 0px 0px;
	}
}

/** Slideshow Styles **/
.slideshow {
	background-color: #17191e;
	background-image: url("img/slider-gradient.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	width: 100%;
	min-height: 220px;
	padding: 40px 0px 40px 0px;
}
.slides1140 {
  width: 100%;
  max-width: 1140px;
  margin: 0px auto 0px auto;
}
.slides840 {
  display: none;
}
@media screen and (max-width: 840px) {
  .slideshow {
    padding: 20px 0px 20px 0px;
  }
  .slides1140 {
    display: none;
  }
  .slides840 {
    display: block;
    width: 100%;
    max-width: 840px;
    margin: 0px auto 0px auto;
  }
}
@media screen and (max-width: 640px) {
	.slideshow {
		min-height: 80px;
		padding: 5px 0px 5px 0px;
	}
}

/** Content Area Styles **/
.content-area {
	width: 100%;
	max-width: 1140px;
	margin: 30px auto 30px auto;
	padding: 25px;
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.right-sidebar {
  float: right;
  margin: 0px 0px 25px 25px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .content-area {
    margin: 10px auto 10px auto;
  }
  .right-sidebar {
    float: none;
    margin: 15px auto 15px auto;
  }
}

/** Employer Menu & Page Styles **/
.e-menu {
  padding: 5px 10px 5px 10px;
  margin: 5px 0px 5px 0px;
  background-color: #ececec;
  border: 1px solid #bbbbbb;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  letter-spacing: 1px;
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
}
.submit-button {
  width: 200px;
  padding: 5px 10px 5px 10px;
  margin: 5px 0px 5px 0px;
  background-color: #017dba;
  border: 1px solid #bbbbbb;
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  text-align: center;
}
.submit-button a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.submit-button a:hover {
  color: #000000;
}
}

/** Table Styles **/
table {
  background-color: #ececec;
  border: 1px solid #bbbbbb;
  min-height: 200px;
  min-width: 400px;
}
td {
  padding: 5px 5px 5px 10px;
  border: 1px solid #bbbbbb;
}

/** Toxtalk Archive Styles **/
.field-content img {
  display: inline;
}
.views-column {
    float: left;
    text-align: center;
    padding: 5px 15px 10px 15px;
    height: 175px;
    width: 30%;
    border: 1px solid #cccccc;
}
.views-column h3 {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .views-column {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .views-column {
    float: none;
    width: 100%;
  }
}

/** Table Styles **/
table {
  width: 95%;
}

/** Footer Area Styles **/
.footer {
  background-color: #17191e;
	background-image: url("img/diagonal-right.png");
	padding: 5px 0px 0px 0px;
}
.footer-area {
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
  background-image: url("img/footer-overlay.png");
  background-position: center top;
  background-repeat: no-repeat;
}
.footer-content {
	width: 100%;
	max-width: 1140px;
	margin: 0px auto 0px auto;
}
.footer-col1, .footer-col2, .footer-col3 {
	width: 33%;
	float: left;
	padding: 25px 25px 25px 0px;
	color: #666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.footer-bottom {
	background-color: #101115;
	background-image: url("img/diagonal-right.png");
	padding: 10px 0px 10px 0px;
	font-size: 0.85em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 1140px) {
  .footer-col1, .footer-col2, .footer-col3 {
    padding: 25px 25px 25px 15px;
  }
}
@media screen and (max-width: 640px) {
  .footer-col1, .footer-col2, .footer-col3 {
    width: 100%;
    float: none;
    text-align: center;
    padding: 15px 0px 10px 0px;
  }
  .footer-bottom {
    padding: 10px;
    text-align: center;
  }
}
#edit-submitted-aacc-upload-button{
display:none;
visibility:hidden;
}

#edit-submitted-upload-your-abstract-here-upload-button{
display:none;
visibility:hidden;
}

#edit-submitted-attach-the-completed-questions-here-upload-button{
display:none;
visibility:hidden;
}



