/* Add your CSS here */


/* Logo Height on Scroll */
.header.headhesive.headhesive--stick .logo img {
	/*height: 28px;*/
}

/*Reduced space between the black breadcrumps bar and the content of the page. Default is 90px*/

.page-content {padding-top:60px;} 

/*Changed padding around the logo so the white space is tight*/

/* Logo */
.header .logo {
  margin: 0;
  padding: 10px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  float: left;
 margin-left: -30px; /*added to adjust breakpoint to fit About us menu item*/
}




/*font size*/

/*changed background to repeat and different image
body.bg1 {
  background: #ffffff url(../images/bg2.jpg) 100% 0 repeat-y;
  -webkit-background-size: contain;
  background-size: contain;
}*/


body.bg1 {
  background: #ffffff url(../images/bg1.jpg) 50% 0 repeat-x;
  -webkit-background-size: contain;
  background-size: contain;
}


/*Remove fading effect on partners logo*/

.partners__logos > li img {
    max-width: 100%;
    height: auto;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1.5;
    filter: alpha(opacity=0);
}


body {
  background-color: #fff;
  color: #333333;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

/*Change color of Header 1,2,3...*/

/*
// #Headings
// --------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 1em 0;
  color: #16B2AC;
  text-transform: uppercase;
}

.pcenter {text-align: center;}

/* Slider height */

.royalSlider { height: 240px;}

@media (min-width: 768px) {
    .royalSlider { height: 420px;}
}

@media (min-width: 992px) {
    .royalSlider { height: 540px;}
}
/*distance between menu and slider; was 40px before*/
.sliderHolder {
    padding: 10px 0 0 0;
}

/*Slider small text */

.tp-caption.stability_verysmall_white_mw {
	
	max-width:750px;
	
}

/*button in the slider*/

.tp-caption a:hover {
color:#ffffff;
}


.tp-caption a {
color:#ffffff;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffffff;
}
/*increase dark overlay in the slider*/

.rsOverlay {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
  position: absolute;
  top: 10;
  right: 0;
  left: 0;
  height: 80%;
  background: #000;
}
@media (min-width: 768px) {
  .rsOverlay {
    height: 70%;
    top: 17%;
  }
}




.bContainer {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .bContainer {
    top: 30%;
  }
}
/*grey dividers in top title in the slider*/
.bContainer .stability_graydivider2px.left {
  margin-left: -250px;
}

.bContainer .stability_graydivider2px.right {
  margin-left: 170px;
}

/* Responsive video 
.video-container {
	position:relative;
	padding-bottom:66.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}*/


/*changed color of the top bar to teal*/

.header-top {
  background: #16B2AC;
  padding: 14px 0;
  color: #000000;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}



.header-top ul {
  padding-top: 10px;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0;
  display: inline-block;
}

.header-top-left {
  float: left;
  
}

/* Table Header */

.table > thead > tr > th {
  padding: 14px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
  background-color: #000000;
 vertical-align: middle;
}





/*Links for schedule page*/


a.sch {font-size: 150%;}



/*
// #Buttons
// --------------------------------------------------
*/

/*Buttons Style Endss (font color)*/



/*// #Links
// --------------------------------------------------
*/
/*.container a:link{
  color: #00a9a1;
  text-decoration: none;
}

.container a:hover {
  color: #000000;
  text-decoration: underline;
}

*/

/*.container a:visited {
  color: #000000;
  text-decoration: none;
}*/



/*Attention style*/

.attention {
    color:purple;
	font-weight: bold;
	text-transform: uppercase; 
}



/*Note style*/

.note {
    color:grey;
	font-size: 9px;
	 
}

/*Changed color for divider with a cercle in the middle*/
.hr-with-icon.icon-primary {
  color: #16B2AC;
}

/* Checkbox */
.checkbox__custom label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
}
.checkbox__custom label:before {
  position: absolute;
  top: 1px;
  left: -20px;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  content: "";
}
.checkbox__custom input[type="checkbox"] {
  display: none;
}
.checkbox__custom input[type="checkbox"]:checked + span:before {
  position: absolute;
  top: 0;
  left: -18px;
  display: block;
  content: "";
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #16B2AC;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkbox__custom.checkbox__style2 label:before {
  background: #16B2AC;
  border-color: #16B2AC;
}
.checkbox__custom.checkbox__style2 input[type="checkbox"]:checked + span:before {
  color: #fff;
}
.checkbox__custom.checkbox__style3 input[type="checkbox"]:checked + span:before {
  color: #2f2f2f;
}
.checkbox__custom.checkbox__style4 label:before {
  border-color: #16B2AC;
}
.checkbox__custom.checkbox__style4 input[type="checkbox"]:checked + span:before {
  color: #16B2AC;
}

/*checkboxes end*/

/* Radio Button */
.radio__custom label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
}
.radio__custom label:before {
  position: absolute;
  top: 1px;
  left: -20px;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.radio__custom input[type="radio"] {
  display: none;
}
.radio__custom input[type="radio"]:checked + span:before {
  position: absolute;
  top: 6px;
  left: -15px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16B2AC;
  content: "";
}
.radio__custom.radio__style2 label:before {
  background: #16B2AC;
  border-color: #16B2AC;
}
.radio__custom.radio__style2 input[type="radio"]:checked + span:before {
  background: #fff;
}
.radio__custom.radio__style3 input[type="radio"]:checked + span:before {
  background: #2f2f2f;
}
.radio__custom.radio__style4 label:before {
  border-color: #16B2AC;
}
.radio__custom.radio__style4 input[type="radio"]:checked + span:before {
  background: #16B2AC;
}

/*radio buttons end*/
/*widget code
.widget__sidebar a:link {
    color: #00a9a1;
	text-decoration: none;
}

.widget__sidebar a:visited {
    color: #00a9a1;
	text-decoration: none;
}

.widget__sidebar a:hover {
  color: #000000;
  text-decoration: underline;
}

.page-heading a:link {
    color:#ffffff;
	text-decoration: none;
}

.page-heading a:visited {
    color:#ffffff;
	text-decoration: none;
}

.widget__footer a:visited {
    color:#ffffff;
	text-decoration: none;
}

.widget__footer a:link {
    color:#ffffff;
	text-decoration: none;
}*/

.footer-copyright a:link {
    color:#ffffff;
	text-decoration: none;
}

.footer-copyright a:visited {
    color:#ffffff;
	text-decoration: none;
}

/* #Links
// --------------------------------------------------
*/

.featured-item .featured-link {
  text-align: left;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  color: #fff;
}

.featured-item:hover {
    background-color: #16a8ac;
  }

/* Left marging for "list" class*/
.list ul li {
    position: relative;
    margin-left: 20px;
}

/* Left marging for "list2" class*/
.list2 ul li {
    position: relative;
    margin-left: 0px;
}

.list2 {
  overflow: hidden;
}
.list2 ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5em;
}
.list2 ul li {
  position: relative;
  padding: 0 0 8px 20px;
}
.list2 ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #16B2AC;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list2.list__lg {
  font-size: 14px;
}
.list2.list__lg ul li {
  padding: 4px 0 25px 50px;
}
.list2.list__lg ul li:before {
  width: 28px;
  height: 28px;
  border: 1px solid #16B2AC;
  border-radius: 2px;
  text-align: center;
  line-height: 26px;
  content: "\f00c";
}
.list2 ol {
  padding-left: 20px;
  list-style: none;
  margin-bottom: 1.5em;
  counter-reset: counter;
}
.list2 ol li {
  position: relative;
  padding: 0 0 8px 20px;
}
.list2 ol li:before {
  display: inline-block;
  /* block would also work */
  position: absolute;
  /* move this out of the way of the text*/
  left: 0;
  /* move the counter labe into the space from the padding */
  content: counter(counter) ". ";
  counter-increment: counter;
  font-weight: bold;
  width: 20px;
  color: #16B2AC;
}








/*call out format*/


.buttonscontainer-rr {width: 100px;}

.buttons-rr a {color: #ffffff;
padding: 2px;
padding-left: 4px;
display: block;
font: 12px Arial Narrow, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons-rr a:hover {
color: #16B2AC;
font-weight: bold;
text-decoration: none;}


.buttonscontainer-cert {width: 100px;}

.buttons-cert a {color: #00000;
padding: 2px;
padding-left: 4px;
display: block;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons-cert a:hover {
color: #ffffff;
font-weight: bold;
text-decoration: none;}



.buttonscontainer-cert-sp {width: 100px;}

.buttons-cert-sp a {color: #ffffff;
padding: 0px;
padding-left: 4px;
display: block;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;}

.buttons-cert-sp a:hover {
color: #A4ADBF;
font-weight: bold;
text-decoration: none;}



.buttonscontainer-sp {width: 125px;}

.buttons-sp a {color: #ffffff;
padding: 0px;
display: block;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;}

.buttons-sp a:hover {
color: #D53403;
font-weight: bold;
text-decoration: none;}


.buttonscontainer-se {width: 125px;}

.buttons-se a {color: #ffffff;
padding: 0px;
display: block;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;}

.buttons-se a:hover {
color: #f2c779;
font-weight: bold;
text-decoration: none;}


.buttonscontainer-tc {width: 100px;}

.buttons-tc a {color: #FFFFFF;
padding: 0px;
padding-left: 4px;
display: block;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;}

.buttons-tc a:hover {
color: #ffffff;
font-weight: bold;
text-decoration: none;}


.list-p ul li {
    position: relative;
    padding: 0 0 8px 20px;
}


/*  Portfolio Description  */
.project-desc2 {
  text-align: left;
  padding: 25px 20px;
}
.project-desc2 .title {
  margin-bottom: 5px;
}
.project-desc2 .title > a {
  color: #2f2f2f;
}

.products .product .project-item-inner2 {
  position: relative;
}
.products .product .project-desc2 {
  text-align: left;
}
.products .product .project-desc2 .title {
  margin-bottom: .10em;
  margin-top: .10em;  
}

/*Contact Form fields adjustments on the Home Page*/

.form-group2 {
    margin-bottom: 30px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #ccc;
    zcursor: help;
    color: #006080;
}
.tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltip .tooltiptext2 {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}
.tooltip:hover .tooltiptext2 {
    visibility: visible;
}
.tooltip-right {
  top: -5px;
  left: 125%;  
}
.tooltip-right2 {
  top: -5px;
  left: 105%;  
}

.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

.tooltip-bottom {
  top: 135%;
  left: 50%;  
  margin-left: -60px;
}

.tooltip-bottom2 {
  top: 125%;
  left: 50%;  
  margin-left: -60px;
}

.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.tooltip-top {
  bottom: 125%;
  left: 50%;  
  margin-left: -60px;
}
.tooltip-top2 {
  bottom: 115%;
  left: 50%;  
  margin-left: -60px;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-left {
  top: -5px;
  bottom:auto;
  right: 128%;  
}

.tooltip-left2 {
  top: -5px;
  bottom:auto;
  right: 105%;  
}

.tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
}

.tooltip .tooltiptext-bottomarrow {
    visibility: hidden;
    width: 120px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 50%;
    margin-left: -60px;
}
.tooltip .tooltiptext-bottomarrow::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.tooltip:hover .tooltiptext-bottomarrow {
    visibility: visible;
}

.tooltip .tooltiptext-toparrow {
    visibility: hidden;
    width: 120px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}
.tooltip .tooltiptext-toparrow::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}
.tooltip:hover .tooltiptext-toparrow {
    visibility: visible;
}

.tooltip .tooltiptext-leftarrow {
    visibility: hidden;
    width: 120px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
}
.tooltip .tooltiptext-leftarrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.tooltip:hover .tooltiptext-leftarrow {
    visibility: visible;
}
.tooltip .tooltiptext-rightarrow {
    visibility: hidden;
    width: 120px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%;
}
.tooltip .tooltiptext-rightarrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}
.tooltip:hover .tooltiptext-rightarrow {
    visibility: visible;
}
/*Change padding above the logos on Certification Search page*/
.page-content2 {
    padding-top: 20px;
}

/*Remove background and border around images*/

.aligncenter2 img {
    margin: 0 auto 20px auto;
}
.alignleft2 img, .alignright2 img, .alignnone2 img, .aligncenter2 img {
    padding: 6px;
    /* background-color: #e5e5e5; */
    /* border: 1px solid #cecece; */
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}


.alignleft2,
.alignright2,
.alignnone2,
.aligncenter2 {
  text-align: center;
}
.alignleft2 img,
.alignright2 img,
.alignnone2 img,
.aligncenter2 img {
  padding: 6px;
  
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .alignleft2 img,
  .alignright2 img,
  .alignnone2 img,
  .aligncenter2 img {
    float: none !important;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .alignleft2:before,
  .alignright2:before,
  .alignnone2:before,
  .aligncenter2:before,
  .alignleft2:after,
  .alignright2:after,
  .alignnone2:after,
  .aligncenter2:after {
    content: " ";
    display: table;
  }
  .alignleft2:after,
  .alignright2:after,
  .alignnone2:after,
  .aligncenter2:after {
    clear: both;
  }
}
.alignleft2 img {
  float: left;
  margin: 0 20px 10px 0;
}
.alignright2 img {
  float: right;
  margin: 0 0 10px 20px;
}
.aligncenter2 {
  display: block;
  text-align: center;
}
.aligncenter2 img {
  margin: 0 auto 20px auto;
}
.alignnone2 img {
  margin: 0 0 20px 0;
}
/* Video Holder */
.video-holder,
.audio-holder {
  padding: 6px;
  background-color: #e5e5e5;
  border: 1px solid #cecece;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

/*Hide logos on top on the certification pages when viewed on mobile devices*/

.content-desktop {display: block;}
.content-mobile {display: none;}

@media screen and (max-width: 768px) {

.content-desktop {display: none;}
.content-mobile {display: block;}

}

/*Vertical line for a container*/

.robust-info-page-body {
    border-left: 1px solid #0071bc;
}

/*Magazine slider on why-join page.  Changed padding from 40 to 0. Changed border-top from 5 to 0 */

.magazine-slider-holder {
    padding: 0px 0 0 0;
    border-top: 0px solid #d4d4d4;
    position: relative;
    overflow: hidden;
    margin-bottom: -24px;
}

/*Magazine slider on why-join page.  Changed height from 1 to 0. */
.magazine-slider-holder:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0px;
  background: #bebebe;
}