/*
$white:  		#ffffff;
$black:  		#2c2c2c;
$red:    		#ff3c5e;
$purple:  		#660ba2;
$gray-dark:     #303030;
$gray:          #e5e5e5;
$gray-light:    #fafafa;


- - - - CSS SITEMAP - - - -

i01 - Common Elements
i02 - Forms
i03 - Filters
i04 - Header
i05 - Nav
i06 - Billboard
i07 - Sections
i08 - Widgets
i09 - Footer
i10 - Additional Plugins

*/
* {
  -webkit-overflow-scrolling: touch;
}

body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/*script to add loaded class in addons.php*/
#wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#wrap:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url(../svg/preloader-white.svg);
  background-size: 100px 100px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  visibility: visible;
  z-index: 1799;
  /*below header*/
  transition: all 0.3s ease;
}

html.loaded #wrap:before {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

/*=================================================

i01 - Common Elements & Overrides

=================================================*/
/*main typography*/
img {
  max-width: 100%;
}

img.responsive-image {
  display: block;
  width: 100%;
  height: auto;
}

body {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #2c2c2c;
  background-color: #ffffff;
}

a {
  color: #ff3c5e;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #660ba2;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  color: inherit;
  font-weight: 500;
}

h1, .h1 {
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 100;
  color: #ff3c5e;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3.75rem;
  }
}

h2, .h2 {
  font-size: 1.75rem;
  font-weight: 300;
  color: #ff3c5e;
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.25rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  color: #660ba2;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
  color: #660ba2;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
  color: #ff3c5e;
}

@media (min-width: 768px) {
  h5, .h5 {
    font-size: 1.5rem;
  }
}

h6, .h6 {
  font-size: 1rem;
  color: #ff3c5e;
  font-weight: 300;
}

.widget-heading {
  position: relative;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .widget-heading {
    margin-bottom: 4rem;
  }
}

.widget-heading h1 {
  text-align: center;
  margin-bottom: 0;
}

.widget-heading-link {
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .widget-heading-link {
    margin-bottom: 4rem;
    padding-right: 300px;
    text-align: left;
  }
}

.widget-heading-link h1 {
  margin-bottom: 0;
}

.widget-heading-link a {
  font-size: 1.25rem;
  font-weight: 100;
}

@media (min-width: 768px) {
  .widget-heading-link a {
    font-size: 1.5rem;
    position: absolute;
    right: 0;
    top: .5rem;
  }
}

.widget-heading-link a:after {
  font-family: 'icons' !important;
  content: "\ede8";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5rem;
}

.dark .widget-heading-link a {
  color: #ffffff;
}

.dark .widget-heading-link a:hover {
  color: #ff3c5e;
}

.heading-underline {
  border-bottom: 5px solid #ff3c5e;
  margin-bottom: 2rem;
}

.heading-link {
  font-weight: 100;
}

.heading-link:after {
  display: inline-block;
  font-family: 'icons' !important;
  content: "\ede8";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: .5rem;
  vertical-align: middle;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

blockquote {
  display: block;
  position: relative;
  margin: 2rem 0 2.5rem 0;
  padding: 0 0 0 2rem;
  line-height: 1.4;
  font-size: 1.375rem;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  color: #660ba2;
  quotes: none;
  border-left: 5px solid #ff3c5e;
}

blockquote p {
  display: inline;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}

.btn,
.media li a,
.rsvp a {
  display: inline-block;
  font-weight: 100;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1rem 2rem;
  margin: 0 1rem .5rem 0;
  font-size: 1.25rem;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .btn,
  .media li a {
    font-size: 1.5rem;
  }
}

.media li a {
  padding-left: .5rem;
  padding-right: .5rem;
  min-width: 130px;
  font-size: 1.25rem;
  margin-right: .5rem;
}

.btn .icon:first-child {
  margin-right: .25rem;
}

.btn .icon:last-child {
  margin-left: .25rem;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.btn:focus,
.btn.focus {
  outline: none;
  box-shadow: none;
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn:active,
.btn.active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/*bootstrap 4 buttons have been updated to bootstrap 3 for the editor*/
.media li a,
.btn-default,
.rsvp a {
  color: #ffffff;
  background-color: #660ba2;
}

.media li a:hover,
.btn-default:hover,
.rsvp a:hover {
  color: #ffffff;
  background-color: #ff3c5e;
}

.btn-primary {
  color: #660ba2;
  font-weight: 500;
  background-color: transparent;
  border: 4px solid #ff3c5e;
  text-transform: uppercase;
}

.btn-primary:hover {
  font-weight: 500;
  color: #ffffff;
  background-color: #660ba2;
  border-color: #660ba2;
}

.btn-success {
  color: #ff3c5e;
  font-weight: 500;
  background-color: transparent;
  border: 4px solid #660ba2;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #ff3c5e;
  border-color: #ff3c5e;
}

.btn-info {
  color: #ffffff;
  font-weight: 500;
  background-color: #660ba2;
  border: 4px solid transparent;
  text-transform: uppercase;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #ff3c5e;
  border-color: transparent;
}

.btn-warning {
  color: #ffffff;
  background-color: #ff3c5e;
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #660ba2;
}

.btn-danger {
  color: #ff3c5e;
  background-color: #ffffff;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #ff3c5e;
}

.btn-lg {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .btn-lg {
    font-size: 2rem;
    padding: 1.25rem 3rem;
  }
}

@media (min-width: 768px) {
  .btn-lg.btn-block {
    padding: 2.5rem 3rem;
  }
}

.btn-sm,
.rsvp a  {
  font-size: 0.875rem;
  padding: .5rem 1.5rem;
}

.btn-xs {
  font-size: 0.75rem;
  padding: .5rem 1.5rem;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark blockquote {
  color: #ffffff;
}

.dark .btn-primary {
  color: #ffffff;
  border-color: #ffffff;
}

.dark .btn-primary:hover {
  color: #ffffff;
  background-color: #660ba2;
  border-color: #660ba2;
}

.dark .btn-success {
  color: #ffffff;
  border-color: #ffffff;
}

.dark .btn-success:hover {
  color: #ffffff;
  background-color: #ff3c5e;
  border-color: #ff3c5e;
}

/*other common elements*/
.loading {
  position: relative;
  min-height: 16rem;
}

.loading:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(../svg/preloader.svg);
  background-repeat: no-repeat !important;
  background-position: center center;
  background-size: 64px 64px;
}

.loading.dark {
  background-color: rgba(44, 44, 44, 0.9);
  background-image: url(../svg/preloader-white.svg);
  background-repeat: no-repeat !important;
  background-position: center center;
  background-size: 64px 64px;
}

.loading.transparent:after {
  background-color: transparent;
}

#pagination,
.pagination {
  clear: both;
  text-align: center;
  padding: 0;
  line-height: 1;
  margin: 1em 0;
  width: 100%;
}

#pagination a,
.pagination a {
  display: inline-block;
  margin: 0 .25em;
  line-height: 1.3;
  font-weight: 600;
  padding: .25em .35em;
}

#pagination #current,
#pagination .current,
.pagination #current,
.pagination .current {
  background-color: transparent;
}

#pagination #off,
.pagination #off {
  display: none;
  cursor: default;
}

#pagination #next,
.pagination #next {
  position: relative;
  text-indent: -9999px;
}

#pagination #next:after,
.pagination #next:after {
  content: "\edbd";
  font-family: 'icons' !important;
  font-size: .85em;
  position: absolute;
  right: -5px;
  margin-top: 1px;
  text-indent: 0px;
}

#pagination #previous,
.pagination #previous {
  position: relative;
  text-indent: -9999px;
}

#pagination #previous:after,
.pagination #previous:after {
  content: "\edc5";
  font-family: 'icons' !important;
  font-size: .85em;
  position: absolute;
  right: 2px;
  margin-top: 1px;
  text-indent: 0px;
}

.shorten-text .morelink {
  text-transform: uppercase;
}

.share {
  clear: both;
  margin-top: 2rem;
}

.share a {
  display: inline-block;
  margin-right: .5rem;
}

.share a span {
  display: block;
  font-size: 1.25rem;
}

.div-callout {
  padding: 2rem;
  border: 4px solid #ff3c5e;
}

.div-callout p:last-of-type {
  margin-bottom: 0;
}

.div-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.div-embed img {
  display: block;
  width: 100%;
  height: auto;
}

.div-embed iframe, .div-embed object, .div-embed embed, .div-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 !important;
  background: none !important;
}

.div-embed video {
  background-position: center center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.fluid-width-video-wrapper iframe {
  border: 0;
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  opacity: 1 !important;
}

:-moz-placeholder {
  opacity: 1 !important;
}

::-moz-placeholder {
  opacity: 1 !important;
}

:-ms-input-placeholder {
  opacity: 1 !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

.content-main #searchForm2 {
  width: 100%;
  max-width: 360px;
  position: relative;
  margin: 0 auto 4rem auto;
  border: 0;
  outline: none;
  box-shadow: none;
  background-color: #fafafa;
}

.content-main #searchForm2 fieldset {
  width: 100%;
  position: relative;
  border: 0;
  padding: .5rem;
  margin: 0;
}

.content-main #searchForm2 fieldset:after {
  display: block;
  content: "";
  clear: both;
}

.content-main #searchForm2 #search_term2 {
  display: block;
  float: left;
  width: 85%;
  padding: 0 2.5%;
  margin: 0;
  border: 0;
  text-align: left;
  font-size: 20px;
  line-height: 46px;
  outline: none !important;
  border-radius: 0;
  background: none;
  color: #2c2c2c;
}

.content-main #searchForm2 #search_go2 {
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  width: 10%;
  height: 100%;
  text-align: center;
  margin: -10px 0 0 0;
  padding: 0;
  font-size: 20px;
}

/*=================================================

i02 - Forms

=================================================*/
.monkForm {
  margin: 2em auto;
  padding: 0 10px 40px 10px;
  color: #ffffff;
  background-color: #660ba2;
  border: 0;
}

@media (min-width: 768px) {
  .monkForm {
    padding: 0 30px 40px 30px;
  }
}

.monkForm p {
  margin: 0;
}

.monkForm p.error {
  font-size: .875rem;
  color: #ffffff;
}

.monkForm fieldset > legend {
  display: block;
  position: relative;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: .25rem;
  font-size: 2rem;
  font-weight: 300;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

@media (min-width: 768px) {
  .monkForm fieldset > legend {
    font-size: 2.25rem;
  }
}

.monkForm fieldset fieldset > legend {
  display: block;
  width: 100%;
  line-height: 1.2;
  padding: 0;
  margin-bottom: .25rem;
  border: 0;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  border: 0;
}

.monkForm fieldset fieldset > legend:not(.heading) {
  font-size: 1.5rem;
  font-weight: 500;
  padding: .5rem 0;
  margin: 0;
}

.monkForm .section {
  margin-bottom: 2rem !important;
  padding: .5rem 0;
}

.monkForm .section p {
  font-size: 1rem;
  font-weight: 400;
}

.monkForm .heading {
  display: block;
  line-height: 1rem;
  margin-bottom: .75rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.monkForm p.description {
  font-size: 1rem;
}

.monkForm div.divider {
  position: relative;
  margin-bottom: 2rem;
  padding: 1em 0;
  border-bottom: 0;
  text-align: left;
}

.monkForm div.divider .heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.monkForm div.divider div.description {
  padding: 0;
}

.monkForm div.divider div.description p {
  font-size: 1rem;
}

.monkForm .asterisk {
  color: #ffffff;
}

.monkForm .section,
.monkForm .text,
.monkForm .textarea,
.monkForm .email,
.monkForm .name,
.monkForm .phone,
.monkForm .address,
.monkForm .date,
.monkForm .radio,
.monkForm .checkbox,
.monkForm .select,
.monkForm .file {
  margin-bottom: 1.75rem;
}

.monkForm div {
  text-align: left;
  padding: 0;
}

.monkForm div input,
.monkForm div textarea,
.monkForm div select {
  display: inline-block;
  color: #303030;
  font-size: 16px;
  padding: .75rem .75rem;
  margin-bottom: .5rem;
  outline: none;
  border: 2px solid #e5e5e5;
  border-radius: 0px;
  box-shadow: none;
  width: 70%;
  vertical-align: baseline;
  font-weight: 400;
}

@media (min-width: 768px) {
  .monkForm div input,
  .monkForm div textarea,
  .monkForm div select {
    width: auto;
  }
}

.monkForm div input,
.monkForm div textarea {
  color: #303030;
  background-color: #ffffff;
}

.monkForm .text input, .monkForm .text textarea,
.monkForm .email input,
.monkForm .email textarea,
.monkForm .textarea input,
.monkForm .textarea textarea {
  display: block;
  width: 90%;
}

.monkForm .phone input {
  padding: 2px;
  width: auto;
}

@media (min-width: 768px) {
  .monkForm .phone input {
    padding: .75rem;
  }
}

.monkForm .address .ui-selectmenu-button {
  display: block;
  margin: 0;
}

@media (min-width: 768px) {
  .monkForm .address .ui-selectmenu-button {
    display: inline-block;
    vertical-align: middle;
  }
}

.monkForm .address input {
  display: block;
  margin: 0;
}

@media (min-width: 768px) {
  .monkForm .address input {
    display: inline-block;
    vertical-align: middle;
  }
}

.monkForm .address p {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .monkForm .address p {
    margin-bottom: 1rem;
  }
}

.monkForm .checkbox p,
.monkForm .radio p {
  margin-bottom: .25rem;
}

.monkForm .checkbox label,
.monkForm .radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  line-height: 18px;
}

.monkForm .checkbox input,
.monkForm .radio input {
  width: auto;
  display: inline-block;
}

.monkForm .checkbox label,
.monkForm .radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  font-size: 1em;
  line-height: 18px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.monkForm .checkbox label:before,
.monkForm .radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid #ffffff;
}

.monkForm .checkbox input[type="checkbox"]:checked + label:before,
.monkForm .checkbox input[type="radio"]:checked + label:before,
.monkForm .radio input[type="checkbox"]:checked + label:before,
.monkForm .radio input[type="radio"]:checked + label:before {
  background-color: #ff3c5e;
}

.monkForm .checkbox input[type="checkbox"]:checked + label:after,
.monkForm .checkbox input[type="radio"]:checked + label:after,
.monkForm .radio input[type="checkbox"]:checked + label:after,
.monkForm .radio input[type="radio"]:checked + label:after {
  display: inline-block;
}

.monkForm .checkbox input,
.monkForm .radio input {
  display: none;
}

.monkForm .radio label:before {
  border-radius: 50%;
}

.monkForm .file .data {
  border: none;
}

@media (min-width: 768px) {
  .monkForm .file .data {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .monkForm .file .data {
    border: 0;
  }
}

.monkForm .file input {
  color: #ffffff;
  font-weight: 400;
  background-color: transparent;
  padding: 5px;
  border: 0;
}

.monkForm .ui-selectmenu-button {
  display: inline-block;
  margin: 0;
  vertical-align: baseline;
  border-color: #e5e5e5;
}

.monkForm .address .ui-selectmenu-button {
  display: block;
  width: 100%;
  max-width: 70%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .monkForm .address .ui-selectmenu-button {
    display: inline-block;
    width: 125px;
    margin-bottom: 0;
  }
}

.monkForm .date .ui-selectmenu-button {
  width: 100px !important;
}

.monkForm input[type=submit] {
  display: inline-block;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 2px solid #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .85rem 1.5rem;
  margin: 1rem 0 0 0;
  font-size: 1rem;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
}

.monkForm input[type=submit]:hover {
  color: #660ba2;
  border-color: #ffffff;
  background-color: #ffffff;
}

#newsletter {
  border: 0;
  padding: 0;
  outline: none;
  box-shadow: none;
  background: none;
  overflow: hidden;
  border-radius: 0;
  width: 100%;
}

#newsletter fieldset {
  position: relative;
  height: 60px;
  border: 0;
  margin: 0;
  padding: 0 84px 0 0;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
  background-color: #ffffff;
}

#newsletter_text {
  display: block;
  padding: 0 5%;
  margin-bottom: 1rem;
  border: 0;
  text-align: left;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  outline: none !important;
  border-radius: 0;
  color: #660ba2;
  text-transform: uppercase;
  background: none !important;
}

#newsletter_submit {
  display: block;
  width: 84px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
  font-size: .875rem;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  color: #ff3c5e;
  background-color: #660ba2;
  transition: .3s;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
}

#newsletter_submit:hover {
  color: #ffffff;
}

/*=================================================

i03 - Filters

=================================================*/
.filters {
  padding: 1rem;
  margin: 2rem 0;
  background-color: rgba(229, 229, 229, 0.6);
}

.filters::after {
  display: block;
  content: "";
  clear: both;
}

.filters a {
  text-decoration: none;
}

.filters .ui-selectmenu-button {
  margin: 0 auto 1em auto;
  text-align: left;
}

@media (min-width: 992px) {
  .filters .ui-selectmenu-button {
    float: left;
    margin: 0 .5em 0 0;
  }
}

.filters select.sorter {
  display: block;
  float: none;
  font-size: 16px;
  width: 90%;
  padding: 2px;
  margin: 0 auto 1em auto;
}

@media (min-width: 992px) {
  .filters.single .ui-selectmenu-button {
    float: none;
    margin: 0 auto 0 auto !important;
  }
}

#module-search,
#zip-search {
  border: 0;
  outline: none;
  width: 200px;
  margin: 0 auto 1em auto;
  padding: 0;
  line-height: 1;
  overflow: hidden;
}

@media (min-width: 992px) {
  #module-search,
  #zip-search {
    float: right;
    margin: 0;
  }
}

#module-search fieldset,
#zip-search .zip-inner {
  position: relative;
  display: block;
  padding: 0 8px;
  margin: 0;
  line-height: 1;
  border: 0;
  background-color: #e5e5e5;
  border-radius: 0;
  overflow: hidden;
}

#module-search-term,
#zip-search-term {
  float: left;
  display: block;
  width: 80%;
  padding: 0 2.5%;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  height: 48px;
  outline: none;
  color: #303030;
  outline: none !important;
  background-color: transparent;
  border-radius: 0;
}

#module-search-submit,
#zip-search-submit,
#gF-filter-submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20%;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  background: none;
  outline: none;
  border: 0;
  padding: 2px 0;
  cursor: pointer;
  transition: .3s;
}

.content-sidebar .filters {
  margin: 0;
}

@media (min-width: 992px) {
  .content-sidebar .filters {
    margin: 0;
  }
}

.content-sidebar .filters .ui-selectmenu-button {
  float: none;
  margin: 0 auto 1em auto;
  text-align: left;
}

@media (min-width: 992px) {
  .content-sidebar .filters #module-search,
  .content-sidebar .filters #zip-search {
    float: none;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  body.flex-filters .filters {
    display: -webkit-box;
    display: flex;
  }
}

@media (min-width: 992px) {
  body.flex-filters .filters .ui-selectmenu-button {
    float: none;
    width: 100%;
    margin: 0;
    -webkit-box-flex: 1;
            flex: 1 0;
    margin-right: 1%;
  }
}

@media (min-width: 992px) {
  body.flex-filters .filters #module-search,
  body.flex-filters .filters #zip-search {
    float: none;
    width: 100%;
    -webkit-box-flex: 1;
            flex: 1 0;
  }
}

/*=================================================

i04 - Header

=================================================*/
#header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2999;
  transition: .3s;
}

#header .header {
  position: relative;
  transition: .3s;
  background-color: #303030;
}

#header.is-sticky {
  position: fixed;
}

#header.is-sticky .header {
  background-color: #303030;
}

#header .logo {
  line-height: 0;
}

#header .logo a.mobile {
  display: inline-block;
}

@media (min-width: 768px) {
  #header .logo a.mobile {
    display: none;
  }
}

#header .logo a.desktop {
  display: none;
}

@media (min-width: 768px) {
  #header .logo a.desktop {
    display: inline-block;
  }
}

#header .logo a img {
  display: block;
  max-width: 120px;
  height: auto;
}

@media (min-width: 768px) {
  #header .logo a img {
    max-width: 300px;
  }
}

/**Header Links**/
.header-links-wrap {
  display: block;
  padding: 0px;
}
.header-links-mobile {
  display: none;
}

@media(max-width: 991px){
  .header-links-wrap {
    display: none;
  }
  .header-links-mobile {
    display: block;
    margin-bottom: 0.75em;
  }
}

ul.header-links {
  text-align: right;
  margin: 0;
  padding: 0;
}

ul.header-links li {
  display: inline-block;
  list-style: none;
  margin: 0 0.75rem;
}

ul.header-links li:last-child {
  margin-right: 0px;
}

ul.header-links li a {
  font-size: .875rem;
   font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  ul.header-links {
    margin: 0;
  }
  ul.header-links li a {
    font-size: 1rem;
  }
}

@media (max-width: 991px){
  .metanav {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .header-links-mobile ul.header-links {
    text-align: center;
  }
}

body.fixedheader .sticky-wrapper {
  position: absolute;
}

body.fixedheader #header {
  position: absolute;
}

body.fixedheader #header .header {
  background-color: transparent;
}

body.fixedheader #header.is-sticky {
  position: fixed;
}

body.fixedheader #header.is-sticky .header {
  background-color: #303030;
}

body.fixedheader.show-nav #header .header {
  background-color: #303030;
}

body.fixedheader.show-nav {
  overflow: hidden;
}

#header .metanav .search {
  float: left;
  width: 70%;
  display: none;
}

#header .metanav .toggle {
  float: right;
  height: 24px;
}

@media (min-width:768px) {
  #header .metanav .toggle {
    height: 38px;
  }
}

#header .metanav .toggle a {
  display: inline-block;
  color: #ffffff;
  font-size: 1.5rem;
}

#header .metanav .toggle a:hover {
  color: #ff3c5e;
}

@media (min-width: 768px) {
  #header .metanav .toggle a {
    font-size: 38px;
    line-height: 38px;
  }
}

#header .metanav .toggle a i {
  display: block;
  line-height: 1;
}

#header .metanav .toggle a i:before {
  font-family: 'icons' !important;
  content: "\ec71";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}



#searchForm {
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  height: 38px;
  outline: none;
  box-shadow: none;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  #searchForm {
    display: block;
  }
}

#searchForm fieldset {
  width: 100%;
  height: 38px;
  line-height: 38px;
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}

#searchForm #search_term {
  display: block;
  float: left;
  width: 80%;
  padding: 0 2.5% 0 5%;
  margin: 0;
  border: 0;
  text-align: left;
  font-size: 16px;
  line-height: 38px;
  outline: none !important;
  border-radius: 0;
  background-color: transparent;
  color: #660ba2;
  text-transform: uppercase;
}

#searchForm #search_go {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 15%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  color: #ff3c5e;
  background-color: #660ba2;
}

#searchForm #search_go:hover {
  color: #ffffff;
}

body.show-nav #searchForm {
  opacity: 1;
  visibility: visible;
}

body.show-nav #header .metanav .toggle a i:before {
  content: "\ed6d";
  border: 3px solid;
  font-size: 20px;
  padding: 4px;
}
@media(max-width: 991px){
  body.show-nav #header .metanav .toggle a i:before {
    content: "\ed6d";
    border: 2px solid;
    font-size: 14px;
    padding: 3px;
  }
}

/*=================================================

i05 - Nav

=================================================*/
nav.main {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: -1;
  background-color: rgba(44, 44, 44, 0.97);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .3s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%);
}

@media (min-width: 992px) {
  nav.main,
  nav.main .nav-inner {
    height: auto;
    min-height: 792px;
  }
}

body.show-nav nav.main {
  opacity: .95;
  visibility: visible;
  z-index: 2899;
}

nav.main .nav-inner {
  position: relative;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

nav.main .nav-inner > .container > .row {
  margin-top: 1.5em;
}

nav.main .search .mp_list {
  position: absolute;
  top: 38px;
  left: 0;
  font-size: 16px;
  line-height: 1.3rem;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  z-index: 500;
  border: 0;
}

nav.main .search .mp_list.hasMore {
  padding-bottom: 0;
}

nav.main .search .mp_list li {
  display: block;
  position: relative;
  margin: 0;
  list-style: none;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: #ffffff;
  color: #2c2c2c;
  font-weight: 400;
  border-top: 1px solid rgba(0,0,0,.15);
}

nav.main .search .mp_list li.mp_selectable {
  cursor: pointer;
}

nav.main .search .mp_list li.mp_no_results {
  padding: .5rem;
}

nav.main .search .mp_list li.mp_highlighted {
  background: #660ba2;
  color: #ffffff;
}

nav.main .search .mp_list li .title {
  font-weight: 500;
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1;
          flex: 1 0 65%;
  padding: 0 2.5%;
}

nav.main .search .mp_list li .type {
  overflow: hidden;
  text-align: left;
  -webkit-box-flex: 1;
          flex: 1 0 25%;
  padding: .5rem 2.5%;
}

nav.main .search .mp_list li.searching {
  background-color: #660ba2;
  color: #ffffff;
  padding: .5rem;
  text-align: center;
}

nav.main .search .mp_list li.mp_show_more {
  width: 100%;
  float: none;
  color: #ffffff;
  background-color: #660ba2;
  text-align: center;
  padding: .35rem 0;
  font-size: 1rem;
}

nav.main .search .mp_list li.mp_show_more .title {
  -webkit-box-flex: 1;
          flex: 1 0 95%;
}

nav.main .search .mp_list li.mp_show_more .type {
  display: none;
}

#nav,
#nav ul,
#nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav {
  float: right;
}

#nav li a {
  display: inline-block;
  padding: .2rem 0;
  color: #ffffff;
}

#nav li a:hover {
  color: #ff3c5e;
}

#nav {
  text-align: right;
}

#nav > li {
  margin-bottom: 1rem;
  transition: .3s;
}

#nav > li ul {
  display: none;
}

#nav > li > a {
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 100;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #nav > li > a {
    font-size: 1.875rem;
  }
}

#nav > li.active {
  padding-right: .5rem;
  border-right: 2px solid #ff3c5e;
}

@media (min-width: 768px) {
  #nav > li.active {
    padding-right: 1.5rem;
  }
}

#nav > li.active > a {
  color: #ff3c5e;
}

#nav > li > ul > li > a {
  font-size: .9125rem;
  line-height: 1.1;
  font-weight: 100;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #nav > li > ul > li > a {
    font-size: 1.25rem;
  }
}

#nav > li > ul > li > ul > li > a {
  font-size: .9125rem;
  line-height: 1.1;
  font-weight: 100;
}

@media (min-width: 768px) {
  #nav > li > ul > li > ul > li > a {
    font-size: 1rem;
  }
}

#nav li.dropdown > a {
  position: relative;
  padding-left: 24px;
}

@media (min-width: 768px) {
  #nav li.dropdown > a {
    padding-left: 34px;
  }
}

#nav li.dropdown > a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 100%;
  text-align: left;
}

@media (min-width: 768px) {
  #nav li.dropdown > a span {
    width: 34px;
  }
}

#nav li.dropdown > a span i {
  font-size: 16px;
  color: #ffffff;
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#nav li.dropdown > a span i:before {
  font-family: 'icons' !important;
  content: "\ed5d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

#nav li.dropdown.active > a span i:before {
  content: "\ed5c";
}

nav.main .search {
  position: relative;
  margin-bottom: 2rem;
  clear: both;
}

@media (min-width: 768px) {
  nav.main .search {
    display: none;
  }
}

#searchForm2 {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  box-shadow: none;
  transition: .3s;
}

#searchForm2 fieldset {
  width: 100%;
  height: 38px;
  line-height: 38px;
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}

#searchForm2 #search_term2 {
  display: block;
  float: left;
  width: 80%;
  padding: 0 2.5% 0 5%;
  margin: 0;
  border: 0;
  text-align: left;
  font-size: 16px;
  line-height: 38px;
  outline: none !important;
  border-radius: 0;
  background-color: transparent;
  color: #660ba2;
  text-transform: uppercase;
}

#searchForm2 #search_go2 {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 15%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  color: #ff3c5e;
  background-color: #660ba2;
}

#searchForm2 #search_go2:hover {
  color: #ffffff;
}

@media (min-width: 768px) {
  nav.main .connect {
    width: 100%;
    display: -webkit-box;
    display: flex;
    margin-bottom: 2.5rem;
  }
}

nav.main .connect .location {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  nav.main .connect .location {
    margin-right: 40px;
    margin-bottom: 0;
  }
}

nav.main .connect .contact {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  nav.main .connect .contact {
    margin-bottom: 0;
  }
}

nav.main .connect h4 {
  color: #ffffff;
  margin-bottom: .25rem;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  nav.main .connect h4 {
    font-size: 1.875rem;
  }
}

nav.main .connect p {
  font-size: .875rem;
  color: #ffffff;
  font-weight: 100;
  line-height: 1.3;
}

@media (min-width: 768px) {
  nav.main .connect p {
    font-size: 1.125rem;
  }
}

nav.main .social-links a {
  font-size: 1.25rem;
  color: #ffffff;
}

@media (min-width: 768px) {
  nav.main .social-links a {
    font-size: 2rem;
  }
}

nav.main .social-links a:hover {
  color: #ff3c5e;
}

@media (min-width: 768px) {
  nav.main .col-6 .search {
    display: block;
  }
  nav.main .col-6 .search #searchForm fieldset{
    max-width: 300px;
    right: 0;
    left: auto;
    margin-left: auto;
  }
}

#breadcrumbs {
  z-index: 999;
}

@media (min-width: 992px) {
  #breadcrumbs {
    padding: 1rem 0;
  }
}

#breadcrumbs .inner {
  border-bottom: 2px solid #ff3c5e;
}

@media (min-width: 992px) {
  #breadcrumbs .inner {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  #breadcrumbs .inner {
    border-bottom: none !important;
  }
}

#breadcrumbs .breadcrumbs {
  display: none;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 992px) {
  #breadcrumbs .breadcrumbs {
    display: block;
    position: relative;
    width: 35%;
    min-height: 1px;
  }
}

#breadcrumbs .breadcrumbs span {
  margin: 0 .25rem;
  color: #ff3c5e;
}

@media (min-width: 992px) {
  #breadcrumbs nav.subnav {
    position: relative;
    width: 65%;
    min-height: 1px;
    text-align: right;
  }
}

#breadcrumbs ul#subnav {
  display: none;
  position: absolute;
  left: 15px;
  right: 15px;
  z-index: 999;
  padding: 1rem 2rem;
  background-color: #fafafa;
  opacity: .85;
}

@media (min-width: 992px) {
  #breadcrumbs ul#subnav {
    display: block !important;
    position: relative;
    padding: 0;
    left: auto;
    right: auto;
    background-color: transparent !important;
  }
}

@media (min-width: 992px) {
  #breadcrumbs ul#subnav li {
    display: inline-block;
    margin-left: .75rem;
  }
}

#breadcrumbs ul#subnav li a {
  font-size: 1rem;
}

#breadcrumbs ul#subnav li.active > a {
  color: #660ba2;
}

#breadcrumbs ul#subnav > li > ul {
  display: none;
  width: 100%;
}

@media (min-width: 992px) {
  #breadcrumbs ul#subnav > li > ul {
    position: absolute;
    right: 0;
    text-align: right;
    padding: 1.25rem 0;
  }
}

#subnav li.dropdown > a {
  position: relative;
  padding-right: 24px !important;
}

#subnav li.dropdown > a span {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 100%;
  text-align: center;
}

#subnav li.dropdown > a span i {
  font-size: 9px;
  position: relative;
  display: block;
  margin-top: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#subnav li.dropdown > a span i:before {
  font-family: 'icons' !important;
  content: "\ed5d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

#subnav li.dropdown.active > a span i:before {
  content: "\ed5c";
}

#breadcrumbs.dark {
  position: absolute;
  width: 100%;
  background-color: transparent !important;
}

#breadcrumbs.dark .toggle a {
  color: #ffffff;
}

#breadcrumbs.dark ul#subnav {
  background-color: rgba(102, 11, 162, 0.8);
  padding-bottom: 60px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

@media (min-width: 992px) {
  #breadcrumbs.dark ul#subnav {
    padding-bottom: 0px !important;
    background-color: transparent !important;
    -webkit-clip-path: none;
    clip-path: none;
  }
}

#breadcrumbs.dark ul#subnav li a {
  color: #ffffff;
}

#breadcrumbs.dark ul#subnav li a:hover {
  color: #ff3c5e;
}

#breadcrumbs.dark ul#subnav li.active > a {
  color: #ff3c5e;
}

nav.subnav ul,
nav.subnav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav.subnav ul a,
nav.subnav li a {
  display: block;
}

nav.subnav .toggle {
  border-bottom: 2px solid #ff3c5e;
}

@media (min-width: 992px) {
  nav.subnav .toggle {
    display: none !important;
  }
}

nav.subnav .toggle a {
  display: block;
  padding: .5rem 0;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

nav.subnav .toggle a i {
  float: right;
  margin-top: .5rem;
}

/*=================================================

i06 - Billboard

=================================================*/
#billboard {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  transition: .3s;
}

@media (min-width: 768px) {
  #billboard {
    -webkit-box-align: flex-end;
    align-items: flex-end;
    text-align: left;
  }
}

#billboard .text {
  position: relative;
  width: 100%;
  z-index: 100;
}

#billboard .text .inner {
  padding: 4.5rem 0 3rem 0;
}

#billboard .text h1 {
  margin: 0;
  line-height: 1.05;
  font-weight: 500;
}

@media (min-width: 992px) {
  #billboard .text h1 {
    font-size: 4.5rem;
  }
}

#billboard .text p {
  margin-bottom: 0;
}

#billboard.hasbillboard {
  min-height: 280px;
}

@media (min-width: 768px) {
  #billboard.hasbillboard {
    min-height: 490px;
  }
  #billboard.hasbillboard .text .inner {
    padding: 3rem 0 4rem 0;
  }
}

@media (min-width: 992px) {
  #billboard.hasbillboard .text .inner {
    padding: 3rem 0 6rem 0;
  }
}

#billboard.hasvideo {
  min-height: 280px;
}

@media (min-width: 768px) {
  #billboard.hasvideo {
    min-height: 490px;
  }
}

@media (min-width: 992px) {
  #billboard.hasvideo {
    min-height: 682px;
  }
  #billboard.hasvideo .text .inner {
    padding: 2rem 0 8rem 0;
  }
}

#billboard .billboard-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #303030;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

#billboard .billboard-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 11, 162, 0.6);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  z-index: 50;
}

body.fixedheader #billboard .text .inner {
  padding: 8rem 0 8rem 0;
}

@media (min-width: 992px) {
  body.fixedheader #billboard.hasbillboard {
    min-height: 682px;
  }
  body.fixedheader #billboard .text .inner {
    padding: 5rem 0 8rem 0;
  }
}

#bigvideo {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

#bigvideo video {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#bigvideo iframe {
  display: block;
  height: 100%;
  width: 100%;
}

#billboard.hasrotator {
  min-height: 0 !important;
  height: auto !important;
}

/*=================================================

i07 - Sections

=================================================*/
#content {
  position: relative;
}

.content-sidebar-section {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.content-sidebar-section.dark {
  background-color: #303030;
}

@media (max-width: 1199px) {
  .content-sidebar-section.dark {
    background-attachment: fixed;
  }
}

@media (max-width: 1199px) {
  .content-sidebar-section.parallax {
    background-attachment: fixed !important;
  }
}

.content-section .content-section-inner {
  position: relative;
  padding: 70px 0;
  background-repeat: no-repeat !important;
  background-position: center center;
  background-size: cover !important;
}

@media (min-width: 992px) {
  .content-section .content-section-inner {
    padding: 100px 0;
  }
}

@media (min-width: 992px) {
  .content-section .content-section-inner.parallax {
    background-attachment: fixed !important;
  }
}

.content-section .content-text {
  position: relative;
  z-index: 100;
}

.content-section .content-text .div-row:last-child {
  margin-bottom: 0;
}

.content-section .content-text p:last-of-type {
  margin-bottom: 0;
}

html.clippaths .content-section .content-section-inner.addangle:before {
  content: "";
  display: block;
  position: absolute;
  height: 70px;
  left: 0;
  right: 0;
  top: -35px;
  background-color: inherit;
  -webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
}

@media (min-width: 992px) {
  html.clippaths .content-section .content-section-inner.addangle:before {
    top: -50px;
    height: 100px;
  }
}

html.clippaths .content-section .content-section-inner.addangle.switch:before {
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
}

html.clippaths .content-section .content-section-inner.dark:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*=================================================

i08 - Widgets

=================================================*/
.content-sidebar .widget.sermon .image {
  position: relative;
  margin-bottom: 2.5rem;
  overflow: visible !important;
}

.content-sidebar .widget.sermon .image:before {
  content: "";
  position: absolute;
  top: 5px;
  right: -5px;
  bottom: -5px;
  left: 5px;
  background-color: #e5e5e5;
  z-index: -1;
}

.content-sidebar .widget.sermon .info h3 {
  margin-bottom: 0;
}

.content-sidebar .widget.sermon .info h3 a {
  color: #660ba2;
}

.content-sidebar .widget.sermon .info h3 a:hover {
  color: #ff3c5e;
}

.content-sidebar .widget.sermon .info p {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.content-sidebar .dark .widget.sermon .info h3 a {
  color: #ffffff;
}

.content-sidebar .dark .widget.sermon .info h3 a:hover {
  color: #ff3c5e;
}

.content-sidebar .widget.articles article {
  position: relative;
  margin-bottom: 1.5rem;
}

.content-sidebar .widget.articles article:before {
  content: "";
  position: absolute;
  top: 5px;
  right: -5px;
  bottom: -5px;
  left: 5px;
  background-color: #e5e5e5;
  z-index: -1;
}

.content-sidebar .widget.articles article a {
  position: relative;
  padding: 1rem;
  background-color: #fafafa;
  display: -webkit-box;
  display: flex;
}

.content-sidebar .widget.articles article a:hover {
  background-color: #660ba2;
}

.content-sidebar .widget.articles article a:hover h4,
.content-sidebar .widget.articles article a:hover h6 {
  color: #ffffff;
}

.content-sidebar .widget.articles article .image {
  position: relative;
  flex-basis: 35%;
  margin-right: 5%;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.content-sidebar .widget.articles article .info {
  position: relative;
  flex-basis: 60%;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.content-sidebar .widget.articles article h4 {
  line-height: 1.1;
  transition: .2s;
}

.content-sidebar .widget.articles article h6 {
  margin: 0;
  transition: .2s;
}

.content-sidebar .dark .widget.articles article a {
  background-color: #303030;
}

.content-sidebar .dark .widget.articles article a:hover {
  background-color: #660ba2;
}

.content-sidebar .dark .widget.articles article a:hover h4,
.content-sidebar .dark .widget.articles article a:hover h6 {
  color: #ffffff;
}

.content-sidebar .dark .widget.articles article h4 {
  color: #ffffff;
}

.content-sidebar .dark .widget.articles article h6 {
  color: #ffffff;
}

.content-sidebar .widget.posts article {
  position: relative;
  margin-bottom: 1.5rem;
}

.content-sidebar .widget.posts article:before {
  content: "";
  position: absolute;
  top: 5px;
  right: -5px;
  bottom: -5px;
  left: 5px;
  background-color: #e5e5e5;
  z-index: -1;
}

.content-sidebar .widget.posts article a {
  position: relative;
  padding: 1rem;
  background-color: #fafafa;
  display: -webkit-box;
  display: flex;
}

.content-sidebar .widget.posts article a:hover {
  background-color: #660ba2;
}

.content-sidebar .widget.posts article a:hover h4,
.content-sidebar .widget.posts article a:hover h6 {
  color: #ffffff;
}

.content-sidebar .widget.posts article .image {
  position: relative;
  flex-basis: 35%;
  margin-left: 5%;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.content-sidebar .widget.posts article .info {
  position: relative;
  flex-basis: 60%;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.content-sidebar .widget.posts article h4 {
  line-height: 1.1;
  transition: .2s;
}

.content-sidebar .widget.posts article h6 {
  margin: 0;
  transition: .2s;
}

.content-sidebar .dark .widget.posts article a {
  background-color: #303030;
}

.content-sidebar .dark .widget.posts article a:hover {
  background-color: #660ba2;
}

.content-sidebar .dark .widget.posts article a:hover h4,
.content-sidebar .dark .widget.posts article a:hover h6 {
  color: #ffffff;
}

.content-sidebar .dark .widget.posts article h4 {
  color: #ffffff;
}

.content-sidebar .dark .widget.posts article h6 {
  color: #ffffff;
}

.content-sidebar .widget.events article {
  width: 100%;
  position: relative;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: flex;
}

.content-sidebar .widget.events article .date {
  position: relative;
  flex-basis: 35%;
  margin-right: 5%;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.content-sidebar .widget.events article .date h4 {
  position: relative;
  display: block;
  color: #ffffff;
  background-color: #660ba2;
  line-height: 1.1;
  text-align: center;
  margin: 0;
  padding: 10px;
}

.content-sidebar .widget.events article .date h4:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: -2px;
  right: -2px;
  background-color: #e5e5e5;
  z-index: -1;
}

.content-sidebar .widget.events article .info {
  position: relative;
  flex-basis: 60%;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.content-sidebar .widget.events article .info h4 {
  line-height: 1.1;
  margin-bottom: 0;
}

.content-sidebar .widget.events article .info h4 a {
  color: #303030;
}

.content-sidebar .widget.events article .info h4 a:hover {
  color: #660ba2;
}

.content-sidebar .widget.events article .info h6 {
  color: #303030;
}

.content-sidebar .dark .widget.events article .info h3 a {
  color: #ffffff;
}

.content-sidebar .dark .widget.events article .info h3 a:hover {
  color: #660ba2;
}

.content-sidebar .dark .widget.events article .info h6 {
  color: #ffffff;
}

.content-main .widget.featured-links article,
.content-section .widget.featured-links article {
  text-align: center;
}

.content-main .widget.featured-links article a,
.content-section .widget.featured-links article a {
  display: block;
}

.content-main .widget.featured-links article a:hover .info h3,
.content-section .widget.featured-links article a:hover .info h3 {
  color: #ff3c5e;
}

.content-main .widget.featured-links article .image,
.content-section .widget.featured-links article .image {
  margin-bottom: 1.5rem;
  position: relative;
}

.content-main .widget.featured-links article .image:before,
.content-section .widget.featured-links article .image:before {
  content: "";
  position: absolute;
  width: 35%;
  height: 2px;
  left: 0;
  top: 50%;
  background-color: #ff3c5e;
}

@media (min-width: 768px) {
  .content-main .widget.featured-links article .image:before,
  .content-section .widget.featured-links article .image:before {
    background-color: transparent  !important;
  }
}

.content-main .widget.featured-links article .image:after,
.content-section .widget.featured-links article .image:after {
  content: "";
  position: absolute;
  width: 35%;
  height: 2px;
  right: 0;
  top: 50%;
  background-color: #ff3c5e;
}

@media (min-width: 768px) {
  .content-main .widget.featured-links article .image:after,
  .content-section .widget.featured-links article .image:after {
    background-color: transparent  !important;
  }
}

.content-main .widget.featured-links article .image i,
.content-section .widget.featured-links article .image i {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #660ba2;
  color: #ffffff;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 32px;
  transition: .2s;
  z-index: 100;
  text-align: center;
}

@media (min-width: 768px) {
  .content-main .widget.featured-links article .image i,
  .content-section .widget.featured-links article .image i {
    width: 92px;
    height: 92px;
    line-height: 92px;
    font-size: 54px;
  }
}

.content-main .widget.featured-links article .info h3,
.content-section .widget.featured-links article .info h3 {
  margin-bottom: 0;
  color: #ff3c5e;
  line-height: 1.2;
  transition: .2s;
}

html.loaded .content-section .widget.featured-links.wowit article a {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}

html.loaded .content-section .widget.featured-links.wowit.animate article a {
  visibility: visible;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

html.loaded .content-section .widget.featured-links.wowit.animate article:nth-child(2) a {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

html.loaded .content-section .widget.featured-links.wowit.animate article:nth-child(3) a {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

html.loaded .content-section .widget.featured-links.wowit.animate article:nth-child(4) a {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

html.loaded .content-section .widget.featured-links.wowit.animate article:nth-child(5) a {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

html.loaded .content-section .widget.featured-links.wowit.animate article:nth-child(6) a {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

html.loaded .content-section .widget.featured-links.wowit.animate article:nth-child(7) a {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

html.loaded .content-section .widget.featured-links.wowit.animate article:nth-child(8) a {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

html.loaded .content-section .widget.featured-links.wowit.animate article:nth-child(9) a {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

html.loaded .content-section .widget.featured-links.wowit.animate article:nth-child(10) a {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

html.loaded .content-section .widget.featured-links.wowit.animate article:nth-child(11) a {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

html.loaded .content-section .widget.featured-links.wowit.animate article:nth-child(12) a {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.content-main .dark .widget.featured-links article a:hover .info h3,
.content-section .dark .widget.featured-links article a:hover .info h3 {
  color: #ff3c5e;
}

.content-main .dark .widget.featured-links article .info h3,
.content-section .dark .widget.featured-links article .info h3 {
  color: #ffffff;
}

.content-main .widget.sermon,
.content-section .widget.sermon {
  margin-bottom: 3.75rem;
}

.content-main .widget.sermon .image,
.content-section .widget.sermon .image {
  position: relative;
  overflow: visible !important;
}

.content-main .widget.sermon .image:before,
.content-section .widget.sermon .image:before {
  content: "";
  position: absolute;
  top: 6px;
  right: -6px;
  bottom: -8px;
  left: 6px;
  background-color: #e5e5e5;
}

.content-main .widget.sermon .info h3,
.content-section .widget.sermon .info h3 {
  margin-bottom: 0;
  line-height: 1.1;
}

.content-main .widget.sermon .info h3 a,
.content-section .widget.sermon .info h3 a {
  color: #660ba2;
}

.content-main .widget.sermon .info h3 a:hover,
.content-section .widget.sermon .info h3 a:hover {
  color: #ff3c5e;
}

.content-main .widget.sermon .info p,
.content-section .widget.sermon .info p {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

html.loaded .content-section .widget.sermon.wowit .image {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}

html.loaded .content-section .widget.sermon.wowit .info {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}

html.loaded .content-section .widget.sermon.wowit.animate .image {
  visibility: visible;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

html.loaded .content-section .widget.sermon.wowit.animate .info {
  visibility: visible;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.content-main .latest-sermons-wrap,
.content-section .latest-sermons-wrap {
  /* display: none; */
}

@media (min-width: 768px) {
  .content-main .latest-sermons-wrap,
  .content-section .latest-sermons-wrap {
    display: block;
  }
}

.content-main .widget.sermons a,
.content-section .widget.sermons a {
  display: block;
}

.content-main .widget.sermons a:hover .image:after,
.content-section .widget.sermons a:hover .image:after {
  visibility: visible;
  opacity: 1;
}

.content-main .widget.sermons a:hover .info h4,
.content-section .widget.sermons a:hover .info h4 {
  color: #ff3c5e;
}

.content-main .widget.sermons .image,
.content-section .widget.sermons .image {
  position: relative;
  overflow: visible !important;
  margin-bottom: 1.5rem;
}

.content-main .widget.sermons .image:before,
.content-section .widget.sermons .image:before {
  content: "";
  position: absolute;
  top: 6px;
  right: -6px;
  bottom: -8px;
  left: 6px;
  background-color: #e5e5e5;
}

.content-main .widget.sermons .image:after,
.content-section .widget.sermons .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(102, 11, 162, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: .2s;
}

.content-main .widget.sermons .image img,
.content-section .widget.sermons .image img {
  position: relative;
}

.content-main .widget.sermons .info h4,
.content-section .widget.sermons .info h4 {
  margin: 0;
  line-height: 1.1;
  color: #660ba2;
  transition: .2s;
}

.content-main .widget.sermons .info h6,
.content-section .widget.sermons .info h6 {
  margin: 0;
  color: #ff3c5e;
}

html.loaded .content-section .widget.sermons.wowit article a {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}

html.loaded .content-section .widget.sermons.wowit.animate article a {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
  visibility: visible;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

html.loaded .content-section .widget.sermons.wowit.animate article:nth-child(2) a {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

html.loaded .content-section .widget.sermons.wowit.animate article:nth-child(3) a {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

html.loaded .content-section .widget.sermons.wowit.animate article:nth-child(4) a {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.content-main .articles-show,
.content-section .articles-show {
  margin-bottom: 3.75rem;
}

.content-main .articles-show .image,
.content-section .articles-show .image {
  position: relative;
  overflow: visible !important;
}

.content-main .articles-show .image:before,
.content-section .articles-show .image:before {
  content: "";
  position: absolute;
  top: 6px;
  right: -6px;
  bottom: -8px;
  left: 6px;
  background-color: #e5e5e5;
}

.content-main .articles-show .info,
.content-section .articles-show .info {
  background-color: #660ba2;
  height: 100%;
}

.content-main .articles-show .info h3,
.content-section .articles-show .info h3 {
  margin-bottom: 0;
  line-height: 1.1;
}

.content-main .articles-show .info h3 a,
.content-section .articles-show .info h3 a {
  color: #ffffff;
}

.content-main .articles-show .info h3 a:hover,
.content-section .articles-show .info h3 a:hover {
  color: #ff3c5e;
}

.content-main .articles-show .info h6,
.content-section .articles-show .info h6 {
  color: #ff3c5e;
}

.content-main .articles-show .info p,
.content-section .articles-show .info p {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.content-main .articles-show .info p a,
.content-section .articles-show .info p a {
  color: #ff3c5e;
}

.content-main .articles-show .info p a:hover,
.content-section .articles-show .info p a:hover {
  color: #ffffff;
}

html.loaded .content-section .articles-show.wowit .image {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}

html.loaded .content-section .articles-show.wowit .info {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}

html.loaded .content-section .articles-show.wowit.animate .image {
  visibility: visible;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

html.loaded .content-section .articles-show.wowit.animate .info {
  visibility: visible;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.content-main .latest-articles-wrap,
.content-section .latest-articles-wrap {
  display: none;
}

@media (min-width: 768px) {
  .content-main .latest-articles-wrap,
  .content-section .latest-articles-wrap {
    display: block;
  }
}

.content-main .widget.articles a,
.content-section .widget.articles a {
  position: relative;
  display: block;
  height: 100%;
}

.content-main .widget.articles a:before,
.content-section .widget.articles a:before {
  content: "";
  position: absolute;
  top: 6px;
  right: -6px;
  bottom: -8px;
  left: 6px;
  background-color: #e5e5e5;
}

.content-main .widget.articles a:hover .info, .content-main .widget.articles a.active .info,
.content-section .widget.articles a:hover .info,
.content-section .widget.articles a.active .info {
  background-color: #660ba2;
}

.content-main .widget.articles a:hover .info h4, .content-main .widget.articles a.active .info h4,
.content-section .widget.articles a:hover .info h4,
.content-section .widget.articles a.active .info h4 {
  color: #ffffff;
}

.content-main .widget.articles a:hover .info h6, .content-main .widget.articles a.active .info h6,
.content-section .widget.articles a:hover .info h6,
.content-section .widget.articles a.active .info h6 {
  color: #ffffff;
}

.content-main .widget.articles .info,
.content-section .widget.articles .info {
  position: relative;
  height: 100%;
  background-color: #fafafa;
  transition: .2s;
}

.content-main .widget.articles .info h4,
.content-section .widget.articles .info h4 {
  margin: 0;
  line-height: 1.1;
  color: #660ba2;
  transition: .2s;
}

.content-main .widget.articles .info h6,
.content-section .widget.articles .info h6 {
  margin: 0;
  color: #ff3c5e;
}

html.loaded .content-section .widget.articles.wowit article a {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}

html.loaded .content-section .widget.articles.wowit.animate article a {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
  visibility: visible;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

html.loaded .content-section .widget.articles.wowit.animate article:nth-child(2) a {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

html.loaded .content-section .widget.articles.wowit.animate article:nth-child(3) a {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

html.loaded .content-section .widget.articles.wowit.animate article:nth-child(4) a {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.content-main .posts-show,
.content-section .posts-show {
  margin-bottom: 3.75rem;
}

.content-main .posts-show .image,
.content-section .posts-show .image {
  position: relative;
  overflow: visible !important;
}

.content-main .posts-show .image:before,
.content-section .posts-show .image:before {
  content: "";
  position: absolute;
  top: 6px;
  right: -6px;
  bottom: -8px;
  left: 6px;
  background-color: #e5e5e5;
}

.content-main .posts-show .info,
.content-section .posts-show .info {
  background-color: #660ba2;
  height: 100%;
}

.content-main .posts-show .info h3,
.content-section .posts-show .info h3 {
  margin-bottom: 0;
  line-height: 1.1;
}

.content-main .posts-show .info h3 a,
.content-section .posts-show .info h3 a {
  color: #ffffff;
}

.content-main .posts-show .info h3 a:hover,
.content-section .posts-show .info h3 a:hover {
  color: #ff3c5e;
}

.content-main .posts-show .info h6,
.content-section .posts-show .info h6 {
  color: #ff3c5e;
}

.content-main .posts-show .info p,
.content-section .posts-show .info p {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.content-main .posts-show .info p a,
.content-section .posts-show .info p a {
  color: #ff3c5e;
}

.content-main .posts-show .info p a:hover,
.content-section .posts-show .info p a:hover {
  color: #ffffff;
}

html.loaded .content-section .posts-show.wowit .image {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}

html.loaded .content-section .posts-show.wowit .info {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}

html.loaded .content-section .posts-show.wowit.animate .image {
  visibility: visible;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

html.loaded .content-section .posts-show.wowit.animate .info {
  visibility: visible;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.content-main .latest-posts-wrap,
.content-section .latest-posts-wrap {
  display: none;
}

@media (min-width: 768px) {
  .content-main .latest-posts-wrap,
  .content-section .latest-posts-wrap {
    display: block;
  }
}

.content-main .widget.posts a,
.content-section .widget.posts a {
  position: relative;
  display: block;
  height: 100%;
}

.content-main .widget.posts a:before,
.content-section .widget.posts a:before {
  content: "";
  position: absolute;
  top: 6px;
  right: -6px;
  bottom: -8px;
  left: 6px;
  background-color: #e5e5e5;
}

.content-main .widget.posts a:hover .info, .content-main .widget.posts a.active .info,
.content-section .widget.posts a:hover .info,
.content-section .widget.posts a.active .info {
  background-color: #660ba2;
}

.content-main .widget.posts a:hover .info h4, .content-main .widget.posts a.active .info h4,
.content-section .widget.posts a:hover .info h4,
.content-section .widget.posts a.active .info h4 {
  color: #ffffff;
}

.content-main .widget.posts a:hover .info h6, .content-main .widget.posts a.active .info h6,
.content-section .widget.posts a:hover .info h6,
.content-section .widget.posts a.active .info h6 {
  color: #ffffff;
}

.content-main .widget.posts .info,
.content-section .widget.posts .info {
  position: relative;
  height: 100%;
  background-color: #fafafa;
  transition: .2s;
}

.content-main .widget.posts .info h4,
.content-section .widget.posts .info h4 {
  margin: 0;
  line-height: 1.1;
  color: #660ba2;
  transition: .2s;
}

.content-main .widget.posts .info h6,
.content-section .widget.posts .info h6 {
  margin: 0;
  color: #ff3c5e;
}

html.loaded .content-section .widget.posts.wowit article a {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}

html.loaded .content-section .widget.posts.wowit.animate article a {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
  visibility: visible;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

html.loaded .content-section .widget.posts.wowit.animate article:nth-child(2) a {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

html.loaded .content-section .widget.posts.wowit.animate article:nth-child(3) a {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

html.loaded .content-section .widget.posts.wowit.animate article:nth-child(4) a {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.content-main .widget.events-carousel .info-wrap,
.content-section .widget.events-carousel .info-wrap {
  position: relative;
  height: 100%;
  padding-bottom: 8px;
}

.content-main .widget.events-carousel .info-wrap:before,
.content-section .widget.events-carousel .info-wrap:before {
  content: "";
  position: absolute;
  top: 6px;
  right: -6px;
  bottom: -8px;
  left: 6px;
  background-color: #e5e5e5;
}

.content-main .widget.events-carousel .info,
.content-section .widget.events-carousel .info {
  position: relative;
  background-color: #660ba2;
  border: 4px solid #ff3c5e;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  color: #ffffff;
}

.content-main .widget.events-carousel .info h4.date,
.content-section .widget.events-carousel .info h4.date {
  line-height: 1.1;
  margin: 0;
  background-color: #ffffff;
  color: #660ba2;
  padding: 1rem .25rem;
  font-size: 1.25rem;
}

.content-main .widget.events-carousel .info h4.title,
.content-section .widget.events-carousel .info h4.title {
  line-height: 1.1;
  margin: 0 0 .25rem 0;
}

.content-main .widget.events-carousel .info h4.title a,
.content-section .widget.events-carousel .info h4.title a {
  color: #ffffff;
}

.content-main .widget.events-carousel .info p,
.content-section .widget.events-carousel .info p {
  font-weight: 100;
  margin: 0 0 .25rem 0;
}

.content-main .widget.events-carousel .info h5,
.content-section .widget.events-carousel .info h5 {
  position: absolute;
  width: 100%;
  bottom: 1rem;
  left: 0;
  line-height: 1.1;
  font-weight: 100;
  margin: 0;
}

.content-main .widget.events-carousel .info h5 a,
.content-section .widget.events-carousel .info h5 a {
  color: #ff3c5e;
}

.content-main .widget.events-carousel .info h5 a:hover,
.content-section .widget.events-carousel .info h5 a:hover {
  color: #ffffff;
}

.content-main .widget.events-carousel .info h5 i,
.content-section .widget.events-carousel .info h5 i {
  margin-left: .5rem;
  vertical-align: middle;
}

.content-main .widget.events-carousel .info .inner,
.content-section .widget.events-carousel .info .inner {
  padding: 1.5rem 1rem 50px 1rem;
}

.content-main .widget.events-carousel.has-carousel article,
.content-section .widget.events-carousel.has-carousel article {
  padding: 0 30px;
}

@media (min-width: 768px) {
  .content-main .widget.events-carousel.has-carousel article,
  .content-section .widget.events-carousel.has-carousel article {
    padding: 0 20px;
  }
}

.content-main .dark .widget.events-carousel .info-wrap:before,
.content-section .dark .widget.events-carousel .info-wrap:before {
  opacity: .35;
}

html.loaded .content-section .events-carousel-wrap.wowit {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}

html.loaded .content-section .events-carousel-wrap.wowit.animate {
  visibility: visible;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.staffMonklet .staffMonklet-member {
  margin-bottom: 2em;
  overflow: hidden;
}

.staffMonklet .staffMonklet-member .staffMonklet-member-image {
  float: none;
  margin-right: 0;
  margin-bottom: 1em;
}

@media (min-width: 576px) {
  .staffMonklet .staffMonklet-member .staffMonklet-member-image {
    float: left;
    margin-right: 1em;
  }
}

.staffMonklet .staffMonklet-member .staffMonklet-member-image img {
  display: block;
  margin: 0 !important;
  padding: 0;
  width: auto;
}

.staffMonklet .staffMonklet-member .staffMonklet-member-info {
  float: left;
}

.staffMonklet .staffMonklet-member .staffMonklet-member-info h3 {
  line-height: 1.35;
  margin-top: -.25em;
  margin-bottom: 0;
}

.staffMonklet .staffMonklet-member .staffMonklet-member-info h5 {
  line-height: 1.35;
  margin-bottom: .75em;
}

.staffMonklet .staffMonklet-member .staffMonklet-member-info .meta {
  margin-bottom: .25em;
  font-size: .85em;
}

@media (min-width: 576px) {
  .staffMonklet .staffMonklet-member .staffMonklet-member-info .meta {
    font-size: 1em;
  }
}

.staffMonklet .staffMonklet-member .staffMonklet-member-info .meta span {
  display: inline-block;
  font-weight: 600;
  min-width: 5.25em;
}

@media (min-width: 576px) {
  .staffMonklet .staffMonklet-member .staffMonklet-member-info .meta span {
    min-width: 5.75em;
  }
}

.staffMonklet .staffMonklet-member .staffMonklet-member-info .meta.email {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
}

.staffMonklet .staffMonklet-member .staffMonklet-member-bottom {
  margin-top: 0;
}

.insert-gallery a {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #252525;
}

.insert-gallery a:after {
  font-family: 'icons' !important;
  content: "\e93a";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 24px;
  margin-left: -12px;
  margin-top: -12px;
  color: #fff;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.insert-gallery a:hover:after {
  opacity: 1;
  visibility: visible;
}

.insert-gallery a:hover img {
  opacity: .25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.insert-gallery a img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*=================================================

i09 - Footer

=================================================*/
#footer {
  position: relative;
  padding: 1rem 0;
  background-color: #303030;
}

#footer .footer-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

#footer .logo {
  text-align: center;
  width: 10%;
}

@media (min-width: 768px) {
  #footer .logo {
    text-align: left;
  }
}

#footer .logo a {
  display: inline-block;
}

#footer .logo img {
  max-height: 50px;
}

#footer .copyright {
  text-align: center;
  width: 90%;
}

@media (min-width: 768px) {
  #footer .copyright {
    width: 80%;
  }
}

#footer .copyright p {
  margin: 0;
  line-height: 1.3;
  font-size: .75rem;
  font-weight: 100;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #footer .copyright p {
    font-size: 1.125rem;
  }
}

#footer .copyright p span.sep {
  margin: 0 .25rem 0 .5rem;
}

#footer .copyright a {
  font-size: 1.125rem;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}

#footer .copyright a:hover {
  opacity: .5;
}

#footer .scrolltop {
  width: 5%;
  text-align: right;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  #footer .scrolltop {
    width: 10%;
    font-size: 3rem;
  }
}

html.clippaths #footer:before {
  content: "";
  display: block;
  position: absolute;
  height: 50px;
  left: 0;
  right: 0;
  top: -46px;
  background-color: inherit;
  -webkit-clip-path: polygon(0 95%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 95%, 100% 0, 100% 100%, 0% 100%);
}

/*=================================================

i10 - Additional Plugins

=================================================*/
/*Colorbox*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url(../gif/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(../png/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(../png/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(../png/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: bottom center;
}

/*Cycle2*/
.cycle-ss,
.cycle-slideshow {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.cycle-ss .slide,
.cycle-slideshow .slide {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.cycle-ss a,
.cycle-slideshow a {
  display: block;
  width: 100%;
}

.cycle-ss img,
.cycle-slideshow img {
  display: block;
  width: 100%;
  height: auto;
}

.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
}

.cycle-pager {
  position: absolute;
  bottom: .5em;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 500;
  overflow: hidden;
  padding: 0;
  height: 24px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .cycle-pager {
    bottom: 2rem;
  }
}

.cycle-pager span {
  font-size: 0;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border: 0;
  cursor: pointer;
  margin: 0 4px;
  opacity: 1;
  border-radius: 50%;
  transition: .3s;
}

.cycle-pager span:hover {
  opacity: .5;
}

.cycle-pager span.cycle-pager-active {
  background-color: #ff3c5e;
  opacity: 1;
}

.pager {
  display: none;
  visibility: hidden;
  position: absolute;
  font-size: 1.5em;
  top: 50%;
  margin-top: -.5em;
  color: #ffffff;
  z-index: 500;
  cursor: pointer;
  opacity: .5;
  transition: .3s;
}

@media (min-width: 992px) {
  .pager {
    font-size: 3em;
  }
}

.pager:hover {
  opacity: 1;
}

.pager-prev {
  left: .5rem;
}

@media (min-width: 768px) {
  .pager-prev {
    left: 1rem;
  }
}

.pager-next {
  right: .5rem;
}

@media (min-width: 768px) {
  .pager-next {
    right: 1rem;
  }
}

.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
}

.rotator {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 490px;
  transition: .3s;
}

.rotator .rotator-loading {
  display: inline-block;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -20px;
}

@media (min-width: 992px) {
  .rotator .rotator-loading {
    margin-top: -20px;
    margin-left: -35px;
    width: 70px;
  }
}

.rotator .slide {
  display: none;
  position: relative;
  width: 100%;
}

.rotator .slide a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  min-height: 280px;
}

@media (min-width: 768px) {
  .rotator .slide a {
    min-height: 490px;
    -webkit-box-align: flex-end;
    align-items: flex-end;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .rotator .slide a {
    min-height: 682px;
  }
}

.rotator .slide .caption {
  position: relative;
  width: 100%;
  z-index: 100;
}

.rotator .slide .caption .inner {
  padding: 3rem 10% 3rem 10%;
}

body.fixedheader .rotator .slide .caption .inner {
  padding: 8rem 10% 4.5rem 10%;
}

@media (min-width: 768px) {
  .rotator .slide .caption .inner,
  body.fixedheader .rotator .slide .caption .inner {
    padding: 8rem 0 7rem 10%;
  }
}

@media (min-width: 992px) {
  .rotator .slide .caption .inner,
  body.fixedheader .rotator .slide .caption .inner {
    padding: 3rem 0 8rem 5%;
  }
}

@media (min-width: 1200px) {
  .rotator .slide .caption .inner,
  body.fixedheader .rotator .slide .caption .inner {
    padding: 3rem 0 8rem 5%;
  }
}

.rotator .slide .caption h1 {
  font-weight: 500;
  margin: 0;
}

@media (min-width: 992px) {
  .rotator .slide .caption h1 {
    font-size: 4.5rem;
  }
}

.rotator .slide .caption p {
  margin-bottom: 0;
}

.rotator .slide .slide-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #303030;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

.rotator .slide .slide-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 11, 162, 0.6);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  z-index: 50;
}

.rotator:hover .pager {
  visibility: visible;
}

.rotator .slide.playing .caption {
  display: none !important;
}

.rotator .slide .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2c2c2c;
  z-index: 400;
}

.rotator .slide .video iframe, .rotator .slide .video object, .rotator .slide .video embed, .rotator .slide .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 !important;
}

.rotator .slide .video video {
  background-position: center center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.js-rotator .loading-rotator {
  display: none;
}

.js-rotator .rotator {
  min-height: 0;
  height: auto;
}

.js-rotator .rotator .slide {
  display: block;
}

.js-rotator .cycle-ss {
  opacity: 1;
}

.js-rotator .pager {
  display: block;
}

.has-carousel {
  position: relative;
}

.has-carousel .carousel-prev,
.has-carousel .carousel-next {
  display: block;
  color: #ff3c5e;
  background-color: #ffffff;
  border: 2px solid #ff3c5e;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  transition: .2s;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}

@media (min-width: 1200px) {
  .has-carousel .carousel-prev,
  .has-carousel .carousel-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-width: 3px;
  }
}

.has-carousel .carousel-prev i,
.has-carousel .carousel-next i {
  font-size: 16px;
  line-height: 16px;
}

@media (min-width: 1200px) {
  .has-carousel .carousel-prev i,
  .has-carousel .carousel-next i {
    font-size: 20px;
  }
}

.has-carousel .carousel-prev:hover,
.has-carousel .carousel-next:hover {
  color: #660ba2;
}

.has-carousel .carousel-next {
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -15px;
}

@media (min-width: 576px) {
  .has-carousel .carousel-next {
    right: -30px;
  }
}

@media (min-width: 1200px) {
  .has-carousel .carousel-next {
    margin-top: -25px;
    right: -70px;
  }
}

.has-carousel .carousel-prev {
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -15px;
}

@media (min-width: 576px) {
  .has-carousel .carousel-prev {
    left: -30px;
  }
}

@media (min-width: 1200px) {
  .has-carousel .carousel-prev {
    margin-top: -25px;
    left: -70px;
  }
}

.section-carousel article,
.section-carousel .slide {
  white-space: normal;
  vertical-align: top;
}

/*jQuery UI*/
.ui-tabs-nav {
  margin: 0;
}

.ui-tabs-nav li {
  list-style: none;
}

.tabs,
.tabs-linklist {
  display: none;
}

.tabs.ui-tabs,
.tabs-linklist.ui-tabs {
  display: block;
}

.ui-tabs {
  position: relative;
  padding: 0;
  margin: 2rem 0;
}

#tabs,
.ui-tabs-nav,
.module-tabs {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

#tabs.centered,
.ui-tabs-nav.centered,
.module-tabs.centered {
  -webkit-box-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .tabs.buttons,
  .buttons .ui-tabs-nav,
  .module-tabs.buttons {
    margin-bottom: 2rem;
  }
}

#tabs li,
.ui-tabs .ui-tabs-nav li,
.module-tabs li {
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border-bottom: 2px solid #2c2c2c;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

@media (min-width: 768px) {
  #tabs li,
  .ui-tabs .ui-tabs-nav li,
  .module-tabs li {
    background-color: transparent;
    margin: 0;
  }
}

.tabs.buttons li,
.ui-tabs.buttons .ui-tabs-nav li,
.module-tabs.buttons li {
	width: 100%;
  	margin-bottom: 1rem;
	border: none !important;
	text-align: center;
}

@media (min-width: 992px) {
  .tabs.buttons li,
  .ui-tabs.buttons .ui-tabs-nav li,
  .module-tabs.buttons li {
	margin: 0 10px;
	flex-basis: 0; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%;
  }
}

.dark #tabs li,
.dark .ui-tabs .ui-tabs-nav li,
.dark .module-tabs li {
  border-bottom-color: #ffffff;
}

#tabs li a,
.ui-tabs .ui-tabs-nav .ui-tabs-anchor,
.module-tabs li a {
  display: block;
  cursor: pointer;
  margin: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  padding: .75rem 1.25rem;
  border: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: #660ba2;
  outline: none;
  box-shadow: none;
}

#tabs li a:hover,
.ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover,
.module-tabs li a:hover {
  color: #ff3c5e;
}

#tabs li a:after,
.ui-tabs .ui-tabs-nav .ui-tabs-anchor:after,
.module-tabs li a:after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 5px;
  background-color: #ff3c5e;
}

.tabs.buttons li a:after {
	display: none !important;
}

@media (min-width: 768px) {
  #tabs li a,
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor,
  .module-tabs li a {
    font-size: 1.5rem;
  }
}


.tabs.buttons li a,
.ui-tabs.buttons .ui-tabs-nav .ui-tabs-anchor,
.module-tabs.buttons li a {
  display: block;
  font-size: 1.125rem;
  padding: 1rem .5rem;
  border-radius: 0;
  color: #ffffff;
  background-color: #7405bb;
  text-align: center;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .tabs.buttons li a,
  .ui-tabs.buttons .ui-tabs-nav .ui-tabs-anchor,
  .module-tabs.buttons li a {
	 display: block;
    padding: 1.25rem .5rem;
  }
}


.dark #tabs li a,
.dark .ui-tabs .ui-tabs-nav .ui-tabs-anchor,
.dark .module-tabs li a {
  color: #ffffff;
}


#tabs li:first-child a,
.ui-tabs .ui-tabs-nav:first-child .ui-tabs-anchor,
.module-tabs li:first-child a {
  padding-left: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

#tabs li.active a,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.module-tabs li a.active {
  color: #ff3c5e;
  outline: none;
  box-shadow: none;
}

.tabs.buttons li a:hover,
.ui-tabs.buttons .ui-tabs-nav .ui-tabs-anchor:hover,
.module-tabs.buttons li a:hover {
  color: #ffffff;
  background-color: #ff3c5e;
}

.tabs.buttons li.active a,
.ui-tabs.buttons .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.module-tabs.buttons li a.active {
  color: #ffffff;
  background-color: #ff3c5e;
}

#tabs li.active a:after,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor:after,
.module-tabs li a.active:after {
  display: block;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1.5rem 0;
  border-radius: 0;
  border: none;
}

.ui-tabs .ui-tabs-panel p:last-of-type {
  margin-bottom: 0;
}

.accordion {
  display: none;
  margin: 1.75em 0;
}

.accordion.ui-accordion {
  display: block;
}

.accordion .ui-accordion-header {
  position: relative;
  padding: .75rem .75rem .75rem 3.5rem;
  cursor: pointer;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  color: #660ba2;
  text-transform: uppercase;
  transition: .3s;
  margin: 0;
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #ff3c5e;
}

.accordion .ui-accordion-header:first-of-type {
  border-top: 2px solid #ff3c5e;
}

@media (min-width: 768px) {
  .accordion .ui-accordion-header {
    font-size: 1.5rem;
  }
}

.accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion .ui-accordion-header .ui-accordion-header-icon:before {
  font-family: 'icons' !important;
  content: "\ed5f";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.accordion .ui-accordion-header.ui-accordion-header-active {
  outline: none;
  box-shadow: none;
  border-bottom: none;
}

.accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:before {
  content: "\ed60";
}

.ui-accordion-content {
  position: relative;
  padding: 1rem 0;
  border-bottom: 2px solid #ff3c5e;
}

.ui-accordion-content p:last-of-type {
  margin-bottom: 1rem;
}

.ui-accordion-content ul:last-of-type {
  margin-bottom: 1rem;
}

.ui-selectmenu-button {
  display: block;
  position: relative;
  width: 200px;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  outline: none !important;
  text-decoration: none;
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid #303030;
  border-radius: 0;
  box-sizing: border-box;
}

.ui-selectmenu-button span.ui-icon {
  display: none !important;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  position: relative;
  display: block;
  line-height: 44px;
  padding: 0 38px 0 8px;
  font-size: 1rem;
  font-weight: 500;
  color: #303030;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.ui-selectmenu-button span.icon {
  position: absolute;
  font-size: 1.5rem;
  right: 5px;
  top: 10px;
  text-align: right;
  color: #303030;
}

.ui-selectmenu-button span.icon:before {
  font-family: 'icons' !important;
  content: "\ee3b";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.ui-selectmenu-button.ui-selectmenu-button-open span.icon:before {
  content: "\ee3d";
}

.ui-selectmenu-button.ui-state-disabled {
  cursor: default;
  opacity: .5;
}

.ui-selectmenu-button.ui-state-disabled span.icon-down {
  display: none;
}

.ui-selectmenu-menu {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px 0 0 0;
  display: none;
  z-index: 999;
}

.ui-selectmenu-menu .ui-menu {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 200px;
  max-height: 300px !important;
  list-style: none;
  background-color: #303030;
  border: 0;
  border-radius: 0;
}

.ui-selectmenu-menu .ui-menu li {
  text-align: left;
  margin: 0;
  padding: .5rem .65rem;
  list-style: none;
  outline: none;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  color: #ffffff;
  transition: .3s;
}

.ui-selectmenu-menu .ui-menu li:hover {
  color: #ff3c5e;
}

body.flex-filters .ui-selectmenu-menu .ui-menu {
  max-width: 300px;
}

.ui-menu li:first-child {
  display: none !important;
}

.ui-selectmenu-open {
  display: block;
}

body.small-filters .ui-selectmenu-button {
  width: 172px;
}

body.small-filters .ui-selectmenu-menu .ui-menu {
  max-width: 172px;
}

.ui-tooltip {
  padding: 4px 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  background-color: #303030;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}

body .ui-tooltip {
  border-width: 2px;
}

/*Lightgallery*/
/*! lightgallery - v1.6.0 - 2017-08-08
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../eot/lgd641.eot?n1z373");
  src: url("../eot/lgd41d.eot?#iefixn1z373") format("embedded-opentype"), url("../woff/lgd641.woff?n1z373") format("woff"), url("../ttf/lgd641.ttf?n1z373") format("truetype"), url("../svg/lgd641.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 6080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 6082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 6080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 6080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 6080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../png/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../png/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../png/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../png/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../png/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 6083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 6080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 6081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../gif/loading-2.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 6060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}


/*******************************
 * ALERT BAR 2
 *******************************/

.alertbar-wrap.alertB3 {
	position: relative;
	text-align: center;
	font-size: 16px;
	padding: 0 5%;
}

.alertB3 .alertbar-title,
.alertB3 .alertbar-desc,
.alertB3 .alertbar-link {
	margin: .5rem 0;
}

@media only screen and (min-width: 960px) {
	.alertB3 .alertbar-title,
	.alertB3 .alertbar-desc,
	.alertB3 .alertbar-link {
		display: inline-block;
		vertical-align: middle;
	}
}

.alertB3 .alertbar-title,
.alertB3 .alertbar-link {
	font-weight: 700;
	margin: 0 .5rem;
}

.alertB3 .alertbar-title i {
	display: inline-block;
	margin-right: .5rem;
}

.alertB3 .alertbar-title span {
	display: inline-block;
}

.alertB3 .alertbar-link a {
	transition: .3s;
}

/*overrides*/
.alertbar-wrap.alertB3 {
	background-color: #7405bb;
}

.alertB3 .alertbar-title,
.alertB3 .alertbar-link {
	color: #ff3c5e;
	transition: .3s;
}

.alertB3 .alertbar-desc,
.alertbar-wrap.alertB3 > a:hover .alertbar-link {
	color: #ffffff;
}

.alertbar-wrap.alertB3 > a {
	display: block;
	width: 100%;
	padding: .25rem 0;
}
