/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    background-color: #242424;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a,
a:focus,
a:hover {
    color: #c12719;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.4;
    background-color: #242424;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}
hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Source Sans Pro, sans-serif;
    font-weight: 400;
    line-height: 1.26;
    color: inherit;
}
.elementor-widget-heading h1.elementor-heading-title .small,
.elementor-widget-heading h1.elementor-heading-title small,
.elementor-widget-heading h2.elementor-heading-title .small,
.elementor-widget-heading h2.elementor-heading-title small,
.elementor-widget-heading h3.elementor-heading-title .small,
.elementor-widget-heading h3.elementor-heading-title small,
.elementor-widget-heading h4.elementor-heading-title .small,
.elementor-widget-heading h4.elementor-heading-title small,
.elementor-widget-heading h5.elementor-heading-title .small,
.elementor-widget-heading h5.elementor-heading-title small,
.elementor-widget-heading h6.elementor-heading-title .small,
.elementor-widget-heading h6.elementor-heading-title small,
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1.3;
    color: #777;
    display: inline-block;
}
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 10px;
    margin-bottom: 25px;
}
.elementor-widget-heading h1.elementor-heading-title .small,
.elementor-widget-heading h1.elementor-heading-title small,
.elementor-widget-heading h2.elementor-heading-title .small,
.elementor-widget-heading h2.elementor-heading-title small,
.elementor-widget-heading h3.elementor-heading-title .small,
.elementor-widget-heading h3.elementor-heading-title small,
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title,
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 25px;
}
.elementor-widget-heading h4.elementor-heading-title .small,
.elementor-widget-heading h4.elementor-heading-title small,
.elementor-widget-heading h5.elementor-heading-title .small,
.elementor-widget-heading h5.elementor-heading-title small,
.elementor-widget-heading h6.elementor-heading-title .small,
.elementor-widget-heading h6.elementor-heading-title small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}
.elementor-widget-heading h1.elementor-heading-title,
.h1,
h1 {
    font-size: 32px;
}
.elementor-widget-heading h2.elementor-heading-title,
.h2,
h2 {
    font-size: 25px;
}
.elementor-widget-heading h3.elementor-heading-title,
.h3,
h3 {
    font-size: 22px;
}
.elementor-widget-heading h4.elementor-heading-title,
.h4,
h4 {
    font-size: 20px;
}
.elementor-widget-heading h5.elementor-heading-title,
.h5,
h5 {
    font-size: 18px;
}
.elementor-widget-heading h6.elementor-heading-title,
.h6,
h6 {
    font-size: 15px;
}
p {
    margin: 0 0 25px;
}
.lead {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 27px;
    }
}

#breadcrumbs
{
	padding-top:15px;
	padding-bottom:15px;
}

[id^=flickr]
{
	margin-bottom:50px;
}
.small,
small {
    font-size: 88%;
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.initialism,
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #c12719;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #a0170a;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #c12719;
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #a0170a;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 11.5px;
    margin: 50px 0 25px;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 25px;
}
ol li,
ul li {
    margin-bottom: 12.5px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 25px;
}
dd,
dt {
    line-height: 1.4;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
}
blockquote {
    padding: 12.5px 25px;
    margin: 0 0 25px;
    font-size: 22.5px;
    border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.4;
    color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}
address {
    margin-bottom: 25px;
    font-style: normal;
    line-height: 1.4;
}
table {
    background-color: rgba(0, 0, 0, 0);
}
caption {
    padding-top: 15px 10px;
    padding-bottom: 15px 10px;
    color: #777;
}
caption,
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 15px 10px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #575757;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #575757;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #575757;
}
.table .table {
    background-color: #242424;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #575757;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #575757;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
.btn,
.scwd .elementor-button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 2.1rem;
    line-height: 1.4;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 767px) {
    .btn,
    .scwd .elementor-button {
        font-size: 1.9rem;
    }
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.scwd .active.elementor-button:focus,
.scwd .active.focus.elementor-button,
.scwd .elementor-button:active.focus,
.scwd .elementor-button:active:focus,
.scwd .elementor-button:focus,
.scwd .focus.elementor-button {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover,
.scwd .elementor-button:focus,
.scwd .elementor-button:hover,
.scwd .focus.elementor-button {
    color: #333;
    text-decoration: none;
}
.btn.active,
.btn:active,
.scwd .active.elementor-button,
.scwd .elementor-button:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
.scwd .disabled.elementor-button,
.scwd .elementor-button[disabled],
.scwd fieldset[disabled] .elementor-button,
fieldset[disabled] .btn,
fieldset[disabled] .scwd .elementor-button {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.scwd a.disabled.elementor-button,
.scwd fieldset[disabled] a.elementor-button,
a.btn.disabled,
fieldset[disabled] .scwd a.elementor-button,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary,
.scwd .elementor-button {
    color: #fff;
    background-color: #c12719;
    border-color: #d71051;
}
.btn-primary.focus,
.btn-primary:focus,
.scwd .elementor-button:focus,
.scwd .focus.elementor-button {
    color: #fff;
    background-color: #a0170a;
    border-color: #610725;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle,
.scwd .active.elementor-button,
.scwd .elementor-button:active,
.scwd .elementor-button:hover,
.scwd .open > .dropdown-toggle.elementor-button {
    color: #fff;
    background-color: #a0170a;
    border-color: #9e0c3c;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover,
.scwd .active.elementor-button:focus,
.scwd .active.elementor-button:hover,
.scwd .active.focus.elementor-button,
.scwd .elementor-button:active.focus,
.scwd .elementor-button:active:focus,
.scwd .elementor-button:active:hover,
.scwd .open > .dropdown-toggle.elementor-button:focus,
.scwd .open > .dropdown-toggle.elementor-button:hover,
.scwd .open > .dropdown-toggle.focus.elementor-button {
    color: #fff;
    background-color: #9e0c3c;
    border-color: #610725;
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle,
.scwd .active.elementor-button,
.scwd .elementor-button:active,
.scwd .open > .dropdown-toggle.elementor-button {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.scwd .disabled.active.elementor-button,
.scwd .disabled.elementor-button,
.scwd .disabled.elementor-button:active,
.scwd .disabled.elementor-button:focus,
.scwd .disabled.elementor-button:hover,
.scwd .disabled.focus.elementor-button,
.scwd .elementor-button[disabled],
.scwd .elementor-button[disabled].active,
.scwd .elementor-button[disabled].focus,
.scwd .elementor-button[disabled]:active,
.scwd .elementor-button[disabled]:focus,
.scwd .elementor-button[disabled]:hover,
.scwd fieldset[disabled] .active.elementor-button,
.scwd fieldset[disabled] .elementor-button,
.scwd fieldset[disabled] .elementor-button:active,
.scwd fieldset[disabled] .elementor-button:focus,
.scwd fieldset[disabled] .elementor-button:hover,
.scwd fieldset[disabled] .focus.elementor-button,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .scwd .active.elementor-button,
fieldset[disabled] .scwd .elementor-button,
fieldset[disabled] .scwd .elementor-button:active,
fieldset[disabled] .scwd .elementor-button:focus,
fieldset[disabled] .scwd .elementor-button:hover,
fieldset[disabled] .scwd .focus.elementor-button {
    background-color: #c12719;
    border-color: #d71051;
}
.btn-primary .badge,
.scwd .elementor-button .badge {
    color: #c12719;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    color: #c12719;
    font-weight: 400;
    border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: rgba(0, 0, 0, 0);
}
.btn-link:focus,
.btn-link:hover {
    color: #c12719;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.3333333;
    border-radius: 0;
}
.btn-sm {
    padding: 5px 10px;
}
.btn-sm,
.btn-xs {
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
}
.btn-xs {
    padding: 1px 5px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(/wp-content/themes/hello-elementor-child/fonts/source-sans-pro-v13-latin-regular.woff2) format("woff2"),
        url(/wp-content/themes/hello-elementor-child/fonts/source-sans-pro-v13-latin-regular.woff) format("woff");
}
@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 400;
    src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url(/wp-content/themes/hello-elementor-child/fonts/source-sans-pro-v13-latin-italic.woff2) format("woff2"),
        url(/wp-content/themes/hello-elementor-child/fonts/source-sans-pro-v13-latin-italic.woff) format("woff");
}
@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url(/wp-content/themes/hello-elementor-child/fonts/source-sans-pro-v13-latin-600.woff2) format("woff2"),
        url(/wp-content/themes/hello-elementor-child/fonts/source-sans-pro-v13-latin-600.woff) format("woff");
}
body {
    line-height: 1.4;
    font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #242424;
    letter-spacing: 1px;
}
p:empty {
    display: none;
}
.scwd a {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.scwd a:hover {
    text-decoration: underline;
}
#logo {
    font-size: 3.4rem;
    text-decoration: none;
    line-height: 1.3;
    text-shadow: 1px 1px 2px #000;
    font-weight: 500;
}
#logo .line1,
#logo .line2 {
    display: block;
}
#logo .line1 {
    color: #fff !important;
    letter-spacing: 1px;
    line-height: 0.8;
    margin-bottom: 6px;
}
#logo .line2 {
    font-size: 60%;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 0.8;
}
blockquote {
    font-size: 125%;
    font-weight: 600;
    font-style: oblique;
    border-color: #c12719;
}
.press-clip-meta {
    color: #aaa;
    font-style: oblique;
    margin-top: -10px;
    margin-bottom: 10px;
}
#pressClips .elementor-post__thumbnail {
    padding-bottom: 0;
}
#pressClips .elementor-post__thumbnail img {
    height: auto;
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none;
}
.headings-decoration,
.scwd .elementor-page-title .elementor-heading-title,
.scwd .section-title .elementor-heading-title {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}
.headings-decoration:after,
.scwd .elementor-page-title .elementor-heading-title:after,
.scwd .section-title .elementor-heading-title:after {
    content: "";
    width: 77px;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -10px;
    border-bottom: 1px solid #c12719;
}
.scwd .elementor-element .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 0.8;
    background-color: #c12719 !important;
}
.scwd .elementor-element .swiper-pagination-bullet {
    opacity: 0.5;
    background-color: #fff;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.scwd .elementor-lightbox .elementor-lightbox-image {
    max-width: 100%;
    max-height: 100%;
}
.scwd .elementor-social-icon.elementor-social-icon-instagram {
    background: #f09433;
    background: -o-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888);
}
.scwd .scwd-ajax-pagi .elementor-pagination {
    display: none;
}
.scwd .section-title {
    margin-bottom: 2rem;
}
.scwd .dialog-type-lightbox .dialog-message,
.scwd .elementor-lightbox .elementor-lightbox-item {
    padding: 10px;
}
.scwd .elementor-search-form input[type="search"],
.scwd .elementor-search-form input[type="search"]:focus {
    color: #242424;
    font: inherit;
}
.scwd .btn,
.scwd .elementor-button {
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    white-space: normal;
}
.attention {
    -webkit-animation: attention 1s ease;
    animation: attention 1s ease;
}
.text-large {
    font-size: 125%;
}
.text-larger {
    font-size: 137.5%;
}
.text-largest {
    font-size: 150%;
}
.text-elephant {
    font-size: 225%;
}
.text-mammoth {
    font-size: 300%;
}
.text-bold {
    font-weight: 600;
}
.elementor-widget-heading.margin-t-0 .elementor-heading-title,
.elementor-widget-heading.margin-tb-0 .elementor-heading-title,
.margin-t-0,
.margin-tb-0 {
    margin-top: 0;
}
.elementor-widget-heading.margin-b-0 .elementor-heading-title,
.elementor-widget-heading.margin-tb-0 .elementor-heading-title,
.margin-b-0,
.margin-tb-0 {
    margin-bottom: 0;
}
.text-shadow {
    text-shadow: 0 0 1px #242424, 0 0 3px #242424;
}
.addeventatc {
    visibility: hidden;
}
#footer-socials .footer-pin > span {
    width: 100% !important;
    max-width: 100%;
}
#footer-socials [id^="eapps-facebook-feed"] .eapps-facebook-feed-inner {
    border-radius: 5px !important;
}
#footer-socials [id^="eapps-facebook-feed"] .eapps-facebook-feed-header {
    border-radius: 5px 5px 0 0 !important;
}
#footer-socials [id^="eapps-facebook-feed"] > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: #242424;
}
#footer-socials [id^="eapps-facebook-feed"] > a .eapps-remove-link {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.gm-svpc img {
    max-width: none !important;
}
.flx-parent,
.horizontal-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flx-parent .flx-child,
.horizontal-menu ul .flx-child {
    width: 100%;
}
.flx-parent.cols-2 .flx-child,
.horizontal-menu ul.cols-2 .flx-child {
    width: 49%;
}
@media (max-width: 991px) {
    .flx-parent.cols-2 .flx-child,
    .horizontal-menu ul.cols-2 .flx-child {
        width: 100%;
    }
}
.flx-parent.cols-3 .flx-child,
.horizontal-menu ul.cols-3 .flx-child {
    width: 32%;
}
@media (max-width: 1199px) {
    .flx-parent.cols-3 .flx-child,
    .horizontal-menu ul.cols-3 .flx-child {
        width: 49%;
    }
}
@media (max-width: 991px) {
    .flx-parent.cols-3 .flx-child,
    .horizontal-menu ul.cols-3 .flx-child {
        width: 100%;
    }
}
.flx-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flx-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single-event .event-details {
    font-size: 75%;
    letter-spacing: 0.18em;
}
.single-event .event-details .table-bordered {
    width: calc(100% + 1px);
    max-width: calc(100% + 1px);
    margin-bottom: 0;
}
.single-event .event-details .label {
    text-transform: uppercase;
    font-weight: 600;
}
.single-event .event-details .event-image {
    position: relative;
    opacity: 0.6;
}
.single-event .event-details .event-image:before {
    content: "";
    z-index: 5;
    -webkit-box-shadow: inset 0 0 5px 1px hsla(0, 0%, 100%, 0.25), inset 0 0 2px 1px hsla(0, 0%, 100%, 0.35);
    box-shadow: inset 0 0 5px 1px hsla(0, 0%, 100%, 0.25), inset 0 0 2px 1px hsla(0, 0%, 100%, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.events .event {
    position: relative;
    cursor: pointer;
    color: #fff;
}
.events .event:not(.empty) {
    padding: 20px;
    margin-bottom: 2rem;
    background-color: #242424;
}
.events .event.empty {
    height: 0;
    padding: 0;
    margin: 0;
}
.events .event .underlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 0;
    opacity: 0.2;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}
.events .event .underlay:before {
    content: "";
    z-index: 5;
    -webkit-box-shadow: inset 0 0 5px 1px hsla(0, 0%, 100%, 0.25), inset 0 0 2px 1px hsla(0, 0%, 100%, 0.35);
    box-shadow: inset 0 0 5px 1px hsla(0, 0%, 100%, 0.25), inset 0 0 2px 1px hsla(0, 0%, 100%, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.events .event .details {
    position: relative;
    z-index: 10;
}
.events .event:hover .underlay {
    opacity: 0.8;
}
.modal {
    z-index: 100000;
    color: #242424;
    padding: 0 20px !important;
}
.modal .modal-dialog {
    margin: 0 auto;
    -webkit-transition-duration: 0.2s !important;
    -o-transition-duration: 0.2s !important;
    transition-duration: 0.2s !important;
}
.modal.fade .modal-dialog {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.modal.in .modal-dialog {
    -webkit-transform: translateY(50vh) translateY(-50%);
    -ms-transform: translateY(50vh) translateY(-50%);
    transform: translateY(50vh) translateY(-50%);
}
.horizontal-menu.levels-1 .sub-menu {
    display: none;
}
.horizontal-menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.horizontal-menu ul > li {
    text-align: center;
    margin: 0;
}
.horizontal-menu ul > li > a {
    display: block;
    padding: 10px 20px;
}
.horizontal-menu ul .mega-menu-toggle {
    display: none;
}
#sticky-menu.docked > .elementor-element {
    position: fixed;
    z-index: 100;
    min-height: 80px !important;
}
#sticky-menu.docked > .elementor-element:before {
    opacity: 1;
}
#sticky-menu[class*="transparent"] {
    z-index: 10000;
}
#sticky-menu[class*="transparent"]:not(.docked) > .elementor-element:before {
    opacity: 0;
}
#sticky-menu.transparent-floating {
    position: absolute;
    z-index: 1000;
}
#sticky-menu.docked > .elementor-element > .elementor-element:before,
#sticky-menu:not([class*="transparent"]) > .elementor-element > .elementor-element:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.8;
}
#sticky-menu > .elementor-element {
    -webkit-transition: min-height 0.15s ease !important;
    -o-transition: min-height 0.15s ease !important;
    transition: min-height 0.15s ease !important;
    width: 100%;
}
#sticky-menu > .elementor-element:before {
    content: "";
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
	background-color:#00000099;
    left: 0;
    top: 0;
    transition: opacity 0.25s ease;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
#sticky-menu > .elementor-element > .elementor-element {
    max-width: 1140px;
    margin: 0 auto;
}
body.home .elementor-slick-slider .slick-dots-inside .slick-dots {
    bottom: auto;
    right: 20px;
    top: 40%;
    width: auto;
}
body.home .elementor-slick-slider .slick-dots-inside .slick-dots li {
    display: block;
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
}
body.home .elementor-slick-slider .slick-dots-inside .slick-dots li button {
    width: 100%;
    height: 100%;
}
body.home .elementor-slick-slider .slick-dots-inside .slick-dots li button:before {
    font-size: 20px !important;
    line-height: 20px !important;
    width: 100%;
    height: 100%;
}
.scwd #scwd-backtotop {
    position: fixed;
    display: block;
    z-index: 10000;
    width: 50px;
    height: 50px;
    right: 14px;
    bottom: 10px;
    cursor: pointer;
    -webkit-transform: translateY(calc(100% + 20px));
    -ms-transform: translateY(calc(100% + 20px));
    transform: translateY(calc(100% + 20px));
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.scwd #scwd-backtotop .fas {
    font-size: 50px;
    color: #fff;
}
.scwd #scwd-backtotop.visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.scwd-global-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
    opacity: 0;
    -webkit-transform: opacity 0.25s ease;
    -ms-transform: opacity 0.25s ease;
    transform: opacity 0.25s ease;
}
.scwd-global-spinner.visible {
    -webkit-animation: show-spinner 0.5s cubic-bezier(0, 0.5, 0.5, 1) forwards;
    animation: show-spinner 0.5s cubic-bezier(0, 0.5, 0.5, 1) forwards;
}
.scwd-global-spinner.hidden {
    -webkit-animation: hide-spinner 1s cubic-bezier(0, 0.5, 0.5, 1) forwards;
    animation: hide-spinner 1s cubic-bezier(0, 0.5, 0.5, 1) forwards;
}
.scwd-global-spinner.hidden .lds-spinner div {
    -webkit-animation: none;
    animation: none;
}
.scwd-global-spinner .lds-spinner {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
    z-index: 100;
}
.scwd-global-spinner .lds-spinner div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    top: 19px;
    height: 26px;
    background: #c12719;
    -webkit-animation: lds-spinner 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    animation: lds-spinner 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.scwd-global-spinner .lds-spinner div:first-child {
    left: 6px;
    -webkit-animation-delay: -0.24s;
    animation-delay: -0.24s;
}
.scwd-global-spinner .lds-spinner div:nth-child(2) {
    left: 26px;
    -webkit-animation-delay: -0.12s;
    animation-delay: -0.12s;
}
.scwd-global-spinner .lds-spinner div:nth-child(3) {
    left: 45px;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
@-webkit-keyframes lds-spinner {
    0% {
        top: 6px;
        height: 51px;
    }
    50%,
    to {
        top: 19px;
        height: 26px;
    }
}
@keyframes lds-spinner {
    0% {
        top: 6px;
        height: 51px;
    }
    50%,
    to {
        top: 19px;
        height: 26px;
    }
}
@-webkit-keyframes show-spinner {
    0% {
        z-index: 1;
        opacity: 0;
    }
    50%,
    to {
        opacity: 1;
        z-index: 1;
    }
}
@keyframes show-spinner {
    0% {
        z-index: 1;
        opacity: 0;
    }
    50%,
    to {
        opacity: 1;
        z-index: 1;
    }
}
@-webkit-keyframes hide-spinner {
    0% {
        z-index: 1;
        opacity: 1;
    }
    50%,
    to {
        opacity: 0;
        z-index: -1;
    }
}
@keyframes hide-spinner {
    0% {
        z-index: 1;
        opacity: 1;
    }
    50%,
    to {
        opacity: 0;
        z-index: -1;
    }
}
body[data-elementor-device-mode="mobile"] #main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    width: 80%;
}
body[data-elementor-device-mode="mobile"] #main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu li > a {
    font-size: 3rem;
    line-height: 2;
}
#main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu li:hover > a:before,
#main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu li[class*="current"] > a:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #c12719;
    z-index: 1;
}
#main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu li:hover > a {
    background-color: #c12719;
}
#main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-toggle {
    display: none;
    margin-bottom: 20px;
}
#main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-toggle > a {
    text-indent: -200%;
}
body[data-elementor-device-mode="mobile"] #main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-toggle > a {
    display: block;
}
#main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-toggle > a:after {
    content: "\f335";
    font-family: dashicons;
    display: block;
    font-size: 5rem;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
body[data-elementor-device-mode="mobile"] #main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-toggle {
    display: block;
}
#main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-indicator:after {
    content: "\f347" !important;
    margin-left: 4px !important;
    font-size: 14px;
}
body[data-elementor-device-mode="mobile"] #main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-indicator:after {
    font-size: 3rem;
    line-height: 2;
}
#main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li:not(.mega-menu-toggle):last-child {
    margin-right: 0 !important;
}
#main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li:not(.mega-menu-toggle) > a {
    -webkit-transition: all 0.25s ease !important;
    -o-transition: all 0.25s ease !important;
    transition: all 0.25s ease !important;
}
body[data-elementor-device-mode="mobile"] #main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li:not(.mega-menu-toggle) > a {
    font-size: 3rem;
    line-height: 2;
}
#main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li:not(.mega-menu-toggle) > a:after {
    content: "";
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li:not(.mega-menu-toggle):hover > a:after,
#main-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li:not(.mega-menu-toggle)[class*="current"] > a:after {
    width: 100%;
    background-color: #c12719;
}
.sidebar-main #menu-main-menu {
    border-top: 2px solid #636363;
    border-bottom: 2px solid #636363;
}
.sidebar-main #menu-main-menu,
.sidebar-main #menu-main-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sidebar-main #menu-main-menu ul li {
    margin: 0;
}
.sidebar-main #menu-main-menu > li {
    margin: 0;
    padding: 20px 25px;
}
.sidebar-main #menu-main-menu > li a {
    display: block;
    position: relative;
    color: #acacac;
}
.sidebar-main #menu-main-menu > li a > .indicator {
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    -o-transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    right: -10px;
    top: 0;
    padding: 0 10px;
    cursor: pointer;
}
.sidebar-main #menu-main-menu > li[class*="current-"] > a,
.sidebar-main #menu-main-menu > li a:active,
.sidebar-main #menu-main-menu > li a:hover {
    color: #495edf;
    text-decoration: underline;
}
.sidebar-main #menu-main-menu > li:not(:last-child) {
    border-bottom: 2px solid #636363;
}
.sidebar-main #menu-main-menu > li .sub-menu {
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    margin: 0 0 0 25px;
    max-height: 0;
    opacity: 0;
}
.sidebar-main #menu-main-menu > li .sub-menu > li {
    font-weight: 400;
    padding: 6px 0;
}
.sidebar-main #menu-main-menu > li .sub-menu > li[class*="current-"] > a {
    color: #464646;
    text-decoration: underline;
}
.sidebar-main #menu-main-menu > li.open .sub-menu,
.sidebar-main #menu-main-menu > li[class*="current"] .sub-menu {
    max-height: 1000px;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sidebar-main #menu-main-menu > li.open .indicator,
.sidebar-main #menu-main-menu > li[class*="current"] .indicator {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sidebar-main #menu-main-menu > li.close .sub-menu {
    margin-top: 0;
    margin-bottom: 0;
    max-height: 0;
    opacity: 0;
}
.sidebar-main #menu-main-menu > li.close .indicator {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.slide-down {
    -webkit-animation: slideDown 0.35s cubic-bezier(0, 1, 0.5, 1) forwards;
    animation: slideDown 0.35s cubic-bezier(0, 1, 0.5, 1) forwards;
}
.slide-down-slow {
    -webkit-animation: slideDown 0.7s cubic-bezier(0, 1, 0.5, 1) forwards;
    animation: slideDown 0.7s cubic-bezier(0, 1, 0.5, 1) forwards;
}
.slide-up {
    -webkit-animation: slideUp 1.25s ease forwards;
    animation: slideUp 1.25s ease forwards;
}
.menu-dock-animation {
    -webkit-animation: fadeInDown 0.7s cubic-bezier(0, 1, 0.5, 1) forwards;
    animation: fadeInDown 0.7s cubic-bezier(0, 1, 0.5, 1) forwards;
}
.menu-undock-animation {
    -webkit-animation: slideUp 0.7s cubic-bezier(0, 1, 0.5, 1) forwards;
    animation: slideUp 0.7s cubic-bezier(0, 1, 0.5, 1) forwards;
}
@media (max-width: 767px) {
    .elementor-widget-heading h1.elementor-heading-title,
    .h1,
    h1 {
        font-size: 28.8px;
    }
    .elementor-widget-heading h2.elementor-heading-title,
    .h2,
    h2 {
        font-size: 22.5px;
    }
    .elementor-widget-heading h3.elementor-heading-title,
    .h3,
    h3 {
        font-size: 19.8px;
    }
    .elementor-widget-heading h4.elementor-heading-title,
    .h4,
    h4 {
        font-size: 18px;
    }
    .elementor-widget-heading h5.elementor-heading-title,
    .h5,
    h5 {
        font-size: 16.2px;
    }
    .elementor-widget-heading h6.elementor-heading-title,
    .h6,
    h6 {
        font-size: 13.5px;
    }
    #logo {
        font-size: 2.6rem;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle:not(.mega-menu-open) + #mega-menu-menu-1 {
        right: -100%;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        max-height: 100%;
    }
}
@media (max-width: 575px) {
    .elementor-widget-heading h1.elementor-heading-title,
    .h1,
    h1 {
        font-size: 25.6px;
    }
    .elementor-widget-heading h2.elementor-heading-title,
    .h2,
    h2 {
        font-size: 20px;
    }
    .elementor-widget-heading h3.elementor-heading-title,
    .h3,
    h3 {
        font-size: 17.6px;
    }
    .elementor-widget-heading h4.elementor-heading-title,
    .h4,
    h4 {
        font-size: 16px;
    }
    .elementor-widget-heading h5.elementor-heading-title,
    .h5,
    h5 {
        font-size: 14.4px;
    }
    .elementor-widget-heading h6.elementor-heading-title,
    .h6,
    h6 {
        font-size: 12px;
    }
}
@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@-webkit-keyframes attention {
    -webkit-transform-origin: top;
    transform-origin: top;
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes attention {
    -webkit-transform-origin: top;
    transform-origin: top;
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
