/**
 * #.# 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-customheader {
  color: #292929;
  margin: 0 auto;
  max-width: 740px; }

.swheader {
  margin: 15px 0 10px !important; }

.customh2 {
  width: 100%;
  font-size: 240% !important;
  font-weight: bold !important; }

.customh3 {
  font-weight: bold;
  font-size: 1.38rem !important; }

.customh4 {
  font-size: 1.3rem;
  font-weight: bold; }

.customh5 {
  font-size: 1.03rem;
  font-weight: bold; }

.customh6 {
  font-size: 0.88rem;
  font-weight: bold; }

.blackHeader {
  color: #333333 !important; }

.darkBlueHeader {
  color: #143B74 !important; }

.alignLeft {
  text-align: left; }

.alignCenter {
  text-align: center; }

.alignRight {
  text-align: right; }

.underline {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 3px; }

.noUnderline {
  border-bottom: none !important; }
