/*
Theme Name: The Anstice
Author: Yellow Marshmallow
Author URI: https://www.yellowmarshmallow.co.uk/
Version: 1.0
Template: genesis
Template Version: 2.3.0
*/


/* # Table of Contents
- HTML5 Reset
- Baseline Normalize
- Box Sizing
- Float Clearing
- Defaults
- Typographical Elements
- Headings
- Objects
- Gallery
- Forms
- Tables
- Screen Reader Text
- Structure and Layout
- Site Containers
- Column Widths and Positions
- Column Classes
- Common Classes
- Avatar
- Genesis
- Search Form
- Titles
- WordPress
- Widgets
- Featured Content
- Plugins
- Genesis eNews Extended
- Jetpack
- Skip Links
- Site Header
- Title Area
- Widget Area
- Site Navigation
- Accessible Menu
- Site Header Navigation
- After Header Navigation
- Footer Navigation
- Content Area
- Entries
- Entry Meta
- Pagination
- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
- Max-width: 1340px
- Max-width: 1200px
- Max-width: 1023px
- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
    content: " ";
    display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

@font-face {
    font-family: 'Clarendon Condensed';
    src: url('fonts/Clarendon-Condensed-Bold.woff2') format('woff2'),
        url('fonts/Clarendon-Condensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 15px;
    font-size: 1.5rem;
    outline: none !important;
}

body > div:focus,
.dslc-modules-section:not(.dslc-full) {
    outline: none !important;
}

body {
    background-color: #fff;
    color: #313639;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.dslc-modules-section .dslc-module-front {
    font-family: 'Muli', sans-serif;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
img,
h1,
h2,
h3,
h4,
h5,
h6,
.dslc-icon,
.dslc-text-module-content,
.site-header,
.menu-toggle,
.genesis-nav-menu,
.title-area,
.site-header .widget-area,
.dashicons-menu:before,
.site-header > .wrap,
.ms_wrapper .scroll-button,
#dslc-content .dslc-staff .dslc-staff-member-social a span,
.social-icon a i,
.footer-widgets .menu li:before,
.gfield.final .final-wrapper,
#dslc-content .dslc-accordion-item .dslc-accordion-header:after,
#dslc-content .dslc-accordion-item .dslc-accordion-header .dslc-accordion-title,
#dslc-content .project-section .dslc-project-thumb,
#dslc-content .project-section .dslc-project-main,
#dslc-content .dslc-carousel-nav-prev.position-aside span,
#dslc-content .dslc-carousel-nav-next.position-aside span,
.widget_custom_html .wpsm_counter_b_row .wpsm_row .wpsm_counterbox .wpsm_number,
.widget_custom_html .wpsm_counter_b_row .wpsm_row .wpsm_counterbox .wpsm_number .counter,
#dslc-content .areas-section .dslc-info-box-image-inner,
#dslc-content .news-slider .dslc-post .dslc-cpt-post-thumb,
#dslc-content .news-slider .dslc-post .dslc-cpt-post-main .dslc-cpt-post-meta,
.site-header .widget-area .widget_search .search-form,
.site-header .widget-area .widget_search:before,
.site-header .widget-area #custom_html-5.widget_custom_html #flags,
.site-header .widget-area #custom_html-5.widget_custom_html:before,
#dslc-content .gallery-section .owl-controls .owl-buttons div,
#dslc-content .gallery-section .owl-controls .owl-page span,
#dslc-content .dslc-accordion .dslc-accordion-header,
.site-header .widget-area #custom_html-5.widget_custom_html,
.site-header .widget-area .widget_search,
.gallery img {
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition:    all 0.3s ease-in-out !important;
    -ms-transition:     all 0.3s ease-in-out !important;
    -o-transition:      all 0.3s ease-in-out !important;
    transition:         all 0.3s ease-in-out !important;
}

a {
    color: #d65d23;
    text-decoration: none;
}

.library-section a {
    color: #fff;
    text-decoration: underline;
}

a:focus,
a:hover {
    color: #82b690;
    text-decoration: none;
    outline: none;
    border: none;
}

p {
    margin: 0 0 25px;
    padding: 0;
}

p:last-child {
    margin: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #e1e1e1;
    clear: both;
    margin: 30px 0px;
}

b,
strong,
#dslc-content strong,
#dslc-content b {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

mark {
    background: #ddd;
    color: #000;
}

blockquote {
    margin: 40px;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 30px;
    color: #313639;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    position: relative;
}

h1 {
    font-size: 30px;
    font-size: 3rem;
    margin-top: -10px;
    margin-bottom: 20px;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
    margin-top: -10px;
    margin-bottom: 20px;
}

h3 {
    font-size: 30px;
    font-size: 3rem;
    margin-top: -10px;
    margin-bottom: 20px;
}

h4 {
    font-size: 19px;
    font-size: 1.9rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

h5 {
    font-family: 'Muli', san-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    color: #82b690;
}

h6 {
    font-family: 'Muli', san-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: 0;
}

.intro-page-section h6 {
    color: #82b690;
    text-transform: none;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.6;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

figure {
    margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.ms_wrapper {
    min-height: 480px;
}

.ms_wrapper .ms_layer {
    text-align: center;
}

.ms_wrapper h2 {
    text-align: center !important;
    color: #fff;
    position: relative;
    max-width: 768px;
    margin: 0 auto 30px !important;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.66);
}

.ms_wrapper h2 a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.ms_wrapper h3 {
    font-family: 'Clarendon Condensed', serif;
    text-align: center !important;
    font-size: 90px;
    font-size: 9rem;
    color: #fff;
    position: relative;
    max-width: 768px;
    margin: 0 auto 20px !important;
    letter-spacing: 0;
    line-height: 1;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.66);
}

.ms_wrapper .ms_button_layer {
    background-color: #82b690;
    border: none;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 900;
    padding: 0 30px;
    line-height: 50px !important;
    text-transform: none;
    text-decoration: none;
    white-space: normal;
    width: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-transform: uppercase;
}

.ms_wrapper .ms_button_layer:hover {
    background-color: #d65d23;
}

.motoslider_wrapper.ms_loaded.ng-scope .mpsl-edit-btn {
    display: none !important;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 2px solid #eee;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 20px;
    line-height: 40px;
    width: 100%;
}

input:focus,
textarea:focus {
    border-color: #e9b203;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #000;
}

button,
#dslc-content .dslc-button a,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #82b690;
    border: none;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 900;
    padding: 0 30px;
    line-height: 50px !important;
    text-transform: uppercase;
    text-decoration: none;
    white-space: normal;
    width: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    position: relative;
}

#dslc-content .dslc-button a.black-btn,
.button.black-btn {
    background-color: #313639;
}

#dslc-content .dslc-button a.clear-btn,
.button.clear-btn {
    background-color: transparent;
    border: 2px solid #fff;
    line-height: 46px !important;
}

button:focus,
button:hover,
#dslc-content .dslc-button a:focus,
#dslc-content .dslc-button a:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
    background-color: #d65d23;
    border-color: #d65d23;
    color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
    color: #fff;
}

.button {
    display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
    padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* ## Tables
--------------------------------------------- */

#dslc-content .timetable-section .tablepress {
    margin: 0;
    border: 1px solid #e1e1e1;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.6;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-all;
    border: 1px solid #e1e1e1;
}

tbody, thead {
    border-bottom: 1px solid #e1e1e1;
}

td,
th {
    text-align: left;
}

td, th {
    border-top: 1px solid #eee;
    padding: 6px;
}

#dslc-content .timetable-section .tablepress td {
    vertical-align: middle;
    padding: 10px 15px;
    border-left: 1px solid #e1e1e1;
    width: 16.66%;
}

#dslc-content .timetable-section .tablepress td:first-child {
    border-left: none;
    font-weight: 700;
}

th {
    font-weight: 400;
}

td:first-child,
th:first-child {
    padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    color: #282829;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 100%;
}

.top-bar .wrap,
.site-header .wrap,
.footer-top .wrap,
.site-footer .wrap {
    max-width: 1280px;
}

.site-inner {
    clear: both;
    word-wrap: break-word;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

#dslc-content .intro-section .right-align-text {
    text-align: right;
}

#dslc-content .intro-section .right-align-text .button {
    margin-left: 15px;
}

#dslc-content .intro-section .intro-image img {
    padding: 15px;
    border-radius: 50%;
    position: relative;
    margin-top: -160px;
    z-index: 1;
    background: #fff;
}

#dslc-content .intro-page-section .dslc-text-module-content {
    max-width: 768px;
    margin: 0 auto;
}

#dslc-content .news-slider {
    position: relative;
}

#dslc-content .news-slider.news-grid {
    padding-bottom: 40px !important;
}

#dslc-content .testimonial-section.top-margin {
    margin-top: -110px;
}

#dslc-content .news-slider .dslc-posts.dslc-carousel-arrow-aside,
#dslc-content .testimonial-section .dslc-posts.dslc-carousel-arrow-aside,
#dslc-content .news-slider.news-grid .dslc-posts {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
}

#dslc-content .news-slider .dslc-post {
    margin: 0 !important;
    overflow: visible;
    position: relative;
}

#dslc-content .news-slider.news-grid .dslc-post {
    margin-bottom: 70px !important;
}

#dslc-content .news-slider .dslc-post .dslc-cpt-post-main {
    padding: 0 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

#dslc-content .news-slider .dslc-post .dslc-cpt-post-main .dslc-cpt-post-title {
    margin-top: 0;
    margin-bottom: 0;
}

#dslc-content .news-slider .dslc-post .dslc-cpt-post-main .dslc-cpt-post-title h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #313639;
    letter-spacing: 0.1em;
}

#dslc-content .news-slider .dslc-post:hover .dslc-cpt-post-main .dslc-cpt-post-title h2 a {
    color: #d65d23;
}

#dslc-content .news-slider .dslc-post .dslc-cpt-post-main .dslc-cpt-post-meta {
    margin-bottom: 25px;
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 900;
    text-align: center;
}

#dslc-content .news-slider .dslc-post .dslc-cpt-post-main .dslc-cpt-post-meta .dslc-cpt-post-meta-date {
    float: none;
}

#dslc-content .news-slider:not(.event-slider) .dslc-post .dslc-cpt-post-main .dslc-cpt-post-meta .dslc-cpt-post-meta-date {

}

#dslc-content .news-slider .dslc-post .dslc-cpt-post-thumb {
    width: 200px;
    height: 200px;
    margin: 0;
    border-radius: 50%;
    background: #313639;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 30px;
}

#dslc-content .news-slider .dslc-post .dslc-cpt-post-thumb img {
    opacity: 1;
}

#dslc-content .news-slider .dslc-post:hover .dslc-cpt-post-thumb img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#dslc-content .news-slider .dslc-posts .dslc-post .dslc-cpt-post-thumb + .dslc-cpt-post-main .dslc-cpt-post-meta {
    background-color: transparent !important;
}

#dslc-content .news-slider .dslc-posts .dslc-post .dslc-cpt-post-thumb + .dslc-cpt-post-main .dslc-cpt-post-meta:before {
    display: none;
}

#dslc-content .news-slider .dslc-post .dslc-cpt-post-main .dslc-cpt-post-excerpt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

#dslc-content .news-slider.staff-grid .dslc-post .dslc-cpt-post-main .dslc-cpt-post-read-more {
    display: none;
}

#dslc-content .news-slider .dslc-post .dslc-cpt-post-main .dslc-cpt-post-read-more a {
    background-color: #82b690;
    border: none;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 900;
    padding: 0 20px;
    line-height: 30px !important;
    text-transform: uppercase;
    text-decoration: none;
    white-space: normal;
    width: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#dslc-content .news-slider .dslc-post:hover .dslc-cpt-post-main .dslc-cpt-post-read-more a {
    background-color: #d65d23;
}

#dslc-content .news-slider .dslc-carousel-nav-prev.position-aside,
#dslc-content .news-slider .dslc-carousel-nav-next.position-aside,
#dslc-content .testimonial-section .dslc-carousel-nav-prev.position-aside,
#dslc-content .testimonial-section .dslc-carousel-nav-next.position-aside {
    top: 115px;
    height: 40px;
    width: 40px;
    border-radius: 0;
    line-height: 40px;
    background: none;
}

#dslc-content .news-slider .dslc-carousel-nav-prev.position-aside:hover,
#dslc-content .news-slider .dslc-carousel-nav-next.position-aside:hover,
#dslc-content .testimonial-section .dslc-carousel-nav-prev.position-aside:hover,
#dslc-content .testimonial-section .dslc-carousel-nav-next.position-aside:hover {

}

#dslc-content .testimonial-section .dslc-carousel-nav-prev.position-aside,
#dslc-content .testimonial-section .dslc-carousel-nav-next.position-aside {
    top: 50%;
    background: none;
}

#dslc-content .news-slider .dslc-carousel-nav-prev.position-aside span,
#dslc-content .news-slider .dslc-carousel-nav-next.position-aside span,
#dslc-content .testimonial-section .dslc-carousel-nav-prev.position-aside span,
#dslc-content .testimonial-section .dslc-carousel-nav-next.position-aside span {
    color: #313639;
    font-size: 40px;
    font-size: 4rem;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}

#dslc-content .news-slider .dslc-carousel-nav-prev.position-aside:hover span,
#dslc-content .news-slider .dslc-carousel-nav-next.position-aside:hover span,
#dslc-content .testimonial-section .dslc-carousel-nav-prev.position-aside:hover span,
#dslc-content .testimonial-section .dslc-carousel-nav-next.position-aside:hover span {
    color: #d65d23;
}

#dslc-content .news-slider .dslc-carousel-nav-prev.position-aside,
#dslc-content .testimonial-section .dslc-carousel-nav-prev.position-aside {
    left: -150px;
}

#dslc-content .news-slider .dslc-carousel-nav-next.position-aside,
#dslc-content .testimonial-section .dslc-carousel-nav-next.position-aside {
    right: -150px;
}

#dslc-content .news-slider .dslc-icon-chevron-left:before,
#dslc-content .testimonial-section .dslc-icon-chevron-left:before {
    content: "\f060";
}

#dslc-content .news-slider .dslc-icon-chevron-right:before,
#dslc-content .testimonial-section .dslc-icon-chevron-right:before {
    content: "\f061";
}

#dslc-content .news-grid .dslc-pagination {
    /*margin: 0;
    position: relative;
    text-align: center;
    margin-bottom: 50px;*/
}

#dslc-content .news-grid .dslc-pagination:before {
    /*content: '';
    position: absolute;
    clear: both;
    height: 1px;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
    border-color: #f1f1f1;
    border-width: 5px;
    top: 0;
    left: 0;*/
}

#dslc-content .news-grid .dslc-pagination li a {
    /*background-color: #e9b203;
    border: none;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 25px;
    line-height: 50px !important;
    text-transform: none;
    text-decoration: none;
    white-space: normal;
    width: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    position: relative;
    border: 17.5px solid #f1f1f1;
    border-radius: 70px;*/
}

#dslc-content .news-grid .dslc-post-separator {
    display: none;
}

#dslc-content .hr-btn-section .dslc-col {
    min-height: 0;
}

#dslc-content .hr-btn-section .dslc-button {
    height: 0;
}

#dslc-content .hr-btn-section .dslc-button a {
    top: -25px;
    z-index: 1;
}

#dslc-content .slant-section .slant-text,
#dslc-content .slant-section .slant-text-right {
    padding: 120px 0;
    background: #82b690;
    position: relative;
    color: #fff;
}

#dslc-content .slant-section .slant-text-right {
    background: none;
}

#dslc-content .slant-section .slant-text:before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    background: #82b690;
}

#dslc-content .slant-section .slant-text:after {
    content: '';
    position: absolute;
    right: -80px;
    top: 0;
    height: 100%;
    width: 180px;
    background: #82b690;
    -ms-transform: skew(15deg);
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
}

#dslc-content .slant-section .slant-text .dslc-text-module-content {
    position: relative;
    z-index: 1;
}

#dslc-content .slant-section .slant-text h3,
#dslc-content .slant-section .slant-text h4,
#dslc-content .slant-section .slant-text p {
    color: #fff;
}

#dslc-content .slant-section .slant-text p strong {


}

#dslc-content .slant-section .slant-text .button {
    margin: 30px 15px 0 0;
}

#dslc-content .areas-section {
    padding-bottom: 30px !important;
}

#dslc-content .areas-section.contact-icons {
    padding-bottom: 0px !important;
}

#dslc-content .areas-section.sub-pages .dslc-modules-section-wrapper {

}

#dslc-content .areas-section .dslc-info-box {
    margin-bottom: 90px;
}

#dslc-content .areas-section .dslc-info-box-image {
    margin-bottom: 35px;
}

#dslc-content .areas-section .dslc-info-box .dslc-info-box-image-inner {
    top: 0;
    position: relative;
}

#dslc-content .areas-section .dslc-info-box:hover .dslc-info-box-image-inner {
    top: -5px;
}

#dslc-content .areas-section .dslc-info-box-title h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #313639;
}

#dslc-content .areas-section .dslc-info-box:hover .dslc-info-box-title h4 a,
#dslc-content .areas-section .dslc-info-box:hover .dslc-info-box-content a {
    color: #d65d23;
}

#dslc-content .areas-section .dslc-info-box-content {
    padding: 0 15px;
}

#dslc-content .areas-section.no-buttons .dslc-info-box-content {
    margin-bottom: 0;
}

#dslc-content .areas-section .dslc-info-box-image-inner .dslc-icon {
    width: auto;
    height: auto;
    z-index: 2;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 50px;
    color: #82b690;
}

#dslc-content .areas-section .dslc-info-box-image-inner .dslc-icon.fab {
    font-family: 'Font Awesome 5 Brands';
}

#dslc-content .areas-section .dslc-info-box:hover .dslc-info-box-image-inner .dslc-icon {
    color: #d65d23;
}

#dslc-content .areas-section .dslc-info-box-image-inner .dslc-info-box-image-link {
    z-index: 3;
}

#dslc-content .areas-section .dslc-info-box-button a {
    background-color: #82b690;
    border: none;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 900;
    padding: 0 20px;
    line-height: 30px !important;
    text-transform: uppercase;
    text-decoration: none;
    white-space: normal;
    width: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#dslc-content .areas-section .dslc-info-box:hover .dslc-info-box-button a {
    background: #d65d23;
}

#dslc-content .cta-section,
#dslc-content .cta-section h3 {
    color: #fff;
}

#dslc-content .cta-section.grey-cta,
#dslc-content .cta-section.grey-cta h3 {
    color: #313639;
}

#dslc-content .cta-section.grey-cta .dslc-modules-section-wrapper {
    max-width: 768px;
    margin: 0 auto;
}

#dslc-content .cta-section .slant-text .button {
    margin: 30px 0 0 15px;
}

#dslc-content .dslc-accordion {
    max-width: 768px;
    margin: 0 auto;
}

#dslc-content .dslc-accordion-item {
    margin-bottom: 15px;
}

#dslc-content .dslc-accordion .dslc-accordion-header {
    line-height: 50px;
    background: #f1f1f1;
    padding: 0 20px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 900;
}

#dslc-content .dslc-accordion-item.dslc-active .dslc-accordion-header {
    background: #82b690;
    color: #fff;
}

#dslc-content .dslc-accordion .dslca-delete-accordion-hook,
#dslc-content .dslc-accordion .dslca-toggle-accordion-hook {
    color: #82b690;
    font-size: 15px;
    margin-left: 15px;
}

#dslc-content .dslc-accordion-item.dslc-active .dslca-delete-accordion-hook,
#dslc-content .dslc-accordion-item.dslc-active .dslca-toggle-accordion-hook {
    color: #fff;
}

#dslc-content .dslc-accordion .dslc-accordion-content {
    padding: 20px;
    background: rgb(241, 241, 241);
}





#dslc-content .testimonial-slider .dslc-testimonial .dslc-testimonial-main {
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

#dslc-content .testimonial-slider .dslc-testimonial .dslc-testimonial-main:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 50px;
    font-size: 5rem;
    color: #fff;
    margin-bottom: 50px;
    display: block;
    line-height: 1;
}

#dslc-content .testimonial-slider .dslc-testimonial .dslc-testimonial-main .dslc-testimonial-quote {
    font-size: 19px;
    font-size: 1.9rem;
    font-style: italic;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 30px;
    color: #fff;
}

#dslc-content .testimonial-slider .dslc-testimonial .dslc-testimonial-main .dslc-testimonial-author-main {
    float: none;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

#dslc-content .testimonial-slider .dslc-testimonial .dslc-testimonial-main .dslc-testimonial-author-main .dslc-testimonial-author-name {
    line-height: 1.6;
}

#dslc-content .testimonial-slider .owl-controls {
    margin-top: 50px;
}

#dslc-content .testimonial-slider .owl-controls .owl-page span {
    background: #fff;
    margin: 0 5px !important;
    opacity: 0.5 !important;
}

#dslc-content .testimonial-slider .owl-controls .owl-page.active span,
#dslc-content .testimonial-slider .owl-controls.clickable .owl-page:hover span {
    opacity: 1 !important;
}

#dslc-theme-content {
    padding: 0 30px;
    outline: none !important;
    position: relative;
}

#dslc-theme-content #dslc-theme-content-inner {
    width: 910px;
    max-width: 100%;
    margin: 0 auto;
}

#dslc-content .gallery-section .ngg-albumoverview,
#dslc-content .gallery-section .ngg-galleryoverview {
    margin: 0;
}

#dslc-content .gallery-section.gallery-grid .ngg-albumoverview,
#dslc-content .gallery-section.gallery-grid .ngg-galleryoverview {
    margin-top: 0;
}

#dslc-content .gallery-section .ngg-galleryoverview .slideshowlink {
    display: none;
}

#dslc-content .gallery-section .ngg-albumoverview .ngg-album-compact,
#dslc-content .gallery-section .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    float: none;
    padding: 0 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#dslc-content .gallery-section.gallery-grid .ngg-albumoverview .ngg-album-compact,
#dslc-content .gallery-section .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    float: left;
    width: 25%;
    overflow: hidden;
}

#dslc-content .gallery-section.gallery-grid .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 25%;
}

#dslc-content .gallery-section .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    float: left;
    width: 100%;
    overflow: hidden;
}

#dslc-content .gallery-section .ngg-albumoverview .ngg-album-compactbox,
#dslc-content .gallery-section .ngg-galleryoverview .ngg-gallery-thumbnail {
    padding: 0 !important;
    border: none;
    border-radius: 0;
    background-color: #313639;
    overflow: hidden;
}

#dslc-content .gallery-section .ngg-galleryoverview .ngg-gallery-thumbnail {
    margin: 0;
    width: 100% !important;
    position: relative;
    padding-bottom: 100% !important;
}

#dslc-content .gallery-section .ngg-albumoverview .ngg-album-compactbox:before,
#dslc-content .gallery-section .ngg-albumoverview .ngg-album-compactbox:after {
    display: none;
}

#dslc-content .gallery-section .ngg-galleryoverview .ngg-gallery-thumbnail a {
    margin: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

#dslc-content .gallery-section .ngg-albumoverview .ngg-album-compactbox .Thumb {
    border: none !important;
    opacity: 0.5;
}

#dslc-content .gallery-section .ngg-galleryoverview .ngg-gallery-thumbnail a img {
    margin: 0;
    opacity: 0.5;
    width: 100%;
}

#dslc-content .gallery-section .ngg-albumoverview .ngg-album-compact:hover .Thumb,
#dslc-content .gallery-section .ngg-galleryoverview .ngg-gallery-thumbnail:hover a img{
    border: none !important;
    opacity: 1;
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#dslc-content .gallery-section .ngg-albumoverview .ngg-album-compact h4 {
    position: absolute;
    top: 50%;
    z-index: 1;
    margin: 0;
    width: 100%;
    height: auto;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #fff;
    text-transform: uppercase;
    margin-top: -45px;
}

#dslc-content .gallery-section .ngg-albumoverview .ngg-album-compact h4 .ngg-album-desc {
    height: auto;
    color: #fff;
    text-align: center;
}

#dslc-content .gallery-section .ngg-albumoverview .ngg-album-compact h4 .ngg-album-desc:before {
    content: '\f302';
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 900;
    height: 60px;
    width: 60px;
    line-height: 60px !important;
    background: #fff url(images/grey-half-circle.png) no-repeat;
    border-radius: 50%;
    color: #461628;
    text-align: center;
    margin: 0 auto;
    border-width: 0;
    display: block;
    overflow: hidden;
    visibility: visible;
    padding: 0;
    outline: 0 !important;
    margin-bottom: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    cursor: pointer;
}

#dslc-content .gallery-section .ngg-albumoverview .ngg-album-gallery-image-counter {
    display: none;
}

#dslc-content .gallery-section .owl-controls {
    margin-top: 0;
    background: #f1f1f1;
}

#dslc-content .gallery-section .owl-controls .owl-pagination {
    display: none !important;
    z-index: 1;
    position: relative;
    display: inline-block;
    margin-top: -15px;
    padding: 0 5px;
    height: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}

#dslc-content .gallery-section .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 10px 5px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #f1f1f1;
}

#dslc-content .gallery-section .owl-controls .owl-page.active span,
#dslc-content .gallery-section .owl-controls.clickable .owl-page:hover span {
    background: #e9b203;
}

#dslc-content .gallery-section .owl-controls .owl-buttons div {
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 50%;
    margin: 0;
    margin-top: -35px;
    padding: 0;
    font-family: 'Font Awesome 5 Pro';
    font-size: 40px;
    font-size: 4rem;
    background: none;
    line-height: 1;
}

#dslc-content .gallery-section .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: 30px;
}

#TB_window #TB_caption {
    height: 35px;
    padding: 0 15px;
    float: left;
    line-height: 35px;
    width: 100%;
}

#TB_window #TB_caption #TB_secondLine {
}

#TB_window #TB_prev, #TB_window #TB_next {
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -35px;
}

#TB_window #TB_next {
    left: auto;
      right: 45px;
}

#TB_window #TB_prev a, #TB_window #TB_next a {
      font-size: 0;
      opacity: 0.66;
}

#TB_window #TB_prev a:hover, #TB_window #TB_next a:hover {
      opacity: 1;
}

#TB_window #TB_prev a:before, #TB_window #TB_next a:before {
    content: '\f060';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: #fff;
      font-size: 40px;
    line-height: 1;
}

#TB_window #TB_next a:before {
    content: '\f061';
}

#TB_window #TB_closeWindow {
    height: 30px;
    padding: 0;
    position: absolute;
    right: 5px;
    line-height: 30px;
    bottom: 2px;
}

#ai1ec-container {
    max-width: 1280px;
    margin: 0 auto 90px;
    padding: 0 30px;
}

.ai1ec-single-event {
    max-width: 910px;
    margin: 0 auto;
    padding: 0;
}

.ai1ec-single-event .ai1ec-actions {
    float: none!important;
    margin-left: 0;
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 30px;
}

.ai1ec-single-event .ai1ec-actions .ai1ec-btn-group-vertical {
    margin-bottom: 0;
    display: inline-block;
    margin-left: 10px;
}

.ai1ec-single-event .ai1ec-actions .ai1ec-btn {
    background-color: #82b690;
    border: none;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 900;
    padding: 0 30px;
    line-height: 50px !important;
    text-transform: uppercase;
    text-decoration: none;
    white-space: normal;
    width: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    position: relative;
}

.ai1ec-single-event .ai1ec-event-details {
    display: none;
}

#ai1ec-calendar.timely {
    color: #313639;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
}

#ai1ec-calendar.timely .ai1ec-calendar-toolbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}

#ai1ec-calendar.timely .ai1ec-btn-toolbar {
    text-align: center;
}

#ai1ec-calendar.timely .ai1ec-pull-left .ai1ec-btn-group {
    display: none;
}

#ai1ec-calendar.timely .ai1ec-subscribe-container.ai1ec-pull-right.ai1ec-btn-group {
    display: block;
    float: none !important;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

#ai1ec-calendar.timely .ai1ec-subscribe-container.ai1ec-pull-right.ai1ec-btn-group .ai1ec-btn-default {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px !important;
    border-radius: 30px;
    border-color: #d1d1d1;
    color: #111 !important;
    float: none;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}

#ai1ec-calendar.timely .ai1ec-subscribe-container.ai1ec-pull-right.ai1ec-btn-group .ai1ec-btn-default .ai1ec-subscribe {
    padding: 0 10px;
}

#ai1ec-calendar.timely .ai1ec-title-buttons .ai1ec-btn-group {
    display: inline-block;
    margin: 0;
    float: none;
    margin-bottom: 50px;
    border-radius: 30px;
}

#ai1ec-calendar.timely .ai1ec-title-buttons .ai1ec-btn-group > .ai1ec-btn-sm {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 15px;
    line-height: 50px !important;
    border-radius: 30px;
    border-color: #fff;
    color: #fff !important;
}

#ai1ec-calendar.timely .ai1ec-title-buttons .ai1ec-btn-group > .ai1ec-btn-sm .ai1ec-fa-fw {
    width: 25px;
    text-align: left;
}

#ai1ec-calendar.timely .ai1ec-title-buttons .ai1ec-btn-group > .ai1ec-btn:first-child:not(:last-child):not(.ai1ec-dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

#ai1ec-calendar.timely .ai1ec-title-buttons .ai1ec-btn-group > .ai1ec-btn:last-child:not(:first-child), .ai1ec-btn-group > .ai1ec-dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

#ai1ec-calendar.timely .ai1ec-title-buttons .ai1ec-btn-group > .ai1ec-btn:not(:first-child):not(:last-child):not(.ai1ec-dropdown-toggle) {
    border-radius: 0;
}

#ai1ec-calendar.timely .ai1ec-agenda-buttons.ai1ec-btn-toolbar.ai1ec-pull-right {
    display: none;
}

#ai1ec-calendar.timely .ai1ec-btn-default:hover,
#ai1ec-calendar.timely .ai1ec-btn-default:focus,
#ai1ec-calendar.timely .ai1ec-btn-default:active,
#ai1ec-calendar.timely .ai1ec-title-buttons .ai1ec-btn-group > .ai1ec-btn-sm:hover,
#ai1ec-calendar.timely .ai1ec-title-buttons .ai1ec-btn-group > .ai1ec-btn-sm:focus,
#ai1ec-calendar.timely .ai1ec-title-buttons .ai1ec-btn-group > .ai1ec-btn-sm:active,
#ai1ec-calendar.timely.ai1ec-btn-default.ai1ec-active,
.ai1ec-open .ai1ec-dropdown-toggle.timely .ai1ec-btn-default {
    background-color: #d65d23;
    color: #fff !important;
}

#ai1ec-calendar.timely table.ai1ec-month-view {
    margin: 0 0 30px !important;
    border: none !important;
}

#ai1ec-calendar.timely table.ai1ec-month-view th {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px;
    padding: 0 10px !important;
    text-shadow: none;
    color: #111 !important;
    border: none !important;
    background: #f1f1f1 !important;
}

#ai1ec-calendar.timely table.ai1ec-month-view td {
    border: 1px solid #e1e1e1 !important;
}

#ai1ec-calendar.timely table.ai1ec-month-view .ai1ec-day-stretcher {
    height: 120px;
}

#ai1ec-calendar.timely table.ai1ec-month-view .ai1ec-date {
    background: #f5f5f5;
    color: #999;
    line-height: 15px;
    height: 15px;
    padding: 0 2.5px;
    font-size: 10px;
    font-size: 1rem;
    text-shadow: none;
}

#ai1ec-calendar.timely table.ai1ec-month-view .ai1ec-date a {
    color: #999;
}

#ai1ec-calendar.timely table.ai1ec-month-view .ai1ec-event {
    height: 15px;
    line-height: 15px;
    margin: 0;
}

#ai1ec-calendar.timely table.ai1ec-month-view .ai1ec-multiday-bar {
    background: #e9b203;
    height: 15px;
}

.ai1ec-month-view .ai1ec-allday .ai1ec-event, .ai1ec-month-view .ai1ec-multiday .ai1ec-event, .ai1ec-week-view .ai1ec-allday-events .ai1ec-allday .ai1ec-event, .ai1ec-week-view .ai1ec-allday-events .ai1ec-multiday .ai1ec-event, .ai1ec-oneday-view .ai1ec-allday-events .ai1ec-allday .ai1ec-event, .ai1ec-oneday-view .ai1ec-allday-events .ai1ec-multiday .ai1ec-event {
    background-color: #e9b203 !important;
    text-shadow: none !important;
    height: 15px !important;
    line-height: 15px !important;
}

#ai1ec-calendar.timely table.ai1ec-month-view .ai1ec-multiday-arrow2 {
    border: 7px solid #e9b203;
    border-left-color: #fff;
    border-right-width: 2px;
}

#ai1ec-calendar.timely a, #ai1ec-calendar.timely a:link, #ai1ec-calendar.timely a:visited, #ai1ec-calendar.timely a:active, #ai1ec-calendar.timely a:hover {
    color: #313639;
}

#ai1ec-calendar.timely .ai1ec-agenda-view a.ai1ec-date-title {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: none;
    background: #82b690;
    text-shadow: none;
    margin: 0 30px 0 0;
    font-weight: 900 !important;
    padding: 22px;
}

#ai1ec-calendar.timely .ai1ec-agenda-widget-view .ai1ec-month,
#ai1ec-calendar.timely .ai1ec-agenda-view .ai1ec-month {
    background: #82b690;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
    padding: 0;
    text-transform: uppercase;
    text-shadow: none;
}

#ai1ec-calendar.timely .ai1ec-agenda-widget-view .ai1ec-day,
#ai1ec-calendar.timely .ai1ec-agenda-view .ai1ec-day {
    font-size: 30px;
    font-size: 3rem;
    padding: 5px;
    color: #fff;
}

#ai1ec-calendar.timely .ai1ec-agenda-widget-view .ai1ec-weekday,
#ai1ec-calendar.timely .ai1ec-agenda-view .ai1ec-weekday {
    display: none;
}

#ai1ec-calendar.timely .ai1ec-agenda-widget-view .ai1ec-year,
#ai1ec-calendar.timely .ai1ec-agenda-view .ai1ec-year {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
    padding: 0;
    background: none;
    color: #fff;
}

#ai1ec-calendar.timely .ai1ec-agenda-view {
    margin: 0;
}

#ai1ec-calendar.timely .ai1ec-agenda-widget-view .ai1ec-date,
#ai1ec-calendar.timely .ai1ec-agenda-view .ai1ec-date {
    background: none;
    border: none;
}

#ai1ec-calendar.timely .ai1ec-agenda-view .ai1ec-date-events {
    margin-right: 0;
}

#ai1ec-calendar.timely .ai1ec-agenda-view .ai1ec-event {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f1f1f1;
    border-radius: 20px;
    margin: 0 0 30px;
    padding: 30px;
}

#ai1ec-calendar.timely .ai1ec-agenda-view .ai1ec-event-toggle {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #c1c1c1;
}

#ai1ec-calendar.timely .ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #313639;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-transform: uppercase;
}

#ai1ec-calendar.timely .ai1ec-agenda-view .ai1ec-event .ai1ec-event-time {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 900;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 10px;
}

#ai1ec-calendar.timely .ai1ec-allday-badge {
    background: #d65d23;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    margin: -3px 0 0;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 1px 5px;
}

#ai1ec-calendar.timely .ai1ec-agenda-view .ai1ec-event-description {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 30px;
    width: 80%;
    float: left;
}

#ai1ec-calendar.timely #dslc-theme-content {
    padding: 0;
    overflow: hidden;
    max-height: 165px;
    position: relative;
}

#ai1ec-calendar.timely #dslc-theme-content:after {
    content: '...';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: rgb(241,241,241);
    background: -moz-linear-gradient(180deg, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 50%);
    background: -webkit-linear-gradient(180deg, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 50%);
    background: linear-gradient(180deg, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1",endColorstr="#f1f1f1",GradientType=1);
    color: #313639;
    font-family: 'Muli', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
}

#ai1ec-calendar.timely #dslc-theme-content #dslc-theme-content-inner {
    width: 100%;
}

#ai1ec-calendar.timely #dslc-theme-content #dslc-theme-content-inner ul {
    margin-left: 20px;
}

#ai1ec-calendar.timely #dslc-theme-content #dslc-theme-content-inner a {
    color: #82b690;
}

#ai1ec-calendar.timely .ai1ec-agenda-view .ai1ec-event-avatar,
.ai1ec-single-event .ai1ec-event-avatar {
    float: left;
    margin: 5px 30px 25px 0;
    max-width: 150px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ai1ec-single-event .ai1ec-event-avatar {
    max-width: 33%;
    margin-top: -80px;
}

.single-ai1ec_event article .entry-header {
    background-image: none;
}

#ai1ec-calendar.timely .ai1ec-agenda-view .ai1ec-event-summary-footer {
    clear: right;
    padding-top: 30px;
    width: 20%;
    float: right;
}

#ai1ec-calendar.timely .ai1ec-agenda-view .ai1ec-actions {
    margin: 0;
}

#ai1ec-calendar.timely .ai1ec-read-more.ai1ec-btn {
    background-color: #82b690;
    border: none;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 900;
    padding: 0 20px;
    line-height: 30px !important;
    text-transform: uppercase;
    text-decoration: none;
    white-space: normal;
    width: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#ai1ec-calendar.timely .ai1ec-read-more.ai1ec-btn:focus,
#ai1ec-calendar.timely .ai1ec-read-more.ai1ec-btn:hover {
    background: #d65d23;
}

#ai1ec-calendar.timely .ai1ec-read-more.ai1ec-btn .ai1ec-fa {
    display: none;
}

#ai1ec-calendar.timely .ai1ec-btn-group > .ai1ec-btn:after {
    display: none;
}


#dslc-content .benefits-section .dslc-text-module-content h2,
#dslc-content .contact-section .dslc-text-module-content h2 {
    color: #fff;
    overflow: hidden;
}

#dslc-content .benefits-section .dslc-modules-area.dslc-12-col:last-child {
    max-width: 1024px;
    margin: 0 auto !important;
    float: none;
}

#dslc-content .contact-section .gform_wrapper {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-right: 15%;
}

body #dslc-content .contact-section .gform_wrapper ul li.gfield {
    margin: 0 0 15px;
    padding: 0;
    position: relative;
}

body #dslc-content .contact-section p {
    margin: 0;
}

body #dslc-content .contact-section .gform_wrapper .top_label div.ginput_container {
    margin: 0;
}

body #dslc-content .contact-section .gform_wrapper label.gfield_label {
    display: none;
}

body #dslc-content .contact-section .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body #dslc-content .contact-section .gform_wrapper textarea.medium,
body #dslc-content .contact-section .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    padding: 0 20px !important;
    width: 100%;
    display: block;
    border-radius: 25px;
    line-height: 40px;
    height: 50px;
    border: none;
    color: #313639;
}

#dslc-content .gform_confirmation_wrapper {

}

body #dslc-content .gform_confirmation_message {
    padding: 0;
}

body #dslc-content .gform_confirmation_message {
    margin-top: 0;
}

body #dslc-content .contact-section .gform_wrapper textarea.medium {
    height: 110px;
    padding-top: 10px;
}

#dslc-content .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    text-align: center;
}

#dslc-content .gform_wrapper .gform_footer input.button, #dslc-content .gform_wrapper .gform_footer input[type=image], #dslc-content .gform_wrapper .gform_footer input[type=submit] {
    display: inline-block;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    margin-top: 0;
    background-color: transparent;
    border: 2px solid #fff;
    line-height: 46px !important;
}

#dslc-content .gform_wrapper .gform_footer input.button:hover, #dslc-content .gform_wrapper .gform_footer input[type=image]:hover, #dslc-content .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #d65d23;
    color: #fff;
    border: 2px solid #d65d23;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    padding: 0;
    background: transparent;
    color: white;
    display: none;
    margin: 0;
    position: relative;
    z-index: 1;
}

.breadcrumb a {
    color: #82b690;
}

.breadcrumb a:hover {
    color: #fff;
}

.after-entry,
.archive-description,
.author-box {
    background-color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
    margin-bottom: 40px;
    width: 50%;
}

.site-header .search-form {
    float: right;
    margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 20px;
    font-size: 2rem;
}

.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
    color: #282829;
    text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
    color: #e9b203;
}

.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    margin-bottom: 40px;
    word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
    margin-bottom: 0;
    outline: none !important;
}

.widget ul > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget ul > li:last-of-type {
    padding-bottom: 0;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    background: none;
    padding: 0;
}

.featured-content .entry:last-of-type {
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.top-bar {
    background: #313639;
    height: 50px;
    overflow: hidden;
}

.sticky.top-bar {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    height: 50px;
}

.top-bar .widget {
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.top-bar .top-bar-right {
    text-align: right;
    font-size: 0;
    float: right;
}

.top-bar .textwidget {
    line-height: 50px;
    font-size: 15px;
    color: #fff;
    font-size: 1.5rem;
}

.top-bar .textwidget i {
    margin-left: 25px;
    margin-right: 10px;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
}

#menu-social, #menu-social-1 {
    font-size: 17px;
    font-size: 1.7rem;
    list-style: none;
}

#menu-social li, #menu-social-1 li {
    list-style: none;
    display: inline-block;
    line-height: 50px;
    margin: 0;
    padding: 0;
    margin-right: 15px;
}

#menu-social li a, #menu-social-1 li a, .top-bar .textwidget a {
    color: #82b690;
    font-weight: normal;
}

.top-bar .textwidget a {
    color: #fff;
}

.top-bar .textwidget a:hover,
.top-bar .textwidget a:focus,
#menu-social li a:hover,
#menu-social li a:focus,
#menu-social-1 li a:hover,
#menu-social-1 li a:focus {
    color: #82b690;
}

#menu-social li a:hover,
#menu-social li a:focus,
#menu-social-1 li a:hover,
#menu-social-1 li a:focus {
    color: #d65d23;
}

.top-bar .top-bar-right .button {
    background-color: #d65d23;
    border-radius: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 30px !important;
    margin-left: 20px;
}

.top-bar .top-bar-right .button:hover {
    background: #82b690 !important;
    color: #fff !important;
}

.site-header {
    background-color: #313639;
    position: relative;
    width: 100%;
    z-index: 99;
    height: 60px;
}

.site-header {
    position: fixed;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    top: 50px;
}

.sticky.site-header {
    height: 60px;
    top: 0;
}

.site-header > .wrap {
    padding: 0;
    border-top: 1px solid #616669
}

.sticky.site-header > .wrap {
    border: none;
    padding: 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
    float: none;
    padding: 0;
    width: 124px;
}

.header-image .title-area {
    margin: 0 auto;
    max-width: 124px;
    padding: 0;
    margin-top: -35px;
    position: absolute;
    left: 50%;
    margin-left: -62px;
    background-color: #313639;
}

.sticky .title-area {
    width: 124px;
    max-width: 124px;
    padding: 0;
}

.header-full-width .title-area {
    float: none;
    width: 100%;
}

.site-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #333;
    text-decoration: none;
}

.header-image .site-title > a {
    background-position: center !important;
    background-size: contain !important;
    float: left;
    min-height: 80px;
    width: 100%;
}

.sticky .site-title > a {
    min-height: 80px;
}

.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: none;
    text-align: center;
    max-height: 60px;
    overflow: hidden;
}

.intro-section p:last-child {
    margin-bottom: 0;
}

.site-header .widget-area section {
    display: inline-block;
    margin-bottom: 0;
}

.sticky.site-header .widget-area {
    max-height: 60px;
    overflow: hidden;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    width: 100%;
    text-transform: uppercase;
    max-height: 60px;
    overflow: hidden;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}

.genesis-nav-menu .menu-item.hide-sm {
    display: none;
}

.genesis-nav-menu .menu-item.next-logo {
    margin-right: 185px;
}

.genesis-nav-menu .menu-item:last-child a {
    padding-right: 0;
}

.genesis-nav-menu a {
    font-family: 'Playfair Display', serif;
    color: #fff;
    display: block;
    padding: 0 15px;
    line-height: 60px;
    text-decoration: none;
    outline: none !important;
    border: none !important;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.sticky .genesis-nav-menu a {
    line-height: 60px;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
    color: #82b690;
    text-decoration: none;
}

.genesis-nav-menu a:focus:before,
.genesis-nav-menu a:hover:before,
.genesis-nav-menu .current-menu-item > a:before {
    top: 0;
}

.genesis-nav-menu .sub-menu {
    border-top: none;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 250px;
    z-index: 99;
    margin-top: 0;
    padding: 20px;
    background-color: rgba(49,54,57,0.95);
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    margin-top: -1px;
}

.genesis-nav-menu .sub-menu a {
    font-family: 'Muli', sans-serif;
    background-color: transparent;
    border-top: 0;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0;
    position: relative;
    width: auto;
    word-wrap: break-word;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: 0;
}

.genesis-nav-menu .sub-menu .menu-item {
    display: block;
    margin-bottom: 15px;
}

.genesis-nav-menu .sub-menu .menu-item:last-child {
    margin-bottom: 0;
}

.genesis-nav-menu .sub-menu #menu-item-249.menu-item {

}

.genesis-nav-menu .sub-menu a:before {
    display: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu .menu-item-has-children a:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 10px;
    font-weight: normal;
    line-height: 1;
}

.genesis-nav-menu .menu-item-has-children .sub-menu a:after {
    display: none;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
    background-color: transparent;
    border-top: none;
    max-width: 100%;
    float: none;
    padding-left: 0;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
    padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
    padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
    margin-bottom: 0;
    padding: 0;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

.entry-content ul.center-list {
    margin: 0 auto;
    display: table;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #282829;
    color: #eee;
}
article .entry-header {
    padding: 290px 70px 110px;
    background: #313639;
    margin-bottom: 110px;
    text-align: center;
}

#dslc-content .header-404 {
    padding: 290px 70px 110px !important;
    text-align: center;
}

article .entry-header:before {
    background-color: #313639 !important;
}

article .entry-header.no-tint:before {
    background-color: transparent !important;
}

#dslc-content .heading-section {
    padding-bottom: 110px !important;
}

.home.dslc-page-has-content article .entry-header,
.dslc-page-has-content .footer-widgets #dslc-footer #learn-more,
.dslc-page-has-content .footer-widgets #dslc-footer .news-slider {
    display: none;
}

article .entry-header h1,
.header-404 h1 {
    width: 768px;
    font-size: 30px;
    font-size: 3rem;
    margin: 0 auto 25px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    max-width: 100%;
}

.single article .entry-header .entry-meta {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    padding: 0;
    color: white;
    margin: 30px 0 0;
    display: none;
}

.single article .entry-header .entry-meta a:hover {
    color: #82b690;
}

.single article .entry-content {

}

.single article .entry-content #dslc-theme-content {
    width: 1280px;
    margin: 0 auto 110px;
    max-width: 100%;
}

.single article .entry-footer {
    display: none;
}

/* # Footer Top
---------------------------------------------------------------------------------------------------- */

.footer-top {
    padding: 90px 0;
}

.footer-top section.widget {
    width: 25%;
    float: left;
    margin: 0;
    text-align: center;
    min-height: 90px;
    line-height: 90px;
    margin-bottom: 30px;
}

.footer-top section.widget img {
    padding: 0 35px;
    max-height: 90px;
    width: auto;
    vertical-align: middle;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #313639;
    clear: both;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 90px 0 0;
    line-height: 1.6;
    text-align: center;
    margin-top: 0;
    color: #616669;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
}

.footer-widgets-1 img {
    opacity: 0.15;
}

.footer-widgets-2 i {
    margin-right: 10px;
    font-size: 15px;
    font-size: 1.5rem;
}

.footer-widgets-3 ul {
    line-height: 1.2;
}

.footer-widgets-3 ul.sub-menu {
    display: none;
}

.footer-widgets-3 .menu-item {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-widgets-3 .menu-item a {
    font-family: 'Playfair Display', serif;
    display: block;
    padding: 0 15px;
    text-decoration: none;
    outline: none !important;
    border: none !important;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #616669;
    line-height: 1.2;
}

.footer-widgets-3 .menu-item a:focus,
.footer-widgets-3 .menu-item a:hover {
    color: #fff;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #313639;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 0 0 90px;
    text-align: center;
    color: #616669;
}

.site-footer p {
    margin-bottom: 0;
}

.site-footer a {
    color: #616669;
}

.site-footer a:hover {
    color: #fff;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

    .site-inner,
    .wrap {
        margin: 0 auto;
        max-width: 100%;
    }

    .top-bar .wrap,
    .site-header .wrap,
    .footer-top .wrap,
    .site-footer .wrap {
        max-width: 1140px;
    }

    #dslc-content .news-slider .dslc-posts.dslc-carousel-arrow-aside,
    #dslc-content .testimonial-section .dslc-posts.dslc-carousel-arrow-aside,
    #dslc-content .news-slider.news-grid .dslc-posts {
        width: 100%;
        max-width: 768px;
        margin: 0 auto;
    }

}


@media only screen and (max-width: 1200px) {

    .top-bar .wrap,
    .site-header .wrap,
    .footer-top .wrap,
    .site-footer .wrap {
        max-width: 960px;
    }

    .ms_wrapper .ms_button_layer {
        margin-top: 60px !important;
    }

    .top-bar .wrap {
        position: relative;
    }

    .top-bar .top-bar-right .button {
        position: absolute;
        left: 85px;
        top: 10px;
    }

    .genesis-nav-menu {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .genesis-nav-menu a {
        padding: 0 10px;
    }

    #dslc-content .gallery-section.gallery-grid .ngg-galleryoverview .ngg-gallery-thumbnail-box {
        width: 33.33%;
    }

    #dslc-content .news-slider .dslc-carousel-nav-prev.position-aside,
    #dslc-content .testimonial-section .dslc-carousel-nav-prev.position-aside {
        left: -70px;
    }

    #dslc-content .news-slider .dslc-carousel-nav-next.position-aside,
    #dslc-content .testimonial-section .dslc-carousel-nav-next.position-aside {
        right: -70px;
    }

    .footer-top section.widget img {
        padding: 0 25px;
    }

}

@media only screen and (max-width: 1023px) {

    .top-bar .wrap,
    .site-header .wrap,
    .footer-top .wrap,
    .site-footer .wrap {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .top-bar .top-bar-right .button {
        left: 115px;
    }

    .sticky.site-header .widget-area {
        padding: 0 30px;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .widget-area,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu {
        height: 100%;
        max-height: 100%;
        background: #313639;
        width: 250px;
        float: right !important;
        padding: 140px 30px 30px;
        box-shadow: 0 5px 5px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
        -o-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
        display: none;
        font-size: 15px;
        font-size: 1.5rem;
    }

    .sticky .genesis-nav-menu {
        padding: 90px 30px 30px;
    }

    /* ### Genesis Responsive Menus */

    .genesis-responsive-menu .wrap {
        padding: 0;
        height: 100%;
    }

    .genesis-responsive-menu {
        display: none;
        position: fixed;
        top: 0;
        background: rgba(0,0,0,0.33);
        height: 100%;
        width: 100%;
        right: 0;
        padding: 0;
        z-index: 100;
    }

    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }

    .menu-toggle,
    .sub-menu-toggle {
        border-width: 0;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
        outline: none !important;
        border: none !important;
        color: #fff;
        font-weight: 300;
        letter-spacing: 0.1em;
    }

    .sub-menu-toggle {
        color: #fff;
    }

    .menu-toggle:focus,
    .menu-toggle:hover {
        background-color: transparent!important;
        color: #82b690 !important;
        outline: none !important;
        border: none !important;
        cursor: pointer;
    }

    .dashicons-menu:before {
        line-height: 60px !important;
    }

    .menu-toggle.activated.dashicons-menu:before {
        content: "\f335";
    }

    .menu-toggle {
        font-family: 'Playfair Display', serif;
        background-color: transparent;
        line-height: 60px !important;
        position: relative;
        width: auto;
        z-index: 1000;
        margin-top: 0;
        padding: 0;
        float: right;
    }

    .menu-toggle:before {
        margin-right: 10px;
        text-rendering: auto;
    }

    .sub-menu-toggle {
        float: right;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
        background: none !important;
    }

    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        background: none !important;
    }

    .sub-menu .sub-menu-toggle {
        padding: 12px 10px;
    }

    .sub-menu-toggle::before {
        display: inline-block;
        text-rendering: auto;
        -webkit-transform: rotate( 0 );
        -ms-transform:     rotate( 0 );
        transform:         rotate( 0 );
        -webkit-transition: transform .25s ease-in-out;
        -ms-transition:     transform .25s ease-in-out;
        transition:         transform .25s ease-in-out;
    }

    .sub-menu-toggle.activated::before {
        -webkit-transform: rotate( 180deg );
        -ms-transform:     rotate( 180deg );
        transform:         rotate( 180deg );
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        position: relative;
        text-align: right;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item.hide-sm {
        display: block;
    }

    .genesis-nav-menu .menu-item.next-logo {
        margin-right: 0;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
    .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        margin-bottom: 15px;
        padding: 0;
        width: 100%;
        padding-bottom: 0;
        text-align: left;
        line-height: 1.5;
        background: none;
        color: #fff;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
    .genesis-responsive-menu .genesis-nav-menu .menu-item a:hover,
    .genesis-responsive-menu .genesis-nav-menu .current-menu-item > a {
        color: #82b690 !important;
        text-decoration: none;
        background: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item:last-child a {
        border: none !important;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        border: none !important;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }

    .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a:after {
        content: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding: 0 15px;
        position: static;
        width: 100%;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        background: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }

    article .entry-header {
        padding: 290px 70px 110px;
    }

    #dslc-content .header-404 {
        padding: 290px 70px 110px !important;
    }

    #dslc-content .news-slider .dslc-posts.dslc-carousel-arrow-aside, #dslc-content .testimonial-slider .dslc-posts.dslc-carousel-arrow-aside {
        padding: 0 70px;
    }

    #dslc-content .news-slider .dslc-carousel-nav-prev.position-aside, #dslc-content .testimonial-slider .dslc-carousel-nav-prev.position-aside {
        left: 0;
        z-index: 1;
    }

    #dslc-content .news-slider .dslc-carousel-nav-next.position-aside, #dslc-content .testimonial-slider .dslc-carousel-nav-next.position-aside {
        right: 0;
        z-index: 1;
    }

    .ms_wrapper .scroll-btn {
        margin-bottom: 30px !important;
    }

    #dslc-content .slant-section .slant-text .button,
    #dslc-content .intro-section .right-align-text .button,
    #dslc-content .cta-section .slant-text .button {
        display: block;
        text-align: center;
        margin: 20px 0 0;
    }

    #dslc-content .intro-section .right-align-text .button:first-child,
    #dslc-content .cta-section .slant-text .button:first-child{
        margin-top: 0;
    }

    #ai1ec-calendar.timely .ai1ec-agenda-view .ai1ec-event-description {
        width: 100%;
    }

    #ai1ec-calendar.timely .ai1ec-agenda-view .ai1ec-event-summary-footer {
        padding-top: 0;
        width: 100%;
    }

    .footer-top section.widget img {
        padding: 0 15px;
    }

    #tour iframe {
        height: 640px;
    }

}

@media only screen and (max-width: 991px) {

    .ms_wrapper .ms_button_layer {
        margin-top: 80px !important;
    }

    .ms_wrapper .balloons {
        display: none !important;
    }

    .ai1ec-single-event {
        padding: 0 30px;
    }

    #dslc-content .news-slider .dslc-post .dslc-cpt-post-main {
        padding: 0 15px;
    }

    #dslc-content .news-slider .dslc-post .dslc-cpt-post-thumb {
        width: 150px;
        height: 150px;
    }

    #dslc-content .areas-section.contact-icons .dslc-modules-area .dslc-module-front.dslc-3-col {
        width: 48.93617%;
        margin-right: 2.12766%;
    }

    #dslc-content .areas-section.contact-icons .dslc-modules-area .dslc-module-front.dslc-3-col:nth-child(2n) {
        margin-right: 0;
    }

    .ai1ec-agenda-view .ai1ec-event .ai1ec-sas-actions span {
        display: inline-block !important;
    }

}

@media only screen and (max-width: 860px) {

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .top-bar .top-bar-left {
        width: 23.076923076923077%;
        margin-left: 0;
    }

    .top-bar .top-bar-right {
        width: 74.35897435897436%;
        margin-left: 2.564102564102564%;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item.contact-menu i {
        display: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item.contact-menu a {
        font-family: 'Muli', sans-serif;
        background-color: transparent;
        border-top: 0;
        font-size: 15px;
        font-size: 1.5rem;
        padding: 0;
        position: relative;
        width: 100%;
        word-wrap: break-word;
        line-height: 1.5;
        text-transform: none;
        letter-spacing: 0;
        margin-bottom: 5px;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item.contact-menu a:last-child {
        display: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item.contact-menu .textwidget {
        padding-top: 10px;
    }

    #dslc-content .cta-section.grey-cta .dslc-modules-section-wrapper {
        max-width: 100%;
        margin: 0 auto;
    }

    .ms_wrapper h2 {
        margin: 0 auto 20px !important;
    }

    .ms_wrapper h3 {
        font-size: 72px;
        font-size: 7.2rem;
    }

    .footer-top {
        padding: 90px 0 60px;
    }

    .footer-top section.widget img {
        padding: 0 35px;
        max-width: 320px !important;
    }

    .footer-top section.widget {
        width: 50%;
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 768px) {

    h1, h2, h3, article .entry-header h1 {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 25px;
    }

    .ms_wrapper .ms_button_layer {
        margin-top: 100px !important;
    }

    .ms_wrapper h1 {
        margin-top: -20px !important;
        padding: 0 20px !important;
    }

    .ms_wrapper h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .ms_wrapper h3 {
        font-size: 48px;
        font-size: 4.8rem;
    }

    .dslc-col, .dslc-no-columns-spacing .dslc-col {
        margin-bottom: 0 !important;
    }

    span.ai1ec-hidden-xs {
        display: inline !important;
    }

    .home #dslc-content .intro-section,
    #dslc-content .intro-section .right-align-text,
    #dslc-content .slant-section .slant-text .dslc-text-module-content,
    #dslc-content .cta-section .dslc-text-module-content,
    #dslc-content .cta-section .dslc-text-module-content p{
        text-align: center !important;
    }

    #dslc-content .slant-section .slant-text .dslc-text-module-content ul {
        text-align: left;
        margin-left: 25px;
    }

    .home #dslc-content .intro-section .dslc-modules-area.dslc-4-col.dslc-last-col .dslc-text-module-content p {
        text-align: center;
    }

    #dslc-content .slant-section .slant-text .button,
    #dslc-content .intro-section .right-align-text .button,
    #dslc-content .cta-section .slant-text .button {
        width: auto;
        display: inline-block;
        margin: 30px 7.5px 0 7.5px;
    }

    .home #dslc-content .intro-section .dslc-modules-area.dslc-4-col.dslc-first-col {
        padding-top: 110px !important;
        margin-bottom: 0 !important;
    }

    .home #dslc-content .intro-section .dslc-modules-area.dslc-4-col:nth-child(2) .dslc-image img {
        position: absolute;
        top: -250px;
        left: 50%;
        margin-left: -100px;
        width: 200px;
        padding: 7.5px;
    }

    .home #dslc-content .slant-section,
    #dslc-content .slant-section {
        padding-top: 66% !important;
        background-position: top !important;
        background-attachment: scroll;
    }

    #dslc-content .slant-section.contact-section {
        background-position: center -66% !important;
    }

    #dslc-content .slant-section.contact-page-section {
        padding-top: 0 !important;
    }

    #dslc-content .slant-section.dual-slant {
        padding-top: 0 !important;
        background-position: bottom !important;
        background-attachment: scroll;
        background-size: cover !important;
    }

    #dslc-content .slant-section.dual-slant .dslc-module-front.dslc-5-col.dslc-last-col h3 {
        display: none;
    }

    #dslc-content .slant-section .slant-text-right {
        padding: 90px 0;
    }

    #dslc-content .slant-section .slant-text:after {
        -ms-transform: skew(0);
        -webkit-transform: skew(0);
        transform: skew(0);
    }

    #dslc-content .contact-section .gform_wrapper {
        padding: 0;
    }

    #dslc-content .slant-section .slant-text .button:first-child,
    #dslc-content .cta-section .slant-text .button:first-child {
        margin-top: 30px;
    }

    article .entry-header {
        padding: 290px 30px 110px;
    }

    #dslc-content .header-404 {
        padding: 290px 30px 110px !important;
        margin-bottom: 90px !important;
    }

    #dslc-content .gallery-section.gallery-grid .ngg-galleryoverview .ngg-gallery-thumbnail-box {
        width: 50%;
    }

    #dslc-content .news-slider .dslc-post .dslc-cpt-post-main {
        padding: 0 30px;
    }

    #dslc-content .news-slider .dslc-post .dslc-cpt-post-thumb {
        width: 200px;
        height: 200px;
    }

    #dslc-content .news-slider .dslc-posts.dslc-carousel-arrow-aside,
    dslc-content .testimonial-slider .dslc-posts.dslc-carousel-arrow-aside {
        padding: 0 50px;
    }

    #dslc-content .areas-section .dslc-modules-area .dslc-module-front.dslc-4-col {
        width: 48.93617%;
        margin-right: 2.12766%;
    }

    #dslc-content .areas-section .dslc-modules-area .dslc-module-front.dslc-4-col:nth-child(2n) {
        margin-right: 0;
    }

    #dslc-content .testimonial-slider .dslc-testimonial .dslc-testimonial-main {
        max-width: 480px;
    }

    #dslc-content .testimonial-slider .dslc-testimonial .dslc-testimonial-main .dslc-testimonial-quote {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.5;
    }

    #ai1ec-calendar.timely .ai1ec-agenda-view a.ai1ec-date-title {
        width: 90px;
        height: 90px;
        margin: 0 15px 0 0;
        padding: 12px;
    }

    #ai1ec-calendar.timely #dslc-theme-content {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    #tour iframe {
        height: 579px;
    }

}

@media only screen and (max-width: 640px) {

    .ms_wrapper .ms_html_layer {
        margin-top: 0 !important;
    }

    .top-bar .top-bar-left {
        width: 100%;
        margin-left: 0;
    }

    .top-bar .widget {
        float: right;
    }

    #menu-social li, #menu-social-1 li {
        margin-right: 0;
        margin-left: 15px;
    }

    .header-image .title-area {
        left: 0;
        margin-left: 30px;
    }

    article .entry-header {
        padding: 240px 30px 90px;
        margin-bottom: 90px;
    }

    #dslc-content .header-404 {
        padding: 240px 30px 90px !important;
        margin-bottom: 90px;
    }

    #dslc-content .slant-section .slant-text .button,
    #dslc-content .intro-section .right-align-text .button,
    #dslc-content .cta-section .slant-text .button {
        display: block;
        margin: 20px 0 0;
    }

    #dslc-content .intro-section,
    #dslc-content .news-slider,
    #dslc-content .testimonial-section,
    #dslc-content .slant-section .slant-text,
    #dslc-content .cta-section,
    #dslc-content .cta-section.grey-cta,
    #dslc-content .areas-section {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    #dslc-content .areas-section.contact-icons {
        padding-top: 0 !important;
    }

    #dslc-content .areas-section.contact-icons .dslc-info-box {
        margin-bottom: 60px;
    }

    #dslc-content .news-slider.news-grid {
        padding-top: 0 !important;
    }

    #dslc-content .intro-page-section,
    #dslc-content .margin-sm {
        margin-bottom: 90px !important;
    }

    #dslc-content .padding-sm {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
        margin-bottom: 0 !important;
    }

    #dslc-content .intro-page-section .dslc-separator {
        display: none;
    }

    .home #dslc-content .slant-section .slant-text {
        padding-top: 110px !important;
    }

    #dslc-content .areas-section {
        padding-bottom: 10px !important;
    }

    #wpgmza_map {
        height: 300px !important;
    }

    .ai1ec-single-event .ai1ec-actions {
        text-align: center;
    }

    .ai1ec-single-event .ai1ec-actions .ai1ec-btn-group-vertical {
        margin: 0 5px;
    }

    .ai1ec-single-event .ai1ec-event-avatar {
        max-width: 100%;
        float: none;
        margin: 0 auto 30px;
        text-align: center;
    }

    .ai1ec-single-event .ai1ec-event-avatar img {
        max-width: 100%;
        max-height: 100%;
        min-height: 0;
        width: auto;
        display: inline-block;
    }

    .footer-top section.widget img {
        padding: 0 25px;
        max-width: 100% !important;
    }

    #tour iframe {
        height: 480px;
    }

}

@media only screen and (max-width: 540px) {

    .title-area {
        width: 214px;
        max-height: 40px;
    }

    .home #dslc-content .intro-section .dslc-modules-area.dslc-4-col:nth-child(2) .dslc-image img {
        top: -290px;
    }

    .footer-top section.widget {
        margin-bottom: 0px;
    }

}

@media only screen and (max-width: 480px) {

    .top-bar .wrap,
    .site-header .wrap,
    .site-footer .wrap,
    .footer-top .wrap {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .home #dslc-content .intro-section .dslc-modules-area.dslc-4-col:nth-child(2) .dslc-image img {
        top: -320px;
    }

    #ai1ec-container {
        padding: 0 20px;
    }

    #ai1ec-calendar.timely .ai1ec-agenda-view a.ai1ec-date-title {
        display: block;
        float: none;
        margin: 0 auto 30px;
    }

    .header-image .title-area {
        margin-left: 20px;
    }

    .genesis-responsive-menu .wrap {
        padding: 0;
    }

    .mtphr-dnt {
        height: 25px;
        padding: 1px;
    }

    .title-area {
        z-index: 98;
    }

    .ms_wrapper .ms_html_layer {
        margin-top: 0 !important;
    }

    .ms_wrapper h3 {
        font-size: 36px;
        font-size: 3.6rem;
    }

    article .entry-header {
        padding: 140px 20px 90px;
    }

    #dslc-content .header-404 {
        padding: 140px 20px 90px !important;
    }

    #dslc-content .areas-section .dslc-modules-area .dslc-module-front.dslc-4-col,
    #dslc-content .areas-section.contact-icons .dslc-modules-area .dslc-module-front.dslc-3-col {
        width: 100%;
        margin-right: 0;
    }

    #dslc-content .gallery-section.gallery-grid .ngg-galleryoverview .ngg-gallery-thumbnail-box {
        width: 100%;
    }

    #dslc-content .dslc-modules-section:not(.dslc-full),
    #dslc-content .contact-section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #dslc-content .news-slider .dslc-post .dslc-cpt-post-main {
        padding: 0;
    }

    #dslc-content .news-slider .dslc-posts.dslc-carousel-arrow-aside,
    dslc-content .testimonial-slider .dslc-posts.dslc-carousel-arrow-aside {
        padding: 0;
    }

    .footer-top section.widget img {
        padding: 0 15px;
    }

    #tour iframe {
        height: 399px;
    }

}

@media only screen and (max-width: 399px) {

    .home #dslc-content .intro-section .dslc-modules-area.dslc-4-col:nth-child(2) .dslc-image img {
        top: -340px;
    }

    #dslc-content .news-slider .dslc-post .dslc-cpt-post-thumb {
        width: 150px;
        height: 150px;
    }

    #dslc-content .news-slider .dslc-carousel-nav-prev.position-aside,
    #dslc-content .news-slider .dslc-carousel-nav-next.position-aside,
    #dslc-content .testimonial-section .dslc-carousel-nav-prev.position-aside,
    #dslc-content .testimonial-section .dslc-carousel-nav-next.position-aside {
        top: 85px;
    }

    .footer-top section.widget {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-top section.widget img {
        padding: 0 35px;
    }

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

    *,
    *::before,
    *::after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]::after,
    a[href^="#"]::after,
    .site-title > a::after {
        content: "";
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar {
        width: 100%;
    }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }

    .title-area {
        text-align: center;
        width: 100%;
    }

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px;
    }

    .author-box {
        margin-bottom: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }


    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }

}
