/* GENERAL STYLES
---------------------------------------------*/
html,
body,
form {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: #44225E;
  color: #231F20;
  font-family: "Gentona-Book", "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.625;
  /*font-weight: 300;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Web Fonts */
/* Gentona */
.Gentona-SemiBold {
  font-family: Gentona-SemiBold;
}
.Gentona-Medium {
  font-family: Gentona-Medium;
}
.Gentona-Thin {
  font-family: Gentona-Thin;
}
.Gentona-ThinItalic {
  font-family: Gentona-ThinItalic;
}
.Gentona-SemiBoldItalic {
  font-family: Gentona-SemiBoldItalic;
}
.Gentona-Bold {
  font-family: Gentona-Bold;
}
.Gentona-Book {
  font-family: Gentona-Book;
}
.Gentona-MediumItalic {
  font-family: Gentona-MediumItalic;
}
.Gentona-Light {
  font-family: Gentona-Light;
}
.Gentona-LightItalic {
  font-family: Gentona-LightItalic;
}
.Gentona-ExtraBold {
  font-family: Gentona-ExtraBold;
}
.Gentona-ExtraLight {
  font-family: Gentona-ExtraLight;
}
.Gentona-BoldItalic {
  font-family: Gentona-BoldItalic;
}
.Gentona-Heavy {
  font-family: Gentona-Heavy;
}
.Gentona-HeavyItalic {
  font-family: Gentona-HeavyItalic;
}
.Gentona-BookItalic {
  font-family: Gentona-BookItalic;
}
.Gentona-ExtraLightItalic {
  font-family: Gentona-ExtraLightItalic;
}
.Gentona-ExtraBoldItalic {
  font-family: Gentona-ExtraBoldItalic;
}
/* BwDarius */
.BwDarius-Black {
  font-family: BwDarius-Black;
}
.BwDarius-Light {
  font-family: BwDarius-Light;
}
.BwDarius-Bold {
  font-family: BwDarius-Bold;
}
.BwDarius-Regular {
  font-family: BwDarius-Regular;
}
.BwDarius-BlackItalic {
  font-family: BwDarius-BlackItalic;
}
.BwDarius-BoldItalic {
  font-family: BwDarius-BoldItalic;
}
.BwDarius-LightItalic {
  font-family: BwDarius-LightItalic;
}
.BwDarius-RegularItalic {
  font-family: BwDarius-RegularItalic;
}
.BwDariusStencil-Black {
  font-family: BwDariusStencil-Black;
}
.BwDariusStencil-Bold {
  font-family: BwDariusStencil-Bold;
}
.BwDariusStencil-Light {
  font-family: BwDariusStencil-Light;
}
.BwDariusStencil-Regular {
  font-family: BwDariusStencil-Regular;
}
/* End Web Fonts */
a {
  color: #592A8A;
  text-decoration: underline;
  outline: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
a:hover,
a:focus {
  color: #44225E;
  text-decoration: none;
}
a img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
.PageTitleHeader,
.PageSubTitleHeader {
  font-weight: normal;
}
h1,
.header-1,
.PageTitleHeader {
  font-size: 68px;
  font-size: 4.25rem;
  line-height: 1.1;
  font-family: "Norwester", 'norwesterregular', "Oswald", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
@media only screen and (max-width:  1023px ) {
  h1,
  .header-1,
  .PageTitleHeader {
    font-size: 48px;
    font-size: 3rem;
  }
}
h2,
.header-2,
.PageSubTitleHeader {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  color: #44225E;
  margin: 30px 0;
}
h3,
.header-3 {
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 1.2;
  font-family: "Norwester", 'norwesterregular', "Oswald", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin: 20px 0;
}
@media only screen and (max-width:  1023px ) {
  h3,
  .header-3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
h4,
.header-4 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.28;
  font-family: "BwDarius-Regular", "Spectral", Georgia, serif;
  font-weight: normal;
  margin: 20px 0;
}
h5,
.header-5 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: "BwDarius-Regular", "Spectral", Georgia, serif;
  font-weight: normal;
  margin: 20px 0;
}
h6,
.header-6 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.15;
  font-family: "Norwester", 'norwesterregular', "Oswald", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin: 20px 0;
}
h7,
.header-7 {
  font-size: 0.875em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  color: #592A8A;
  font-family: "Gentona-Book", "Montserrat", Helvetica, Arial, sans-serif;
  margin: 20px 0;
}
p {
  margin: 0.5em 0 1.5em;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
h7:first-child,
p:first-child,
.header-1:first-child,
.header-2:first-child,
.header-3:first-child,
.header-4:first-child,
.header-5:first-child,
.header-6:first-child,
.header-7:first-child {
  margin-top: 0;
}
h1.gold,
h2.gold,
h3.gold,
h4.gold,
h5.gold,
h6.gold,
h7.gold,
p.gold,
.header-1.gold,
.header-2.gold,
.header-3.gold,
.header-4.gold,
.header-5.gold,
.header-6.gold,
.header-7.gold {
  color: #FEC923;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
h7.white,
p.white,
.header-1.white,
.header-2.white,
.header-3.white,
.header-4.white,
.header-5.white,
.header-6.white,
.header-7.white {
  color: #fff;
}
h1.purple,
h2.purple,
h3.purple,
h4.purple,
h5.purple,
h6.purple,
h7.purple,
p.purple,
.header-1.purple,
.header-2.purple,
.header-3.purple,
.header-4.purple,
.header-5.purple,
.header-6.purple,
.header-7.purple {
  color: #592A8A;
}
h1.dark-purple,
h2.dark-purple,
h3.dark-purple,
h4.dark-purple,
h5.dark-purple,
h6.dark-purple,
h7.dark-purple,
p.dark-purple,
.header-1.dark-purple,
.header-2.dark-purple,
.header-3.dark-purple,
.header-4.dark-purple,
.header-5.dark-purple,
.header-6.dark-purple,
.header-7.dark-purple {
  color: #44225E;
}
#PageTitle,
.PageTitleHeader {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.textalignright {
  text-align: right;
}
.textalignleft {
  text-align: left;
}
hr {
  height: 1px;
  line-height: 1px;
  margin: 2em 0;
  clear: both;
  border: none;
  background: #F2F3F4;
  color: #F2F3F4;
}
img.left {
  float: left;
  margin: 0 7px 1px 0;
}
img.right {
  float: right;
  margin: 0 0 7px 7px;
}
img.outline {
  border: 4px solid #666;
}
.clearing {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  margin-top: -7px;
}
.clearBoth {
  clear: both;
}
.clearRight {
  clear: right;
}
.clearLeft {
  clear: left;
}
.invisibleButAccessible {
  display: none;
}
.idbmsBreadcrumbSeparator {
  color: #592A8A !important;
}
.expand img {
  background-color: #592A8A !important;
}
.expand {
  background-color: #592A8A !important;
  display: inline-block;
  width: 18px;
}
.Error,
.error {
  width: auto!important;
}
img[src="/images/icons/v2/common/brick_edit.gif"],
img[src="/images/icons/v2/common/delete.gif"],
img[src="/images/icons/v2/common/arrow_out.gif"],
img[src="/images/e.gif"],
img[src="/images/spacer.gif"],
img[src="/images/icons/v2/bomb.png"] {
  border: 0!important;
  padding: 0!important;
  margin: 0!important;
  float: none!important;
  width: 16px!important;
  height: 16px !important;
}
#inner-wrap img {
  max-width: 100%;
  height: auto;
}
#inner-wrap img[src="/images/spacer.gif"] {
  display: none;
}
#inner-wrap img * {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.EventsHeader td:nth-child(2) {
  width: 18px !important;
  height: 18px !important;
}
.EventsHeader span.expand img {
  width: 18px !important;
  height: 18px !important;
}
::-moz-selection {
  background: blue;
  color: #fff;
}
::selection {
  background: blue;
  color: #fff;
}
/* Safari 3.1+, Opera 9.5+, Chrome 2+ */
::-moz-selection {
  background: blue;
  color: #fff;
}
/* Mozilla Firefox */
/* Flexbox Equal heights */
.flexbox .equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flexbox .equal-height-item {
  display: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexbox .equal-height-item-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
/* Stack items on mobile */
@media only screen and (max-width:  699px ) {
  .flexbox .equal-height {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .container {
    width: 100%;
  }
}
/*button default*/
.button,
a.button,
.button > a,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: transparent;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: bold;
  text-transform: uppercase;
  color: #592A8A;
  padding: 15px 25px;
  border: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  display: inline-block;
  margin: 0 5px 5px 0;
  border: 4px solid #592A8A;
  text-align: center;
  min-width: 200px;
  apperance: none;
  -webkit-appearance: none;
}
.button:hover,
a.button:hover,
.button > a:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.button:focus,
a.button:focus,
.button > a:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  background: #592A8A;
  color: #fff;
}
.button:focus,
a.button:focus,
.button > a:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  outline: 3px solid #592A8A;
}
.button.gold,
a.button.gold,
.button > a.gold,
input[type="submit"].gold,
input[type="button"].gold,
input[type="reset"].gold {
  border-color: #FEC923;
}
.button.gold:hover,
a.button.gold:hover,
.button > a.gold:hover,
input[type="submit"].gold:hover,
input[type="button"].gold:hover,
input[type="reset"].gold:hover,
.button.gold:focus,
a.button.gold:focus,
.button > a.gold:focus,
input[type="submit"].gold:focus,
input[type="button"].gold:focus,
input[type="reset"].gold:focus {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fad961), to(#fcb137));
  background: linear-gradient(to bottom, #fad961 0%, #fcb137 100%);
  color: #592A8A;
  padding: 19px 29px;
}
.button.reverse,
a.button.reverse,
.button > a.reverse,
input[type="submit"].reverse,
input[type="button"].reverse,
input[type="reset"].reverse {
  border-color: #FEC923;
  background: #592A8A;
  color: #fff;
}
.button.reverse:hover,
a.button.reverse:hover,
.button > a.reverse:hover,
input[type="submit"].reverse:hover,
input[type="button"].reverse:hover,
input[type="reset"].reverse:hover,
.button.reverse:focus,
a.button.reverse:focus,
.button > a.reverse:focus,
input[type="submit"].reverse:focus,
input[type="button"].reverse:focus,
input[type="reset"].reverse:focus {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fad961), to(#fcb137));
  background: linear-gradient(to bottom, #fad961 0%, #fcb137 100%);
  color: #592A8A;
  padding: 19px 29px;
}
.cta {
  font-family: "Norwester", 'norwesterregular', "Oswald", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  display: block;
  background-image: url(images/svgs/Icon-BrandCarat.svg);
  background-size: 15px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 25px;
  display: inline-block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: none;
  white-space: nowrap;
}
.cta:hover,
.cta:focus {
  padding-right: 30px;
  text-decoration: underline;
}
.cta.white {
  color: #fff;
}
.cta.gold {
  color: #FEC923;
}
/* UTILITY BAR ELEMENTS
---------------------------------------------*/
.utilityBar {
  float: left;
  width: 100%;
  background: #592A8A;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 35px;
  position: relative;
  z-index: 11;
}
/*.utilityTrigger {
  position: relative;
}
.utilityTrigger #utilityTriggerD {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
  padding-right: 35px;
  position: relative;
  color: #FEC923;
  text-decoration: none;
  border-left: 1px solid #44225E;
  border-right: 1px solid #44225E;
  letter-spacing: 0.25px;
}
.utilityTrigger #utilityTriggerD .icon {
  width: 10px;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 38px;
}
.utilityTrigger #utilityTriggerD .icon svg {
  fill: #FEC923;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
.utilityTrigger #utilityTriggerD:hover,
.utilityTrigger #utilityTriggerD:focus {
  background: #44225E;
}
.open-utility .utilityTrigger #utilityTriggerD {
  background: #44225E;
}
.open-utility .utilityTrigger #utilityTriggerD .icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.utilityLinks {
  position: absolute;
  top: 35px;
  display: none;
  left: 15px;
  background: #44225E;
  z-index: 10;
}
.utilityLinks ul {
  margin: 0;
  padding: 5px 0 10px;
  list-style: none;
}
.utilityLinks ul li a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  letter-spacing: 0.25px;
}
.utilityLinks ul li a:hover,
.utilityLinks ul li a:focus {
  color: #FEC923;
  background: #361b4b;
}
.open-utility .utilityLinks {
  display: block;
}*/

.utilityTrigger {
  position: relative;
}
.open-utility .utilityTrigger #utilityTriggerD {
  background: #44225E;
}
.open-utility .utilityTrigger #utilityTriggerD .icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gold .utilityLinks #utilityTriggerD {
  color: #44225E;
}
.gold .utilityLinks #utilityTriggerD[aria-expanded="true"] {
  background: var(--gold_amber_base);
}
.gold .utilityLinks #utilityTriggerD[aria-expanded="true"] .icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gold .utilityLinks #utilityTriggerD .icon svg {
  fill: #44225E;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s;
}
.gold .utilityLinks #utilityTriggerD:hover, .gold .utilityLinks #utilityTriggerD:focus {
  text-decoration: underline;
  background: var(--gold_amber_base);
}
.utilityLinks #utilityTriggerD {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
  padding-right: 35px;
  position: relative;
  color: #FEC923;
  text-decoration: none;
  border: none;
  background: transparent;
  border-left: 1px solid #44225E;
  border-right: 1px solid #44225E;
  letter-spacing: 0.25px;
}
.utilityLinks #utilityTriggerD[aria-expanded="true"] {
  background: #44225E;
}
.utilityLinks #utilityTriggerD[aria-expanded="true"] .icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.utilityLinks #utilityTriggerD .icon {
  width: 10px;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 38px;
}
.utilityLinks #utilityTriggerD .icon svg {
  fill: #FEC923;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s;
}
.utilityLinks #utilityTriggerD:hover, .utilityLinks #utilityTriggerD:focus {
  background: #44225E;
}
.utilityLinks ul {
  margin: 0;
  padding: 5px 0 10px;
  list-style: none;
  position: absolute;
  top: 35px;
  display: none;
  left: 15px;
  background: #44225E;
  z-index: 10;
}
.utilityLinks ul[aria-hidden="false"] {
  display: block;
}
.utilityLinks ul li a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  letter-spacing: 0.25px;
}
.utilityLinks ul li a:hover, .utilityLinks ul li a:focus {
  color: #FEC923;
  background: #361b4b;
}
.open-utility .utilityLinks ul {
  display: block;
}


.utilityRight {
  text-align: right;
}
.memberTools {
  display: inline-block;
}
.memberTools ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /*font-weight: 300;*/
  letter-spacing: 0.25px;
}
.memberTools ul li {
  display: inline-block;
  margin-right: 10px;
}
.memberTools ul li a {
  display: inline-block;
  text-decoration: none;
  color: #FEC923;
  padding: 0 10px;
}
.memberTools ul li a:hover,
.memberTools ul li a:focus {
  text-decoration: underline;
  color: #fff;
}
#searchToggleD {
  border-left: 1px solid #44225E;
  border-right: 1px solid #44225E;
  height: 35px;
  width: 35px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  float: right;
}
#searchToggleD .icon {
  position: absolute;
  top: 3px;
  left: 8px;
}
#searchToggleD svg {
  fill: #FEC923;
  width: 17px;
}
#searchToggleD .close-icon {
  display: none;
}
#searchToggleD:hover,
#searchToggleD:focus {
  background: #44225E;
}
.open-search #searchToggleD .icon {
  top: 9px;
}
.open-search #searchToggleD .close-icon {
  display: block;
}
.open-search #searchToggleD .search-icon {
  display: none;
}
/* HEAD ELEMENTS
---------------------------------------------*/
header#top {
  position: relative;
  float: left;
  width: 100%;
}
.structHead {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px 0 10px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width:  1023px ) {
  .structHead {
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  }
}
.structHead .mainRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:  1023px ) {
  .headLogo {
    padding-left: 25px;
  }
  .headLogo img {
    height: 45px!important;
  }
}
.headerBtns {
  text-align: right;
}
.headerBtns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.headerBtns ul li {
  display: inline-block;
}
.headerBtns ul li a {
  border: 4px solid #FEC923;
  min-width: 125px;
  display: inline-block;
  color: #592A8A;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 7px 20px;
  -webkit-transition: none;
  transition: none;
}
.headerBtns ul li a:focus,
.headerBtns ul li a:hover {
  border-color: #592A8A;
}
.headerBtns ul li + li a {
  margin-left: 11px;
}
.headerBtns ul li.gold a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fad961), to(#fcb137));
  background: linear-gradient(to bottom, #fad961 0%, #fcb137 100%);
  padding: 11px 24px;
  border: none;
}
.headerBtns ul li.gold a:hover,
.headerBtns ul li.gold a:focus {
  background: #592A8A;
  color: #fff;
}
#nav {
  display: none;
}
@media only screen and (max-width:  1023px ) {
  .headRight {
    text-align: right;
  }
}
.mobileBtns {
  text-align: right;
  display: none;
  padding-right: 10px;
}
@media only screen and (max-width:  1023px ) {
  .mobileBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.mobileBtns .mobileBtn {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: 25px;
}
.mobileBtns .mobileBtn .icon {
  width: 35px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.mobileBtns .mobileBtn .icon svg {
  fill: #592A8A;
}
.mobileBtns .mobileBtn .icon .close-icon {
  display: none;
}
.mobileBtns .mobileBtn.searchBtn .icon {
  width: 25px;
  top: 4px;
  left: 4px;
}
.open-search .mobileBtns .mobileBtn.searchBtn .icon .open-icon {
  display: none;
}
.open-search .mobileBtns .mobileBtn.searchBtn .icon .close-icon {
  display: block;
}
.open-menu .mobileBtns .mobileBtn.menuBtn .icon .open-icon {
  display: none;
}
.open-menu .mobileBtns .mobileBtn.menuBtn .icon .close-icon {
  display: block;
  width: 25px;
  margin-top: 4px;
  margin-left: 2px;
}
#searchWrap {
  background: #F2F3F4;
  padding: 80px 0;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  /* z-index: 5; */
  /* -webkit-transition: top .4s ease; */
  /* transition: top .4s ease; */
  z-index: 0;
  -webkit-transition: top .4s ease, opacity 0.4s ease, z-index 0.4s ease;
  -o-transition: top .4s ease, opacity 0.4s ease, z-index 0.4s ease;
  transition: top .4s ease, opacity 0.4s ease, z-index 0.4s ease;
}
@media only screen and (max-width:  1023px ) {
  #searchWrap {
    padding: 35px 10px;
  }
}
#searchWrap .search {
  border-bottom: 1px solid #B89EC6;
}
#searchWrap .search iframe {
  display: block;
}
#searchWrap .search img[id$="_imgbtnSearch"] {
  width: 14px;
}
#searchWrap .search label {
  position: absolute;
  left: -99999em;
}
#searchWrap .search .SearchModuleSpacer {
  display: none;
}
.open-search #searchWrap {
  top: 100%;
  opacity: 1;
  z-index: 5;
}
/* MAIN TOP HORIZONTAL NAV
---------------------------------------------*/
.desktopNav {
  position: relative;
  z-index: 99;
}
.desktopNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.desktopNav ul li a {
  display: block;
  text-decoration: none;
}
.desktopNav > .desktopNavInner {
  text-align: right;
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 500;
}
.desktopNav > .desktopNavInner > ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.desktopNav > .desktopNavInner > ul > li {
  position: relative;
  /*display: inline-block;*/
  background-image: none;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 30px 30px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-right: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 13px 10px;
  /*-webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.desktopNav > .desktopNavInner > ul > li > a {
  color: #44225E;
  text-align: center;
}
.desktopNav > .desktopNavInner > ul > li > a >span {
  padding: 0 5px;
}
.desktopNav > .desktopNavInner > ul > li > a:focus-visible {
  outline: none;
}
.desktopNav > .desktopNavInner > ul > li > a:focus-visible >span {
  outline: 2px dotted #592A8A;
  outline-offset: 2px;
}
.desktopNav > .desktopNavInner > ul > li:hover, .desktopNav > .desktopNavInner > ul > li:focus, .desktopNav > .desktopNavInner > ul > li:focus-within, .desktopNav > .desktopNavInner > ul > li.sfHover {
  background-image: url(images/svgs/Navigation-Hover_X.svg);
}
.desktopNav > .desktopNavInner > ul > li:hover.hover-cutout, .desktopNav > .desktopNavInner > ul > li:focus.hover-cutout, .desktopNav > .desktopNavInner > ul > li:focus-within.hover-cutout, .desktopNav > .desktopNavInner > ul > li.sfHover.hover-cutout {
  background-image: url(images/svgs/Navigation-Hover_Cutout.svg);
}
.desktopNav > .desktopNavInner > ul > li:hover.hover-circle, .desktopNav > .desktopNavInner > ul > li:focus.hover-circle, .desktopNav > .desktopNavInner > ul > li:focus-within.hover-circle, .desktopNav > .desktopNavInner > ul > li.sfHover.hover-circle {
  background-image: url(images/svgs/Navigation-Hover_Circle.svg);
}
.desktopNav > .desktopNavInner > ul > li:hover.hover-square, .desktopNav > .desktopNavInner > ul > li:focus.hover-square, .desktopNav > .desktopNavInner > ul > li:focus-within.hover-square, .desktopNav > .desktopNavInner > ul > li.sfHover.hover-square {
  background-image: url(images/svgs/Navigation-Hover_Square.svg);
}
.desktopNav > .desktopNavInner > ul > li:hover.hover-diamond, .desktopNav > .desktopNavInner > ul > li:focus.hover-diamond, .desktopNav > .desktopNavInner > ul > li:focus-within.hover-diamond, .desktopNav > .desktopNavInner > ul > li.sfHover.hover-diamond {
  background-image: url(images/svgs/Navigation-Hover_Diamond.svg);
}
.desktopNav > .desktopNavInner > ul > li:hover.hover-double-square, .desktopNav > .desktopNavInner > ul > li:focus.hover-double-square, .desktopNav > .desktopNavInner > ul > li:focus-within.hover-double-square, .desktopNav > .desktopNavInner > ul > li.sfHover.hover-double-square {
  background-image: url(images/svgs/Navigation-Hover_Double-Square.svg);
}
.desktopNav > .desktopNavInner > ul > li:hover.hover-triangle, .desktopNav > .desktopNavInner > ul > li:focus.hover-triangle, .desktopNav > .desktopNavInner > ul > li:focus-within.hover-triangle, .desktopNav > .desktopNavInner > ul > li.sfHover.hover-triangle {
  background-image: url(images/svgs/Navigation-Hover_Triangle.svg);
}
.desktopNav > .desktopNavInner > ul > li:last-child > a {
  padding-right: 5px;
}
.desktopNav > .desktopNavInner > ul > li.sfHover {
  /*position: static;*/
  position: relative;
}
.desktopNav > .desktopNavInner > ul > li.sfHover ul {
  left: auto;
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform: translate(0,0);
      -ms-transform: translate(0,0);
          transform: translate(0,0);
}
.desktopNav > .desktopNavInner > ul > li.sfHover ul ul {
  left: -999em;
}
.desktopNav > .desktopNavInner > ul > li.sfHover ul ul ul {
  left: -999em;
}
.desktopNav > .desktopNavInner > ul > li:nth-last-child(-n+2).sfHover > ul {
  left: auto;
  right: 10px;
}
.desktopNav > .desktopNavInner > ul > li>button.toggleBtn {
  padding: 0;
  background: transparent;
  border: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  top: 0;
  right: 0;
}
.desktopNav > .desktopNavInner > ul > li>button.toggleBtn:focus {
  outline: none;
}
.desktopNav > .desktopNavInner > ul > li.hasSubmenu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.desktopNav > .desktopNavInner > ul > li.hasSubmenu button>span {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.desktopNav > .desktopNavInner > ul > li.hasSubmenu button>span:before {
  content: "\f0d7";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  color: #592A8A;
  font-size: 1rem;
  font-weight: bold;
}
.desktopNav > .desktopNavInner > ul > li.hasSubmenu button.active>span:before {
  content: "\f0d8";
}
.desktopNav > .desktopNavInner > ul > li.hasSubmenu.sfHover>button>span:before {
  content: "\f0d8";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  color: #222;
}
.desktopNav > .desktopNavInner > ul > li.hasSubmenu>button:focus-visible {
  outline: 2px dotted #592A8A;
  outline-offset: 2px;
}
.desktopNav > .desktopNavInner > ul > li > ul {
  position: absolute;
  margin: 0px;
  background: #F2F3F4;
  float: none;
  width: 250px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  padding: 14px 0;
  z-index: 3;
}
.desktopNav > .desktopNavInner > ul > li > ul > li > a {
  color: #592A8A;
  padding: 6px 25px;
}
.desktopNav > .desktopNavInner > ul > li > ul > li > a:hover, .desktopNav > .desktopNavInner > ul > li > ul > li > a:focus {
  text-decoration: underline;
}
/* Flexbox styles 
.flexbox .desktopNavInner > ul {display: flex;
	& > li {float:none; display: inherit;flex-direction: column;
		& > a {display: inherit; width: 100%; line-height: 1.25em; padding: 20px 15px;  text-align: center; flex: 1 0 auto; align-items: center; justify-content: center;}
	}
}
*/
/* BREADCRUMBS
-----------------------------------------------*/
.structBody .breadcrumbsBar {
  border-bottom: 1px solid #B89EC6;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  margin: 0 0 75px;
}
@media only screen and (max-width:  699px ) {
  .structBody .breadcrumbsBar {
    margin-bottom: 25px;
  }
}
.structBody .breadcrumbsBar .breadCrumbs {
  min-height: 0;
}
.structBody .breadcrumbsBar .breadCrumbs ul {
  padding: 10px 0;
  margin: 0 0 0 -8px;
  list-style: none;
}
@media only screen and (max-width:  699px ) {
  .structBody .breadcrumbsBar .breadCrumbs ul {
    margin-left: 0px;
  }
}
.structBody .breadcrumbsBar .breadCrumbs ul li {
  padding: 0px 0!important;
  margin: 0 -4px 0 0;
  display: inline-block;
  background: none!important;
}
.structBody .breadcrumbsBar .breadCrumbs ul li + li:before {
  display: inline-block;
  content: ">";
  padding: 0 5px 0 8px;
}
@media only screen and (max-width:  699px ) {
  .structBody .breadcrumbsBar .breadCrumbs ul li + li:before {
    padding: 0 3px;
  }
}
.structBody .breadcrumbsBar .breadCrumbs ul li.selected a {
  font-weight: bold;
}
.structBody .breadcrumbsBar .breadCrumbs ul li a {
  text-decoration: none;
  color: #231F20;
  padding: 5px 0px;
  display: inline-block;
}
@media only screen and (max-width:  699px ) {
  .structBody .breadcrumbsBar .breadCrumbs ul li a {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.structBody .breadcrumbsBar .breadCrumbs ul li a:hover,
.structBody .breadcrumbsBar .breadCrumbs ul li a:focus {
  text-decoration: underline;
}
/* BODY ELEMENTS
---------------------------------------------*/
.structBody {
  float: left;
  padding: 0em 0 0px;
  width: 100%;
  background: #fff;
}
.interior .structBody {
  padding-bottom: 60px;
}
.midWrap {
  padding-bottom: 3em;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .midWrap {
    padding-bottom: 1em;
  }
}
.page-header {
  background: url(images/Pattern-Wave.svg) repeat #592A8A;
  color: #fff;
  background-position: right center;
}
@media only screen and (min-width: 1200px) {
  .page-header {
    background-size: 69%;
  }
}
@media only screen and (min-width: 1024px) and (max-width:  1199px ) {
  .page-header {
    background-size: 85%;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .page-header {
    background-size: 100%;
  }
}
@media only screen and (max-width:  699px ) {
  .page-header {
    background-size: 170%;
  }
}
@media screen and (max-width: 480px) {
  .page-header {
    background-size: 200%;
  }
}
@media only screen and (max-width:  1023px ) {
  .page-header .pageName {
    padding: 0 25px;
  }
}
.page-header .pageName h1 {
  margin: 80px 0;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .page-header .pageName h1 {
    margin: 60px 0;
  }
}
@media only screen and (max-width:  699px ) {
  .page-header .pageName h1 {
    margin: 40px 0;
  }
}
@media only screen and (max-width:  1023px ) {
  .interior .twoCol-layout {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .interior .mainWrap {
    padding-left: 40px;
  }
}
.structBody ul {
  padding-left: 0;
  list-style: none;
}
.structBody ul li {
  background-image: url(images/svgs/Pattern-Small_X.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: left 9px;
  padding-left: 25px;
}
.structBody ul li + li {
  margin-top: 10px;
}
.structBody ul li ul li {
  background-image: url(images/svgs/Icon-BrandCarat.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 0 7px;
}
.structBody ol {
  list-style: none;
  counter-reset: custom-counter;
  padding: 0;
}
.structBody ol li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 20px;
}
.structBody ol li:before {
  content: counter(custom-counter);
  color: #592A8A;
  font-family: "BwDarius-Regular", "Spectral", Georgia, serif;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.structBody ol li + li {
  margin-top: 10px;
}
#ContentMiddle div.imod-profile-fields ul li,
#ContentMiddle .imod-guest-list li {
  background: none;
}

#ContentMiddle .imod-guest-list li ul li {
  background-image: url(images/svgs/Icon-BrandCarat.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 0 7px;
}
/* NEWS LISTINGS
-----------------------------------------------*/
.newsItem {
  position: relative;
  padding: 15px 0 30px;
  float: left;
  width: 100%;
  clear: both;
}
.newsItem + .newsItem {
  border-top: 1px solid #F2F3F4;
  padding-top: 30px;
}
.newsItem .thumb {
  position: relative;
  width: 120px;
  float: left;
}
.newsItem .text {
  padding-left: 140px;
}
.newsItem .title {
  font-size: 1.25em;
  line-height: normal;
  padding: 0 0 5px;
  font-weight: bold;
}
.newsItem a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.newsItem a:hover .title,
.newsItem a:focus .title {
  text-decoration: underline;
}
.newsItem .tools a {
  display: inline-block;
}
.gridWrap {
  margin-bottom: 50px;
  overflow: hidden;
}
@media only screen and (max-width:  699px ) {
  .gridWrap {
    margin: 0;
  }
}
.gridWrap .gridItem .thumb {
  margin: 0 0 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gridWrap .gridItem .thumb a {
  display: block;
}
.gridWrap .gridItem .thumb img.invisible {
  visibility: hidden;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .gridWrap .gridItem .thumb {
    width: 300px;
    float: left;
  }
}
@media only screen and (max-width:  699px ) {
  .gridWrap .gridItem .thumb {
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
  }
}
.gridWrap .gridItem .text {
  clear: both;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .gridWrap .gridItem .text {
    padding-left: 320px;
    clear: right;
    padding-right: 20px;
    padding-top: 20px;
  }
}
@media only screen and (max-width:  699px ) {
  .gridWrap .gridItem .text {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.gridWrap .gridItem .title {
  display: block;
  font-size: 1.2em;
  line-height: normal;
  font-weight: bold;
  padding: 0 0 5px;
}
/* EXPAND/COLLAPSE STYLES
---------------------------------------------*/
.accordion {
  margin: 0px 0 40px;
  float: left;
  width: 100%;
}
.accordion > .panelCollapse + .panelCollapse {
  border-top: 1px solid #B89EC6;
}
.accordion .collapseItem {
  margin: 0 0 0px;
  /* heading */
  /* content */
}
.accordion .collapseItem .panel-heading {
  display: block;
  font-family: "BwDarius-Regular", "Spectral", Georgia, serif;
  font-weight: normal;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
}
@media only screen and (max-width:  699px ) {
  .accordion .collapseItem .panel-heading {
    font-size: 1.1em;
    line-height: normal;
  }
}
.accordion .collapseItem .panel-heading a {
  display: block;
  padding: 20px 70px 20px 0px;
  text-decoration: none;
  color: #44225E;
  min-height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  letter-spacing: -0.5px;
}
.accordion .collapseItem .panel-heading a .icon {
  position: absolute;
  top: 23px;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 1;
  border-radius: 50px;
  text-align: center;
  border: 3px solid #B89EC6;
  padding: 0px 8px 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.accordion .collapseItem .panel-heading a .icon svg.accordionIcon {
  fill: #592A8A;
}
@media only screen and (max-width:  699px ) {
  .accordion .collapseItem .panel-heading a .icon svg.accordionIcon {
    margin-top: 8px;
  }
}
.accordion .collapseItem .panel-heading a:active,
.accordion .collapseItem .panel-heading a:focus,
.accordion .collapseItem .panel-heading a:hover {
  outline: none;
}
.accordion .collapseItem .panel-heading a:active .icon,
.accordion .collapseItem .panel-heading a:focus .icon,
.accordion .collapseItem .panel-heading a:hover .icon {
  border-color: #FEC923;
}
.accordion .collapseItem .panel-heading a.open .icon {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #FEC923;
}
.accordion .collapseItem .panel-heading a.open .icon svg.accordionIcon {
  fill: #FEC923;
}
.accordion .collapseItem .accordionPanelWrap {
  padding: 0px 70px 30px 0px;
  overflow: hidden;
}
/* EVENT LISTINGS
-----------------------------------------------*/
.eventItem {
  position: relative;
  width: 100%;
  padding: 15px 0 30px;
}
.eventItem + .eventItem {
  border-top: 1px solid #F2F3F4;
  padding-top: 30px;
}
.eventItem .date {
  position: relative;
  width: 60px;
  background: #fff;
  border: 1px solid #F2F3F4;
  text-align: center;
  float: left;
}
.eventItem .date .month {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85em;
  line-height: 1em;
  background: #592A8A;
  color: #fff;
  padding: 5px 0;
  margin: -1px -1px 0px -1px;
}
.eventItem .date .day {
  font-size: 2em;
  line-height: 1.5em;
}
.eventItem .text {
  padding-left: 80px;
}
.eventItem .title {
  font-size: 1.2em;
  line-height: normal;
  padding: 0 0 5px;
  font-weight: bold;
}
.eventItem .title a {
  color: #592A8A;
  text-decoration: none;
}
.eventItem .title a:hover,
.eventItem .title a:focus {
  text-decoration: underline;
}
/*INTERIOR EVENTS WITHOUT CALENDAR
------------------------*/
.intEventItem {
  border: none;
  padding-top: 15px;
  padding-bottom: 30px;
  position: relative;
  clear: both;
  float: left;
  width: 100%;
}
.intEventItem + .intEventItem {
  padding-top: 30px;
  border-top: 1px solid #F2F3F4;
}
.intEventItem .thumb {
  float: right;
  width: 120px;
  height: 120px;
  margin-left: 30px;
  margin-bottom: 10px;
  background-size: cover;
}
.intEventItem .thumb img {
  opacity: 0;
}
@media only screen and (max-width:  699px ) {
  .intEventItem .thumb {
    display: none;
  }
}
.intEventItem .date {
  float: left;
  width: 85px;
  height: 85px;
  background: #592A8A;
  text-align: center;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width:  699px ) {
  .intEventItem .date {
    width: 60px;
    height: 70px;
    padding: 7px;
  }
}
.intEventItem .date .month {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}
.intEventItem .date .day {
  color: #ffffff;
  font-size: 2em;
  line-height: 1;
  margin-top: 3px;
  font-family: "BwDarius-Regular", "Spectral", Georgia, serif;
  font-weight: 300;
}
.intEventItem .text {
  padding-left: 115px;
  padding-right: 150px;
}
@media only screen and (max-width:  699px ) {
  .intEventItem .text {
    padding-left: 80px;
    padding-right: 0px;
  }
}
.intEventItem .text .title {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.3;
  padding: 0;
  color: #592A8A;
}
@media only screen and (max-width:  699px ) {
  .intEventItem .text .title {
    font-size: 20px;
  }
}
.intEventItem .text .title a {
  color: #592A8A;
  text-decoration: none;
}
.intEventItem .text .title a:hover,
.intEventItem .text .title a:focus {
  text-decoration: underline;
}
.intEventItem .text .preview {
  font-size: 0.95em;
  line-height: 1.6em;
  margin: 10px 0;
}
.intEventItem .text .locationTime {
  color: #626262;
  font-size: 13px;
}
.intEventItem .text .locationTime .location {
  display: inline-block;
  padding-right: 15px;
  line-height: normal;
}
.intEventItem .text .locationTime .location:before {
  font-family: "Font Awesome 5 Free";
  content: "\f041";
  padding-right: 5px;
  font-weight: bold;
}
@media only screen and (max-width:  699px ) {
  .intEventItem .text .locationTime .location {
    display: inline-block;
  }
}
.intEventItem .text .locationTime .timeRange {
  display: inline-block;
}
.intEventItem .text .locationTime .timeRange:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  padding-right: 5px;
  font-weight: bold;
}
@media only screen and (max-width:  699px ) {
  .intEventItem .text .locationTime .timeRange {
    display: inline-block;
    padding-left: 0px;
  }
}
.intEventItem.withThumb .text {
  padding-right: 150px;
}
@media only screen and (max-width:  699px ) {
  .intEventItem.withThumb .text {
    padding-right: 0;
  }
}
/* FEATURE ROTATOR
---------------------------------------------*/
.imageRotator {
  margin-top: 1em;
  margin-bottom: 2em;
  /* Pager */
  /* Controls */
}
.imageRotator .bx-wrapper {
  position: relative;
}
.imageRotator .bx-wrapper .bx_slide {
  position: relative;
  /* Image */
  /* Text */
}
.imageRotator .bx-wrapper .bx_slide .sldimg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 35%;
  height: 0;
}
.imageRotator .bx-wrapper .bx_slide .sldimg a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.imageRotator .bx-wrapper .bx_slide .sldtxt {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 40%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px;
}
@media only screen and (max-width:  699px ) {
  .imageRotator .bx-wrapper .bx_slide .sldtxt {
    position: static;
    background-color: #000;
    width: 100%;
  }
}
.imageRotator .bx-wrapper .bx_slide .sldtxt .title {
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 10px;
}
.imageRotator .bx-pager {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
@media only screen and (max-width:  699px ) {
  .imageRotator .bx-pager {
    position: static;
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
  }
}
.imageRotator .bx-pager .bx-pager-item {
  display: inline-block;
  padding-left: 12px;
}
@media only screen and (max-width:  699px ) {
  .imageRotator .bx-pager .bx-pager-item {
    padding: 0 5px;
  }
}
.imageRotator .bx-pager a {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  text-indent: -999em;
  outline: none;
}
@media only screen and (max-width:  699px ) {
  .imageRotator .bx-pager a {
    background-color: #F2F3F4;
    width: 12px;
    height: 12px;
  }
}
.imageRotator .bx-pager a.active {
  background: #000;
}
.imageRotator .bx-controls-direction a {
  position: absolute;
  top: 45%;
  z-index: 100;
  outline: none;
}
.imageRotator .bx-controls-direction a.bx-prev {
  left: 20px;
}
.imageRotator .bx-controls-direction a.bx-next {
  right: 20px;
}
/* LEFT COLUMN
---------------------------------------------*/
@media only screen and (max-width:  699px ) {
  .structLeft #structLeftInner {
    background: #F2F3F4;
    padding: 25px;
  }
}
.structLeft .button {
  display: block;
  margin: 0 0 30px;
}
.structLeft .sectionName h2 {
  display: none;
  margin-top: 0;
  margin-bottom: 10px;
}
.structLeft .sectionName h2.selected {
  display: block;
}
.structLeft .sectionName h2 a {
  color: #231F20;
  text-decoration: none;
}
.structLeft .sectionName h2 a:hover,
.structLeft .sectionName h2 a:focus {
  text-decoration: underline;
}
.secondaryNav {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
}
.secondaryNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.secondaryNav ul li {
  background: none;
  padding: 0;
}
.secondaryNav ul li + li {
  margin: 0;
}
.secondaryNav ul li a {
  display: block;
  text-decoration: none;
}
.secondaryNav > ul {
  margin-bottom: 60px;
}
@media only screen and (max-width:  699px ) {
  .secondaryNav > ul {
    margin-bottom: 30px;
  }
}
.secondaryNav > ul > li {
  border-bottom: 1px solid #B89EC6;
  padding-bottom: 0px;
}
.secondaryNav > ul > li > a {
  color: #231F20;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1;
  font-weight: bold;
  padding: 15px 0 15px;
  margin: 0!important;
}
.secondaryNav > ul > li > a:hover,
.secondaryNav > ul > li > a:focus {
  color: #592A8A;
  background: #F2F3F4;
}
.secondaryNav > ul > li.has-subnav > a {
  padding-right: 45px;
}
.secondaryNav > ul > li > .accordion-btn-wrap {
  background: transparent;
  border: none;
  padding: 0;
}
.secondaryNav > ul > li > .accordion-btn-wrap:focus {
  outline: 2px solid #B89EC6;
}
.secondaryNav > ul > li > .accordion-btn-wrap .accordion-collapsed {
  display: block!important;
}
.secondaryNav > ul > li > .accordion-btn-wrap .accordion-expanded {
  display: none!important;
}
.secondaryNav > ul > li > .accordion-btn-wrap .icon {
  width: 10px;
  height: 10px;
  float: right;
  margin-right: 5px;
}
.secondaryNav > ul > li > .accordion-btn-wrap .icon svg {
  fill: #592A8A;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.secondaryNav > ul > li > .accordion-btn-wrap.accordion-active .icon svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.secondaryNav > ul > li.selected {
  border-color: #592A8A;
}
.secondaryNav > ul > li.selected > a {
  color: #592A8A;
}
.secondaryNav > ul > li > ul {
  margin-top: -5px;
  padding-bottom: 5px;
}
.secondaryNav > ul > li > ul > li {
  background: none;
}
.secondaryNav > ul > li > ul > li a {
  display: block;
  padding: 5px 0px 5px 15px;
  color: #231F20;
}
.secondaryNav > ul > li > ul > li a:hover,
.secondaryNav > ul > li > ul > li a:focus {
  text-decoration: underline;
}
/* RIGHT CONTENT 
---------------------------------------------*/
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .structRight {
    margin-bottom: 2em;
  }
}
/* FOOTER ELEMENTS
---------------------------------------------*/
footer {
  float: left;
  width: 100%;
  color: #fff;
  background: #44225E;
  padding: 75px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  overflow: hidden;
}
@media only screen and (max-width:  1023px ) {
  footer {
    text-align: center;
    padding: 40px 0;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover,
footer a:focus {
  text-decoration: underline;
  color: #fff;
}
footer a.underline {
  text-decoration: underline;
}
footer a.underline:hover,
footer a.underline:focus {
  text-decoration: none;
}
footer h2 {
  margin: 0 0 5px;
}
@media only screen and (max-width:  1023px ) {
  footer h2 {
    margin-top: 30px!important;
  }
}
footer address {
  font-style: normal;
}
footer .footerLogo {
  margin-top: -20px;
}
@media only screen and (max-width:  1023px ) {
  footer .footerLogo {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
footer .footerLogo a {
  display: block;
}
@media only screen and (max-width:  1023px ) {
  footer .footerLogo img {
    width: 210px;
  }
}
footer ul.social {
  margin: 0 -12px;
  padding: 0;
  list-style: none;
  text-align: left;
}
@media only screen and (max-width:  1023px ) {
  footer ul.social {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:  699px ) {
  footer ul.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 400px;
    margin: 0 auto;
  }
}
footer ul.social li {
  display: inline-block;
  padding: 5px 7px 10px;
}
@media only screen and (max-width:  699px ) {
  footer ul.social li {
    padding-left: 0;
    padding-right: 0;
  }
}
footer ul.social li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  line-height: 36px;
  text-align: center;
  font-size: 17px;
  font-size: 1.1rem;
}
footer ul.social li a:hover,
footer ul.social li a:focus {
  background: #fff;
  color: #592A8A;
}
/* MOBILE NAVIGATION
-----------------------------------------------*/
body.open-menu {
  overflow: hidden;
}
#mobileDrawer {
  clear: both;
  position: fixed;
  top: -100%;
  width: 100%;
  left: 0;
  z-index: 5;
  -webkit-transition: top .4s ease;
  transition: top .4s ease;
  height: 100%;
  overflow-y: scroll;
  padding-top: 70px;
  background: #592A8A;
  display: none;
}
@media only screen and (max-width:  1023px ) {
  #mobileDrawer {
    display: block;
  }
}
.open-menu #mobileDrawer {
  top: 0px;
}
#mobileDrawer .drawerUpper {
  background: #fff;
  padding: 25px 25px 40px;
}
@media only screen and (max-width:  699px ) {
  #mobileDrawer .drawerUpper {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
#mobileDrawer .drawerLower {
  background: #592A8A;
  padding: 25px 25px 25px;
}
#mobileDrawer .mainMobile {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: normal;
}
#mobileDrawer .mainMobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobileDrawer .mainMobile ul li a {
  display: block;
  text-decoration: none;
}
#mobileDrawer .mainMobile ul li .accordion-btn-wrap {
  background: none;
  padding: 0;
  border: none;
  position: relative;
}
#mobileDrawer .mainMobile ul li .accordion-btn-wrap:focus {
  outline: 2px solid #F2F3F4;
}
#mobileDrawer .mainMobile ul li .accordion-btn-wrap .accordion-btn .icon {
  position: absolute;
  width: 11px;
  right: 2px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#mobileDrawer .mainMobile ul li .accordion-btn-wrap .accordion-btn .icon svg {
  fill: #592A8A;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#mobileDrawer .mainMobile ul li .accordion-btn-wrap .accordion-btn.accordion-collapsed {
  display: block!important;
}
#mobileDrawer .mainMobile ul li .accordion-btn-wrap .accordion-btn.accordion-expanded {
  display: none!important;
}
#mobileDrawer .mainMobile ul li .accordion-btn-wrap.accordion-active .accordion-btn .icon svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#mobileDrawer .mainMobile > ul > li {
  border-bottom: 1px solid #B89EC6;
  padding-bottom: 5px;
}
#mobileDrawer .mainMobile > ul > li > a {
  font-weight: 400;
  color: #44225E;
  padding: 15px 0 10px;
}
#mobileDrawer .mainMobile > ul > li > ul {
  padding-bottom: 15px;
}
#mobileDrawer .mainMobile > ul > li > ul > li > a {
  color: #592A8A;
  padding: 5px 0;
}
#mobileDrawer .headerBtns {
  margin-top: 30px;
}
#mobileDrawer .headerBtns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
@media only screen and (max-width:  699px ) {
  #mobileDrawer .headerBtns ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#mobileDrawer .headerBtns ul li {
  padding: 0 15px;
  width: 50%;
}
@media only screen and (max-width:  699px ) {
  #mobileDrawer .headerBtns ul li {
    width: 100%;
  }
  #mobileDrawer .headerBtns ul li + li {
    margin-top: 20px;
  }
}
#mobileDrawer .headerBtns ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
#mobileDrawer .memberToolsMobile {
  text-align: center;
  font-size: 20px;
  font-size: 1rem;
  line-height: 1;
}
#mobileDrawer .memberToolsMobile ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
#mobileDrawer .memberToolsMobile ul li {
  display: inline-block;
  line-height: normal;
  margin:0 0 5px;
}
#mobileDrawer .memberToolsMobile ul li + li:before {
  content: "|";
  color: #B89EC6;
  padding: 0 15px 0 11px;
}
#mobileDrawer .memberToolsMobile ul li a {
  text-decoration: none;
  color: #FEC923;
}
#mobileDrawer .memberToolsMobile ul li a:hover,
#mobileDrawer .memberToolsMobile ul li a:focus {
  text-decoration: underline;
}
#mobileDrawer .mobileUtility {
  margin-top: 30px;
}
#mobileDrawer .mobileUtility #utilityTriggerTM {
  display: block;
  height: 35px;
  line-height: 35px;
  padding-right: 35px;
  position: relative;
  color: #FEC923;
  text-decoration: none;
  letter-spacing: 0.25px;
  font-size: 22px;
  font-size: 1.375rem;
}
#mobileDrawer .mobileUtility #utilityTriggerTM .icon {
  width: 15px;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 38px;
}
#mobileDrawer .mobileUtility #utilityTriggerTM .icon svg {
  fill: #FEC923;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
#mobileDrawer .mobileUtility #utilityTriggerTM:hover,
#mobileDrawer .mobileUtility #utilityTriggerTM:focus {
  text-decoration: underline;
  background: none;
}
.open-utility #mobileDrawer .mobileUtility #utilityTriggerTM .icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#mobileDrawer .mobileUtility .utilityLinksMob {
  display: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
}
#mobileDrawer .mobileUtility .utilityLinksMob ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobileDrawer .mobileUtility .utilityLinksMob ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 5px 0;
}
#mobileDrawer .mobileUtility .utilityLinksMob ul li a:hover,
#mobileDrawer .mobileUtility .utilityLinksMob ul li a:focus {
  text-decoration: underline;
}
.open-utility #mobileDrawer .mobileUtility .utilityLinksMob {
  display: block;
}
/* FORM STYLING 
---------------------------------------------*/
.input_styles {
  background: transparent;
  border: none;
  border-bottom: 1px solid #B89EC6;
  border-radius: 0;
  box-shadow: none;
  -webkit-filter: none;
          filter: none;
  padding: 0px;
  width: 400px;
  max-width: 100%;
  font-family: "BwDarius-Regular", "Spectral", Georgia, serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 400;
  color: #592A8A;
}
.input_styles:focus,
.input_styles:active {
  border-color: #FEC923;
}
#ContentMiddle div[id*="pnlBreadcrumbs"],
#ContentMiddle div.idbmsBreadcrumbWrapper {
  display: block;
  padding: 0 0 50px;
  overflow: hidden;
}
#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb,
#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
  display: block;
  float: left;
  border: 1px solid #c8c8c8;
  color: #626262;
  padding: 8px 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-right: 10px;
}
#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  background: #592A8A;
  color: #fff;
  border-color: #592A8A;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive,
  #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
    width: 100%;
    display: block;
    float: none;
  }
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb,
  #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb {
    display: none;
  }
}
#ContentMiddle div[id*="pnlBreadcrumbs"] .stepTxt,
#ContentMiddle div.idbmsBreadcrumbWrapper .stepTxt {
  padding-right: 5px;
  font-weight: bold;
}
#ContentMiddle .imod_formItemWrapper .EventsHeader,
#ContentMiddle .imod_fieldWrapper .EventsHeader {
  background: #592A8A;
  color: #fff;
  font-family: "Norwester", 'norwesterregular', "Oswald", Helvetica, Arial, sans-serif;
  border-color: #c8c8c8;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 14px 20px 10px;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
#ContentMiddle .imod_formItemWrapper .EventsHeader a,
#ContentMiddle .imod_fieldWrapper .EventsHeader a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  color: #fff;
}
#ContentMiddle .imod_formItemWrapper .EventsHeader a .categoryToggle,
#ContentMiddle .imod_fieldWrapper .EventsHeader a .categoryToggle {
  display: block;
  float: right;
  padding: 7px 15px;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod_fieldWrapper {
    border: none;
    padding: 10px 0;
  }
}
#ContentMiddle .imod_fieldWrapper .imod_fieldLabel {
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #592A8A;
  padding-bottom: 5px;
}
#ContentMiddle .imod_fieldWrapper .imod_fieldInput label.textbox-confirm-label {
  font-style: italic;
}
#ContentMiddle .imod_fieldWrapper .imod_fieldInput textarea,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #B89EC6;
  border-radius: 0;
  box-shadow: none;
  -webkit-filter: none;
          filter: none;
  padding: 0px;
  width: 400px;
  max-width: 100%;
  font-family: "BwDarius-Regular", "Spectral", Georgia, serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 400;
  color: #592A8A;
}
#ContentMiddle .imod_fieldWrapper .imod_fieldInput textarea:focus,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput input[type="text"]:focus,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select:focus,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput textarea:active,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput input[type="text"]:active,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select:active {
  border-color: #FEC923;
}
#ContentMiddle .imod_fieldWrapper .imod_fieldInput input[type="text"] {
  height: 37px;
}
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='DropDown1'],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddHowOften'],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddStartDay'],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddNumPayments'],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddlFeeControl'] {
  height: 37px;
}
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='DropDown1'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddHowOften'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddStartDay'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddNumPayments'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddlFeeControl'] option {
  height: 37px;
}
#ContentMiddle .imod_fieldWrapper .imod_fieldInput .divAdvancedDesignations input[type="text"] {
  width: auto;
}
#ContentMiddle .imod_fieldWrapper .imod_col2 {
  float: left;
  width: 70%;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod_fieldWrapper .imod_col2 {
    width: 100%;
  }
}
#ContentMiddle .imod_fieldWrapper .imod_col2 textarea,
#ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col2 select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #B89EC6;
  border-radius: 0;
  box-shadow: none;
  -webkit-filter: none;
          filter: none;
  padding: 0px;
  width: 400px;
  max-width: 100%;
  font-family: "BwDarius-Regular", "Spectral", Georgia, serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 400;
  color: #592A8A;
}
#ContentMiddle .imod_fieldWrapper .imod_col2 textarea:focus,
#ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"]:focus,
#ContentMiddle .imod_fieldWrapper .imod_col2 select:focus,
#ContentMiddle .imod_fieldWrapper .imod_col2 textarea:active,
#ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"]:active,
#ContentMiddle .imod_fieldWrapper .imod_col2 select:active {
  border-color: #FEC923;
}
#ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"] {
  height: 37px;
}
#ContentMiddle .imod_fieldWrapper .imod_col2 select[id*='DropDown1'] {
  height: 37px;
}
#ContentMiddle .imod_fieldWrapper .imod_col2 select[id*='DropDown1'] option {
  height: 37px;
}
#ContentMiddle .imod_fieldWrapper .imod_col3 {
  float: left;
  width: 70%;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod_fieldWrapper .imod_col3 {
    width: 100%;
  }
}
#ContentMiddle .imod_fieldWrapper .imod_col3 textarea,
#ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col3 select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #B89EC6;
  border-radius: 0;
  box-shadow: none;
  -webkit-filter: none;
          filter: none;
  padding: 0px;
  width: 400px;
  max-width: 100%;
  font-family: "BwDarius-Regular", "Spectral", Georgia, serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 400;
  color: #592A8A;
}
#ContentMiddle .imod_fieldWrapper .imod_col3 textarea:focus,
#ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"]:focus,
#ContentMiddle .imod_fieldWrapper .imod_col3 select:focus,
#ContentMiddle .imod_fieldWrapper .imod_col3 textarea:active,
#ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"]:active,
#ContentMiddle .imod_fieldWrapper .imod_col3 select:active {
  border-color: #FEC923;
}
#ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"] {
  height: 37px;
}
#ContentMiddle .imod_fieldWrapper .imod_col3 select[id*='DropDown1'] {
  height: 37px;
}
#ContentMiddle .imod_fieldWrapper .imod_col3 select[id*='DropDown1'] option {
  height: 37px;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod_fieldWrapper .imod_col4 {
    width: 100%;
  }
}
#ContentMiddle .imod_fieldWrapper .imod_col4 textarea,
#ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col4 select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #B89EC6;
  border-radius: 0;
  box-shadow: none;
  -webkit-filter: none;
          filter: none;
  padding: 0px;
  width: 400px;
  max-width: 100%;
  font-family: "BwDarius-Regular", "Spectral", Georgia, serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 400;
  color: #592A8A;
}
#ContentMiddle .imod_fieldWrapper .imod_col4 textarea:focus,
#ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"]:focus,
#ContentMiddle .imod_fieldWrapper .imod_col4 select:focus,
#ContentMiddle .imod_fieldWrapper .imod_col4 textarea:active,
#ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"]:active,
#ContentMiddle .imod_fieldWrapper .imod_col4 select:active {
  border-color: #FEC923;
}
#ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"] {
  height: 37px;
}
#ContentMiddle .imod_fieldWrapper .imod_col4 select[id*='DropDown1'] {
  height: 37px;
}
#ContentMiddle .imod_fieldWrapper .imod_col4 select[id*='DropDown1'] option {
  height: 37px;
}
#ContentMiddle .imod_fieldWrapper.giftAmountBox {
  background: #e1e1e1;
  border: 1px solid #c8c8c8;
  font-size: 20px;
  padding: 20px;
  margin-bottom: 30px;
}
#ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldLabel {
  line-height: 60px;
  font-family: "Norwester", 'norwesterregular', "Oswald", Helvetica, Arial, sans-serif;
  width: auto;
  padding-right: 20px;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldLabel {
    width: 100%;
    padding: 0 0 10px;
    line-height: normal;
  }
}
#ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldInput {
  width: auto;
}
#ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldInput input[type="text"] {
  background: #fff;
  height: 60px;
  line-height: 1em;
  font-size: 35px;
  font-weight: bold;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldInput {
    width: 100%;
  }
}
#ContentMiddle .imod_fieldWrapper span[id*="lblFullName2"],
#ContentMiddle .imod_fieldWrapper span[id*='lblCCNoHypens'] {
  display: block;
  font-size: 0.8em;
  font-style: italic;
  opacity: 0.5;
}
#ContentMiddle .imod_fieldWrapper #divPayByCC .imod_fieldWrapper .imod_fieldInput {
  width: auto;
}
#ContentMiddle .imod_fieldWrapper #divPayByCC .imod_fieldWrapper .imod_fieldInput select,
#ContentMiddle .imod_fieldWrapper #divPayByCC .imod_fieldWrapper .imod_fieldInput input {
  width: auto;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] {
  display: block;
  font-size: 14px;
  line-height: normal;
  margin: 0 -10px;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody {
  display: block;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr {
  display: block;
  float: left;
  width: 50%;
  border: 10px solid #fff;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr {
    width: 100%;
    float: none;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(3n+3) {
  clear: left;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr.active td,
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr.active td:hover {
  background: #27123c;
  border-color: #592A8A;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td {
  padding: 0px;
  display: block;
  background: #592A8A;
  position: relative;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border: 2px solid transparent;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td:hover {
  background: #401e63;
  cursor: pointer;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td input[type='radio'] {
  display: none;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td input[type='radio']:checked + label {
  /*background:darken(@primary-color, 20%);*/
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td input[type='radio']:checked + label:before {
  content: "\f058";
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td label {
  display: block;
  padding: 18px 80px 18px 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5em;
  cursor: pointer;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td label:before {
  color: #ffffff;
  display: block;
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 30px;
  padding: 0 0px;
  content: "\f111";
  width: 60px;
  text-align: center;
  height: 30px;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
  font-weight: normal;
}
#ContentMiddle .designation-section .divAdvancedDesignations {
  width: 100%;
  margin: 0;
  border: 2px solid #c8c8c8;
}
#ContentMiddle .designation-section .divAdvancedDesignations .fa {
  color: #592A8A;
}
#ContentMiddle .login-password-box {
  width: 100%;
}
.fancybox-overlay .fancybox-wrap {
  width: 600px!important;
  max-width: 90%;
}
.fancybox-overlay .fancybox-wrap .fancybox-inner {
  width: 100%!important;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin {
  padding: 30px!important;
}
@media only screen and (max-width:  699px ) {
  .fancybox-overlay .fancybox-wrap .fancybox-skin {
    padding: 15px!important;
  }
}
.fancybox-overlay .fancybox-wrap div.imod_designations_wrapper {
  max-width: 100%;
}
.fancybox-overlay .fancybox-wrap div.imod_designations_wrapper br {
  display: none;
}
.fancybox-overlay .fancybox-wrap div.imod_designations_wrapper span.instruction-section {
  font-size: 1em;
  width: 100%;
  margin: 0 0 0px;
}
.fancybox-overlay .fancybox-wrap div.imod_designations_wrapper div.notification-section-top {
  margin-top: 10px;
}
.fancybox-overlay .fancybox-wrap div.header-section {
  float: left;
  min-height: 35px;
  padding: 0 0 15px;
  width: 100%;
}
.fancybox-overlay .fancybox-wrap div.header-section h1 {
  margin: 0;
  padding: 5px 220px 5px 0;
  font-size: 1.5em;
  min-height: 40px;
}
@media only screen and (max-width:  699px ) {
  .fancybox-overlay .fancybox-wrap div.header-section h1 {
    margin-top: 40px;
    font-size: 1.3em;
    padding-right: 0;
  }
}
.fancybox-overlay .fancybox-wrap div.header-section div.search-section {
  background: #ddd;
  border: 1px solid #ccc;
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
@media only screen and (max-width:  699px ) {
  .fancybox-overlay .fancybox-wrap div.header-section div.search-section {
    width: 100%;
  }
}
.fancybox-overlay .fancybox-wrap div.header-section div.search-section div.search-box {
  border: none;
  background: none;
}
.fancybox-overlay .fancybox-wrap div#main-section {
  background: #eee;
  border: 2px solid #ddd;
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset {
  border: none;
  margin: 15px 0 0;
  padding: 8px 15px 10px;
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset legend {
  font-size: 1.25em;
  line-height: 1.3em;
}
@media only screen and (max-width:  699px ) {
  .fancybox-overlay .fancybox-wrap div#main-section fieldset legend {
    font-size: 1em;
  }
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section {
  background: #fff;
  border-radius: 3px;
  padding: 10px;
  margin: 0 0 5px;
  width: 100%;
  float: none;
  overflow: hidden;
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section input {
  margin-top: 2px;
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section label {
  display: block;
  max-width: 100%;
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section div.arrow {
  position: relative;
  top: -3px;
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section ul.sub-section {
  width: 100%;
  float: none;
  margin: 0;
  padding: 5px 0 0 17px;
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section ul.sub-section li.child {
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 5px 15px 5px 0;
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section ul.sub-section li.child input[type="checkbox"] {
  width: 15px;
  margin: 0;
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section ul.sub-section li.child label {
  float: none;
  padding-left: 23px;
  line-height: normal;
}
.fancybox-overlay .fancybox-wrap div.button-section {
  display: block;
  width: 100%;
  padding: 20px 0 0;
  float: left;
}
.fancybox-overlay .fancybox-wrap div.button-section input {
  background: #592A8A;
  color: #fff;
  display: inline-block;
  float: right;
  padding: 10px 20px;
  border: none;
  max-width: 40%;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.fancybox-overlay .fancybox-wrap div.button-section input:hover {
  background: #222;
  color: #fff;
}
.fancybox-overlay .fancybox-wrap div.button-section a {
  border: 1px solid #ccc;
  color: #333;
  margin: 0!important;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  float: left;
  max-width: 40%;
}
.fancybox-overlay .fancybox-wrap div.button-section a:hover {
  background: #222;
  color: #fff;
  text-decoration: none;
  border-color: #222;
}
.flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:  699px ) {
  .flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody {
    display: block;
  }
}
.flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr {
  display: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
/* GIVE BUTTONS 1 STYLING 
---------------------------------------------*/
ul.giveBtnsList {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  text-align: center;
}
ul.giveBtnsList li {
  display: inline-block;
  padding: 0 10px;
  margin-right: -4px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  ul.giveBtnsList li {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width:  699px ) {
  ul.giveBtnsList li {
    padding: 0 5px;
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
ul.giveBtnsList li a {
  text-decoration: none;
  display: block;
  font-size: 2em;
  line-height: 1em;
  padding: 20px 30px;
  background: #592A8A;
  color: #fff!important;
  font-weight: bold;
}
ul.giveBtnsList li a.otherAmt {
  font-weight: normal;
  color: #fff;
}
ul.giveBtnsList li a:hover {
  background: #222;
  color: #fff!important;
  border-color: #000;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  ul.giveBtnsList li a {
    font-size: 26px;
    padding: 15px 20px;
  }
}
@media only screen and (max-width:  699px ) {
  ul.giveBtnsList li a {
    font-size: 24px;
    padding: 13px;
  }
}
ul.giveBtnsList span.sm {
  float: left;
  font-size: 0.55em;
  margin-right: 2px;
  position: relative;
  top: -5px;
}
@media only screen and (max-width:  699px ) {
  ul.giveBtnsList span.sm {
    float: none;
  }
}
/* GIVE BUTTONS 2 STYLING 
---------------------------------------------*/
.giveInputWrapper {
  display: block;
  position: relative;
  height: 50px;
  padding-right: 20px;
  max-width: 50%;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .giveInputWrapper {
    max-width: 80%;
  }
}
@media only screen and (max-width:  699px ) {
  .giveInputWrapper {
    max-width: 100%;
  }
}
.giveInputWrapper .giveInputInner {
  background: #fff;
  overflow: hidden;
  padding-left: 45px;
  position: relative;
  border: 2px solid #ccc;
}
.giveInputWrapper label {
  display: none;
}
.giveInputWrapper .dollarSign {
  position: absolute;
  top: 0;
  left: 0;
  color: #222 !important;
  font-size: 25px;
  line-height: 50px;
  width: 35px;
  text-align: right;
}
.giveInputWrapper #giveInput {
  background: none;
  border: none;
  height: 46px;
  color: #222 !important;
  width: 100%;
  font-size: 25px;
}
@media only screen and (max-width:  699px ) {
  .giveInputWrapper #giveInput {
    font-size: 18px;
  }
}
.giveInputWrapper #giveBtnSubmit {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: none;
  background: #222;
  padding: 0 20px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  line-height: 50px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
.giveInputWrapper #giveBtnSubmit:hover {
  background: #000;
}
@media only screen and (max-width:  699px ) {
  .giveInputWrapper #giveBtnSubmit {
    padding: 0 10px;
    font-size: 11px;
  }
}
.giveInputWrapper #errorMsg {
  font-style: italic;
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
}
/* LANDING & HOME PAGE STYLES 
---------------------------*/
.landing .oneCol-layout,
.home .oneCol-layout {
  background: #F2F3F4;
}
.landing .oneCol-layout .container,
.home .oneCol-layout .container {
  background: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
}
.landing #heroBar,
.home #heroBar {
  background: url(images/Pattern-Wave.svg) repeat #592A8A;
  color: #fff;
  background-position: right center;
}
@media only screen and (min-width: 1200px) {
  .landing #heroBar,
  .home #heroBar {
    background-size: cover;
  }
}
@media only screen and (min-width: 1024px) and (max-width:  1199px ) {
  .landing #heroBar,
  .home #heroBar {
    background-size: cover;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #heroBar,
  .home #heroBar {
    background-size: 100%;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #heroBar,
  .home #heroBar {
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
  .landing #heroBar,
  .home #heroBar {
    background-size: cover;
  }
}
.landing #heroBar .heroInner,
.home #heroBar .heroInner {
  position: relative;
  min-height: 500px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #heroBar .heroInner,
  .home #heroBar .heroInner {
    min-height: 350px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #heroBar .heroInner,
  .home #heroBar .heroInner {
    min-height: auto;
  }
}
.flexbox .landing #heroBar .heroInner,
.flexbox .home #heroBar .heroInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:  699px ) {
  .flexbox .landing #heroBar .heroInner,
  .flexbox .home #heroBar .heroInner {
    display: block;
  }
}
.landing #heroBar .heroInner .thumb,
.home #heroBar .heroInner .thumb {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width:  699px ) {
  .landing #heroBar .heroInner .thumb,
  .home #heroBar .heroInner .thumb {
    position: static;
    width: 100%;
  }
}
.landing #heroBar .heroInner .thumb .thumbInner,
.home #heroBar .heroInner .thumb .thumbInner {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.landing #heroBar .heroInner .thumb .thumbInner img,
.home #heroBar .heroInner .thumb .thumbInner img {
  visibility: hidden;
}
.landing #heroBar .heroInner .thumb:before,
.home #heroBar .heroInner .thumb:before {
  background-image: url(images/svgs/square-x-gold.svg);
  content: "";
  width: 127px;
  height: 111px;
  display: block;
  position: absolute;
  bottom: -22px;
  left: 22px;
}
@media only screen and (max-width:  1023px ) {
  .landing #heroBar .heroInner .thumb:before,
  .home #heroBar .heroInner .thumb:before {
    display: none;
  }
}
.landing #heroBar .heroInner .big-icon,
.home #heroBar .heroInner .big-icon {
  position: absolute;
  left: 50%;
  top: -18px;
  display: none;
  z-index: 1;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #heroBar .heroInner .big-icon,
  .home #heroBar .heroInner .big-icon {
    display: block;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #heroBar .heroInner .big-icon,
  .home #heroBar .heroInner .big-icon {
    left: 0;
    top: 0;
  }
}
.landing #heroBar .heroInner .big-icon svg,
.home #heroBar .heroInner .big-icon svg {
  fill: #44225E;
  height: 240px;
  position: relative;
  left: -79px;
}
.landing #heroBar .heroInner .rightSide,
.home #heroBar .heroInner .rightSide {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width:  699px ) {
  .landing #heroBar .heroInner .rightSide,
  .home #heroBar .heroInner .rightSide {
    position: relative;
  }
}
.landing #heroBar .heroInner .rightSide .text,
.home #heroBar .heroInner .rightSide .text {
  padding: 50px 105px 50px 40px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #heroBar .heroInner .rightSide .text,
  .home #heroBar .heroInner .rightSide .text {
    padding-right: 20px;
    padding-left: 25px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #heroBar .heroInner .rightSide .text,
  .home #heroBar .heroInner .rightSide .text {
    padding: 35px 10px;
  }
}
.landing #heroBar .heroInner .rightSide .text h1,
.home #heroBar .heroInner .rightSide .text h1 {
  margin: 0 0 15px;
}
.landing #heroBar .heroInner .rightSide .text .icon svg,
.home #heroBar .heroInner .rightSide .text .icon svg {
  width: 40px;
  height: 40px;
}
.landing #heroBar .heroInner .strip,
.home #heroBar .heroInner .strip {
  position: absolute;
  right: 0;
  top: 25px;
  height: calc(100% - 25px);
  width: 105px;
  background: #44225E;
}
.landing .grayBoxFeature,
.home .grayBoxFeature {
  padding: 90px 45px;
  overflow: hidden;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .grayBoxFeature,
  .home .grayBoxFeature {
    padding: 30px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .grayBoxFeature,
  .home .grayBoxFeature {
    padding: 25px;
  }
}
.landing .grayBoxFeature .grayBoxInner,
.home .grayBoxFeature .grayBoxInner {
  background: #F2F3F4;
  position: relative;
  min-height: 570px;
  z-index: 1;
}
@media only screen and (max-width:  1023px ) {
  .landing .grayBoxFeature .grayBoxInner,
  .home .grayBoxFeature .grayBoxInner {
    min-height: auto;
  }
}
.flexbox .landing .grayBoxFeature .grayBoxInner,
.flexbox .home .grayBoxFeature .grayBoxInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:  1023px ) {
  .flexbox .landing .grayBoxFeature .grayBoxInner,
  .flexbox .home .grayBoxFeature .grayBoxInner {
    display: block;
  }
}
.landing .grayBoxFeature .grayBoxInner:after,
.home .grayBoxFeature .grayBoxInner:after {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: 0;
  bottom: -50px;
  left: -25px;
  background-image: url(images/svgs/XPattern-sm-01.svg);
  background-position: left bottom;
  background-size: 130px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .grayBoxFeature .grayBoxInner:after,
  .home .grayBoxFeature .grayBoxInner:after {
    height: 135px;
    left: auto;
    right: -32px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .grayBoxFeature .grayBoxInner:after,
  .home .grayBoxFeature .grayBoxInner:after {
    width: auto;
    height: 135px;
    left: -15px;
    right: -20px;
    background-size: 115px;
    bottom: -40px;
  }
}
.landing .grayBoxFeature .grayBoxInner .contentWrap,
.home .grayBoxFeature .grayBoxInner .contentWrap {
  position: relative;
  z-index: 1;
  background: #F2F3F4;
}
.flexbox .landing .grayBoxFeature .grayBoxInner .contentWrap,
.flexbox .home .grayBoxFeature .grayBoxInner .contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width:  1023px ) {
  .flexbox .landing .grayBoxFeature .grayBoxInner .contentWrap,
  .flexbox .home .grayBoxFeature .grayBoxInner .contentWrap {
    display: block;
  }
}
.landing .grayBoxFeature .grayBoxInner .thumb,
.home .grayBoxFeature .grayBoxInner .thumb {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width:  1023px ) {
  .landing .grayBoxFeature .grayBoxInner .thumb,
  .home .grayBoxFeature .grayBoxInner .thumb {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.landing .grayBoxFeature .grayBoxInner .thumb .thumbInner,
.home .grayBoxFeature .grayBoxInner .thumb .thumbInner {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.landing .grayBoxFeature .grayBoxInner .thumb .thumbInner img,
.home .grayBoxFeature .grayBoxInner .thumb .thumbInner img {
  visibility: hidden;
}
.landing .grayBoxFeature .grayBoxInner .thumb .multi-icon-deco,
.home .grayBoxFeature .grayBoxInner .thumb .multi-icon-deco {
  position: absolute;
  z-index: 10;
  right: -30px;
  bottom: -25px;
}
.landing .grayBoxFeature .grayBoxInner .thumb .multi-icon-deco .multi-icons-left,
.home .grayBoxFeature .grayBoxInner .thumb .multi-icon-deco .multi-icons-left {
  display: none;
}
@media only screen and (max-width:  1023px ) {
  .landing .grayBoxFeature .grayBoxInner .thumb .multi-icon-deco,
  .home .grayBoxFeature .grayBoxInner .thumb .multi-icon-deco {
    right: auto;
    left: -9px;
    bottom: -33px;
  }
}
.landing .grayBoxFeature .grayBoxInner .thumb .multi-icon-deco svg,
.home .grayBoxFeature .grayBoxInner .thumb .multi-icon-deco svg {
  width: 120px;
  height: 120px;
}
@media only screen and (max-width:  1023px ) {
  .landing .grayBoxFeature .grayBoxInner .thumb .multi-icon-deco svg,
  .home .grayBoxFeature .grayBoxInner .thumb .multi-icon-deco svg {
    width: 60px;
    height: 60px;
  }
}
.landing .grayBoxFeature .grayBoxInner .text,
.home .grayBoxFeature .grayBoxInner .text {
  width: 50%;
  padding: 40px 60px;
}
@media only screen and (max-width:  1023px ) {
  .landing .grayBoxFeature .grayBoxInner .text,
  .home .grayBoxFeature .grayBoxInner .text {
    width: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .grayBoxFeature .grayBoxInner .text,
  .home .grayBoxFeature .grayBoxInner .text {
    padding: 40px 30px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .grayBoxFeature .grayBoxInner .text,
  .home .grayBoxFeature .grayBoxInner .text {
    padding: 40px 25px;
  }
}
.landing .grayBoxFeature .grayBoxInner .text .title,
.home .grayBoxFeature .grayBoxInner .text .title {
  margin: 20px 0;
  padding-right: 15%;
}
@media screen and (max-width: 1200px) {
  .landing .grayBoxFeature .grayBoxInner .text .title,
  .home .grayBoxFeature .grayBoxInner .text .title {
    padding-right: 0;
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .grayBoxFeature .grayBoxInner .text .title,
  .home .grayBoxFeature .grayBoxInner .text .title {
    font-size: 32px;
    font-size: 2rem;
    padding-right: 20px;
  }
}
.landing .grayBoxFeature .grayBoxInner .text .blurb,
.home .grayBoxFeature .grayBoxInner .text .blurb {
  color: #231F20;
}
.landing .grayBoxFeature .grayBoxInner .text .button,
.home .grayBoxFeature .grayBoxInner .text .button {
  margin-top: 30px;
  min-width: 200px;
  margin-bottom: 0;
}
@media only screen and (max-width:  699px ) {
  .landing .grayBoxFeature .grayBoxInner .text .button,
  .home .grayBoxFeature .grayBoxInner .text .button {
    display: block;
    margin-right: 0;
  }
}
.landing .grayBoxFeature .grayBoxInner a,
.home .grayBoxFeature .grayBoxInner a {
  display: block;
  text-decoration: none;
}
.flexbox .landing .grayBoxFeature .grayBoxInner a,
.flexbox .home .grayBoxFeature .grayBoxInner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width:  1023px ) {
  .flexbox .landing .grayBoxFeature .grayBoxInner a,
  .flexbox .home .grayBoxFeature .grayBoxInner a {
    display: block;
  }
}
.landing .grayBoxFeature .grayBoxInner a:hover .title,
.home .grayBoxFeature .grayBoxInner a:hover .title,
.landing .grayBoxFeature .grayBoxInner a:focus .title,
.home .grayBoxFeature .grayBoxInner a:focus .title {
  text-decoration: underline;
}
.landing .grayBoxFeature .grayBoxInner a:hover .button,
.home .grayBoxFeature .grayBoxInner a:hover .button,
.landing .grayBoxFeature .grayBoxInner a:focus .button,
.home .grayBoxFeature .grayBoxInner a:focus .button {
  background: #592A8A;
  color: #fff;
}
.landing .grayBoxFeature.leftImage .grayBoxInner .thumb,
.home .grayBoxFeature.leftImage .grayBoxInner .thumb {
  right: auto;
  left: 0;
}
.landing .grayBoxFeature.leftImage .grayBoxInner .thumb .multi-icon-deco,
.home .grayBoxFeature.leftImage .grayBoxInner .thumb .multi-icon-deco {
  right: auto;
  left: -30px;
  bottom: -28px;
}
@media only screen and (max-width:  1023px ) {
  .landing .grayBoxFeature.leftImage .grayBoxInner .thumb .multi-icon-deco,
  .home .grayBoxFeature.leftImage .grayBoxInner .thumb .multi-icon-deco {
    left: -14px;
    bottom: -14px;
  }
}
.landing .grayBoxFeature.leftImage .grayBoxInner .thumb .multi-icon-deco .multi-icons-left,
.home .grayBoxFeature.leftImage .grayBoxInner .thumb .multi-icon-deco .multi-icons-left {
  display: block;
}
.landing .grayBoxFeature.leftImage .grayBoxInner .thumb .multi-icon-deco .multi-icons-right,
.home .grayBoxFeature.leftImage .grayBoxInner .thumb .multi-icon-deco .multi-icons-right {
  display: none;
}
.landing .grayBoxFeature.leftImage .grayBoxInner .text,
.home .grayBoxFeature.leftImage .grayBoxInner .text {
  margin-left: 50%;
}
@media only screen and (max-width:  1023px ) {
  .landing .grayBoxFeature.leftImage .grayBoxInner .text,
  .home .grayBoxFeature.leftImage .grayBoxInner .text {
    margin-left: 0;
  }
}
.landing .grayBoxFeature.leftImage .grayBoxInner:after,
.home .grayBoxFeature.leftImage .grayBoxInner:after {
  left: auto;
  right: -25px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .grayBoxFeature.leftImage .grayBoxInner:after,
  .home .grayBoxFeature.leftImage .grayBoxInner:after {
    right: -32px;
    bottom: -47px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .grayBoxFeature.leftImage .grayBoxInner:after,
  .home .grayBoxFeature.leftImage .grayBoxInner:after {
    left: -15px;
    right: -15px;
    background-size: 115px;
  }
}
.landing #imageGallery,
.home #imageGallery {
  background: #592A8A;
  padding: 55px;
  position: relative;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #imageGallery,
  .home #imageGallery {
    padding: 30px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #imageGallery,
  .home #imageGallery {
    padding: 25px 0;
  }
}
.landing #imageGallery .xIcon,
.home #imageGallery .xIcon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 165px;
  left: 15px;
  fill: #FEC923;
}
@media screen and (max-width: 1099px) {
  .landing #imageGallery .xIcon,
  .home #imageGallery .xIcon {
    display: none;
  }
}
.landing #imageGallery .flexRow,
.home #imageGallery .flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1099px) {
  .landing #imageGallery .flexRow,
  .home #imageGallery .flexRow {
    display: block;
  }
}
.landing #imageGallery .intro,
.home #imageGallery .intro {
  padding-right: 7%;
}
@media screen and (max-width: 1099px) {
  .landing #imageGallery .intro,
  .home #imageGallery .intro {
    width: 100%;
    padding: 0 40px 40px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #imageGallery .intro,
  .home #imageGallery .intro {
    padding: 0 25px 35px;
  }
}
.landing #imageGallery .intro h2,
.home #imageGallery .intro h2 {
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 1.2;
}
@media only screen and (max-width:  1023px ) {
  .landing #imageGallery .intro h2,
  .home #imageGallery .intro h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.landing #imageGallery .galleryHold,
.home #imageGallery .galleryHold {
  padding-bottom: 55%;
}
@media screen and (max-width: 1099px) {
  .landing #imageGallery .galleryHold,
  .home #imageGallery .galleryHold {
    display: none;
  }
}
.landing #imageGallery .galleryInner,
.home #imageGallery .galleryInner {
  background: #fff;
  padding: 70px;
}
@media screen and (max-width: 1099px) {
  .landing #imageGallery .galleryInner,
  .home #imageGallery .galleryInner {
    padding: 25px 0px 40px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #imageGallery .galleryInner,
  .home #imageGallery .galleryInner {
    padding: 25px 0;
  }
}
.landing #imageGallery .galleryInner .container,
.home #imageGallery .galleryInner .container {
  background: #fff;
}
.flexbox .landing #imageGallery .galleryInner .container,
.flexbox .home #imageGallery .galleryInner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing #imageGallery .gallery,
.home #imageGallery .gallery {
  position: absolute;
  right: 0;
  top: 0;
  padding: 120px 0;
  width: 55%;
  height: 100%;
}
@media screen and (max-width: 1099px) {
  .landing #imageGallery .gallery,
  .home #imageGallery .gallery {
    width: 100%;
    position: relative;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0px 40px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #imageGallery .gallery,
  .home #imageGallery .gallery {
    padding: 0 25px;
  }
}
.landing #imageGallery .gallery:after,
.home #imageGallery .gallery:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 55px;
  background-image: url(images/svgs/XPattern-gray.svg);
  background-repeat: no-repeat;
  background-position: right 48%;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #imageGallery .gallery:after,
  .home #imageGallery .gallery:after {
    right: 25px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #imageGallery .gallery:after,
  .home #imageGallery .gallery:after {
    right: 0;
    background-position: center;
  }
}
.landing #imageGallery .gallery .galleryInnerWrap,
.home #imageGallery .gallery .galleryInnerWrap {
  height: 100%;
  display: block;
  position: relative;
  right: 0;
}
@media screen and (max-width: 1099px) {
  .landing #imageGallery .gallery .galleryInnerWrap,
  .home #imageGallery .gallery .galleryInnerWrap {
    margin-right: -95px;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #imageGallery .gallery .galleryInnerWrap,
  .home #imageGallery .gallery .galleryInnerWrap {
    margin-right: -70px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #imageGallery .gallery .galleryInnerWrap,
  .home #imageGallery .gallery .galleryInnerWrap {
    margin-right: -25px;
  }
}
.landing #imageGallery .gallery .galleryInnerWrap:after,
.home #imageGallery .gallery .galleryInnerWrap:after {
  padding-bottom: 69.5%;
  content: "";
  width: 100%;
  display: block;
}
@media screen and (max-width: 1099px) {
  .landing #imageGallery .gallery .galleryInnerWrap:after,
  .home #imageGallery .gallery .galleryInnerWrap:after {
    padding-bottom: 81.75%;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #imageGallery .gallery .galleryInnerWrap:after,
  .home #imageGallery .gallery .galleryInnerWrap:after {
    padding-bottom: 88.5%;
  }
}
.landing #imageGallery .gallery .galleryInnerWrap .photoBox,
.home #imageGallery .gallery .galleryInnerWrap .photoBox {
  position: absolute;
}
.landing #imageGallery .gallery .galleryInnerWrap .photoBox a,
.home #imageGallery .gallery .galleryInnerWrap .photoBox a,
.landing #imageGallery .gallery .galleryInnerWrap .photoBox .imgWrap,
.home #imageGallery .gallery .galleryInnerWrap .photoBox .imgWrap {
  display: block;
  height: 100%;
  position: relative;
}
.landing #imageGallery .gallery .galleryInnerWrap .photoBox img,
.home #imageGallery .gallery .galleryInnerWrap .photoBox img {
  position: absolute;
  visibility: hidden;
}
.landing #imageGallery .gallery .galleryInnerWrap .photoBox .graphicIcon,
.home #imageGallery .gallery .galleryInnerWrap .photoBox .graphicIcon {
  position: absolute;
  width: 80px;
  height: 80px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #imageGallery .gallery .galleryInnerWrap .photoBox .graphicIcon,
  .home #imageGallery .gallery .galleryInnerWrap .photoBox .graphicIcon {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #imageGallery .gallery .galleryInnerWrap .photoBox .graphicIcon,
  .home #imageGallery .gallery .galleryInnerWrap .photoBox .graphicIcon {
    width: 40px;
    height: 40px;
  }
}
.landing #imageGallery .gallery .galleryInnerWrap .photoBox .photoInner,
.home #imageGallery .gallery .galleryInnerWrap .photoBox .photoInner {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.landing #imageGallery .gallery .galleryInnerWrap .photoBox.largePhoto,
.home #imageGallery .gallery .galleryInnerWrap .photoBox.largePhoto {
  height: 48%;
}
.landing #imageGallery .gallery .galleryInnerWrap .photoBox.photo1,
.home #imageGallery .gallery .galleryInnerWrap .photoBox.photo1 {
  width: 42%;
  left: 0;
  top: 11%;
  padding: 0 4% 0 4%;
  height: 27%;
  z-index: 1;
}
@media only screen and (max-width:  699px ) {
  .landing #imageGallery .gallery .galleryInnerWrap .photoBox.photo1,
  .home #imageGallery .gallery .galleryInnerWrap .photoBox.photo1 {
    padding-left: 0;
    top: 7.5%;
  }
}
.landing #imageGallery .gallery .galleryInnerWrap .photoBox.photo1 .graphicIcon,
.home #imageGallery .gallery .galleryInnerWrap .photoBox.photo1 .graphicIcon {
  z-index: 0;
  bottom: -15%;
  right: 16%;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #imageGallery .gallery .galleryInnerWrap .photoBox.photo1 .graphicIcon,
  .home #imageGallery .gallery .galleryInnerWrap .photoBox.photo1 .graphicIcon {
    bottom: -18%;
  }
}
.landing #imageGallery .gallery .galleryInnerWrap .photoBox.photo2,
.home #imageGallery .gallery .galleryInnerWrap .photoBox.photo2 {
  top: 0;
  right: 0;
  width: 58%;
}
@media only screen and (max-width:  699px ) {
  .landing #imageGallery .gallery .galleryInnerWrap .photoBox.photo2,
  .home #imageGallery .gallery .galleryInnerWrap .photoBox.photo2 {
    padding-right: 25px;
    height: 42.5%;
  }
}
.landing #imageGallery .gallery .galleryInnerWrap .photoBox.photo2 .graphicIcon.triangle,
.home #imageGallery .gallery .galleryInnerWrap .photoBox.photo2 .graphicIcon.triangle {
  top: -40px;
  right: 55px;
  z-index: 0;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #imageGallery .gallery .galleryInnerWrap .photoBox.photo2 .graphicIcon.triangle,
  .home #imageGallery .gallery .galleryInnerWrap .photoBox.photo2 .graphicIcon.triangle {
    right: 50px;
    top: -35px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #imageGallery .gallery .galleryInnerWrap .photoBox.photo2 .graphicIcon.triangle,
  .home #imageGallery .gallery .galleryInnerWrap .photoBox.photo2 .graphicIcon.triangle {
    right: 45px;
    top: -20px;
  }
}
.landing #imageGallery .gallery .galleryInnerWrap .photoBox.photo2 .graphicIcon.square,
.home #imageGallery .gallery .galleryInnerWrap .photoBox.photo2 .graphicIcon.square {
  bottom: -40px;
  left: -40px;
  z-index: 5;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #imageGallery .gallery .galleryInnerWrap .photoBox.photo2 .graphicIcon.square,
  .home #imageGallery .gallery .galleryInnerWrap .photoBox.photo2 .graphicIcon.square {
    bottom: -35px;
    left: -35px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #imageGallery .gallery .galleryInnerWrap .photoBox.photo2 .graphicIcon.square,
  .home #imageGallery .gallery .galleryInnerWrap .photoBox.photo2 .graphicIcon.square {
    left: -20px;
    bottom: -25px;
  }
}
.landing #imageGallery .gallery .galleryInnerWrap .photoBox.photo3,
.home #imageGallery .gallery .galleryInnerWrap .photoBox.photo3 {
  left: 0;
  bottom: 8.4%;
  width: 25%;
  padding-right: 4%;
  height: 38.6%;
}
@media only screen and (max-width:  699px ) {
  .landing #imageGallery .gallery .galleryInnerWrap .photoBox.photo3,
  .home #imageGallery .gallery .galleryInnerWrap .photoBox.photo3 {
    width: 30%;
    bottom: 14%;
  }
}
.landing #imageGallery .gallery .galleryInnerWrap .photoBox.photo3 .graphicIcon,
.home #imageGallery .gallery .galleryInnerWrap .photoBox.photo3 .graphicIcon {
  width: 40px;
  height: 40px;
  bottom: -20px;
  left: -20px;
  z-index: 2;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #imageGallery .gallery .galleryInnerWrap .photoBox.photo3 .graphicIcon,
  .home #imageGallery .gallery .galleryInnerWrap .photoBox.photo3 .graphicIcon {
    width: 34px;
    height: 34px;
    left: -17px;
    bottom: -17px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #imageGallery .gallery .galleryInnerWrap .photoBox.photo3 .graphicIcon,
  .home #imageGallery .gallery .galleryInnerWrap .photoBox.photo3 .graphicIcon {
    width: 20px;
    height: 20px;
    left: -10px;
    bottom: -10px;
  }
}
.landing #imageGallery .gallery .galleryInnerWrap .photoBox.photo4,
.home #imageGallery .gallery .galleryInnerWrap .photoBox.photo4 {
  bottom: 0;
  right: 0;
  width: 75%;
  padding-right: 16%;
}
@media only screen and (max-width:  699px ) {
  .landing #imageGallery .gallery .galleryInnerWrap .photoBox.photo4,
  .home #imageGallery .gallery .galleryInnerWrap .photoBox.photo4 {
    padding-right: 0;
    width: 70%;
    height: 52%;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #featureStory,
  .home #featureStory {
    overflow: hidden;
  }
}
.landing #featureStory .featureInner,
.home #featureStory .featureInner {
  min-height: 650px;
  position: relative;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #featureStory .featureInner,
  .home #featureStory .featureInner {
    min-height: 475px;
  }
}
.flexbox .landing #featureStory .featureInner,
.flexbox .home #featureStory .featureInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:  699px ) {
  .flexbox .landing #featureStory .featureInner,
  .flexbox .home #featureStory .featureInner {
    display: block;
  }
}
.landing #featureStory .featureInner .thumb,
.home #featureStory .featureInner .thumb {
  position: absolute;
  left: -115px;
  top: 0;
  width: 50%;
  height: 100%;
  background: #592A8A;
  padding-bottom: 50px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #featureStory .featureInner .thumb,
  .home #featureStory .featureInner .thumb {
    left: -70px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #featureStory .featureInner .thumb,
  .home #featureStory .featureInner .thumb {
    left: -60px;
    padding-bottom: 25px;
    width: 100%;
    position: relative;
  }
}
.landing #featureStory .featureInner .thumb .bigIcon,
.home #featureStory .featureInner .thumb .bigIcon {
  position: absolute;
  top: 65px;
  left: -40px;
  z-index: 6;
}
@media only screen and (max-width:  1023px ) {
  .landing #featureStory .featureInner .thumb .bigIcon,
  .home #featureStory .featureInner .thumb .bigIcon {
    left: -20px;
    top: 30px;
  }
}
.landing #featureStory .featureInner .thumb .bigIcon svg,
.home #featureStory .featureInner .thumb .bigIcon svg {
  width: 80px;
  height: 80px;
}
@media only screen and (max-width:  1023px ) {
  .landing #featureStory .featureInner .thumb .bigIcon svg,
  .home #featureStory .featureInner .thumb .bigIcon svg {
    width: 40px;
    height: 40px;
  }
}
.landing #featureStory .featureInner .thumb .thumbInner,
.home #featureStory .featureInner .thumb .thumbInner {
  right: -115px;
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #featureStory .featureInner .thumb .thumbInner,
  .home #featureStory .featureInner .thumb .thumbInner {
    right: -70px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #featureStory .featureInner .thumb .thumbInner,
  .home #featureStory .featureInner .thumb .thumbInner {
    right: -60px;
    height: 0;
    padding-bottom: 85%;
  }
}
.landing #featureStory .featureInner .thumb .thumbInner img,
.home #featureStory .featureInner .thumb .thumbInner img {
  visibility: hidden;
}
.landing #featureStory .featureInner .thumb .thumbInner:before,
.home #featureStory .featureInner .thumb .thumbInner:before,
.landing #featureStory .featureInner .thumb .thumbInner:after,
.home #featureStory .featureInner .thumb .thumbInner:after {
  content: "";
  background: url(images/svgs/square-x-gold.svg);
  background-repeat: no-repeat;
  width: 155px;
  height: 95px;
  display: block;
  position: absolute;
}
@media only screen and (max-width:  1023px ) {
  .landing #featureStory .featureInner .thumb .thumbInner:before,
  .home #featureStory .featureInner .thumb .thumbInner:before,
  .landing #featureStory .featureInner .thumb .thumbInner:after,
  .home #featureStory .featureInner .thumb .thumbInner:after {
    width: 128px;
    height: 65px;
  }
}
.landing #featureStory .featureInner .thumb .thumbInner:before,
.home #featureStory .featureInner .thumb .thumbInner:before {
  bottom: -5px;
  right: -1px;
  z-index: 10;
}
@media only screen and (max-width:  1023px ) {
  .landing #featureStory .featureInner .thumb .thumbInner:before,
  .home #featureStory .featureInner .thumb .thumbInner:before {
    right: 20px;
  }
}
.landing #featureStory .featureInner .thumb .thumbInner:after,
.home #featureStory .featureInner .thumb .thumbInner:after {
  z-index: 0;
  bottom: -39px;
  right: -60px;
  height: 129px;
}
@media only screen and (max-width:  1023px ) {
  .landing #featureStory .featureInner .thumb .thumbInner:after,
  .home #featureStory .featureInner .thumb .thumbInner:after {
    right: 20px;
    height: 10px;
    bottom: -20px;
    width: 10px;
  }
}
.landing #featureStory .featureInner .thumb .thumbBkgd,
.home #featureStory .featureInner .thumb .thumbBkgd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.2;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media only screen and (max-width:  699px ) {
  .landing #featureStory .featureInner .textArea .container,
  .home #featureStory .featureInner .textArea .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.landing #featureStory .featureInner .text,
.home #featureStory .featureInner .text {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #featureStory .featureInner .text,
  .home #featureStory .featureInner .text {
    padding: 25px 20px 25px 35px;
  }
}
.landing #featureStory .featureInner .text .title,
.home #featureStory .featureInner .text .title {
  margin: 0 0 20px;
}
@media only screen and (max-width:  1023px ) {
  .landing #featureStory .featureInner .text .title,
  .home #featureStory .featureInner .text .title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.landing #featureStory .featureInner .text .button,
.home #featureStory .featureInner .text .button {
  margin-top: 30px;
}
@media only screen and (max-width:  699px ) {
  .landing #featureStory .featureInner .text .button,
  .home #featureStory .featureInner .text .button {
    display: block;
  }
}
.landing .quoteItem,
.home .quoteItem {
  background-color: #592A8A;
  background-image: url(images/svgs/Pattern-Small_X.svg);
  background-repeat: no-repeat;
  background-size: auto 170%;
  background-position: -50% center;
  padding: 60px;
  color: #fff;
  position: relative;
}
@media only screen and (max-width:  1023px ) {
  .landing .quoteItem,
  .home .quoteItem {
    padding: 25px;
    background-position: center;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .quoteItem,
  .home .quoteItem {
    background-position: 65% 180px;
    background-size: auto 100%;
  }
}
@media only screen and (max-width:  1023px ) {
  .landing .quoteItem .container,
  .home .quoteItem .container {
    padding: 0;
  }
}
.landing .quoteItem .waveIcon,
.home .quoteItem .waveIcon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
@media only screen and (max-width:  1023px ) {
  .landing .quoteItem .waveIcon,
  .home .quoteItem .waveIcon {
    display: none;
  }
}
.landing .quoteItem .flexRow,
.home .quoteItem .flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:  1023px ) {
  .landing .quoteItem .flexRow,
  .home .quoteItem .flexRow {
    display: block;
  }
}
.landing .quoteItem .photo,
.home .quoteItem .photo {
  position: relative;
  z-index: 1;
}
.landing .quoteItem .photo .photoInner,
.home .quoteItem .photo .photoInner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .quoteItem .photo .photoInner,
  .home .quoteItem .photo .photoInner {
    height: 470px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .quoteItem .photo .photoInner,
  .home .quoteItem .photo .photoInner {
    height: 325px;
  }
}
.landing .quoteItem .photo .photoInner img,
.home .quoteItem .photo .photoInner img {
  visibility: hidden;
}
.landing .quoteItem .text .quoteText,
.home .quoteItem .text .quoteText {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
  font-family: "BwDarius-Regular", "Spectral", Georgia, serif;
  font-style: italic;
  position: relative;
}
@media only screen and (max-width:  1023px ) {
  .landing .quoteItem .text .quoteText,
  .home .quoteItem .text .quoteText {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 35px;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .quoteItem .text .quoteText,
  .home .quoteItem .text .quoteText {
    padding-right: 40px;
  }
}
.landing .quoteItem .text .quoteText .quoteIcon,
.home .quoteItem .text .quoteText .quoteIcon {
  position: absolute;
  top: 0;
  left: -40px;
}
@media only screen and (max-width:  1023px ) {
  .landing .quoteItem .text .quoteText .quoteIcon,
  .home .quoteItem .text .quoteText .quoteIcon {
    left: -25px;
  }
}
.landing .quoteItem .text .quoteText .quoteIcon svg,
.home .quoteItem .text .quoteText .quoteIcon svg {
  width: 30px;
  fill: #FEC923;
}
@media only screen and (max-width:  1023px ) {
  .landing .quoteItem .text .quoteText .quoteIcon svg,
  .home .quoteItem .text .quoteText .quoteIcon svg {
    width: 20px;
  }
}
.landing .quoteItem .text .attribution,
.home .quoteItem .text .attribution {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  border-left: 5px solid #FEC923;
  padding-left: 15px;
  margin-top: 30px;
}
@media only screen and (max-width:  1023px ) {
  .landing .quoteItem .text .attribution,
  .home .quoteItem .text .attribution {
    margin-top: 25px;
  }
}
.landing .fullAccordion,
.home .fullAccordion {
  padding: 90px 0;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .fullAccordion,
  .home .fullAccordion {
    padding: 60px 10px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .fullAccordion,
  .home .fullAccordion {
    padding: 40px 10px;
  }
}
.landing .fullAccordion div[id*="CalTitle"],
.home .fullAccordion div[id*="CalTitle"] {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 40px;
}
@media only screen and (max-width:  1023px ) {
  .landing .fullAccordion div[id*="CalTitle"],
  .home .fullAccordion div[id*="CalTitle"] {
    padding: 0;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .fullAccordion div[id*="CalTitle"],
  .home .fullAccordion div[id*="CalTitle"] {
    margin-bottom: 20px;
  }
}
.landing .fullAccordion div[id*="CalTitle"] h2,
.home .fullAccordion div[id*="CalTitle"] h2,
.landing .fullAccordion div[id*="CalTitle"] h3,
.home .fullAccordion div[id*="CalTitle"] h3 {
  margin-bottom: 25px;
}
.landing .fullAccordion .accordion,
.home .fullAccordion .accordion {
  margin: 0;
}
.landing .featureList-stacked,
.home .featureList-stacked {
  background-color: #592A8A;
  background-image: url(images/svgs/Pattern-GivingOptions2.svg);
  background-size: 80px;
  background-repeat: repeat-y;
  background-position: right top;
  color: #fff;
  padding: 90px 80px 90px 80px;
  position: relative;
}
@media only screen and (max-width:  1023px ) {
  .landing .featureList-stacked,
  .home .featureList-stacked {
    padding-left: 10px;
    padding-right: 10px;
    background-image: none;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .featureList-stacked,
  .home .featureList-stacked {
    padding-top: 80px;
    padding-bottom: 75px;
    padding-right: 40px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .featureList-stacked,
  .home .featureList-stacked {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.landing .featureList-stacked .featureListInner .graphic-top-right,
.home .featureList-stacked .featureListInner .graphic-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.landing .featureList-stacked .featureListInner .graphic-bottom-left,
.home .featureList-stacked .featureListInner .graphic-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.landing .featureList-stacked .flexRow,
.home .featureList-stacked .flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:  1023px ) {
  .landing .featureList-stacked .flexRow,
  .home .featureList-stacked .flexRow {
    display: block;
  }
}
.landing .featureList-stacked .intro,
.home .featureList-stacked .intro {
  padding-right: 8%;
}
@media only screen and (max-width:  1023px ) {
  .landing .featureList-stacked .intro,
  .home .featureList-stacked .intro {
    margin-bottom: 30px;
  }
}
.landing .featureList-stacked .intro .icon,
.home .featureList-stacked .intro .icon {
  width: 28px;
  margin: 0 0 20px;
  display: block;
}
.landing .featureList-stacked .intro h2,
.home .featureList-stacked .intro h2 {
  color: #fff;
  padding-right: 5%;
  margin: 0 0 20px;
}
.landing .featureList-stacked .intro p,
.home .featureList-stacked .intro p {
  margin: 0;
}
.landing .featureList-stacked .intro .button,
.home .featureList-stacked .intro .button {
  margin-top: 30px;
}
@media only screen and (max-width:  1023px ) {
  .landing .featureList-stacked .features,
  .home .featureList-stacked .features {
    text-align: center;
  }
}
.landing .featureList-stacked .features .featureItem,
.home .featureList-stacked .features .featureItem {
  clear: both;
  overflow: hidden;
  text-align: left;
}
.landing .featureList-stacked .features .featureItem + .featureItem,
.home .featureList-stacked .features .featureItem + .featureItem {
  margin-top: 45px;
}
@media only screen and (max-width:  1023px ) {
  .landing .featureList-stacked .features .featureItem + .featureItem,
  .home .featureList-stacked .features .featureItem + .featureItem {
    margin-top: 30px;
  }
}
.landing .featureList-stacked .features .featureItem .thumb,
.home .featureList-stacked .features .featureItem .thumb {
  width: 240px;
  height: 175px;
  display: block;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.landing .featureList-stacked .features .featureItem .thumb img,
.home .featureList-stacked .features .featureItem .thumb img {
  visibility: hidden;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .featureList-stacked .features .featureItem .thumb,
  .home .featureList-stacked .features .featureItem .thumb {
    width: 345px;
    height: 180px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .featureList-stacked .features .featureItem .thumb,
  .home .featureList-stacked .features .featureItem .thumb {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.landing .featureList-stacked .features .featureItem .text,
.home .featureList-stacked .features .featureItem .text {
  padding-left: 270px;
  padding-top: 5px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .featureList-stacked .features .featureItem .text,
  .home .featureList-stacked .features .featureItem .text {
    padding-left: 375px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .featureList-stacked .features .featureItem .text,
  .home .featureList-stacked .features .featureItem .text {
    padding-left: 0;
    margin-top: 20px;
  }
}
.landing .featureList-stacked .features .featureItem .text .title,
.home .featureList-stacked .features .featureItem .text .title {
  margin: 0 0 10px;
}
.landing .featureList-stacked .features .featureItem .text p,
.home .featureList-stacked .features .featureItem .text p {
  margin: 0;
}
.landing .featureList-stacked .features .featureItem .text .cta,
.home .featureList-stacked .features .featureItem .text .cta {
  margin: 20px 0 0;
}
.landing .featureList-stacked .features .featureItem a,
.home .featureList-stacked .features .featureItem a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.landing .featureList-stacked .features .featureItem a:hover .title,
.home .featureList-stacked .features .featureItem a:hover .title,
.landing .featureList-stacked .features .featureItem a:focus .title,
.home .featureList-stacked .features .featureItem a:focus .title {
  text-decoration: underline;
}
.landing .featureList-stacked .features .featureItem a:hover .cta,
.home .featureList-stacked .features .featureItem a:hover .cta,
.landing .featureList-stacked .features .featureItem a:focus .cta,
.home .featureList-stacked .features .featureItem a:focus .cta {
  padding-right: 30px;
}
.landing .featureList-stacked .features .button,
.home .featureList-stacked .features .button {
  margin: 40px auto 0;
}
@media only screen and (max-width:  699px ) {
  .landing .featureList-stacked .features .button,
  .home .featureList-stacked .features .button {
    display: block;
  }
}
.landing .featureList-rows,
.home .featureList-rows {
  background-color: #F2F3F4;
  padding: 90px 10px 90px 10px;
  position: relative;
}
@media only screen and (max-width:  1023px ) {
  .landing .featureList-rows,
  .home .featureList-rows {
    padding-left: 10px;
    padding-right: 10px;
    background-image: none;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .featureList-rows,
  .home .featureList-rows {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 10px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .featureList-rows,
  .home .featureList-rows {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.landing .featureList-rows .flexRow,
.home .featureList-rows .flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:  1023px ) {
  .landing .featureList-rows .flexRow,
  .home .featureList-rows .flexRow {
    display: block;
  }
}
@media only screen and (max-width:  1023px ) {
  .landing .featureList-rows .intro,
  .home .featureList-rows .intro {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .featureList-rows .intro,
  .home .featureList-rows .intro {
    text-align: center;
  }
}
.landing .featureList-rows .intro h2,
.home .featureList-rows .intro h2 {
  padding-right: 5%;
  margin: 0 0 20px;
}
@media only screen and (max-width:  1023px ) {
  .landing .featureList-rows .intro h2,
  .home .featureList-rows .intro h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.landing .featureList-rows .intro p,
.home .featureList-rows .intro p {
  margin: 0;
}
.landing .featureList-rows .features,
.home .featureList-rows .features {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 40px -30px 0;
}
@media only screen and (max-width:  1023px ) {
  .landing .featureList-rows .features,
  .home .featureList-rows .features {
    margin: 40px 0 0;
  }
}
.landing .featureList-rows .features .featureItem,
.home .featureList-rows .features .featureItem {
  clear: both;
  overflow: hidden;
  text-align: left;
  float: left;
  width: 33.33333%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width:  1023px ) {
  .landing .featureList-rows .features .featureItem,
  .home .featureList-rows .features .featureItem {
    padding: 0;
    width: 100%;
  }
}
.landing .featureList-rows .features .featureItem + .featureItem,
.home .featureList-rows .features .featureItem + .featureItem {
  border-left: 1px solid #ddd;
}
@media only screen and (max-width:  1023px ) {
  .landing .featureList-rows .features .featureItem + .featureItem,
  .home .featureList-rows .features .featureItem + .featureItem {
    margin-top: 30px;
    border: none;
  }
}
.landing .featureList-rows .features .featureItem .thumb,
.home .featureList-rows .features .featureItem .thumb {
  width: 100%;
  height: 240px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.landing .featureList-rows .features .featureItem .thumb img,
.home .featureList-rows .features .featureItem .thumb img {
  visibility: hidden;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .featureList-rows .features .featureItem .thumb,
  .home .featureList-rows .features .featureItem .thumb {
    width: 345px;
    height: 250px;
    float: left;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .featureList-rows .features .featureItem .thumb,
  .home .featureList-rows .features .featureItem .thumb {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.landing .featureList-rows .features .featureItem .text,
.home .featureList-rows .features .featureItem .text {
  padding-top: 20px;
  color: #231F20;
}
@media only screen and (max-width:  1023px ) {
  .landing .featureList-rows .features .featureItem .text,
  .home .featureList-rows .features .featureItem .text {
    padding-top: 0;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .featureList-rows .features .featureItem .text,
  .home .featureList-rows .features .featureItem .text {
    padding-left: 375px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .featureList-rows .features .featureItem .text,
  .home .featureList-rows .features .featureItem .text {
    padding-left: 0;
    margin-top: 20px;
  }
}
.landing .featureList-rows .features .featureItem .text .title,
.home .featureList-rows .features .featureItem .text .title {
  margin: 0 0 10px;
  color: #44225E;
}
.landing .featureList-rows .features .featureItem .text p,
.home .featureList-rows .features .featureItem .text p {
  margin: 0;
}
.landing .featureList-rows .features .featureItem .text .cta,
.home .featureList-rows .features .featureItem .text .cta {
  margin: 20px 0 0;
  color: #592A8A;
}
.landing .featureList-rows .features .featureItem a,
.home .featureList-rows .features .featureItem a {
  text-decoration: none;
  display: block;
}
.landing .featureList-rows .features .featureItem a:hover .title,
.home .featureList-rows .features .featureItem a:hover .title,
.landing .featureList-rows .features .featureItem a:focus .title,
.home .featureList-rows .features .featureItem a:focus .title {
  text-decoration: underline;
}
.landing .featureList-rows .features .featureItem a:hover .cta,
.home .featureList-rows .features .featureItem a:hover .cta,
.landing .featureList-rows .features .featureItem a:focus .cta,
.home .featureList-rows .features .featureItem a:focus .cta {
  padding-right: 30px;
}
.landing .promoBar,
.home .promoBar {
  background: #FEC923;
  padding: 100px 10px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .promoBar,
  .home .promoBar {
    padding: 50px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .promoBar,
  .home .promoBar {
    padding: 40px 10px;
  }
}
.landing .promoBar.purple,
.home .promoBar.purple {
  background: #592A8A;
  color: #fff;
}
.landing .promoBar.purple a,
.home .promoBar.purple a {
  color: #fff;
}
.landing .promoBar.black,
.home .promoBar.black {
  background: #000;
  color: #fff;
}
.landing .promoBar.black a,
.home .promoBar.black a {
  color: #fff;
}
.landing .promoBar.light-gray,
.home .promoBar.light-gray {
  background: #F2F3F4;
}
.landing .promoBar .flexRow,
.home .promoBar .flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:  1023px ) {
  .landing .promoBar .flexRow,
  .home .promoBar .flexRow {
    display: block;
  }
}
.landing .promoBar .promoItem,
.home .promoBar .promoItem {
  padding: 0 15px;
  text-align: center;
  width: 50%;
  float: left;
  -ms-flex-preferred-size: 33.33336%;;
      flex-basis: 33.33336%;;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width:  1023px ) {
  .landing .promoBar .promoItem,
  .home .promoBar .promoItem {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width:  1023px ) {
  .landing .promoBar .promoItem + .promoItem,
  .home .promoBar .promoItem + .promoItem {
    margin-top: 30px;
  }
}
.landing .promoBar .promoItem a,
.home .promoBar .promoItem a {
  display: block;
}
.landing .videoBar,
.home .videoBar {
  padding: 90px 10px;
  overflow: hidden;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .videoBar,
  .home .videoBar {
    padding: 60px 10px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .videoBar,
  .home .videoBar {
    padding: 40px 10px;
  }
}
.flexbox .landing .videoBar .flexRow,
.flexbox .home .videoBar .flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:  1023px ) {
  .flexbox .landing .videoBar .flexRow,
  .flexbox .home .videoBar .flexRow {
    display: block;
  }
}
@media only screen and (max-width:  1023px ) {
  .landing .videoBar .intro,
  .home .videoBar .intro {
    text-align: center;
    margin-bottom: 40px;
  }
}
.landing .videoBar .intro .text,
.home .videoBar .intro .text {
  position: relative;
  padding-bottom: 10px;
  padding-right: 6.5%;
}
@media only screen and (max-width:  1023px ) {
  .landing .videoBar .intro .text,
  .home .videoBar .intro .text {
    padding-right: 0;
  }
}
.landing .videoBar .intro .text #transcriptBox,
.home .videoBar .intro .text #transcriptBox {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  border: 3px solid #592A8A;
  background: #F2F3F4;
  text-align: left;
}
.landing .videoBar .intro .text #transcriptBox .transcriptInner,
.home .videoBar .intro .text #transcriptBox .transcriptInner {
  padding: 25px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57;
}
.landing .videoBar .intro h2,
.home .videoBar .intro h2 {
  margin: 0 0 20px;
  padding-right: 6%;
}
@media only screen and (max-width:  1023px ) {
  .landing .videoBar .intro h2,
  .home .videoBar .intro h2 {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 15px;
    padding-right: 0;
  }
}
.landing .videoBar .intro #transcriptToggle,
.home .videoBar .intro #transcriptToggle {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  margin-top: 10px;
  position: relative;
  padding-right: 20px;
  line-height: 1;
}
.landing .videoBar .intro #transcriptToggle .icon,
.home .videoBar .intro #transcriptToggle .icon {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 1px;
}
.landing .videoBar .intro #transcriptToggle .icon svg,
.home .videoBar .intro #transcriptToggle .icon svg {
  fill: #ddd;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .videoBar .intro #transcriptToggle,
  .home .videoBar .intro #transcriptToggle {
    margin-top: 30px;
  }
}
.landing .videoBar .intro #transcriptToggle:hover .icon svg,
.home .videoBar .intro #transcriptToggle:hover .icon svg,
.landing .videoBar .intro #transcriptToggle:focus .icon svg,
.home .videoBar .intro #transcriptToggle:focus .icon svg {
  fill: #592A8A;
}
.landing .videoBar .videoWrap:after,
.home .videoBar .videoWrap:after {
  content: "";
  height: 40px;
  width: 90%;
  display: block;
  background-color: #592A8A;
  background-image: url(images/svgs/Pattern-Video.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  float: right;
  background-size: 250px;
}
@media only screen and (max-width:  1023px ) {
  .landing .videoBar .videoWrap:after,
  .home .videoBar .videoWrap:after {
    height: 20px;
    background-size: 125px;
    width: 83%;
  }
}
.landing .videoBar .videoWrap:before,
.home .videoBar .videoWrap:before {
  content: "";
  width: 45px;
  height: 65%;
  position: absolute;
  z-index: 0;
  bottom: -10px;
  right: -25px;
  background-image: url(images/svgs/XPattern-sm-01.svg);
  background-position: center bottom;
  background-size: 130px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .videoBar .videoWrap:before,
  .home .videoBar .videoWrap:before {
    right: -16px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .videoBar .videoWrap:before,
  .home .videoBar .videoWrap:before {
    right: -16px;
    height: 100%;
    background-size: 116px;
  }
}
.landing .eventsBarWrap,
.home .eventsBarWrap {
  background: url(images/Pattern-Wave.svg) repeat #592A8A;
  color: #fff;
  background-position: left top;
  background-size: cover;
  padding: 90px 10px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .eventsBarWrap,
  .home .eventsBarWrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .eventsBarWrap,
  .home .eventsBarWrap {
    background-size: 300%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .landing .eventsBarWrap,
  .home .eventsBarWrap {
    background-size: 200%;
  }
}
.landing .eventsBarWrap div[id*='CalTitle'],
.home .eventsBarWrap div[id*='CalTitle'] {
  margin-bottom: 50px;
}
@media only screen and (max-width:  1023px ) {
  .landing .eventsBarWrap div[id*='CalTitle'],
  .home .eventsBarWrap div[id*='CalTitle'] {
    margin-bottom: -15px;
  }
}
.flexbox .landing .eventsBarWrap div[id*='CalTitle'],
.flexbox .home .eventsBarWrap div[id*='CalTitle'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing .eventsBarWrap div[id*='CalTitle'] h2,
.home .eventsBarWrap div[id*='CalTitle'] h2 {
  color: #FEC923;
  margin: 0;
}
.landing .eventsBarWrap div[id*='CalTitle'] .cta,
.home .eventsBarWrap div[id*='CalTitle'] .cta {
  float: right;
}
.flexbox .landing .eventsBarWrap div[id*='CalTitle'] .cta,
.flexbox .home .eventsBarWrap div[id*='CalTitle'] .cta {
  float: none;
}
@media only screen and (max-width:  699px ) {
  .landing .eventsBarWrap .eventsBarInner,
  .home .eventsBarWrap .eventsBarInner {
    margin-bottom: 30px;
  }
}
.flexbox .landing .eventsBarWrap .eventsBarInner,
.flexbox .home .eventsBarWrap .eventsBarInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:  1023px ) {
  .landing .eventsBarWrap .eventBarItem,
  .home .eventsBarWrap .eventBarItem {
    margin-top: 30px;
  }
}
.landing .eventsBarWrap .eventBarItem .thumb .date,
.home .eventsBarWrap .eventBarItem .thumb .date {
  width: 70px;
  border-bottom: 1px solid #B89EC6;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.landing .eventsBarWrap .eventBarItem .thumb .date .month,
.home .eventsBarWrap .eventBarItem .thumb .date .month {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 2.25px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.landing .eventsBarWrap .eventBarItem .thumb .date .day,
.home .eventsBarWrap .eventBarItem .thumb .date .day {
  font-family: "BwDarius-Regular", "Spectral", Georgia, serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
}
.landing .eventsBarWrap .eventBarItem .text,
.home .eventsBarWrap .eventBarItem .text {
  padding-right: 5%;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}
.landing .eventsBarWrap .eventBarItem .text .title,
.home .eventsBarWrap .eventBarItem .text .title {
  font-family: "BwDarius-Regular", "Spectral", Georgia, serif;
  color: #FEC923;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  font-style: normal;
  text-transform: none;
  font-weight: 400;
  padding-right: 30px;
}
@media only screen and (max-width:  699px ) {
  .landing .eventsBarWrap .eventBarItem .text .title,
  .home .eventsBarWrap .eventBarItem .text .title {
    padding-right: 10px;
  }
}
.landing .eventsBarWrap .eventBarItem .text .title a,
.home .eventsBarWrap .eventBarItem .text .title a {
  color: #FEC923;
  text-decoration: none;
}
.landing .eventsBarWrap .eventBarItem .text .title a:hover,
.home .eventsBarWrap .eventBarItem .text .title a:hover,
.landing .eventsBarWrap .eventBarItem .text .title a:focus,
.home .eventsBarWrap .eventBarItem .text .title a:focus {
  text-decoration: underline;
}
.landing .featureStoriesBar-threeAcross,
.home .featureStoriesBar-threeAcross {
  padding: 90px 10px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .featureStoriesBar-threeAcross,
  .home .featureStoriesBar-threeAcross {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .featureStoriesBar-threeAcross,
  .home .featureStoriesBar-threeAcross {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.landing .featureStoriesBar-threeAcross .intro,
.home .featureStoriesBar-threeAcross .intro {
  margin-bottom: 40px;
}
.flexbox .landing .featureStoriesBar-threeAcross .intro,
.flexbox .home .featureStoriesBar-threeAcross .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:  699px ) {
  .flexbox .landing .featureStoriesBar-threeAcross .intro,
  .flexbox .home .featureStoriesBar-threeAcross .intro {
    display: block;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .featureStoriesBar-threeAcross .intro,
  .home .featureStoriesBar-threeAcross .intro {
    text-align: center;
    margin-bottom: 30px;
  }
}
.landing .featureStoriesBar-threeAcross .intro h2,
.home .featureStoriesBar-threeAcross .intro h2 {
  margin: 0;
}
@media only screen and (max-width:  1023px ) {
  .landing .featureStoriesBar-threeAcross .intro h2,
  .home .featureStoriesBar-threeAcross .intro h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.landing .featureStoriesBar-threeAcross .intro .cta,
.home .featureStoriesBar-threeAcross .intro .cta {
  float: right;
}
.flexbox .landing .featureStoriesBar-threeAcross .intro .cta,
.flexbox .home .featureStoriesBar-threeAcross .intro .cta {
  float: none;
}
.flexbox .landing .featureStoriesBar-threeAcross .flexRow,
.flexbox .home .featureStoriesBar-threeAcross .flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:  1023px ) {
  .flexbox .landing .featureStoriesBar-threeAcross .flexRow,
  .flexbox .home .featureStoriesBar-threeAcross .flexRow {
    display: block;
  }
}
.landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .newsInner,
.home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .newsInner {
  max-width: 300px;
}

.landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem:nth-child(2) .newsInner,
.home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem:nth-child(2) .newsInner {
  margin:0 auto;
}

@media only screen and (max-width:  1023px ) {
  .landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .newsInner,
  .home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .newsInner {
    max-width: 100%;
  }
}
.landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem:nth-child(3n+3) .newsInner,
.home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem:nth-child(3n+3) .newsInner {
  float: right;
}
@media only screen and (max-width:  1023px ) {
  .landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem:nth-child(3n+3) .newsInner,
  .home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem:nth-child(3n+3) .newsInner {
    float: none;
  }
}
@media only screen and (max-width:  1023px ) {
  .landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem + .newsStackedItem,
  .home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem + .newsStackedItem {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem,
  .home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .newsInner,
  .home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .newsInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .thumb,
.home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 30px;
  position: relative;
  top: 0;
  -webkit-transition: top .2s ease;
  transition: top .2s ease;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .thumb,
  .home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .thumb {
    width: 345px;
    height: 320px;
    padding-bottom: 0;
    float: left;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .thumb,
  .home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .thumb {
    width: 325px;
    height: 325px;
    max-width: 100%;
    padding-bottom: 0;
  }
}
.landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .thumb img,
.home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .thumb img {
  visibility: hidden;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .text,
  .home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .text {
    padding-left: 25px;
  }
}
.flexbox .landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .text .category,
.flexbox .home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .text .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .text .category:before,
.home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .text .category:before {
  content: "";
  width: 10.5%;
  max-width: 35%;
  background: #592A8A;
  height: 1px;
  display: inline-block;
  margin-top: 8px;
  margin-right: 7px;
}
.flexbox .landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .text .category:before,
.flexbox .home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .text .category:before {
  margin-top: 0;
}
.landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .text .title,
.home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem .text .title {
  font-family: "BwDarius-Regular", "Spectral", Georgia, serif;
  text-transform: none;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.45;
  margin: 5px 0 10px;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem a,
.home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem a {
  display: block;
  text-decoration: none;
  color: #231F20;
}
.landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem a:hover .thumb,
.home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem a:hover .thumb,
.landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem a:focus .thumb,
.home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem a:focus .thumb {
  top: -5px;
}
@media only screen and (max-width:  1023px ) {
  .landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem a:hover .thumb,
  .home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem a:hover .thumb,
  .landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem a:focus .thumb,
  .home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem a:focus .thumb {
    top: 0;
  }
}
.landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem a:hover .text .title,
.home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem a:hover .text .title,
.landing .featureStoriesBar-threeAcross .storiesListing .newsStackedItem a:focus .text .title,
.home .featureStoriesBar-threeAcross .storiesListing .newsStackedItem a:focus .text .title {
  text-decoration: underline;
}
.landing .featureStoriesBar-threeAcross .footerRow .cta,
.home .featureStoriesBar-threeAcross .footerRow .cta {
  margin-top: 30px;
}
.landing .linksBar,
.home .linksBar {
  background: #F2F3F4;
  position: relative;
  padding: 90px 10px;
  overflow: hidden;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .linksBar,
  .home .linksBar {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .linksBar,
  .home .linksBar {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.landing .linksBar .shapesBar,
.home .linksBar .shapesBar {
  background-image: url(images/svgs/pattern-shapes-horiz.svg);
  background-color: #592A8A;
  height: 25px;
  display: block;
  position: absolute;
  width: 50%;
}
.landing .linksBar .shapesBar.top-left,
.home .linksBar .shapesBar.top-left {
  top: 0;
  left: -165px;
  background-position: right bottom;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .linksBar .shapesBar.top-left,
  .home .linksBar .shapesBar.top-left {
    left: 0;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .linksBar .shapesBar.top-left,
  .home .linksBar .shapesBar.top-left {
    left: 0;
    width: 100px;
  }
}
.landing .linksBar .shapesBar.bottom-right,
.home .linksBar .shapesBar.bottom-right {
  bottom: 0px;
  right: -15px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing .linksBar .shapesBar.bottom-right,
  .home .linksBar .shapesBar.bottom-right {
    right: 0;
  }
}
@media only screen and (max-width:  699px ) {
  .landing .linksBar .shapesBar.bottom-right,
  .home .linksBar .shapesBar.bottom-right {
    width: 100px;
    right: 0;
  }
}
.flexbox .landing .linksBar .flexRow,
.flexbox .home .linksBar .flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:  1023px ) {
  .flexbox .landing .linksBar .flexRow,
  .flexbox .home .linksBar .flexRow {
    display: block;
  }
}
.landing .linksBar .intro .introInner,
.home .linksBar .intro .introInner {
  padding-right: 15%;
}
@media only screen and (max-width:  1023px ) {
  .landing .linksBar .intro .introInner,
  .home .linksBar .intro .introInner {
    padding-right: 0;
  }
}
.flexbox .landing .linksBar .intro,
.flexbox .home .linksBar .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing .linksBar .intro h2,
.home .linksBar .intro h2 {
  margin: 0 0 20px;
}
@media only screen and (max-width:  1023px ) {
  .landing .linksBar .intro h2,
  .home .linksBar .intro h2 {
    font-size: 32px;
    font-size: 2rem;
    margin: 0 0 15px;
  }
}
.landing .linksBar .divider,
.home .linksBar .divider {
  border-left: 1px solid #ddd;
  display: block;
}
.landing .linksBar .divider:after,
.home .linksBar .divider:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:  1023px ) {
  .landing .linksBar .linkList,
  .home .linksBar .linkList {
    margin-top: 40px;
  }
}
.flexbox .landing .linksBar .linkList,
.flexbox .home .linksBar .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing .linksBar .linkList ul,
.home .linksBar .linkList ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  -webkit-column-count: 2;
          column-count: 2;
}
@media screen and (max-width: 500px) {
  .landing .linksBar .linkList ul,
  .home .linksBar .linkList ul {
    width: 100%;
    margin: 0;
  }
}
.flexbox .landing .linksBar .linkList ul,
.flexbox .home .linksBar .linkList ul {
  -webkit-column-count: 1;
          column-count: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .flexbox .landing .linksBar .linkList ul,
  .flexbox .home .linksBar .linkList ul {
    display: block;
  }
}
.landing .linksBar .linkList ul li,
.home .linksBar .linkList ul li {
  background: none;
  padding: 15px;
  margin: 0;
}
.flexbox .landing .linksBar .linkList ul li,
.flexbox .home .linksBar .linkList ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 50%;
}
@media screen and (max-width: 500px) {
  .flexbox .landing .linksBar .linkList ul li,
  .flexbox .home .linksBar .linkList ul li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.landing .linksBar .linkList ul li a.button,
.home .linksBar .linkList ul li a.button {
  display: block;
  margin: 0;
}
.landing #subscribeBox,
.home #subscribeBox {
  background: #592A8A;
  color: #fff;
  padding: 70px 0px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width:  1023px ) {
  .landing #subscribeBox,
  .home #subscribeBox {
    padding: 40px 0;
  }
}
.landing #subscribeBox:before,
.home #subscribeBox:before {
  content: "";
  background-image: url(images/svgs/graphic-subscribe.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  bottom: 0;
  display: block;
  width: 285px;
  height: 85px;
  z-index: 4;
}
@media only screen and (max-width:  1023px ) {
  .landing #subscribeBox:before,
  .home #subscribeBox:before {
    display: none;
  }
}
.landing #subscribeBox:after,
.home #subscribeBox:after {
  content: "";
  background-image: url(images/svgs/Pattern-StepandRepeat.svg);
  background-repeat: repeat;
  position: absolute;
  right: -15px;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 0;
  background-size: 160px;
  background-position: left -11px;
  opacity: 0.4;
}
@media only screen and (max-width:  1023px ) {
  .landing #subscribeBox:after,
  .home #subscribeBox:after {
    width: 100%;
    right: 0;
    background-size: 185px;
    background-position: 15px 12px;
  }
}
@media only screen and (max-width:  1023px ) {
  .landing #subscribeBox .subscribeInner,
  .home #subscribeBox .subscribeInner {
    padding: 40px 10px;
    background: #592A8A;
    position: relative;
    z-index: 2;
  }
}
.landing #subscribeBox a,
.home #subscribeBox a {
  color: #fff;
}
.flexbox .landing #subscribeBox .flexRow,
.flexbox .home #subscribeBox .flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:  1023px ) {
  .flexbox .landing #subscribeBox .flexRow,
  .flexbox .home #subscribeBox .flexRow {
    display: block;
  }
}
.landing #subscribeBox .intro h2,
.home #subscribeBox .intro h2 {
  color: #fff;
  margin: 0 0 20px;
}
@media only screen and (max-width:  1023px ) {
  .landing #subscribeBox .intro,
  .home #subscribeBox .intro {
    text-align: center;
  }
}
.landing #subscribeBox .formWrap,
.home #subscribeBox .formWrap {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #592A8A;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width:  1023px ) {
  .landing #subscribeBox .formWrap,
  .home #subscribeBox .formWrap {
    padding-bottom: 0;
  }
}
.landing #subscribeBox .formWrap:after,
.home #subscribeBox .formWrap:after {
  width: 85px;
  height: 100%;
  content: "";
  position: absolute;
  right: -85px;
  top: 0;
  background: #592A8A;
}
@media only screen and (max-width:  1023px ) {
  .landing #subscribeBox .formWrap:after,
  .home #subscribeBox .formWrap:after {
    display: none;
  }
}
.landing #subscribeBox .formWrap .imod_fieldWrapper,
.home #subscribeBox .formWrap .imod_fieldWrapper {
  width: 100%;
}
@media only screen and (max-width:  699px ) {
  .landing #subscribeBox .formWrap .imod_fieldWrapper,
  .home #subscribeBox .formWrap .imod_fieldWrapper {
    border: none;
  }
}
.landing #subscribeBox .formWrap .imod_fieldWrapper.splitCol50,
.home #subscribeBox .formWrap .imod_fieldWrapper.splitCol50 {
  float: left;
  width: 50%;
  padding: 0 15px 30px 0;
  max-width: 100%;
}
.landing #subscribeBox .formWrap .imod_fieldWrapper.splitCol50 + .splitCol50,
.home #subscribeBox .formWrap .imod_fieldWrapper.splitCol50 + .splitCol50 {
  padding-right: 0;
  padding-left: 15px;
}
@media only screen and (max-width:  699px ) {
  .landing #subscribeBox .formWrap .imod_fieldWrapper.splitCol50 + .splitCol50,
  .home #subscribeBox .formWrap .imod_fieldWrapper.splitCol50 + .splitCol50 {
    padding-left: 0;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #subscribeBox .formWrap .imod_fieldWrapper.splitCol50,
  .home #subscribeBox .formWrap .imod_fieldWrapper.splitCol50 {
    width: 100%;
    padding: 0 0 20px;
  }
}
.landing #subscribeBox .formWrap .imod_fieldWrapper:focus-within label,
.home #subscribeBox .formWrap .imod_fieldWrapper:focus-within label {
  color: #FEC923;
}
.landing #subscribeBox .formWrap div[id*="pnlButtons"] > br,
.home #subscribeBox .formWrap div[id*="pnlButtons"] > br {
  display: none;
}
.landing #subscribeBox .formWrap .imod_formWrapper,
.home #subscribeBox .formWrap .imod_formWrapper {
  overflow: hidden;
}
.landing #subscribeBox .formWrap .imod_fieldLabel,
.home #subscribeBox .formWrap .imod_fieldLabel {
  display: block;
  width: 100%;
}
.landing #subscribeBox .formWrap .imod_fieldLabel label,
.home #subscribeBox .formWrap .imod_fieldLabel label {
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c3a7d1;
}
.landing #subscribeBox .formWrap .imod_fieldLabel label:active,
.home #subscribeBox .formWrap .imod_fieldLabel label:active,
.landing #subscribeBox .formWrap .imod_fieldLabel label:focus,
.home #subscribeBox .formWrap .imod_fieldLabel label:focus {
  color: #FEC923;
}
.landing #subscribeBox .formWrap .imod_fieldInput,
.home #subscribeBox .formWrap .imod_fieldInput {
  display: block;
  width: 100%;
}
.landing #subscribeBox .formWrap .imod_fieldInput input,
.home #subscribeBox .formWrap .imod_fieldInput input {
  background: transparent;
  border: none;
  font-family: "BwDarius-Regular", "Spectral", Georgia, serif;
  border-bottom: 1px solid #B89EC6;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4;
  max-width: 100%;
  width: 100%;
  padding: 5px 0;
  font-weight: 400;
  border-radius: 0;
  box-shadow: none;
}
.landing #subscribeBox .formWrap .imod_fieldInput input:active,
.home #subscribeBox .formWrap .imod_fieldInput input:active,
.landing #subscribeBox .formWrap .imod_fieldInput input:focus,
.home #subscribeBox .formWrap .imod_fieldInput input:focus {
  border-color: #FEC923;
}
.landing #subscribeBox .formWrap #divButtons,
.home #subscribeBox .formWrap #divButtons {
  margin-top: 20px;
}
.landing #subscribeBox .formWrap #divButtons .button,
.home #subscribeBox .formWrap #divButtons .button {
  color: #fff;
  border-color: #FEC923;
  margin: 0;
}
.landing #subscribeBox .formWrap #divButtons .button:hover,
.home #subscribeBox .formWrap #divButtons .button:hover,
.landing #subscribeBox .formWrap #divButtons .button:focus,
.home #subscribeBox .formWrap #divButtons .button:focus {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fad961), to(#fcb137));
  background: linear-gradient(to bottom, #fad961 0%, #fcb137 100%);
  color: #592A8A;
  padding: 19px 29px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #subscribeBox .formWrap #divButtons .button,
  .home #subscribeBox .formWrap #divButtons .button {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #subscribeBox .formWrap #divButtons .button,
  .home #subscribeBox .formWrap #divButtons .button {
    display: block;
  }
}
.landing #statsBar,
.home #statsBar {
  background: #592A8A;
  color: #fff;
  padding: 50px 0px;
  position: relative;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #statsBar,
  .home #statsBar {
    padding: 25px 0;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #statsBar,
  .home #statsBar {
    padding: 50px 0;
  }
}
.landing #statsBar .statsInner,
.home #statsBar .statsInner {
  position: relative;
  padding: 90px 90px;
}
.landing #statsBar .statsInner .decoIcon,
.home #statsBar .statsInner .decoIcon {
  width: 129px;
  height: 130px;
  position: absolute;
  bottom: -75px;
  right: 0px;
  z-index: 5;
  overflow: hidden;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #statsBar .statsInner .decoIcon,
  .home #statsBar .statsInner .decoIcon {
    bottom: -50px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #statsBar .statsInner .decoIcon,
  .home #statsBar .statsInner .decoIcon {
    display: none;
  }
}
.landing #statsBar .statsInner .decoIcon svg,
.home #statsBar .statsInner .decoIcon svg {
  position: absolute;
  bottom: 0px;
  right: -20px;
  width: 129px;
  height: 130px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #statsBar .statsInner .decoIcon svg,
  .home #statsBar .statsInner .decoIcon svg {
    right: -24px;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #statsBar .statsInner,
  .home #statsBar .statsInner {
    padding: 45px 150px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #statsBar .statsInner,
  .home #statsBar .statsInner {
    padding: 0px;
  }
}
.landing #statsBar .statsInner:after,
.home #statsBar .statsInner:after {
  border: 10px solid #44225E;
  position: absolute;
  left: -60px;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing #statsBar .statsInner:after,
  .home #statsBar .statsInner:after {
    left: -26px;
  }
}
@media only screen and (max-width:  699px ) {
  .landing #statsBar .statsInner:after,
  .home #statsBar .statsInner:after {
    display: none;
  }
}
.landing #statsBar .statItem,
.home #statsBar .statItem {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width:  1023px ) {
  .landing #statsBar .statItem + .statItem,
  .home #statsBar .statItem + .statItem {
    margin-top: 30px;
  }
}
.landing #statsBar .statItem .value,
.home #statsBar .statItem .value {
  color: #FEC923;
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 1;
  font-family: "BwDarius-Regular", "Spectral", Georgia, serif;
  margin-bottom: 10px;
  display: block;
}
.landing #statsBar .statItem .subText,
.home #statsBar .statItem .subText {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  /* WCAG Contrast ratio 4.6 */
  color: #c3a7d1; 
  font-weight: bold;
  display: block;
}
.landing #statsBar .statItem .blurb,
.home #statsBar .statItem .blurb {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.333;
  margin-top: 5px;
  display: block;
}
.landing.open-transcript .videoBar .intro .text,
.home.open-transcript .videoBar .intro .text {
  height: 350px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing.open-transcript .videoBar .intro .text,
  .home.open-transcript .videoBar .intro .text {
    height: 300px;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .landing.open-transcript .videoBar .intro .text,
  .home.open-transcript .videoBar .intro .text {
    height: 225px;
  }
}
.landing.open-transcript .videoBar .intro .text #transcriptBox,
.home.open-transcript .videoBar .intro .text #transcriptBox {
  display: block;
}
.landing.open-transcript .videoBar .intro #transcriptToggle .icon svg,
.home.open-transcript .videoBar .intro #transcriptToggle .icon svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* HOME PAGE ONLY STYLES 
---------------------------*/
.home #heroBar .heroInner {
  min-height: 585px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .home #heroBar .heroInner {
    min-height: 415px;
  }
}
@media only screen and (max-width:  699px ) {
  .home #heroBar .heroInner {
    min-height: auto;
  }
}
.home #heroBar .heroInner .big-icon {
  display: block;
}
.home #eventsBar {
  background: #fff;
  padding: 90px 50px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .home #eventsBar {
    padding: 60px 10px;
  }
}
@media only screen and (max-width:  699px ) {
  .home #eventsBar {
    padding: 40px 10px;
  }
}
.home #eventsBar .intro {
  margin: 0 0 30px;
}
@media only screen and (max-width:  699px ) {
  .home #eventsBar .intro {
    text-align: center;
  }
}
.flexbox .home #eventsBar .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:  699px ) {
  .flexbox .home #eventsBar .intro {
    display: block;
  }
}
.home #eventsBar .intro h2 {
  margin: 0;
  line-height: 1;
}
@media only screen and (max-width:  1023px ) {
  .home #eventsBar .intro h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.home #eventsBar .date {
  width: 90px;
  text-align: center;
  display: block;
}
.home #eventsBar .date .month {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2.25px;
  color: #592A8A;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin: 0 0 5px;
}
.home #eventsBar .date .day {
  font-family: "BwDarius-Regular", "Spectral", Georgia, serif;
  font-weight: 300;
  color: #592A8A;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
}
.home #eventsBar .details {
  color: #825F90;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  font-style: italic;
  margin: 10px 0;
}
.home #eventsBar .title {
  margin: 0 0 10px;
  font-family: "BwDarius-Regular", "Spectral", Georgia, serif;
  text-transform: none;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.home #eventsBar .title a {
  text-decoration: none;
}
.home #eventsBar .title a:hover,
.home #eventsBar .title a:focus {
  text-decoration: underline;
}
@media only screen and (max-width:  1023px ) {
  .home #eventsBar .featuredEventItem {
    margin-bottom: 40px;
  }
}
.home #eventsBar .featuredEventItem .thumb {
  position: relative;
  margin-bottom: 30px;
}
.home #eventsBar .featuredEventItem .thumb .decoIcons {
  width: 80px;
  position: absolute;
  left: -40px;
  top: 150px;
  z-index: 0;
}
@media only screen and (max-width:  1023px ) {
  .home #eventsBar .featuredEventItem .thumb .decoIcons {
    display: none;
  }
}
.home #eventsBar .featuredEventItem .thumb .decoIcons svg {
  fill: #F2F3F4;
}
.home #eventsBar .featuredEventItem .thumb .thumbInner {
  position: relative;
  z-index: 1;
}
.home #eventsBar .featuredEventItem .thumb .date {
  position: absolute;
  left: -45px;
  top: 30px;
  border-left: 5px solid transparent;
  background: #fff;
  height: 100px;
  padding: 20px 0;
  z-index: 2;
}
@media only screen and (max-width:  1023px ) {
  .home #eventsBar .featuredEventItem .thumb .date {
    left: -25px;
  }
}
.flexbox .home #eventsBar .featuredEventItem .thumb .date {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home #eventsBar .featuredEventItem .thumb .date:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#fad961), to(#fcb137));
  background: linear-gradient(to bottom, #fad961 0%, #fcb137 100%);
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5px;
}
.home #eventsBar .featuredEventItem .title {
  font-size: 24px;
  font-size: 1.5rem;
}
.home #eventsBar .featuredEventItem .title a {
  color: #44225E;
}
@media only screen and (max-width:  699px ) {
  .home #eventsBar .eventList {
    padding: 0 25px 0 0;
    margin: 0 -10px;
    width: auto;
  }
  .home #eventsBar .eventList .cta {
    margin: 30px 0 0 25px;
  }
}
.home #eventsBar .eventHomeItem + .eventHomeItem {
  margin-top: 25px;
}
.home #eventsBar .eventHomeItem .eventInner {
  padding-left: 12%;
}
@media only screen and (max-width:  1023px ) {
  .home #eventsBar .eventHomeItem .eventInner {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .home #eventsBar .eventHomeItem .eventInner {
    padding-right: 50px;
  }
}
.home #eventsBar .eventHomeItem .date {
  width: 22%;
  float: left;
}
@media only screen and (max-width:  1023px ) {
  .home #eventsBar .eventHomeItem .date {
    width: 120px;
  }
}
.home #eventsBar .eventHomeItem .date .day {
  position: relative;
}
.home #eventsBar .eventHomeItem .date .day:before {
  content: "";
  height: 1px;
  width: 30px;
  background: #592A8A;
  position: absolute;
  left: -30px;
  top: 50%;
}
@media only screen and (max-width:  1023px ) {
  .home #eventsBar .eventHomeItem .date .day:before {
    width: 15px;
    left: -15px;
  }
}
.home #eventsBar .eventHomeItem .text {
  padding-left: 22%;
}
@media only screen and (max-width:  1023px ) {
  .home #eventsBar .eventHomeItem .text {
    padding-left: 120px;
  }
}
.home #partnersBar {
  background: #FEC923;
  padding: 90px 10px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .home #partnersBar {
    padding: 60px 10px;
  }
}
@media only screen and (max-width:  699px ) {
  .home #partnersBar {
    padding: 40px 10px 75px;
  }
}
.home #partnersBar .top-icon {
  position: absolute;
  top: -20px;
  right: 60px;
  z-index: 1;
  width: 130px;
  height: 130px;
  overflow: hidden;
}
.home #partnersBar .top-icon svg {
  width: 130px;
  height: 130px;
  position: absolute;
  top: 0;
  right: 0px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .home #partnersBar .top-icon {
    width: 65px;
    height: 65px;
    top: -10px;
    right: 20px;
  }
  .home #partnersBar .top-icon svg {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width:  699px ) {
  .home #partnersBar .top-icon {
    width: 65px;
    height: 65px;
    top: -45px;
    right: 0;
  }
  .home #partnersBar .top-icon svg {
    width: 65px;
    height: 65px;
    right: -45px;
  }
}
.home #partnersBar .bottom-icon {
  position: absolute;
  bottom: -45px;
  left: 35px;
  z-index: 1;
}
.home #partnersBar .bottom-icon svg {
  fill: #E7B20F;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width:  1023px ) {
  .home #partnersBar .bottom-icon {
    left: -20px;
    bottom: -27px;
  }
  .home #partnersBar .bottom-icon svg {
    width: 40px;
    height: 40px;
  }
}
.home #partnersBar .container {
  position: relative;
}
.home #partnersBar .intro {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width:  1023px ) {
  .home #partnersBar .intro {
    margin-bottom: 40px;
  }
}
.home #partnersBar .intro h2 {
  margin: 20px 0 30px;
}
@media only screen and (max-width:  1023px ) {
  .home #partnersBar .intro h2 {
    margin: 10px 0 15px;
  }
}
.home #partnersBar .partnersFoot {
  text-align: center;
  margin-top: 60px;
}
@media only screen and (max-width:  1023px ) {
  .home #partnersBar .partnersFoot {
    margin-top: 35px;
  }
}
.home #partnersBar .partnersFoot .button {
  margin: 0;
}
@media only screen and (max-width:  699px ) {
  .home #partnersBar .partnersFoot .button {
    display: block;
  }
}
.home #partnersBar .slick-arrow {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  line-height: 1;
}
.home #partnersBar .slick-arrow svg {
  fill: #592A8A;
  width: 35px;
}
.home #partnersBar .slick-arrow.slick-prev {
  left: -10%;
}
@media only screen and (max-width:  1023px ) {
  .home #partnersBar .slick-arrow.slick-prev {
    left: 0;
  }
}
.home #partnersBar .slick-arrow.slick-next {
  right: -10%;
}
@media only screen and (max-width:  1023px ) {
  .home #partnersBar .slick-arrow.slick-next {
    right: 0;
  }
}
.home #partnersBar .slick-arrow.slick-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home #partnersBar .slick-arrow:hover,
.home #partnersBar .slick-arrow:focus {
  background: rgba(255, 255, 255, 0.2);
}
.home #partnersBar .slick-arrow:focus {
  outline: 4px solid #592A8A;
}
@media only screen and (max-width:  699px ) {
  .home #partnersBar .partnersList {
    padding: 0;
  }
}
@media only screen and (max-width:  1023px ) {
  .home #partnersBar .partnersListWrap {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .home #partnersBar .partnersListWrap {
    padding: 0 50px;
  }
}
.home #partnersBar .partnerItem {
  padding: 0px 30px;
  text-align: center;
}
.home #partnersBar .partnerItem a {
  display: block;
  padding: 5px 0;
}
.home #partnersBar .partnerItem .tools a {
  display: inline-block;
}
.home #partnersBar .partnerItem img {
  max-height: 100px!important;
  margin: 0 auto;
}
.home #partnersBar #partnersPause {
  position: absolute;
  bottom: 20px;
  right: 25px;
  width: 25px;
  height: 20px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .home #partnersBar #partnersPause {
    bottom: 20px;
    right: 20px;
  }
}
.home #partnersBar #partnersPause svg {
  fill: #592A8A;
}
.home #partnersBar #partnersPause svg.playBtn {
  display: none;
}
.home #partnersBar #partnersPause.paused svg {
  fill: #592A8A;
}
.home #partnersBar #partnersPause.paused svg.pauseBtn {
  display: none;
}
.home #partnersBar #partnersPause.paused svg.playBtn {
  display: block;
}
.home .socialBar {
  background-color: #fff;
  height: 100%;
  position: relative;
  padding: 0 10px;
  overflow: hidden;
}
.home .socialBar:before {
  content: "";
  width: 75px;
  height: 100%;
  background-image: url(images/svgs/Pattern-StepandRepeat.svg);
  background-repeat: repeat;
  background-size: 140px;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 1;
}
.home .socialBar:after {
  background: #592A8A;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 100%;
  z-index: 0;
}
.home .socialBar .container {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #fff;
  color: #231F20;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width:  1023px ) {
  .home .socialBar .container {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .home .socialBar .container {
    padding-top: 60px;
  }
}
@media only screen and (max-width:  699px ) {
  .home .socialBar .container {
    padding-top: 40px;
  }
}
.home .socialBar .container:before {
  content: "";
  position: absolute;
  left: -45px;
  top: 0;
  height: 100%;
  background: #fff;
  width: 45px;
}
.home .socialBar .intro {
  padding-top: 30px;
}
@media only screen and (max-width:  1023px ) {
  .home .socialBar .intro {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
  }
}
.home .socialBar .intro h2 {
  margin: 20px 0;
}
@media only screen and (max-width:  1023px ) {
  .home .socialBar .intro h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.home .socialBar .intro h2:last-child {
  margin-bottom: 0;
}
.home .socialBar .widget-header {
  position: relative;
  padding-left: 40px;
  margin: 0 0 15px;
}
.home .socialBar .widget-header:before {
  content: "";
  width: 35px;
  height: 1px;
  background: #592A8A;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}
.home .socialBar .contentInner {
  position: relative;
  z-index: 5;
  background: #fff;
}
.home .socialBar .socialOne {
  position: relative;
  z-index: 1;
}
.home .socialBar .socialTwo {
  position: relative;
}
.home .socialBar .socialTwo:after {
  content: "";
  position: absolute;
  bottom: -39px;
  right: -56px;
  z-index: 0;
  height: 75%;
  width: 160%;
  background-image: url(images/svgs/XPattern-sm-01.svg);
  background-position: bottom right;
  background-size: 115px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .home .socialBar .socialTwo:after {
    right: -60px;
    bottom: -45px;
    background-size: 140px;
  }
}
@media only screen and (max-width:  699px ) {
  .home .socialBar .socialTwo:after {
    background-size: 118px;
    right: -54px;
    height: 150px;
  }
}


/* Causes News Listing */
.causes-news-listing {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin:0 -15px;
}

.fullWidth .causes-news-listing {
  margin:2em auto;
  max-width:1340px;
}

@media only screen and (max-width:699px) {
  .fullWidth .causes-news-listing {
    margin:0px;
  }
}

.cause-item {
  width: 33.3336%;
  padding: 0 15px 30px;
  flex-grow:0;
  flex-shrink:0;
  flex-basis:33.33336%;
}

@media screen and (max-width:899px) {
  .cause-item {
    width:50%;
    flex-basis:50%;
  }
}

@media screen and (max-width:700px) {
  .cause-item {
    width:100%;
    flex-basis:100%;
  }
}

.cause-item .cause-inner {
    background: #f2f2f2;
    display: flex;
    text-align: center;
    overflow: hidden;
    width:100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    height:100%;
    flex-direction: column;
}

.cause-item .cause-item-top {
    position: relative;
    flex-grow:0;
    flex-shrink:0;
}

.cause-item .icon-wrap {
    padding: 20px 18px;
    background-color: #592a8a;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.cause-item .icon-wrap span {
    color: #fff;
    font-size: 22px;
}

.cause-item .cause-item-bottom-wrap {
    margin-top: 20px;
    flex-grow:1;
}

.cause-item .cause-item-bottom {
    padding-top: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cause-item .cause-item-title {
    text-transform: uppercase;
    color: #592a8a;
    font-size: 1.35em;
    margin-bottom: 15px;
    padding:0 20px;
    font-family: "Norwester", 'norwesterregular', "Oswald", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.cause-item .cause-item-preview {
    color: #555555;
    flex-grow:1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cause-item .cause-item-preview .cause-item-preview-text {
    padding: 0 20px;
    margin: 0 20px 30px;
    display:block;
}

.cause-item .cause-button-group {
    /*margin-top: 30px;*/
}

.cause-item .cause-button-group a {
    display: inline-block;
    width: 50%;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight:bold;
}

.cause-item .cause-button-group a:first-child {
    color: #fff;
    background: #592a8a;
    border-top: 1px solid #592a8a;
}

.cause-item .cause-button-group a:first-child:hover {
    background: #555555;
    color: #fff;
    border-color: #555555;
}

.cause-item .cause-button-group a:last-child {
    color: #555555;
    background: transparent;
    border-top: 1px solid #c5c5c5;
}

.cause-item .cause-button-group a:last-child:hover {
    color: #fff;
    background: #555555;
    border-color: #555555;
}

@media only screen and (max-width: 1169px) {
    .cause-item {
        width: 45%;
    }
}

@media only screen and (max-width: 629px) {
    .causes-news-listing {
        justify-content: center;
    }

    .cause-item {
        width: 100%;
    }

    .cause-item .cause-item-top img {
        width: 100%;
    }
}

/* MAINT 153612 DT 07302020 */
.announcement {
  margin: 30px 0;
  padding: 10px;
  background-color: #f4f7f8;
  border-left: 3px solid #592a8a;
  box-shadow: 3px 3px 0 3px #eaeff2;
}

ul.giveBtnsList {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.giveBtnsList li {
    padding: 0;
    margin: 0 10px 20px;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    display: inline-block;
}
ul.giveBtnsList li + li {
  margin-top:0;
}
ul.giveBtnsList li a {
  background: #fff;
  border-bottom: 8px solid #592A8A;
  color: #592A8A !important;
  text-decoration: none;
  display: block;
  font-size: 2em;
  line-height: 1em;
  padding: 20px 30px;
  font-weight: bold;
}
ul.giveBtnsList span.sm {
  float: left;
  font-size: .55em;
  margin-right: 2px;
  position: relative;
  top: -5px;
}
@media (max-width:699px) {
  ul.giveBtnsList {
    justify-content: space-around;
  }
  ul.giveBtnsList li {
    width:45%;
  }
}

/* maint#201276 TB 02042022  */
#ContentMiddleLayoutAlert {
  position: relative;
  z-index: 6;
}
.alertBanner {
	font-family: "Gentona-Book", "Montserrat", Helvetica, Arial, sans-serif;
	background: #FEC923;
}
.alertBanner .alert {
	position: relative;
	margin: 0;
	border: none;
	padding: 34px 0;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 1024px) {
	.alertBanner .alert {
		padding: 34px 15px;
	}
}
@media (min-width: 700px) {
	.alertBanner .alert {
		flex-wrap: nowrap;
	}
}
.alertBanner .alert .header {
	font-weight: 800;
	font-size: 22px;
	line-height: 1.0909;
	color: #592A8A;
	width: 100%;
	margin-top: 10px;
}
@media (min-width: 700px) {
	.alertBanner .alert .header {
		margin-top: 0;
		margin-left: 10px;
		flex: 0 0 9.06%;
		max-width: 115px;
	}
}
.alertBanner .alert .preview {
	font-size: 1rem;
	line-height: 1.375;
	font-weight: normal;
	margin-top: 20px;
	color: #592A8A;
	width: 100%;
	max-width: 630px;
}
@media (min-width: 700px) {
	.alertBanner .alert .preview {
		margin-top: 0;
		margin-left: 35px;
		padding-right: 0;
	}
}
@media (min-width: 700px) and (max-width: 1024px) {
	.alertBanner .alert .preview {
		flex: 0 0 65%;
		max-width: 65%;
	}
}
@media (min-width: 1025px) {
	.alertBanner .alert .preview {
		flex: 0 0 50%;
	}
}
.alertBanner .alert .preview a {
	color: #592A8A;
	text-decoration: none;
}
.alertBanner .alert .preview a:focus {
	outline: 2px solid white;
	outline-offset: 3px;
}
.alertBanner .alert button {
	width: 42px;
	height: 42px;
	font-family: "Font Awesome 5 Free";
	color: #592A8A;
	background: transparent;
	border: 2px solid #592A8A;
	border-radius: 50%;
	flex: 1 0 8%;
	max-width: 42px;
	margin-left: auto;
	position: absolute;
	right: 15px;
}
@media (min-width: 700px) {
	.alertBanner .alert button {
		position: relative;
		right: 0;
	}
}
.alertBanner .alert button:hover,
.alertBanner .alert button:focus {
	color: #FEC923;
	background: #592A8A;
}
.alertBanner .alert button:focus {
	outline: 1px dotted #592A8A;
	outline-offset: 3px;
}

/* Gold template */
:root {
  --gold_base:#fec923;
  --gold_purple_base:#592a8a;
  --gold_amber_base:#edad1f;
  }

  /* GOLD TEMPLATES - Interior Template */
  .interior.gold .page-header .pageName h1 {
    color: var(--gold_base);
  }
  
  /* GOLD TEMPLATES - Utility Bar */
  .gold .utilityBar {
    background: var(--gold_base);
  }
  
  /* GOLD TEMPLATES - I want to ... dropdown */
  .gold .utilityTrigger #utilityTriggerD {
    color: var(--gold_purple_base);
  }
  .gold .utilityTrigger #utilityTriggerD:hover,
  .gold .utilityTrigger #utilityTriggerD:focus{
    text-decoration: underline;
    background: var(--gold_amber_base);
  }
  .gold .utilityTrigger #utilityTriggerD .icon svg {
    fill: var(--gold_purple_base);
  }
  
  /* GOLD TEMPLATES - member tools */
  .gold .memberTools ul li a {
    text-decoration: none;
    color: var(--gold_purple_base);
  }
  .gold .memberTools ul li a:hover,
  .gold .memberTools ul li a:focus {
    text-decoration: underline;
    background: var(--gold_amber_base);
  }
  
  /* GOLD TEMPLATES - Buttons in header */
  .gold .headerBtns ul li.gold a {
    background: var(--gold_purple_base);
    color: var(--gold_base);
    padding: 7px 20px;
    border: none;
    border: 4px solid var(--gold_purple_base);
  }
  .gold .headerBtns ul li.gold a:hover,
  .gold .headerBtns ul li.gold a:focus {
    background: #592A8A;
    color: #fff;
    border: 4px solid var(--gold_base);
  }

  /* GOLD TEMPLATES - Hero Bar */
  .gold #heroBar .heroInner .rightSide .text h1 {
    color: var(--gold_base);
  }

  .gold #heroBar .heroInner .rightSide .text .icon svg {
    visibility: hidden;
  }


  /* GOLD TEMPLATES - Gray box feature buttons */
  .gold .grayBoxFeature .grayBoxInner .text .button{
    border: 4px solid var(--gold_base);
  }
  .gold .grayBoxFeature .grayBoxInner .contentWrap:hover .text .button{
    border: none;
    padding: 19px 29px;;
    color: var(--gold_purple_base);
    background: -webkit-gradient(linear, left top, left bottom, from(#fad961), to(#fcb137));
    background: linear-gradient(to bottom, #fad961 0%, #fcb137 100%);
  }
  /* GOLD TEMMPLATES - Image Gallery */
  .gold #imageGallery {
    background: var(--gold_base);
    padding: 55px;
    position: relative;
  }
  .gold #imageGallery .xIcon {
    fill: var(--gold_amber_base);
  }

  /* GOLD TEMPLATE - Feature Story */
  .gold #featureStory .featureInner .thumb {
    background: var(--gold_base);
  }

  /* GOLD TEMPLATE - Accordion */
  .gold .accordion > .panelCollapse + .panelCollapse {
    border-top: 1px solid var(--gold_amber_base);
  }

  /* GOLD TEMPLATE - VideoWrap */
  .gold .videoBar .videoWrap::after {
    background-color:var(--gold_base);
    background-image: url(images/svgs/Pattern-Video.svg);
  }
  .gold .videoBar .intro #transcriptToggle .icon svg {
    fill: var(--gold_amber_base);
  }

  /* GOLD TEMPLATE - Feature List */
  .gold .featureList-stacked .intro h2 {
    color: var(--gold_base);
  }

  .gold .featureList-stacked {
    background-image: url(images/svgs/Pattern-GivingOptions2-gold.svg);
  }

  /* GOLD TEMPLATE - Subscribe box */
  .gold #subscribeBox h2.header-3 {
      color: var(--gold_base);
  }
  
  /* GOLD TEMPLATE - Full width hero (gold strip on right) */
  .gold #heroBar .heroInner .strip {
    position: absolute;
    right: 0;
    top: 0px;
    height: calc(100%);
    width: 105px;
    background: var(--gold_base);
  }

  .gold #statsBar .statsInner::after {
    border: 2px solid var(--gold_amber_base);
    position: absolute;
    left: 2%;
    top: 0;
    width: 96%;
    height: 100%;
    content: "";
    display: block;
  }

  /* GOLD TEMPLATE - Buttons */
  .gold .button, 
  .gold a.button, 
  .gold .button > a, 
  .gold input[type="submit"], 
  .gold input[type="button"], 
  .gold input[type="reset"] {
      border: 4px solid var(--gold_base);
    }

  .gold .button:hover, 
  .gold a.button:hover, 
  .gold .button > a:hover, 
  .gold input[type="submit"]:hover, 
  .gold input[type="button"]:hover, 
  .gold input[type="reset"]:hover {
      border: none;
      padding: 19px 29px;;
      color: var(--gold_purple_base);
      background: -webkit-gradient(linear, left top, left bottom, from(#fad961), to(#fcb137));
      background: linear-gradient(to bottom, #fad961 0%, #fcb137 100%);
    }

  .gold .button:focus, 
  .gold a.button:focus, 
  .gold .button > a:focus, 
  .gold input[type="submit"]:focus, 
  .gold input[type="button"]:focus, 
  .gold input[type="reset"]:focus {
      border: 4px solid var(--gold_purple_base);
      color: var(--gold_purple_base);
      background: -webkit-gradient(linear, left top, left bottom, from(#fad961), to(#fcb137));
      background: linear-gradient(to bottom, #fad961 0%, #fcb137 100%);
    }
   
    /* MAINT 213200 DT 07112022 */
    .button.full-width {
      width: 100%;
      max-width: 240px;
    }

    /* MAINT 213910 BS 07202022 */

    /* fixes the image sizes if there is not enough text on the left side */
    @media screen and (min-width: 1099px) {
      .landing #imageGallery .galleryHold,
      .home #imageGallery .galleryHold {
        min-width:650px;
      }
    }

    .imod_fieldWrapper .imod_fieldInput textarea, .imod_fieldWrapper .imod_fieldInput input[type='text'], .imod_fieldWrapper .imod_fieldInput select, .imod_fieldWrapper .imod_col2 textarea, .imod_fieldWrapper .imod_col2 input[type='text'], .imod_fieldWrapper .imod_col2 select, .imod_fieldWrapper .imod_col3 textarea, .imod_fieldWrapper .imod_col3 input[type='text'], .imod_fieldWrapper .imod_col3 select, .imod_fieldWrapper .imod_col4 textarea, .imod_fieldWrapper .imod_col4 input[type='text'], .imod_fieldWrapper .imod_col4 select {
      color: #000;
    }