/*
$white:  		#ffffff;
$black:  		#000000;
$blue:    		#65b6c2;
$gray-dark:     #3c3e44;
$gray: 			#676565;
$gray-light:    #c2c2c2;
$gray-lighter:  #f7f7f7;

- - - - 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;
}

#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(/_assets/img/loaders/preloader-white.svg);
  background-size: 100px 100px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  visibility: visible;
  z-index: 1899;
  transition: all 0.2s ease-in-out .2s;
}

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

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

i01 - Common Elements & Overrides

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

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

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #676565;
  background-color: #ffffff;
}

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

a:hover {
  color: #3c3e44;
  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: 400;
  color: #3c3e44;
  line-height: 1.3;
  margin-bottom: .65rem;
}

h1, .h1 {
  font-size: 2.25rem;
  line-height: 1.05;
}

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

h2, .h2 {
  font-style: italic;
  font-size: 1.875rem;
}

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

h3, .h3 {
  font-weight: 700;
  font-size: 1.25rem;
}

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

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}

h6, .h6 {
  font-weight: 700;
  font-size: .9375rem;
}

p.description-text {
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}

p.highlight-text {
  color: #c2c2c2;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #c2c2c2;
}

blockquote {
  display: block;
  position: relative;
  margin: 4rem 0;
  padding: 3rem 2rem 2rem 2rem;
  line-height: 1.4;
  font-size: 1.25rem;
  text-align: left;
  font-weight: 700;
  font-style: italic;
  color: #3c3e44;
  quotes: none;
  border: 0;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  blockquote {
    text-align: center;
    font-weight: 400;
    font-size: 2.1875rem;
    padding: 2rem 2rem 2rem 3rem;
  }
}

blockquote:before {
  font-family: "FontAwesome";
  content: "\f10d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  margin-left: -.5rem;
  top: 2rem;
  color: #c2c2c2;
}
blockquote:after {
  font-family: "FontAwesome";
  content: "\f10e";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
  margin-left: .5rem;
  bottom: 2rem;
  color: #c2c2c2;
}

@media (min-width: 768px) {
  blockquote:before {
    left: 1.35rem;
    margin: .25rem 0 0 0;
  }
}

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

.content-sidebar blockquote {
  margin: 2rem 0;
  padding: 3rem 2rem 2rem 2rem;
  font-size: 1.25rem;
  text-align: left;
  font-weight: 700;
}

.content-sidebar blockquote:before {
  top: 1rem;
  left: 2rem;
  margin: .25rem 0 0 0;
}

.monkForm input[type=submit],
.btn,
.rsvp a,
.btn-span,
.btn-add a {
  display: inline-block;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .75rem 2.125rem;
  margin: 0 1rem .5rem 0;
  font-size: .8125rem;
  border-radius: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  border: 2px solid transparent;
}

.monkForm input[type=submit]:last-child,
.btn:last-child,
.rsvp a:last-child,
.btn-span:last-child,
.btn-add a:last-child {
  margin-right: 0;
}

.btn-add a,
.btn-span {
  margin: 0;
}

.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*/
.btn-default {
  color: #65b6c2;
  background-color: transparent;
  border-color: #65b6c2;
}

.btn-default:hover {
  color: #ffffff;
  background-color: #65b6c2;
  border-color: #65b6c2;
}

.monkForm input[type=submit],
.btn-primary,
.btn-add a,
.btn-span {
  color: #3c3e44;
  background-color: transparent;
  border-color: #3c3e44;
}

.btn-primaryR{
  color: #3c3e44;
  background-color: transparent;
  display: inline-block;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
  margin: 0 1rem .5rem 0;
  font-size: .8125rem;
  border-radius: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  border: 2px solid #3c3e44;  
}

#buttonReg .thickbox{
    display: block;   
    padding: .5rem 2.125rem;
    margin:0px;
}

.monkForm input[type=submit]:hover,
.btn-primary:hover,
.btn-add a:hover,
.btn-span:hover,
.btn-primaryR:hover{
  color: #65b6c2;
  background-color: #3c3e44;
  border-color: #3c3e44;
}

.btn-success {
  color: #ffffff;
  background-color: #65b6c2;
  border-color: #65b6c2;
}

.btn-success:hover {
  color: #65b6c2;
  background-color: transparent !important;
  border-color: #65b6c2;
}

.btn-info {
  color: #ffffff;
  background-color: #3c3e44;
  border-color: #3c3e44;
}

.btn-info:hover {
  color: #3c3e44;
  background-color: transparent !important;
  border-color: #3c3e44;
}

.btn-warning {
  color: #65b6c2;
  background-color: transparent;
  border-color: #f7f7f7;
}

.btn-warning:hover {
  color: #65b6c2;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

.btn-danger {
  color: #65b6c2;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

.btn-danger:hover {
  color: #65b6c2;
  background-color: transparent !important;
  border-color: #f7f7f7;
}

.btn-lg {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.monkForm input[type=submit],
.btn-sm,
.btn-add a {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.monkForm input[type=submit] .icon,
.btn-sm .icon,
.btn-add a .icon {
  font-size: 81.25%;
}

.btn-xs {
  padding: .4rem 1.25rem;
}

.btn-xs .icon {
  font-size: 81.25%;
}

.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;
}

/*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(/_assets/img/loaders/preloader.svg);
  background-repeat: no-repeat !important;
  background-position: center center;
  background-size: 64px 64px;
}

.loading.dark {
  background-color: rgba(0, 0, 0, 0.9);
  background-image: url(/_assets/img/loaders/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;
  line-height: 40px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: .8125rem;
  color: #3c3e44;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #3c3e44;
}

#pagination a:first-child,
.pagination a:first-child {
  border-left-width: 2px;
}

#pagination a:last-child,
.pagination a:last-child {
  border-right-width: 2px;
}

#pagination a:hover,
.pagination a:hover {
  color: #65b6c2;
}

#pagination #current,
#pagination .current,
.pagination #current,
.pagination .current {
  background-color: #3c3e44;
  color: #65b6c2;
}

#pagination #off,
.pagination #off {
  position: relative;
  opacity: .2;
  cursor: default;
  position: relative;
  text-indent: -9999px;
}

#pagination #off:after,
.pagination #off:after {
  content: "\f068";
  font-family: "FontAwesome";
  left: 50%;
  top: 50%;
  position: absolute;
  text-indent: 0px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

#pagination #next:after,
.pagination #next:after {
  content: "\f105";
  font-family: "FontAwesome";
  left: 50%;
  top: 50%;
  position: absolute;
  text-indent: 0px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

#pagination #previous:after,
.pagination #previous:after {
  content: "\f104";
  font-family: "FontAwesome";
  position: absolute;
  left: 50%;
  top: 50%;
  text-indent: 0px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

.share span {
  display: inline-block;
  position: relative;
}

.share a {
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .share a {
    font-size: 2.5rem;
  }
}

.share a i {
  display: inline-block;
  vertical-align: middle;
}

.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;
}

.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;
}

.div-callout {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  background-color: #f7f7f7;
}

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

.div-callout .info {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .div-callout .info {
    -webkit-box-flex: 0;
    flex: 1 0 50%;
  }
}

.div-callout .inner {
  padding: 2rem;
}

.div-callout .image {
  position: relative;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 56.25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .div-callout .image {
    padding: 0;
    -webkit-box-flex: 0;
    flex: 1 0 50%;
  }
}

.dark {
  color: #ffffff;
}

.dark a {
  color: #65b6c2;
}

.dark a:hover {
  color: #ffffff;
}

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

.dark blockquote {
  color: #ffffff;
}

.dark blockquote:before {
  color: #ffffff;
}

.dark blockquote,
.dark .div-callout,
.dark .div-callout-image {
  background-color: rgba(255, 255, 255, 0.3);
}

.dark hr {
  border-top-color: rgba(255, 255, 255, 0.3);
}

.dark .btn-default,
.dark .rsvp a {
  color: #65b6c2;
  background-color: transparent;
  border-color: #65b6c2;
}

.dark .btn-default:hover,
.dark .rsvp a:hover {
  color: #ffffff;
  background-color: #65b6c2;
  border-color: #65b6c2;
}

.dark .monkForm input[type=submit],
.dark .btn-primary,
.dark .btn-add a,
.dark .btn-span {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.dark .monkForm input[type=submit]:hover,
.dark .btn-primary:hover,
.dark .btn-add a:hover,
.dark .btn-span:hover {
  color: #65b6c2;
  background-color: #ffffff;
  border-color: #ffffff;
}

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

.dark .btn-success:hover {
  color: #65b6c2;
  background-color: transparent;
  border-color: #65b6c2;
}

.dark .btn-info {
  color: #ffffff;
  background-color: #3c3e44;
  border-color: #3c3e44;
}

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

.dark .btn-warning {
  color: #65b6c2;
  background-color: transparent;
  border-color: #ffffff;
}

.dark .btn-warning:hover {
  color: #65b6c2;
  background-color: #ffffff;
  border-color: #ffffff;
}

.dark .btn-danger {
  color: #65b6c2;
  background-color: #ffffff;
  border-color: #ffffff;
}

.dark .btn-danger:hover {
  color: #65b6c2;
  background-color: transparent;
  border-color: #ffffff;
}

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

i02 - Forms

=================================================*/
.monkForm {
  margin: 0 0 2rem 0;
  padding: 0 10px 40px 10px;
  color: #676565;
  background-color: #ffffff;
  border: 1px solid #3c3e44;
}

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

.monkForm p {
  margin: 0;
}

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

.monkForm fieldset > legend {
  display: block;
  position: relative;
  width: 100%;
  padding: 2rem 0;
  margin-bottom: .25rem;
  text-align: left;
  background-color: #3c3e44;
  color: #ffffff;
  font-weight: 400;
  font-style: italic;
  font-size: 1.875rem;
}

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

.monkForm fieldset > legend:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #3c3e44;
}

@media (min-width: 768px) {
  .monkForm fieldset > legend:before {
    left: -30px;
    width: 30px;
  }
}

.monkForm fieldset > legend:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #3c3e44;
}

@media (min-width: 768px) {
  .monkForm fieldset > legend:after {
    right: -30px;
    width: 30px;
  }
}

.monkForm fieldset fieldset > legend {
  display: block;
  width: 100%;
  line-height: 1.2;
  padding: 0;
  margin-bottom: .25rem;
  border: 0;
  border: 0;
  text-align: left;
  background-color: transparent !important;
  font-weight: 700;
  font-size: 1.25rem;
  color: #3c3e44;
  font-style: normal;
}

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

.monkForm fieldset fieldset > legend:before, .monkForm fieldset fieldset > legend:after {
  display: none;
}

.monkForm fieldset fieldset > legend:not(.heading) {
  position: relative;
  padding: .5rem 0 0 0;
  line-height: 1.4;
  text-align: left;
  font-weight: 300;
  margin: 0;
  font-weight: 700;
  font-size: 1.25rem;
  font-style: normal;
}

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

.monkForm .section {
  position: relative;
  margin-bottom: 2rem !important;
  padding-bottom: 2rem;
  border-bottom: 1px solid #c2c2c2;
}

.monkForm .heading {
  display: block;
  line-height: 1rem;
  margin-bottom: .75rem;
  line-height: 1.2;
  text-align: left;
  font-weight: 700;
  font-size: 1.25rem;
  color: #3c3e44;
}

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

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

.monkForm div.divider .heading {
  font-weight: 500;
  font-size: 1.0625rem;
  text-transform: uppercase;
  color: #3c3e44;
}

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

.monkForm .asterisk {
  color: #65b6c2;
}

.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: #676565;
  font-size: 1rem;
  padding: .6rem .4rem;
  margin-bottom: .5rem;
  outline: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 70%;
  vertical-align: baseline;
  font-weight: 500;
}

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

.monkForm div input,
.monkForm div textarea {
  color: #3c3e44;
  background-color: #f7f7f7;
}

.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: .4rem;
  }
}

.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;
  font-size: 1rem;
  color: #676565;
}

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

.monkForm .file {
  border: 1px solid #c2c2c2;
  padding: 10px;
}

.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: #3c3e44;
  font-weight: 400;
  background-color: transparent;
  padding: 5px;
  border: 0;
}

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

.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] {
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 1rem 0 0 0;
  cursor: pointer;
}

.dark .monkForm {
  border: 0;
}

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

#newsletter fieldset {
  width: 100%;
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
}

#newsletter:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#newsletter_text {
  display: block;
  float: left;
  width: 70%;
  padding: 0 2.5%;
  margin: 0;
  border: 0;
  text-align: left;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  outline: none !important;
  border-radius: 0;
  background: none;
  color: #ffffff;
  background-color: #3c3e44;
}

#newsletter_submit {
  float: right;
  width: 30%;
  height: 40px;
  line-height: 37px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #3c3e44;
  text-transform: uppercase;
  border: 2px solid #3c3e44;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: .2s all ease-in-out;
}

#newsletter_submit:hover {
  opacity: .6;
}

.dark #newsletter_text {
  color: #3c3e44;
  background-color: #ffffff;
}

.dark #newsletter_submit {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #3c3e44;
}

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

i03 - Filters

=================================================*/
.filters {
  padding: 1.5rem 1.5rem .5rem 1.5rem;
  margin: 2rem 0;
}

@media (min-width: 992px) {
  .filters {
    padding: 1rem;
  }
}

.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;
  }
}

#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: 2px solid #3c3e44;
  background-color: #ffffff;
  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: 40px;
  height: 40px;
  outline: none;
  color: #3c3e44;
  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: 16px;
  vertical-align: middle;
  text-align: center;
  background: none;
  outline: none;
  border: 0;
  padding: 2px 0;
  cursor: pointer;
  transition: .3s;
  background-color: transparent;
  color: #3c3e44;
}

#module-search-submit:hover,
#zip-search-submit:hover,
#gF-filter-submit:hover {
  color: #676565;
}

.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

=================================================*/
/*******************************
 * ALERT BAR 2
 *******************************/
.alertbar-wrap.alertB3 {
  position: relative;
  text-align: center;
  font-size: 1rem;
  padding: 0;
}

@media (min-width: 768px) {
  .alertbar-wrap.alertB3 {
    font-size: 1.25rem;
  }
}

.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 {
  margin: 0 .5rem;
}

.alertB3 .alertbar-title i {
  display: inline-block;
  margin-right: .5rem;
}

.alertB3 .alertbar-title span {
  display: inline-block;
}

/*overrides*/
.alertbar-wrap.alertB3 a {
  background-color: #ffffff;
}

.alertB3 .alertbar-title,
.alertB3 .alertbar-link {
  color: #65b6c2;
  transition: .2s;
}

.alertB3 .alertbar-desc,
.alertbar-wrap.alertB3 > a:hover .alertbar-link {
  color: #3c3e44;
}

.alertbar-wrap.alertB3 > a {
  display: block;
  width: 100%;
  padding: .25rem 0;
}

#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #3c3e44;
  z-index: 1999;
  transition: .2s background-color ease-in-out;
}

#header .header {
  position: relative;
  padding: .75rem 0;
  transition: .2s background-color ease-in-out;
  /*set to cap mobile from getting to high....balance w/nav.mobile max height to not exceed 100vh*/
  max-height: 15vh;
}

@media (min-width: 992px) {
  #header .header {
    max-height: none;
  }
}

#header.is-sticky {
  position: fixed;
  background-color: rgba(60, 62, 68, 0.5);
}

#header.is-sticky .header {
  background-color: rgba(255, 255, 255, 0.4);
}

#header.option2.is-sticky {
  position: fixed;
  background-color: rgba(60, 62, 68, 0.5);
}

#header.option2.is-sticky .header {
  background-color: rgba(255, 255, 255, 0.4);
}

#wrap .sticky-wrapper.is-header {
  position: relative;
  width: 100%;
  background-color: #3c3e44;
}

body.fixedheader #wrap .sticky-wrapper.is-header {
  position: absolute;
}

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

body.fixedheader #header.option2.is-sticky {
  position: fixed;
  background-color: rgba(60, 62, 68, 0.5);
}

body.fixedheader #header.option2.is-sticky .header {
  background-color: rgba(255, 255, 255, 0.4);
}

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

body.show-nav #header.option2,
body.show-nav.fixedheader #header.option2 {
  background-color: #3c3e44;
}

body.show-nav #header.option2.is-sticky,
body.show-nav.fixedheader #header.option2.is-sticky {
  background-color: #3c3e44;
}

body.show-nav #header.option2.is-sticky .header,
body.show-nav.fixedheader #header.option2.is-sticky .header {
  background-color: transparent !important;
}

#header .logo {
  position: relative;
  overflow: hidden;
  line-height: 1;
  transition: .2s all ease-in-out;
}

#header .logo a {
  display: inline-block;
  color: #ffffff;
  overflow: hidden;
}

#header .logo a:hover {
  opacity: .6;
}

#header .logo img {
  display: inline-block;
  transition: .2s all ease-in-out;
  max-height: calc(15vh - 1.5rem);
}

@media (min-width: 992px) {
  #header .logo img {
    max-height: none;
  }
}

#header .toggle {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  transition: .2s ease-in-out;
}

#header .toggle li a {
  font-size: 1.5rem;
  color: #ffffff;
}

#header.is-sticky .logo img {
  max-height: 50px;
}

#header.option1 .toggle a {
  display: block;
  min-width: 60px;
  padding: .75rem 0 .6rem 0 !important;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
}

#header.option1 .toggle a:hover {
  opacity: .6;
}

#header.option1 .toggle i {
  display: block;
}

#header.option1 .toggle span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

#header.option1 .toggle a.is-sticky {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}

@media (min-width: 992px) {
  #header.option2 .toggle {
    display: none;
  }
}

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

i05 - Nav

=================================================*/
nav.desktop {
  display: none;
}

@media (min-width: 992px) {
  nav.desktop {
    display: block;
  }
}

nav.desktop ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav.desktop ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

nav.desktop ul li a {
  display: block;
  line-height: 1.2;
}

nav.desktop ul > li:not(.search) > a.hasul i.fa {
  opacity: 1;
  visibility: visible;
  margin-left: .5rem;
  transition: .2s all ease-in-out;
}

nav.desktop ul > li:not(.search) > a.hasul i.fa:before {
  content: "\f107";
}

nav.desktop ul > li:not(.search) > ul > li > a.hasul i.fa:before {
  content: "\f105";
}

ul#nav {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

ul#nav > li {
  position: relative;
  margin-left: auto;
}

ul#nav > li > a {
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 60px;
}

ul#nav > li > ul {
  display: none;
  position: absolute;
  left: calc(50% - 10px);
  width: 190px;
  background-color: #3c3e44;
  z-index: 1999;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

ul#nav > li > ul:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3c3e44;
}

ul#nav > li:hover > a {
  opacity: .6;
}

ul#nav > li:hover > ul {
  display: block;
}

ul#nav > li.search > a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-width: 32px;
  text-align: right;
}

ul#nav > li.search > a > i.fa {
  opacity: 1;
  visibility: visible;
}

#nav > li > ul > li {
  position: relative;
}

#nav > li > ul > li > a {
  font-size: 14px;
  padding: 18px 20px;
  color: #ffffff;
  overflow: hidden;
}

#nav > li > ul > li > a i.fa {
  position: absolute;
  right: 1rem;
  margin: 0;
  top: 50%;
  margin-top: -.5rem;
}

#nav > li > ul > li > ul {
  display: none;
  position: absolute;
  left: 190px;
  top: 0;
  width: 190px;
  background-color: #3c3e44;
  z-index: 1999;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#nav > li > ul > li:hover > a {
  background-color: rgba(255, 255, 255, 0.6);
}

#nav > li > ul > li:hover > ul {
  display: block;
}

#nav > li > ul > li > ul > li {
  margin: 0;
}

#nav > li > ul > li > ul > li > a {
  font-size: 14px;
  padding: 18px 20px;
  color: #ffffff;
  overflow: hidden;
}

#nav > li > ul > li > ul > li > ul {
  display: none;
}

#nav > li > ul > li > ul > li:hover > a {
  background-color: rgba(255, 255, 255, 0.6);
}

nav.desktop .search-container {
  display: none;
  position: absolute;
  right: 18px;
  bottom: -60px;
  width: 380px;
  z-index: 1999;
}

.search-container .mp_list li:before {
  background-color: rgba(255, 255, 255, 0.05);
}

nav.desktop #searchForm {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
}

nav.desktop #searchForm fieldset {
  width: 100%;
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
}

nav.desktop #searchForm fieldset:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

nav.desktop #searchForm #search_term {
  display: block;
  float: left;
  width: 70%;
  padding: 0 2.5%;
  margin: 0;
  border: 0;
  text-align: left;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  outline: none !important;
  border-radius: 0;
  background: none;
  color: #676565;
  background-color: #ffffff;
}

nav.desktop #searchForm #search_go {
  float: right;
  width: 30%;
  height: 40px;
  line-height: 37px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  border: 2px solid #ffffff;
}

nav.desktop #searchForm #search_go:hover {
  color: rgba(255, 255, 255, 0.6);
}

#header.is-sticky nav.desktop #searchForm fieldset {
  border-color: transparent !important;
}

#header.is-sticky nav.desktop #searchForm #search_term {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
}

#header.is-sticky nav.desktop #searchForm #search_go {
  color: #ffffff;
  background-color: #3c3e44;
  border-color: #3c3e44;
}

#header.is-sticky nav.desktop #searchForm #search_go:hover {
  color: #65b6c2;
}

nav.mobile {
  position: absolute;
  right: 0;
  width: 100%;
  /*
	default is for option 2 and if logo remains text
	if image is put back in place then probably need to rework outside of header and have it like option 1
	*/
  height: 85vh;
  z-index: 2999;
  overflow: hidden;
  background-color: #3c3e44;
  -webkit-transform: translate3d(110%, 0, 0);
  transform: translate3d(110%, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: .2s all ease-in-out;
}

nav.mobile.option1 {
  position: fixed;
  right: 0;
  top: 0;
  max-width: 340px;
  height: 100vh;
}

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

body.show-nav nav.mobile {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

nav.mobile .mobile-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (min-width: 576px) {
  nav.mobile.option2 .mobile-inner {
    max-width: 540px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  nav.mobile.option2 .mobile-inner {
    max-width: 720px;
    margin: 0 auto;
  }
}

nav.mobile .top {
  padding: 1rem 2rem;
  text-align: right;
}

nav.mobile .top a {
  color: #ffffff;
}

@media (min-width: 992px) {
  nav.mobile .top a {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  nav.mobile .top a:hover {
    opacity: .6;
  }
}

nav.mobile ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.mobile ul a {
  display: block;
  position: relative;
}

#mobilenav li a {
  padding: .6rem 42px .6rem 1rem;
}

nav.mobile.option1 #mobilenav li a {
  padding-left: 2rem;
  padding-right: 2rem;
}

#mobilenav li ul {
  display: none;
}

#mobilenav {
  margin-bottom: 2rem;
}

#mobilenav > li > a {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 700;
}

@media (min-width: 992px) {
  #mobilenav > li > a {
    font-size: 1.5rem;
  }
}

#mobilenav > li > a:hover {
  opacity: .6;
}

#mobilenav > li > ul > li > a {
  font-size: 1rem;
  padding-left: 3rem;
  color: #ffffff;
  font-weight: 400 !important;
  background-color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 992px) {
  #mobilenav > li > ul > li > a {
    font-size: 1.125rem;
  }
}

#mobilenav > li > ul > li > a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

nav.mobile.option1 #mobilenav > li > ul > li > a {
  padding-left: 4rem;
}

#mobilenav > li > ul > li > ul a {
  font-size: .8125rem;
  padding-left: 3rem;
  color: #ffffff;
  font-weight: 400;
}

#mobilenav > li > ul > li > ul a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

nav.mobile.option1 #mobilenav > li > ul > li > ul a {
  padding-left: 4rem;
}

#mobilenav li.dropdown > a {
  position: relative;
  display: block;
}

#mobilenav li.dropdown > a span {
  position: absolute;
  right: 1rem;
  top: 0;
  width: 42px;
  height: 100%;
  text-align: right;
}

nav.mobile.option1 #mobilenav li.dropdown > a span {
  right: 2rem;
}

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

#mobilenav li.dropdown > a span i:before {
  font-family: "FontAwesome";
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

nav.mobile .search-container {
  position: relative;
  padding: 0;
  margin: 1rem 1rem 1.5rem 1rem;
}

nav.mobile.option1 .search-container {
  margin: 1rem 2rem;
}

nav.mobile #searchForm2 {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
}

nav.mobile #searchForm2 fieldset {
  width: 100%;
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
}

nav.mobile #searchForm2 fieldset:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

nav.mobile #searchForm2 #search_term2 {
  display: block;
  float: left;
  width: 70%;
  padding: 0 2.5%;
  margin: 0;
  border: 0;
  text-align: left;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  outline: none !important;
  border-radius: 0;
  background: none;
  color: #676565;
  background-color: #ffffff;
}

nav.mobile #searchForm2 #search_go2 {
  float: right;
  width: 30%;
  height: 40px;
  line-height: 37px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  border: 2px solid #ffffff;
}

nav.mobile #searchForm2 #search_go2:hover {
  color: rgba(255, 255, 255, 0.6);
}

.search-container {
  position: relative;
}

.search-container .mp_list {
  position: absolute;
  top: 40px;
  left: 0;
  font-size: .875rem;
  line-height: 1.3rem;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  z-index: 500;
  border-radius: 0;
  background-color: #3c3e44;
  border: 2px solid #676565;
}

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

.search-container .mp_list li {
  display: block;
  position: relative;
  margin: 0;
  list-style: none;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.search-container .mp_list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.05);
}

.search-container .mp_list li:nth-child(odd):before {
  display: none !important;
}

.search-container .mp_list li.mp_selectable {
  cursor: pointer;
}

.search-container .mp_list li.mp_no_results {
  padding: .5rem;
  background-color: #65b6c2;
  color: #ffffff;
}

.search-container .mp_list li.mp_highlighted {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.search-container .mp_list li .title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
          flex: 1 0 65%;
  padding: 0 2.5%;
}

.search-container .mp_list li .type {
  overflow: hidden;
  text-align: left;
  -webkit-box-flex: 1;
          flex: 1 0 25%;
  padding: .5rem 2.5%;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.2);
}

.search-container .mp_list li.searching {
  background-color: #3c3e44;
  color: #ffffff;
  padding: .5rem;
  text-align: center;
}

.search-container .mp_list li.mp_show_more {
  width: 100%;
  float: none;
  font-weight: 700;
  background-color: #3c3e44;
  text-align: center;
  padding: .5rem 0;
  font-size: 1rem;
}

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

.search-container .mp_list li.mp_show_more .type {
  display: none;
}

nav.subnav {
  padding: 2rem;
  background-color: #f7f7f7;
}

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

#subnav li a {
  display: block;
  line-height: 1.1;
  background-color: transparent;
}

#subnav > li > a {
  color: #3c3e44;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

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

#subnav > li > a:hover {
  color: #65b6c2;
}

#subnav > li ul li ul {
  display: none;
  padding: .25rem 0;
}

#subnav > li > ul li a {
  color: #65b6c2;
  font-size: 1.125rem;
  margin-bottom: .75rem;
  font-weight: 700;
  font-size: 1.125rem;
}

#subnav > li > ul li a:hover {
  color: #3c3e44;
}

#subnav > li > ul li ul {
  padding-left: 1.5rem;
}

#subnav > li > ul li ul ul {
  padding-left: 0px;
}

#subnav > li > ul > li > ul > li > a {
  text-transform: uppercase;
  font-size: 1rem;
}

#subnav > li > ul > li > ul > li > ul > li > a {
  font-size: .9125rem;
}

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

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

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

#subnav li.dropdown > a span i:before {
  font-family: "FontAwesome";
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

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

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

i06 - Billboard

=================================================*/
#billboard {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  transition: .2s all ease-in-out;
  background-color: #3c3e44;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0);
}

#billboard .text {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
}

#billboard .text .inner {
  padding: 7.5vh 0 0;
  transition: .2s all ease-in-out;
  text-align: center;
}

#billboard.has-countdown .text .inner {
  padding: 1rem 0;
}

@media (min-width:1024px) {
  #billboard.has-countdown .text .inner,
  #billboard .text .inner { padding: 1rem 0; }
}

#billboard .text .inner > *:last-child {
  margin-bottom: 0;
}

#billboard .text h1 {
  line-height: 1.05;
}

#billboard .text h1.page-title {
  text-align: center;
}

@media (min-width: 768px) {
  #billboard .text h1.page-title {
    text-align: left;
  }
}

#billboard .text h2,
#billboard .text h3,
#billboard .text h4,
#billboard .text h5,
#billboard .text h6,
#billboard .text p {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

#billboard.hasbillboard, #billboard.hasvideo {
  min-height: 240px;
}

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

@media (min-width: 992px) {
  #billboard.hasvideo, #billboard.hasbillboard.hastext {
    min-height: 600px;
  }
}

#billboard.large.hasbillboard, #billboard.large.hasvideo {
  min-height: 240px;
}

@media (min-width: 768px) {
  #billboard.large.hasbillboard, #billboard.large.hasvideo {
    min-height: 340px;
  }
}

@media (min-width: 992px) {
  #billboard.large.hasbillboard, #billboard.large.hasvideo {
    min-height: 600px;
  }
}

@media (min-width: 1200px) {
  #billboard.large.hasbillboard, #billboard.large.hasvideo {
    min-height: 980px;
  }
}

#bigvideo {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#bigvideo video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*display: block;
		position: absolute;
		width: auto;
		height: auto;
    	min-width: 100%;
    	min-height: 100%;
		top: 50%;
    	left: 50%;
		-webkit-transform: translate(-50%, -50%);
      		-ms-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;
}

#billboard.player {
  display: block !important;
  height: 0 !important;
  min-height: 0 !important;
  background: #000000 !important;
  padding-bottom: 56.25%;
  z-index: 500;
}

#billboard.player .video .div-embed {
  min-height: 0 !important;
}

#countdown-wrap {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0.4);
}

#countdown .timer-container {
  text-align: center;
  padding: .75rem 0;
}

@media (min-width: 768px) {
  #countdown .timer-container {
    padding: 1.125rem 0;
  }
}

#countdown .timer-container .timer-layout h3 {
  line-height: 1.2;
  margin: 0;
}

#countdown .timer-container .timer-layout span {
  display: inline-block;
  margin: 0 .25rem 0 0;
  padding: 0 .25rem 0 0;
  border-right: 2px solid #ffffff;
  vertical-align: middle;
}

@media (min-width: 768px) {
  #countdown .timer-container .timer-layout span {
    margin: 0 .5rem 0 0;
    padding: 0 .5rem 0 0;
  }
}

#countdown .timer-container .timer-layout span.heading {
  border: 0;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  #countdown .timer-container .timer-layout span.heading {
    margin-left: 0;
    margin-right: .5rem;
  }
}

#countdown .timer-container .timer-layout span:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

#countdown .timer-container .timer-layout span i,
#countdown .timer-container .timer-layout span b {
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  margin: 0 .125rem;
}

#countdown .timer-container.live .timer-layout {
  display: none !important;
}

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

i07 - Sections

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

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

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

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

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

.content-section .content-section-inner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  background-color: #ffffff;
}

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

.content-section .content-section-inner.jarallax {
  z-index: 0;
}

.content-section .content-section-inner .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.content-section .content-section-inner.dark {
  background-color: #3c3e44;
}

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

i08 - Widgets

=================================================*/
.image-hover {
  position: relative;
  display: block;
}

.image-hover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 62, 68, 0.5);
  transition: .2s all ease-in-out;
  z-index: 100;
}

.image-hover:hover:after {
  background-color: rgba(247, 247, 247, 0.2);
}

.image-hover-reverse {
  position: relative;
  display: block;
}

.image-hover-reverse:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: .2s all ease-in-out;
  z-index: 100;
}

.image-hover-reverse:hover:after {
  background-color: rgba(60, 62, 68, 0.5);
}

.content-sidebar .widget.events article {
  margin-bottom: 1rem;
  overflow: hidden;
}

.content-sidebar .widget.events .date {
  float: left;
  width: 46px;
}

.content-sidebar .widget.events .date span {
  display: block;
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
}

.content-sidebar .widget.events .date span.fa {
  color: #65b6c2;
  font-size: 46px;
}

.content-sidebar .widget.events .date span.month {
  padding: 4px 0;
}

.content-sidebar .widget.events .info {
  padding-left: 56px;
}

.content-sidebar .widget.events .info h4 {
  margin-bottom: .25rem;
}

.content-sidebar .widget.events .info p {
  line-height: 1.6rem;
}

.content-sidebar .widget.events .info .eventTime {
  font-style: italic;
}

.media-icons li {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.media-icons li a {
  display: block;
  font-size: 1.5rem;
}

.widget.church .contact span {
  display: inline-block;
  line-height: 1;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 2px solid #3c3e44;
}

.widget.church .contact span:last-of-type {
  border-right: none;
}

.dark .widget.church .contact span {
  border-right-color: #ffffff;
}

.widget.social {
  margin: 1rem 0;
}

.widget.social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget.social ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 1rem .5rem 0;
  line-height: 1;
}

@media (min-width: 992px) {
  .widget.social ul li {
    margin-right: 1.5rem;
  }
}

.widget.social ul li a {
  display: block;
}

.widget.social ul li a i {
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .widget.social ul li a i {
    font-size: 2.25rem;
  }
}

.dark .widget.social ul li a {
  color: rgba(255, 255, 255, 0.5);
}

.dark .widget.social ul li a:hover {
  color: #ffffff;
}

#content .widget.sermon article .preview {
  display: none;
}

#content .widget.sermon.color article {
  padding: 2rem 15px;
  background-color: #f7f7f7;
  margin-left: 0;
  margin-right: 0;
}

.widget.articles article {
  background-color: #3c3e44;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.widget.articles article .info {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .widget.articles article .info {
    -webkit-box-flex: 1;
            flex: 1 0 50%;
  }
}

.widget.articles article .info .inner {
  padding: 4rem;
}

.widget.articles article .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56.25%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .widget.articles article .image {
    -webkit-box-flex: 1;
            flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.content-main .widget.articles article .info .inner {
  padding: 2rem;
}

.content-section .container-fluid .widget.articles article .info .inner {
  padding: 4rem;
}

@media (min-width: 768px) {
  .content-section .container-fluid .widget.articles article .info .inner {
    max-width: 600px;
    float: right;
  }
}

@media (min-width: 1200px) {
  .content-section .container-fluid .widget.articles article .info .inner {
    padding: 6rem 6rem 6rem 4rem;
  }
}

.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 {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 2rem 0;
}

.insert-gallery-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 2rem 0;
}

.insert-gallery-carousel article {
  width: 100%;
}

.insert-gallery-carousel a {
  display: block;
}

.insert-gallery-carousel a img {
  display: block;
  width: 100%;
  height: auto;
}

.widget.church-selector {
  text-align: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.widget.church-selector .text {
  position: relative;
  min-height: 1px;
  width: 100%;
  margin-bottom: 2rem;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .widget.church-selector .text {
    margin-bottom: 0;
    -webkit-box-flex: 0;
            flex: 0 0 47.5%;
    text-align: right;
  }
}

.widget.church-selector .text h2 {
  margin: 0;
}

.widget.church-selector .select {
  position: relative;
  min-height: 1px;
  width: 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .widget.church-selector .select {
    -webkit-box-flex: 0;
            flex: 0 0 47.5%;
  }
}

.widget.church-selector .ui-selectmenu-button {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .widget.church-selector .ui-selectmenu-button {
    margin: 0 auto 0 0;
  }
}

#select-church-widget-button.ui-selectmenu-button {
  width: 260px;
}

#select-church-widget-button.ui-selectmenu-button span.ui-selectmenu-text {
  padding-left: 20px;
}

.widget.church-selector .ui-selectmenu-menu .ui-menu li {
  padding-left: 20px;
}

#map_church_container {
  display: none;
  position: relative;
  width: 100%;
  padding-bottom: 75%;
}

#map_church_container #close_campus-map {
  position: absolute;
  top: .35rem;
  right: 4rem;
  z-index: 999;
  font-size: 2rem;
}

@media (min-width: 768px) {
  #map_church_container {
    display: block;
    padding-bottom: 56.25%;
  }
}

@media (min-width: 992px) {
  #map_church_container {
    padding-bottom: 42%;
  }
}

#map_church {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#map_church img {
  max-width: none !important;
}

#map_church .infowindow {
  display: block;
  width: 670px;
  font-size: 16px;
  position: relative;
  background-color: #ffffff;
  position: relative;
  text-decoration: none;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}

#map_church .infowindow:before {
  content: "";
  position: absolute;
  left: 42.5%;
  bottom: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ffffff;
}

#map_church .infowindow .info {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
}

#map_church .infowindow .image {
  position: relative;
  min-height: 1px;
  width: 100%;
  -webkit-box-flex: 1;
          flex: 1 0 40%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#map_church .infowindow .text {
  position: relative;
  min-height: 1px;
  width: 100%;
  -webkit-box-flex: 1;
          flex: 1 0 60%;
}

#map_church .infowindow .text .inner {
  padding: 1.5rem;
}

@media (min-width: 768px) {
  #list_church {
    display: none;
  }
}

#list_church .infowindow {
  padding: 2rem 0 0 0;
}

.widget.banners {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.widget.banners article {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 1px;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .widget.banners article {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
}

.widget.banners a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  background-color: rgba(60, 62, 68, 0.5);
}

@media (min-width: 992px) {
  .widget.banners a:hover .info .info-inner:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 992px) {
  .widget.banners a:hover .info .text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.widget.banners .image {
  position: relative;
  overflow: hidden;
}

.widget.banners .info {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.widget.banners .info .info-inner {
  position: relative;
  display: block;
  padding: 1.5rem 5%;
}

.widget.banners .info .info-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200%;
  left: 0;
  bottom: -100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(247, 247, 247, 0.4);
  transition: .2s all ease-in-out;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.widget.banners .info .info-inner > * {
  position: relative;
}

.widget.banners .info .text {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: relative;
  margin: 0;
  line-height: 1;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
}

@media (min-width: 992px) {
  .widget.banners .info .text {
    display: block;
  }
}

.widget.banners.grid article {
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .widget.banners.grid article {
    -webkit-box-flex: 0;
    flex: 0 0 47%;
    max-width: 47%;
    margin: 0 1.5% 1rem 1.5%;
  }
}

.widget.banners.grid .info {
  min-height: 65%;
}

.content-main div[class*="row"] .widget.banners,
.content-section div[class*="row"] .widget.banners {
  margin: 0;
}

.content-section .container-fluid .widget.banners {
  margin: 0;
}

.widget.banners-icon {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.widget.banners-icon article {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 1px;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .widget.banners-icon article {
    -webkit-box-flex: 1;
            flex: 1 0 33.33333%;
  }
}

.widget.banners-icon a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
  background-color: rgba(60, 62, 68, 0.5);
}

.widget.banners-icon a:hover {
  background-color: rgba(247, 247, 247, 0.2);
}

.widget.banners-icon .image {
  position: relative;
  overflow: hidden;
}

.widget.banners-icon .info {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.widget.banners-icon .info .info-inner {
  position: relative;
  display: block;
  padding: 0 5%;
  text-align: center;
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-main div[class*="row"] .widget.banners-icon,
.content-section div[class*="row"] .widget.banners-icon {
  margin: 0;
}

.widget.banners-icon.slick-widget {
  display: block;
}

.widget.banners-icon.slick-widget article {
  margin: 0 20px 0 0;
}

/*Slick Default*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .info .info-inner > * {
  position: relative;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.show-next .slick-list {
  padding-right: 30px;
}

@media (min-width: 992px) {
  .show-next .slick-list {
    padding-right: 60px;
  }
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-widget,
.slick-added {
  position: relative;
  visibility: hidden;
  opacity: 0;
  padding-top: 60px;
  margin: 2rem 0;
  transition: opacity 0.3s ease;
}

.slick-widget.slick-initialized,
.slick-added.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick-widget .slick-prev,
.slick-widget .slick-next,
.slick-added .slick-prev,
.slick-added .slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  cursor: pointer;
  font-size: 0px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  z-index: 100;
  width: 40px;
  height: 40px;
  color: #3c3e44;
  border: 2px solid #3c3e44;
  transition: .2s all ease-in-out;
}

.dark .slick-widget .slick-prev,
.dark .slick-widget .slick-next,
.dark .slick-added .slick-prev,
.dark .slick-added .slick-next {
  color: #ffffff;
  border-color: #ffffff;
}

.slick-widget .slick-prev:hover,
.slick-widget .slick-next:hover,
.slick-added .slick-prev:hover,
.slick-added .slick-next:hover {
  opacity: .5;
}

.slick-widget .slick-prev,
.slick-added .slick-prev {
  top: 0;
  right: 50px;
}

.slick-widget .slick-next,
.slick-added .slick-next {
  top: 0;
  right: 0;
}

.slick-widget .slick-prev:before,
.slick-widget .slick-next:before,
.slick-added .slick-prev:before,
.slick-added .slick-next:before {
  font-family: "FontAwesome";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}

.slick-widget .slick-prev:before,
.slick-added .slick-prev:before {
  content: "\f104";
}

.slick-widget .slick-next:before,
.slick-added .slick-next:before {
  content: "\f105";
}

.slick-widget .slick-prev.slick-disabled,
.slick-widget .slick-next.slick-disabled,
.slick-added .slick-prev.slick-disabled,
.slick-added .slick-next.slick-disabled {
  opacity: .1;
  cursor: default;
}

.slick-widget .slick-dots,
.slick-added .slick-dots {
  margin: 0;
  padding: 1rem 0;
  list-style: none;
  text-align: center;
}

.slick-widget .slick-dots li,
.slick-added .slick-dots li {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0 6px;
}

.slick-widget .slick-dots li button,
.slick-added .slick-dots li button {
  display: block;
  outline: none;
  font-size: 0px;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 100%;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #3c3e44;
}

.dark .slick-widget .slick-dots li button,
.dark .slick-added .slick-dots li button {
  border-color: #ffffff;
}

.slick-widget .slick-dots li button:hover,
.slick-added .slick-dots li button:hover {
  opacity: .5;
}

.slick-widget .slick-dots li.slick-active button,
.slick-added .slick-dots li.slick-active button {
  background-color: #3c3e44;
}

.dark .slick-widget .slick-dots li.slick-active button,
.dark .slick-added .slick-dots li.slick-active button {
  background-color: #ffffff;
}

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

i09 - Footer

=================================================*/
#footer {
  background-color: #3c3e44;
}

#footer .coypright {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

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

#footer .tagline {
  text-align: center;
}

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

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

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(/_assets/img/colorbox/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(/_assets/img/colorbox/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(/_assets/img/colorbox/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(/_assets/img/colorbox/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 img,
.cycle-slideshow img {
  display: block;
  width: 100%;
  height: auto;
}

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

.cycle-pager {
  position: absolute;
  bottom: 0;
  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: 14px;
  height: 14px;
  display: inline-block;
  background-color: #ffffff;
  border: 0;
  cursor: pointer;
  margin: 0 4px;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}

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

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

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

@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%;
}

.rotator .slide {
  position: relative;
  width: 100%;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 280px;
}

@media (min-width: 768px) {
  .rotator .slide {
    min-height: 400px;
  }
}

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

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

.rotator .slide .inner {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  transition: .2s all ease-in-out;
}

.rotator .slide .inner .btn {
  margin: 0;
}

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

@media (min-width: 1200px) {
  #billboard.large .rotator .slide {
    min-height: 980px;
  }
}

@media (min-width: 1200px) {
  #billboard.large .rotator .slide .inner {
    /*since this is so large no top padding for header needed...set in js*/
    padding-top: 0px !important;
  }
}

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

.rotator .slide .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  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;
}

/*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;
}

#tabs.buttons,
.buttons .ui-tabs-nav,
.module-tabs.buttons {
  background-color: transparent !important;
}

@media (min-width: 992px) {
  #tabs.buttons,
  .buttons .ui-tabs-nav,
  .module-tabs.buttons {
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
}

#tabs li,
.ui-tabs .ui-tabs-nav li,
.module-tabs li {
  width: 100%;
  position: relative;
  border: 0;
  padding: 0;
  margin: 0 0 2px 0;
  border-radius: 0;
}

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

#tabs.buttons li,
.ui-tabs.buttons .ui-tabs-nav li,
.module-tabs.buttons li {
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  #tabs.buttons li,
  .ui-tabs.buttons .ui-tabs-nav li,
  .module-tabs.buttons li {
    width: auto;
    margin-bottom: 0;
  }
}

#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;
  padding: 1rem;
  line-height: 1.1;
  border: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #3c3e44;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}

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

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

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

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

.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: #ffffff;
  background-color: #3c3e44;
  outline: none;
  box-shadow: none;
}

.dark #tabs li.active a,
.dark .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.dark .module-tabs li a.active {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 2rem;
  border-radius: 0;
  background-color: #f7f7f7;
}

.dark .ui-tabs .ui-tabs-panel {
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: transparent !important;
}

.dark .ui-tabs .ui-tabs-panel {
  background-color: transparent !important;
}

.ui-tabs.buttons .ui-tabs-panel {
  padding: 0;
  border: 0 !important;
  background-color: transparent  !important;
}

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

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

.accordion .ui-accordion-header {
  position: relative;
  padding: 1rem 2rem;
  cursor: pointer;
  line-height: 1.1;
  color: #ffffff;
  background-color: #3c3e44;
  transition: .2s all ease-in-out;
  margin: 0 0 1rem 0;
  outline: none;
  box-shadow: none;
}

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

.accordion .ui-accordion-header .ui-accordion-header-icon:before {
  font-family: "FontAwesome";
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -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: "\f106";
}

.dark .accordion .ui-accordion-header {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.ui-accordion-content {
  position: relative;
  padding: 2rem;
}

.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 #3c3e44;
  color: #3c3e44;
  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: 40px;
  padding: 0 38px 0 8px;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
  text-transform: uppercase;
}

.ui-selectmenu-button span.icon {
  position: absolute;
  right: 12px;
  top: 12px;
  text-align: right;
}

.ui-selectmenu-button span.icon:before {
  font-family: "FontAwesome";
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

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

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

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

.dark .ui-selectmenu-button {
  background-color: #3c3e44;
  border-color: #ffffff;
  color: #ffffff;
}

.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: 300px;
  max-height: 300px !important;
  list-style: none;
  background-color: #ffffff;
  border: 2px solid #3c3e44;
  border-top: none;
  border-radius: 0;
}

.ui-selectmenu-menu .ui-menu li {
  text-align: left;
  margin: 0;
  padding: .5rem .65rem;
  list-style: none;
  outline: none;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  color: #3c3e44;
  text-transform: uppercase;
  transition: .3s;
}

.ui-selectmenu-menu .ui-menu li:hover {
  background-color: #3c3e44;
  color: #65b6c2;
}

.dark .ui-selectmenu-menu .ui-menu {
  background-color: #c2c2c2;
  border-color: #ffffff;
}

.dark .ui-selectmenu-menu .ui-menu li {
  color: #3c3e44;
}

.dark .ui-selectmenu-menu .ui-menu li:hover {
  background-color: #3c3e44;
  color: #65b6c2;
}

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: #3c3e44;
  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("/_assets/fonts/lightgallery/fonts/lg.eot?n1z373");
  src: url("/_assets/fonts/lightgallery/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("/_assets/fonts/lightgallery/fonts/lg.woff?n1z373") format("woff"), url("/_assets/fonts/lightgallery/fonts/lg.ttf?n1z373") format("truetype"), url("/_assets/fonts/lightgallery/fonts/lg.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("/_assets/img/lightgallery/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

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

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/_assets/img/lightgallery/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("/_assets/img/lightgallery/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/_assets/img/lightgallery/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("/_assets/img/lightgallery/loading.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;
}

/* Hide .name-without-email when .name-with-email is present */
.event-detail.textual-info .name-with-email + .name-without-email { display: none; }

/* Hide home phone, if work phone is available */
.event-detail.textual-info .work-phone + .home-phone { display: none; }

/* Hide home phone, if work phone is available */
.event-detail.textual-info .hasRoom + .noRoom { display: none; }

.event-detail.textual-info .noExternal + .yesExternal { display: none; }

.event-detail.textual-info #notes + #noNotes { display: none; }

