/*

:root:root .redactor-styles CLASSNAME {}

 */

@import url("https://use.typekit.net/nkx6dds.css");

:root:root .redactor-dropdown-item-title-h1-add,
:root:root .redactor-dropdown-item-title-h2-add,
:root:root .redactor-styles .title{
  font-family: droid-serif, serif;
  --tw-text-opacity: 1;
  color: rgba(73, 77, 81, var(--tw-text-opacity));
  font-size: 36px;
  line-height: 42px;
}

:root:root .redactor-dropdown-item-subheader-h2-add,
:root:root .redactor-dropdown-item-subheader-h3-add,
:root:root .redactor-styles .subheader {
  font-family: droid-serif,serif;
  letter-spacing: 0;
  font-size: 30px;
  line-height: 2.5rem;
  font-style: italic;
  font-weight: 400;
}

:root:root .redactor-dropdown-item-lead-p-add,
:root:root .redactor-styles p.is-large {
  font-family: montserrat,sans-serif;
  --tw-text-opacity: 1;
  color: rgba(73,77,81,var(--tw-text-opacity));
  letter-spacing: 0;
  font-size: 20px;
  line-height: 28px;

}

:root:root .redactor-dropdown-item-caption-p-add,
:root:root .redactor-styles p.is-small {
  font-family: montserrat,sans-serif;
  --tw-text-opacity: 1;
  color: rgba(73,77,81,var(--tw-text-opacity));
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

:root:root .redactor-dropdown-item-p,
:root:root .redactor-styles p {
  font-family: montserrat,sans-serif;
  --tw-text-opacity: 1;
  color: rgba(73,77,81,var(--tw-text-opacity));
  letter-spacing: 0;
  font-size: 16px;
  line-height: 24px;
}

:root:root .redactor-dropdown-item-button-p-add,
:root:root .redactor-styles a.button,
:root:root .redactor-dropdown-item-button-secondary-p-add,
:root:root .redactor-styles a.button.is-secondary,
:root:root .redactor-dropdown-item-button-secondary-gray-p-add,
:root:root .redactor-styles a.button.is-secondary.is-gray{
  font-family: montserrat,sans-serif;
  --tw-text-opacity: 1;
  color: rgba(73,77,81,var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
  border-color: rgba(244, 128, 33, var(--tw-border-opacity));
  font-size: 16px;
  line-height: 24px;
  background: orange;
  color:white;
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.25px;
}
:root:root .redactor-dropdown-item-button-secondary-gray-p-add,
:root:root .redactor-dropdown-item-button-secondary-p-add,
:root:root .redactor-dropdown-item-button-p-add{
  min-width: 51%;
  text-align: center;
}


:root:root .redactor-styles a.button,
:root:root .redactor-styles a.button.is-secondary,
:root:root .redactor-styles a.button.is-secondary.is-gray {
  margin-bottom: 1rem;
  padding: .5rem 2.5rem;
}

:root:root .redactor-dropdown-item-button-secondary-p-add,
:root:root .redactor-styles a.button.is-secondary {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(244, 128, 33, var(--tw-text-opacity));
}

:root:root .redactor-dropdown-item-button-secondary-gray-p-add,
:root:root .redactor-styles a.button.is-secondary.is-gray {
  --tw-border-opacity: 1;
  border-color: rgba(73, 77, 81, var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(73, 77, 81, var(--tw-text-opacity));
}


.image-right {
  float: right !important;
  margin: .3em 0 1em 2.2em!important;
  max-width: 300px;
  width: 40%;
}

@media (max-width:767px) {
  .image-right {
    float: none !important;
    margin: 0 auto !important;
    max-width: 100%;
    width: 100%;
  }
}

.image-right img {
  max-width: 100%;
  height: auto;
  width: 100% !important;
}


.image-left {
  float: left !important;
  margin: .3em 2.2em 1em 0!important;
  max-width: 300px;
  width: 40%;
}

@media (max-width:767px) {
  .image-left {
    float: none !important;
    margin: 0 auto!important;
    max-width: 100%;
    width: 100%;
  }
}

.image-left img {
  max-width: 100%;
  height: auto;
  width: 100% !important;
}

