/*    Any style that will affect the appearence of {=MAIN_BODY=} content should be here
    and will be used to format the guts of the WYSIWYG editor. All styles should be defined
    as a type selector (specific tag) or as a child of .mceContentBody (the WYSIWYG body wrapper) */

body.wysiwyg-content {
  margin: 4px;
  background-color: #fff;
}

body.wysiwyg-content table {
  border: 1px solid;
}

body.wysiwyg-content .social-connect a,
body.wysiwyg-content .social-links a {
  color: #000;
}

body.wysiwyg-content .btn-primary {
  display: inline-block;
  background: orange !important;
}

body.wysiwyg-content img {
  max-width: 100%;
  height: auto;
}

body.wysiwyg-content table {
  border: 1px solid;
}

body.wysiwyg-content .collapse {
  display: block;
}

body.wysiwyg-content .flexslider li {
  display: block;
}

a {
  color: #009;
}

a img {
  border: 0;
}

#actions a:link,
#actions a:visited,
#username a:link,
#username a:visited {
  color: #79BEE8;
}

#actions a:hover,
#actions a:active,
#username a:hover,
#username a:active {
  color: #DEF;
}

p {
  margin: 6px 0 12px 0;
}

/* Headings
-------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}

h2.centered {
  position: relative;
  margin-top: -6px;
  margin-bottom: 30px;
  padding-bottom: 11px;
  font-size: 42px;
  font-weight: 600;
  color: #3550a0;
  text-align: center;
}

h2.centered:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 3px;
  margin: 0 auto;
  background: #ed7d25;
}

h3 {
  font-weight: bold;
}

h4 {
  position: relative;
  margin-top: -6px;
  margin-bottom: 35px;
  padding-bottom: 11px;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
}

h4:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 3px;
  margin: 0 auto;
  background: #ed7d25;
}

h5 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
}

blockquote,
.module-showcase-testimonials-001 .pagerItem {
  position: relative;
  margin: 0 auto;
  padding: 30px 30px 30px 75px !important;
  font-size: 100%;
  color: #31708f;
  background-color: #eeecde;
  border: 1px solid rgba(0, 0, 0, .1);
  border-left: 8px solid #dedac1;
}

blockquote:nth-of-type(2n) {
  color: #02817a;
  background-color: #f0f6f6;
  border-left-color: #02817a;
}

blockquote::before,
.module-showcase-testimonials-001 .pagerItem::before {
  content: "\201C";
  position: absolute;
  top: -10px;
  left: 10px;
  font-family: Arial;
  font-size: 4em;
}

.module-showcase-testimonials-001 .quick-quote {
  all: unset;
}

.module-showcase-testimonials-001 .testimonial-info {
  all: unset;
}

blockquote footer,
.module-showcase-testimonials-001 .testimonial-info {
  display: block;
  padding: 0 0 0 20px;
  font-size: 80%;
  font-weight: 600;
  color: #999;
  background-color: transparent;
}

blockquote footer::before,
.module-showcase-testimonials-001 .testimonial-info::before {
  content: '\2014 \00A0';
  margin-left: -20px;
}


blockquote footer cite {
  display: block;
  margin-left: 15px;
  font-weight: normal;
}

form {
  margin: 0px;
}

/* Lists
-------------------------------------------------------------------------------- */
ul {
  position: relative;
}

.left ul li,
.left ol li,
.right ul li,
.right ol li {
  margin-left: 18px;
}

ul.catalog-product-module-list li {
  list-style: none;
  list-style-image: none;
}

/*
------------------
List Group
------------------
*/
.list-group-item {
  margin: 0 0 -1px 0;
}

/*
------------------
List Checkmark
------------------
<ul class="list-checkmark">
*/

.list-checkmark {
  position: relative;
  padding-left: 20px;
}

.list-checkmark > li {
  padding-left: 5px;
}

.list-checkmark > li::marker {
  content: "\f00c";
  font-family: "FontAwesome";
}


/*
------------------
Member List
------------------
*/
.member-list {
  flex-wrap: wrap;
}

@media (min-width: 500px) {
  .member-list {
    display: flex;
  }
}

.member-list > * {
  margin-right: -1px;
  margin-bottom: -1px;
}

@media (min-width: 500px) {
  .member-list > * {
    flex-basis: 50%;
  }
}

@media (min-width: 768px) {
  .member-list > * {
    flex-basis: 33%;
  }
}

/*
------------------
Event List
------------------
*/
.event-list {
  list-style: none;
}

.event-list li {
  line-height: unset !important;
}

.event-list li:hover {
  background-color: rgba(52, 80, 160, 0.025);
}

.event-list li h4 {
  margin: 0;
  font-size: 20px;
  text-align: left;
}

.event-list li h4::before {
  display: none;
}

.event-list li h5 {
  margin: 0;
  font-size: 14px;
  color: #f08080;
  text-transform: uppercase;
}

@media (min-width: 991px) {
  .event-list li h5 {
    display: inline-block;
    margin-right: 10px;
  }
}

.event-list li p {
  margin-top: 0;
  line-height: inherit;
  opacity: 0.6;
}

.event-list li a {
  font-weight: normal;
}

/* FlexSlider
-------------------------------------------------------------------------------- */
.flexslider {
  margin: 0 !important;
  background: none;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.flexslider .slides {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  position: relative;
  margin: 0;
  padding: 0;
}

/*
.flexslider .slides > li.flex-active-slide {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {
  .flexslider .slides > li.flex-active-slide {
    justify-content: center;
  }
}
*/

.flexslider .slides img {
  height: 100%;
  max-height: 650px;
  object-fit: cover;
}

/* Prev/Next */
.flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.flex-direction-nav a {
  transform: translateY(-50%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 5px 10px;
  /* hide prev/next text */
  font-size: 1px;
  color: inherit;
  text-decoration: none;
  background-color: currentColor !important;
  background-image: none !important;
  border-radius: 3px;
}

.flex-direction-nav a:hover {
  color: inherit;
}

/* icon */
.flex-direction-nav a::before {
  font-family: "FontAwesome";
  font-size: 36px;
  line-height: 1;
  text-indent: 0;
  filter: invert(1) contrast(3);
}

.flex-direction-nav .flex-prev {
  left: 5px;
}

.flex-direction-nav .flex-prev::before {
  content: "\f104";
}

.flex-direction-nav .flex-next {
  right: 5px;
}

.flex-direction-nav .flex-next::before {
  content: "\f105";
}


/* Dots */
.flex-control-nav {
  bottom: 20px !important;
}

.flex-control-paging li a {
  width: 15px !important;
  height: 15px !important;
  border: 1px solid #fff;
  box-shadow: 0 0 2px rgba(255, 255, 255, 1) !important;
}

.flex-control-paging li a.flex-active {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.horizontalPagerStatus {
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* arrows */
.horizontalPagerPager {
  top: 50%;
  display: flex;
  justify-content: space-between;
  height: auto !important;
  padding: 0 !important;
}

.pagerIconContainer {
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

[dojoattachpoint="pagerPrevious"] {
  order: 0;
}

[dojoattachpoint="pagerNext"] {
  order: 1;
}

.pagerIconContainer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


table {
  margin: 0px;
  padding: 0px;
  table-layout: fixed;
  border-collapse: collapse;
  border: 0px solid;
}

th {
  font-size: 11px;
}

td {
  padding: 0px;
  text-align: left;
  vertical-align: top;
}

fieldset {
  margin: 18px 0 0 0;
  border: none;
}

legend {
  padding: 4px;
}

strong {
  font-weight: bold;
}

/*    Any style that will affect the appearence of {=MAIN_BODY=} content should be here
    and will be used to format the guts of the WYSIWYG editor. All styles should be defined
    as a type selector (specific tag) or as a child of .mceContentBody (the WYSIWYG body wrapper) */


body.wysiwyg-content {
  margin: 4px;
  background: #fff;
  background-color: #fff;
}

body.wysiwyg-content table {
  border: 1px solid;
}

body.wysiwyg-content .social-connect a,
body.wysiwyg-content .social-links a {
  color: #000;
}

body.wysiwyg-content .btn-primary {
  display: inline-block;
  background: orange !important;
}

body.wysiwyg-content img {
  max-width: 100%;
}

a {
  color: #009;
}

a img {
  border: 0;
}

#actions a:link,
#actions a:visited,
#username a:link,
#username a:visited {
  color: #79BEE8;
}

#actions a:hover,
#actions a:active,
#username a:hover,
#username a:active {
  color: #DEF;
}

p {
  margin: 6px 0 12px 0;
}

/* Headings
-------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}

h4 {
  position: relative;
  margin-top: -6px;
  margin-bottom: 35px;
  padding-bottom: 11px;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
}

h4:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 3px;
  margin: 0 auto;
  background: #ed7d25;
}

h5 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
}

blockquote,
.module-showcase-testimonials-001 .pagerItem {
  position: relative;
  margin: 0 auto;
  padding: 30px 30px 30px 75px !important;
  font-size: 100%;
  color: #31708f;
  background-color: #eeecde;
  border: 1px solid rgba(0, 0, 0, .1);
  border-left: 8px solid #dedac1;
}

blockquote:nth-of-type(2n) {
  color: #02817a;
  background-color: #f0f6f6;
  border-left-color: #02817a;
}

blockquote::before,
.module-showcase-testimonials-001 .pagerItem::before {
  content: "\201C";
  position: absolute;
  top: -10px;
  left: 10px;
  font-family: Arial;
  font-size: 4em;
}

.module-showcase-testimonials-001 .quick-quote {
  all: unset;
}

.module-showcase-testimonials-001 .testimonial-info {
  all: unset;
}

blockquote footer,
.module-showcase-testimonials-001 .testimonial-info {
  display: block;
  padding: 0 0 0 20px;
  font-size: 80%;
  font-weight: 600;
  color: #999;
  background-color: transparent;
}

blockquote footer::before,
.module-showcase-testimonials-001 .testimonial-info::before {
  content: '\2014 \00A0';
  margin-left: -20px;
}


blockquote footer cite {
  display: block;
  margin-left: 15px;
  font-weight: normal;
}

table {
  margin: 0px;
  padding: 0px;
  table-layout: fixed;
  border-collapse: collapse;
  border: 0px solid;
}

th {
  font-size: 11px;
}

td {
  padding: 0px;
  text-align: left;
  vertical-align: top;
}

fieldset {
  margin: 18px 0 0 0;
  border: none;
}

legend {
  padding: 4px;
}

strong {
  font-weight: bold;
}

/* Responsive Media Container
-------------------------------------------------------------------------------- */
.media-container {
  position: relative;
  float: none;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  clear: both;
}

.media-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Pagination
-------------------------------------------------------------------------------- */
.pagination {
  position: sticky;
  z-index: 1;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}

.pagination > li {
  flex-basis: 3.846%;
  min-width: 40px;
}

.pagination > li > a,
.pagination > li > span {
  display: block;
  float: none;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: 0;
  text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}

/* Do Not Delete */

a:link .img-opacity-rollover,
a:visited .img-opacity-rollover {
  filter: alpha(opacity=70);
  opacity: .70;
  -moz-opacity: 0.7;
}

a:hover .img-opacity-rollover,
a:active .img-opacity-rollover {
  filter: alpha(opacity=100);
  opacity: 1.00;
  -moz-opacity: 1.00;
}

/* End Do Not Delete */


.fader-current-msg {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #929292;
  text-align: center;
}

.fader-current-msg p {
  font-size: 14px;
  font-weight: bold;
  color: #929292;
  text-align: center;
}

.open_quotes {
  height: 30px;
  text-align: left;
  background: url(/templates/front/images/quotes_open.jpg) no-repeat;
}

.close_quotes {
  height: 30px;
  margin-right: 10px;
  text-align: right;
  background: url(/templates/front/images/quotes_closed.jpg) top right no-repeat;
}

p.quote_from {
  font-size: 12px;
  color: #c0c0c0;
}


/* Any SPAN classes are available in the WYSIWYG tool formatting dropdowns */
/* Place all span classes between these comments */
.button {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: #369;
  border: 1px outset #036;
}


/* End SPAN tag classes */

div.fission-form-box {
  width: 64px;
  height: 64px;
  color: transparent;
  background: url(/cmscore/js/tiny_mce/plugins/pfforms/images/pfforms-placeholder.gif) no-repeat;
}

ul.news-module-list li {
  margin-left: 0;
  list-style: none;
  list-style-image: none;
  background: none;
}

ul.event-module-list li {
  margin-left: 0;
  list-style: none;
  list-style-image: none;
  background: none;
}

ul.rss-feeder li {
  margin-left: 0;
  list-style: none;
  list-style-image: none;
  background: none;
}

abbr {
  cursor: help;
  border-bottom: 1px dashed black;
}

.paging_block {
  width: 100%;
}

.paging_block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.paging_block ul li {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
}

.paging_block .previous {
  padding: 0 12px 0 0;
  text-align: left;
}

td.jump_to_page {
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.paging_block .next {
  padding: 0 0 0 12px;
  text-align: right;
}


/* Responsive Media Container
-------------------------------------------------------------------------------- */
.media-container {
  position: relative;
  float: none;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  clear: both;
}

.media-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* Any SPAN classes are available in the WYSIWYG tool formatting dropdowns */
/* Place all span classes between these comments */
.button {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: #369;
  border: 1px outset #036;
}


/* End SPAN tag classes */

div.fission-form-box {
  width: 64px;
  height: 64px;
  color: transparent;
  background: url(/cmscore/js/tiny_mce/plugins/pfforms/images/pfforms-placeholder.gif) no-repeat;
}

ul.news-module-list li {
  margin-left: 0;
  list-style: none;
  list-style-image: none;
  background: none;
}

ul.event-module-list li {
  margin-left: 0;
  list-style: none;
  list-style-image: none;
  background: none;
}

ul.rss-feeder li {
  margin-left: 0;
  list-style: none;
  list-style-image: none;
  background: none;
}

abbr {
  cursor: help;
  border-bottom: 1px dashed black;
}

.paging_block {
  width: 100%;
}

.paging_block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.paging_block ul li {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
}

.paging_block .previous {
  padding: 0 12px 0 0;
  text-align: left;
}

td.jump_to_page {
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.paging_block .next {
  padding: 0 0 0 12px;
  text-align: right;
}