html, body {
  margin: 0px;
  padding: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12pt;	
}

div {
  position: relative;
  margin: 0 auto;
  padding: 0px;
}
		
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  float: none;
}

ul {
  display: block;
  margin: 2px 10px;
  padding: 2px;
}

ul li {
  
}

p {
  font-size: 12pt;
  margin: 0px;
  padding: 4px 0px 4px 0px;
}

p.copyright {
	color: #999;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 2px 0px 4px 0px;
	text-align: right;
}

h1 {
  font-size: 18pt;
}

h2 {
  font-size: 14pt;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}

h3 {
  font-size: 12pt;
  margin: 2px;
  padding: 0px;
  font-weight: 700;
}

h6 {
  font-size: 16pt;
  margin: 2px;
  padding: 0px;
  font-weight: 900;
  color: blue;
}

em {
	font-size: 12pt;
	font-weight: 100;
	font-style: italic;
}
		
a:link {text-decoration: none; color: blue;}
a:hover{text-decoration: none; color: red;}
a:visited{text-decoration: none; color: #4c4bbd;}

table {
  width: 98%;
  font-size: 12pt;
  border-collapse: collapse;
  margin: 2px;
}

table th {

}

table td {
  
}

.ccs-blue table {
  width: 98%;
  font-size: 12pt;
  text-align: left;
  border-collapse: collapse;
  margin: 6px 14px;
}

.ccs-blue table th {
  background: #e7e7fd;
  border: 1px dotted #999;
  border-bottom: 2px solid #b4b4fe;
  font-size: 12pt;
  padding: 2px 6px;
  color: #b4b4fe;
}

.ccs-blue table td {
  border: 1px dotted #999;
  padding: 12px 4px;
  vertical-align: top;
}

.ccs-blue table td.cent {
  text-align: center;
}

.left {
	text-align: left;
    width: 80%;
}

#wrapper {
  width: 1000px;
}

/*********** Main header Styles ***********/
header {

}

header ul {
  display: inline-block;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
		
header ul li {
  display: inline-block;
  padding: 2px;
}
		
header ul li.sideright {
  float: right;
}
		
header ul li.sideleft {
  float: left;
}

/*********** Main menu at top of page ***********/
.top-menu {
  text-align: center;
  background: #0505fc;
  font-family: helvetica;
  font-weight: 700;
}

.top-menu img {
  border: none;
}
		
.top-menu ul {
  margin: 8px auto;
}
		
.top-menu li {
  display: inline-block;
  margin-left: 20px;
  padding: 8px 20px;
  background-image: url(images/bubble2022.png);
  background-repeat: no-repeat;
  background-position: left center;
}
		
.top-menu a:link {
  text-decoration: none;
  color: red;
}
	
.top-menu a:hover {
  text-decoration: none;
  color: #fff;
}

/*********** Social Media link across top of page **************/
.social-media-top-menu {
  margin: 12px auto;
  text-align: center;
  font-weight: 700;
  border-top: 2px solid #b4b4fe;
  border-bottom: 2px solid #b4b4fe;
  width: 94%;
}

.social-media-top-menu img {
  border: none;
}
		
.social-media-top-menu ul {
  margin: 0px auto;
  padding: 0px;
}
		
.social-media-top-menu li {
  display: inline-block;
  margin-left: 2px;
  padding: 8px 8px;
  vertical-align: top;
}

/*********** image buttons across top of page **************/
.top-links {
  margin: 0px auto;
  padding: 0px 2px 4px 2px;
  border-bottom: 4px solid #0505fc;
}

.top-links img {
  border: none;
}
		
.top-links ul {
  width: 90%;
  margin: 0px auto;
}
		
.top-links li {
  display: inline-block;
  margin: 0px 25px;
  padding: 0px 8px;
}

.main-body {
  width: 100%;
  margin: 4px auto;
  padding: 0px 2px;
  min-height: 600px;
}

.main-body img{
  border: none;
}

.home-page {
  min-height: 1060px;
}

#welcome-message {
  margin: 0px 2px 30px 2px;
  padding: 10px 6px;
  //background: #f3f3fe;
}

#welcome-message p {
  text-indent: 30px;
}

#quote {
    margin: 4px auto;
	text-indent: 0px;
    background: #f3f3fe;
	border-radius: 15px;
    padding: 0px;
    width: 90%;
}

#quote h2{
  margin: 0px 0px 10px 0px;
  padding: 4px 8px;
  border-radius: 15px 15px 0px 0px;
  background: #000;
  color: #fff;
  text-align: center;
}

#quote p{
  font-family: "Times New Roman", Times, serif;
  margin: 2px 60px 2px 60px;
  padding: 4px;
  color: #000;
  font-style: italic;
  font-size: 14pt;
  
}

#quote p.signature{
  text-align: left;
  padding: 0px;
}

/***************************
	Left Side Menu 
****************************/
nav {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 4px;
  width: 160px;
  background: #f5f5fb;
  border-right: 1px solid #0505fc;
  height: 98%;
}



#left-menu ul {
  margin: 2px;
}

#left-menu li {
  display: block;
  margin-left: 2px;
  padding: 2px 20px;
  background-image: url(images/bubble2022.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: red;
  font-weight: 700;
  font-size: 11pt;
  //border-bottom: 1px solid #7bdef7;
}

#left-menu li a:link {text-decoration: none; color: red;}
#left-menu li a:hover{text-decoration: none; color: blue;}
#left-menu li a:visited{text-decoration: none; color: #000;}

#left-menu p {
  margin: 0px;
  padding: 0px;
  font-size: 12pt;
  border-bottom: 1px solid #7bdef7;
}

#left-menu img {
  margin: 0px auto;
  border: 2px solid #000;
}

#left-links ul {
  margin: 4px 2px;
  padding: 6px 2px 2px 2px;
  border-top: 1px dashed #0505fc;
}

#left-links li {
  display: block;
  margin-left: 2px;
  padding: 1px 0px;
  background-image: none);
  background-repeat: no-repeat;
  
}

#social-media-left {
  width: 90px;
  margin: 0px;
  padding: 0px;
}

#social-media-left a:link {text-decoration: none; color: red; border-bottom: 0px solid #7bdef7;}
#social-media-left a:hover{text-decoration: none; color: blue; border-bottom: 0px solid #7bdef7;}
#social-media-left a:visited{text-decoration: none; color: #000; border-bottom: 0px solid #7bdef7;}

#social-media-left ul {
  display: inline-block;
}

#social-media-left ul  li{
  display: inline-block;
  background-image: none;
  margin-left: 2px;
  padding: 2px 2px;
}

#social-media-left img {
  border: none;
}

/***************************
	Main Content
****************************/
.ccs-main {
  margin: 0px 20px 0px 175px;
  padding: 0px 4px;
}

.ccs-main p {
  text-indent: 30px;
}

.ccs-main p.credit {
  padding: 0px 0px 0px 0px;
}

.ccs-main p.contact-wrg{
  font-size: 12pt;
  margin: 4px;
  padding: 12px 8px;
  text-indent: 0px;
  text-align: center;
  background: #efefff;
  border-top: 2px solid #0505fc;
}

.ccs-main h2 {
  font-size: 12pt;
  font-weight: 700;
  margin-top: 10px;
  border-bottom: 2px solid #b4b4fe;
}

.ccs-main ul {
  display: block;
  margin-left: 40px;
  padding-left: 0px;
  list-style-type: disc;
}

.partners-logo {
  float: right;
}

.ccs-main ul li {

}

#seminars img {
  float: right;
}

#seminars p.list {
  text-indent: 0px;
  padding: 1px;
}

#seminars span.sectionhead{
  font-weight: 700;
  color: #000;
}

#seminars p.date-location {
  font-size: 14pt;
  font-weight: 700;
  margin: 4px;
  padding: 12px 8px;
  text-indent: 0px;
  text-align: center;
  background: #efefff;
}

#seminars #faq  {
  margin: 10px 20px;
}

#seminars #faq  p{
  text-indent: 0px;
}

#seminars #faq  h5{
  font-size: 12pt;
  font-weight: 700;
  margin: 10px 0px 2px 0px;
  padding: 0px;
}

#seminars #faq span {
  font-size: 12pt;
  font-weight: 700;
  color: red;
}

#seminars h4 {
  margin: 2px;
  padding: 2px;
  font-size: 12pt;
  border: 0px solid #000;
  font-weight: 700;
}

#seminars .seminar-outline {

}

#seminars .seminar-outline ul {
  margin-left: 50px;
  padding-left: 0px;
  list-style-type: none;
  
}

#seminars .seminar-outline ul li {
  display: inline-block;
  vertical-align: top;
}

#seminars .seminar-outline ul li ul {
  margin-left: 20px;
  padding-left: 0px;
  list-style-type: disc;

}

#seminars .seminar-outline ul li ul li {
  display: list-item;
  width: 100%;
  list-style-position: outside;
}

#seminars .seminar-outline ol {
  margin: 0px 0px 10px 50px;
  padding: 0px;
  
}

#seminars .seminar-outline ol li {
  
  vertical-align: top;
}

#seminars table {
	margin: 10px 0px;
}

#seminars table td {
	text-align: left;
	vertical-align: top;
	border: 0px solid #000;
}

#seminars table td img {
	float: none;
    margin: 2px;
}

#seminars table.logos {
	margin: 10px 0px;
}

#seminars table.logos  td {
	text-align: center;
	vertical-align: bottom;
	border: 0px solid #000;
}

#seminars table.logos  td img {
	float: none;
    margin: 2px;
}

#seminars table.outl {
  border-collapse: separate;
}

#seminars .outl tr>td {
  padding: 2px;
}

#seminars .outl tr>td:first-child {
  background: #e2e2e2;
  padding: 2px;
  vertical-align: top;
  width: 115px;
}

.references {

}

.references p {
  margin: 2px;
  padding: 0px;
  text-indent: 0px;
}

.references p.note {
  margin: 2px;
  padding: 0px;
  text-indent: 0px;
}

.references ul {
  display: block;
  margin: 2px 20px;
  padding: 2px;
}

.references ul li {
  display: block;
  margin: 12px 2px;
}

.references ol {
  display: block;
  margin: 2px 20px;
  padding: 2px;
}

.references ol li {
  margin: 12px 2px;
}

.references table {
  width: 96%;
  font-size: 12pt;
  text-align: left;
  border-collapse: collapse;
  margin: 2px 14px;
}

.references table th {
  background: #e7e7fd;
  border: 1px dotted #999;
  border-bottom: 2px solid #b4b4fe;
  font-size: 12pt;
  padding: 2px 6px;
  color: #b4b4fe;
}

.references table td {
  border: 1px dotted #999;
  padding: 12px 4px;
  vertical-align: top;
}



#refnote  ul {
	margin: 4px auto;
	padding: 2px;
    text-align: center;
}

#refnote  ul li {
	display: inline-block;
	margin: 2px 2px;
	padding: 4px;
	color: #fff;
}

#wrg-bio p {
  text-indent: 20px;
  margin: 10px 2px;
}

#photos table {
  margin: 10px 0px;
  border-top: 2px solid #b4b4fe;
}

#photos table p{
  text-indent: 0px;
}

#photos table td {
  text-align: center;
  vertical-align: top;
  border: 0px solid #000;
}

#photos table td img {
	float: none;
    margin: 2px;
}

#audio-library table td{
  vertical-align: top;
  border-bottom: 2px dotted #ccc;
  padding: 8px 2px;
}

.company-title {
  font-weight: 700;
}

.odd-row {
  background: #f3f3fe;
}

.center-text {
  text-align: center;
}

#main-video {
  margin: 0px 20px 0px 175px;
  padding: 0px 4px;
}

#main-video {

}

#main-video h3 {
  font-size: 12pt;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  border-bottom: 0px solid #000; 
}

#main-video table th {
	background: #ccc;
	border-bottom: 2px solid #000;
	font-size: 12pt;
	padding: 2px 6px;
}

#main-video table td {
	border-bottom: 1px dotted #999;
	padding: 6px 4px;
	vertical-align: top;
}

#main-video ul {
  width: 90%;
  margin: 0px auto;
}
		
#main-video li {
  display: inline-block;
  margin: 0px 6px;
  padding: 0px 8px;
}

#main-video .button {
  border: 1px solid blue;
  border-radius: 4px;
  background-color: #fff;
  color: blue;
  padding: 4px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: 700;
}

#main-video .button:hover{
  background-color: blue;
  color: #fff;
}

#main-video .bactive{
  background-color: blue;
  color: #fff;
}

#video-menu {
  border-bottom: 4px solid #0505fc;
  margin-bottom: 12px;
  padding: 4px;
}

#wrg-freestuff {
  margin: 4px;
}

#wrg-freestuff h1{
  font-size: 40pt;
  color: #000;
  text-align: center;
  font-weight: 600;
  margin: 2px;
  padding: 2px;
}

#wrg-freestuff h3{
  font-size: 38pt;
  color: #000;
  text-align: center;
  margin: 2px;
  padding: 2px;
  font-weight: 200;
}

#wrg-freestuff h4{
  font-size: 18pt;
  color: #000;
  text-align: center;
  margin: 2px;
  padding: 2px;
}

#wrg-freestuff p{
  font-size: 14pt;
  color: #000;
  text-align: center;
  margin: 2px;
  padding: 2px;
}

.wrg-carousel {
  margin: 10px auto;
  padding: 10px 2px;
  width: 695px;
  height: 290px;
  background-color: #faf9f7;

}

#wrg-carousel p{
  font-size: 10pt;
  padding: 0px 2px 10px 2px;
  text-indent: 0px;
  color: #4591c8;
}

.wrg-carousel ul{
  margin: 1px;
  padding: 1px;
  background-color: #faf9f7;
}

.wrg-carousel li{
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 170px;
  background: #red;
}

.freestuff {
  margin: 4px;
  
}

.freestuff h4{
  font-size: 18pt;
  font-weight: 200;
  text-align: left;
  margin: 8px 0px 4px 0px;
  
}

.freestuff #welcome{
  width: 100%;
  padding: 4px;
  margin: 2px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.freestuff #welcome p{
  text-align: center;
  font-size: 14pt;
}

#free-search{
  text-align: center;
  width: 100%;
  padding: 4px;
  margin: 10px;
}

#free-search h3{
  font-size: 18pt;
  font-weight: 200;
  text-align: center;
  margin: 8px 0px;
}

#free-search input[type=text] {
  padding: 12px 20px 12px 20px;
  width: 70%;
  font-size: 18pt;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-image: url('search-icon.png');
  background-position: 95% 10px; 
  background-repeat: no-repeat;
}

#free-search input[type=button], input[type=submit], input[type=reset] {
  background-color: blue;
  border: none;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}

.freestuff #free-display {
  margin: 8px auto;
  width: 70%;
  padding: 10px;
}

#free-display2 {
  margin: 8px auto;
  width: 70%;
  padding: 10px;
}

@keyframes liblink {
  from {background-color: #e6f1f9;}
  to {background-color: #fff;}
}

.freestuff #free-display2 li {
  background: #e6f1f9;
  //background-image: linear-gradient(to right, #fff , #e6f1f9);
  margin: 2px;
  padding: 2px 6px;
  border: 1px solid #c1ddf2;
  border-radius: 5px;
  //animation-name: liblink;
  //animation-duration: 1s;
  //animation-iteration-count: infinite;
}

.freestuff #free-display3 {
  margin: 8px auto;
  width: 85%;
  padding: 10px;
}

.freestuff #free-display3 li {
  display: inline-block;
  background: #e6f1f9;
  background-image: linear-gradient(to right, #fff , #03f3fc);
  margin: 2px;
  padding: 4px 6px;
  //border: 1px solid #c1ddf2;
  border-radius: 5px;
  width: 300px;
  //animation-name: liblink;
  //animation-duration: 1s;
  //animation-iteration-count: infinite;
}

.freestuff #free-display3 #category{
  margin: 14px auto;
}

.freestuff #free-display4 {
  margin: 8px auto;
  width: 85%;
  padding: 10px;
  text-align: center;
}

.freestuff #free-display4 #category{
  margin: 14px auto;
}

.freestuff #free-display4 li {
  display: inline-block;
  background: blue;
  //background-image: linear-gradient(to right, #fff , #03f3fc);
  margin: 2px;
  padding: 10px 6px;
  border: 1px solid #c1ddf2;
  border-radius: 5px;
  width: 300px;
  text-align: center;
  //animation-name: liblink;
  //animation-duration: 1s;
  //animation-iteration-count: infinite;
}

.freestuff #free-display4 span {
  color: #fff;
}

.freestuff #free-display4 a:link {
	text-decoration: none;
	color: red;
	font-weight: 700;
}
.freestuff #free-display4 a:hover {text-decoration: none; color: #fff; font-weight: 700;}
.freestuff #free-display4 a:visited {text-decoration: none; color: red; font-weight: 700;}

.row {
  display: flex;
}

.column {
  flex: 50%;
  
}

.freestuff ul {
  
  margin: 0px auto;
}
		
.freestuff li {
  display: block;
  margin: 0px 6px;
  padding: 0px 8px;
}

.freestuff .button {
  border: 1px solid blue;
  border-radius: 4px;
  background-color: #fff;
  color: blue;
  padding: 4px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: 700;
}

.freestuff .button:hover{
  background-color: blue;
  color: #fff;
}

.freestuff .bactive{
  background-color: blue;
  color: #fff;
}

#osha-course {

}

#osha-course p {
  text-indent: 0px;
}

#osha-course .button{
  border: 0px solid blue;
  border-radius: 1px;
  background-color: #c1defc;
  color: #fff;
  padding: 2px 4px;
  text-align: center;
  text-decoration: none;
  font-size: 14pt;
}

#osha-docs {
  background: #e6f1fc;
}

/*
 *  Video player for on the road with WRG page Styles flash videos
*/

#txtHint {
    position: relative;
    top: 0px;
    left: 0px;
    width: 330px;
    height: 275px;
    background-color: white;
    border: black solid 1px;
}

#vid-bg-container {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 4px;
    padding: 0px;
    width: 320px;
    height: 262px;
    background-image: url(images/vid_bkgd.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

#vid-bg-container p {
    padding: 80px 10px 0px 60px;
	color: #fff;
	width: 200px;
	text-indent: 0px;
	text-align: center;
	font-weight: 700;
}

footer {
  border-top: 8px solid #0505fc;
}
footer #social-media {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}

footer #social-media ul {
  margin: 0px auto;
}

footer #social-media ul li{
  display: inline-block;
  margin: 2px 10px;
}

footer #footer-menu {
  text-align: center;
}

footer .copyright {
  color: #999;
  font-size: 8pt;
  margin: 0px;
  padding: 2px 0px 4px 0px;
  text-align: right;
}