.frame-default .ce-gallery figure {
  margin-bottom:10px;
}

.ce-gallery img {
  max-width: 100%;
  height: auto;
}

.powermail_fieldwrap_submit {
  margin-top:10px;
  margin-bottom:10px;
}

.contenttable tr td {
  padding-right:5px;
}

/*********************************************************** TYLER POWERMAIL OFFSET FIX JUNE 22 2021 ***********************************************************************/

.tx-powermail {
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px;
}

.powermail_fieldwrap label{
  min-width: 250px;
}

.form-group {
    margin-bottom: 25px;
}

.femanager_image_custom {
  margin-left: 15px;
}

.powermail_legend{
  padding-bottom: 40px;
  padding-top: 20px;
}

.powermail_field {
  float: right;
}

.powermail_fieldwrap {
  margin-left:-15px;
  margin-right:-15px;
}

/*********************************************************** ACCORDION FIX JUNE 22 2021 ***********************************************************************/

.panel-group  .accordion-toggle::after {
     font-family: "Font Awesome 5 Free";
     content: "\f0d8";
     font-weight: normal;
     font-style: normal;
     margin:0px 0px 0px 10px;
     text-decoration:none;
     font-weight:900;
     position: absolute;
}

.panel-group  .accordion-toggle.collapsed::after {
     content: "\f0d7";
     position: absolute;
}
/*********************************************************** ACCORDION FIX JUNE 22 2021 ***********************************************************************/

/*********************************************************** TYLER POWERMAIL OFFSET FIX JUNE 22 2021 ***********************************************************************/

@media (max-width:767px) {

  .frame-default .ce-left .ce-gallery {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
  }

  .frame-default .ce-right .ce-gallery {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
  }

  .frame-default .ce-center .ce-gallery {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
  }

  /*
  .ce-right .ce-gallery .ce-row {
    display:inline-block;
  }*/

  .ce-right .ce-gallery .ce-row .ce-column {
    float:right;
  }

  .frame-default .ce-center .ce-gallery .ce-column {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }

  .frame-default .ce-center .ce-gallery .ce-column figure.image {
    float: none;
    margin: auto auto 10px auto;
    text-align: center;
  }

  /* I don't think this should be a standard. Maybe it should be configurable? */
  /*
  .frame-default .ce-headline-right, .frame-default .text-right {
    text-align:left !important;
  }*/

}
