/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-block-twelve-column-content {
  margin: 0 !important;
  max-width: unset !important;
  text-align: center;
  padding: 47px 15.3% 54px 15.3%;
  position: relative;
}
.twelveCCCbkg {
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wp-block-cgb-block-twelve-column-content h2 {
  position: relative;
  padding-bottom: 25px !important;
  margin-bottom: 29px !important;
}
.wp-block-cgb-block-twelve-column-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 100%;
  max-width: 256px;
  background: #FFF;
}
.twelveCCCsafety {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.twelveCCCsafety img {
  max-height: 70px;
}
.twelveCCCsafety img:not(:last-of-type) {
  margin-right: 25px;
}
.wp-block-cgb-block-twelve-column-content .bodyWhite {
  margin-bottom: 30px;
}
.wp-block-cgb-block-twelve-column-content .twelveCCCbutton {
  font-family: 'Gotham-Medium', sans-serif !important;
	font-size: 15px !important;
	color: #FFFFFF !important;
	text-align: center;
	background: rgba(0,0,0,0.10) !important;
	border: 2px solid #B2B2B2 !important;
	padding: 9.5px 13.4px !important;
	text-transform: uppercase;
  display: inline;
}
.wp-block-cgb-block-twelve-column-content .twelveCCCbutton a {
  color: #FFF !important;
  text-decoration: none;
}
.twelveCCCtwo {
  margin: 60px 0 0 0;
}
.twelveCCCcols ul {
  color: #FFF !important;
  text-align: left;
  padding-left: 30px;
  margin: 17px 0 0 0 !important;
}
.twelveCCCcols ul li:not(:first-of-type) {
  padding-top: 5px;
}
@media only screen and (max-width: 1200px) {
  .wp-block-cgb-block-twelve-column-content {
    padding: 47px 15px 54px 15px;
  }
  .wp-block-cgb-block-twelve-column-content .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0;
  }
  .twelveCCCcols ul {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .twelveCCCsafety img {
    max-height: 58px;
  }
  .twelveCCCsafety img:not(:last-of-type) {
    margin-right: 16px;
  }
}