/*
 * NCM Church Plugin - 1.0
 * Copyright New Coast Media
 * NCM church Public Styles
 * Designed and built by New Coast Media.
*/
.scroll-top {
    position: absolute;
    right: -116px;
    bottom: 50%;
}
.site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    position: relative;
}
.single_sermon_image{
    width:100%;
}
.site a{
    text-decoration:none;
}
.site hr{
    margin: auto;
}
.event-intro p {
    color: #000 !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}
.site ul, .site li{
    margin-left: auto;
    margin-bottom: auto;
    margin-top: auto;
    list-style: none;
    list-style-type: none;
}
.ncm_church_group_row .ncm_church_group_item{
    margin-right: 10px;
}
.ncm_church_group_row .ncm_church_group_item:last-child{
    margin-right: 0px;
}
.ncm-date-archive-list li{
    margin-left: 0;
}
.sermons-index-view{
    margin-bottom: 50px;
}
.site table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: inherit;
    margin: auto;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}
.site .calendar-table {
    overflow: auto;
}
.ncm-site-content {    
    flex: 1 0 auto;
    padding: 30px 20px 30px 20px;
}
#ncm_event_image_preview{
    display: block;
    margin-bottom: 15px;
}
.slanted {
    position: relative;
    width: 500px;
    padding: 0px 50px 30px 50px;
    overflow: hidden;
}
.fancybox-container{
    z-index:9999999;
}
.google_response{
    margin-top: 20px;
    background: #21a0dd;
    color: #fff;
}
.ncm_meta_div{
    margin: 20px 0px;
}
.ncm_admin_label{
    display: inline-block;
    vertical-align: top;
    width: 25%;
    max-width: 200px;
    font-weight: normal;
    margin-top: 3px;
}
.ncm_event_venue_frontend{
    background: #2ea3f2;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #2ea3f2;
    padding: 9px 10px 9px 10px;
    width: 100%;
}
.ncm_event_venue_frontend>.customOptions{
    display: list-item !important;
    padding: 0.5em 1em !important;
    height: 30px !important;
    color: #fff;
}
.ncm_event_venue_frontend:focus{
    color: #fff;
    border:none;
}
.ncm_admin_inputs{
    display: inline-block;
    vertical-align: top;
    width: 70%;
}
.ncm_event_address{
    width:100%;
    height: 100px;
}
.ncm_church_errors{
    border-left: 4px solid #dc3232;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
.min-height-40{
    height: 40px;
}
.pointer{
    cursor: pointer;
}
body {
    color:#FFF;
}
.site p {font-family: 'Montserrat', sans-serif;font-size:18px; font-weight:700;padding-bottom:20px;color:#FFF;}
.site h1:not(.site-title):before, .site h2:before{
    content: '';
    height: 0px;
}
.site .sermon-hero-banner{
    height: 400px;
    background-color: white;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
}
.site .hero_title_layer{
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.site .hero_banner_title{
    color: #21a0dd;
    font-family: 'Montserrat', sans-serif;
}
.loader {
    width:50px;
    height:50px;
    display:inline-block;
    padding:0px;
    opacity:0.5;
    border:3px solid #09acfd;
    -webkit-animation: loader 1s ease-in-out infinite alternate;
    animation: loader 1s ease-in-out infinite alternate;
}

.loader:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid #09acfd;
}

.loader:after {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid #09acfd;
}

@keyframes loader {
    from {transform: rotate(0deg) scale(1,1);border-radius:0px;}
    to {transform: rotate(360deg) scale(0, 0);border-radius:50px;}
}
@-webkit-keyframes loader {
    from {-webkit-transform: rotate(0deg) scale(1, 1);border-radius:0px;}
    to {-webkit-transform: rotate(360deg) scale(0,0 );border-radius:50px;}
}

.loader1 {
    display:inline-block;
    font-size:0px;
    padding:0px;
    position: relative;
    left: 47%;
    top: 46%;
}
.loader1 span {
    vertical-align:middle;
    border-radius:100%;
    display:inline-block;
    width:10px;
    height:10px;
    margin:3px 2px;
    -webkit-animation:loader1 0.8s linear infinite alternate;
    animation:loader1 0.8s linear infinite alternate;
}
.loader1 span:nth-child(1) {
    -webkit-animation-delay:-1s;
    animation-delay:-1s;
    background:rgb(33, 160, 221);
}
.loader1 span:nth-child(2) {
    -webkit-animation-delay:-0.8s;
    animation-delay:-0.8s;
    background:rgb(33, 160, 221);
}
.loader1 span:nth-child(3) {
    -webkit-animation-delay:-0.26666s;
    animation-delay:-0.26666s;
    background:rgb(33, 160, 221);
}
.loader1 span:nth-child(4) {
    -webkit-animation-delay:-0.8s;
    animation-delay:-0.8s;
    background:rgb(33, 160, 221);

}
.learn_more_sermon_svg{
    width: 20px;
    top: 5px;
    position: relative;
    left: 5px;
}
.loader1 span:nth-child(5) {
    -webkit-animation-delay:-1s;
    animation-delay:-1s;
    background:rgb(33, 160, 221);
}
#loader_container{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 50px;
    top: 0;
    background: rgba(0,0,0,0.8);
    border-radius: 10px;
    z-index: 999;
    display: none;
}
@keyframes loader1 {
    from {transform: scale(0, 0);}
    to {transform: scale(1, 1);}
}
@-webkit-keyframes loader1 {
    from {-webkit-transform: scale(0, 0);}
    to {-webkit-transform: scale(1, 1);}
}

/*
 * Add the correct display in IE 9-.
 */
.event_row:hover{
    background: #eee !important;
    border-left: 3px solid #21a0dd;
}
.event_row td:first-child{
    width: 50%;
}
.event_row td input{
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
article,
aside,
footer,
header,
nav,
section {
    display: block; }
.underline-link {
    text-decoration: underline !important;
}

button,
input,
optgroup,
select,
textarea {
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }

/**
 * Show the overflow in IE.
 */

button {
    overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */ }
button,
[type="button"],
[type="reset"],
[type="submit"] {    
    /**
       * Remove the inner border and padding in Firefox.
       */
    /**
       * Restore the focus styles unset by the previous rule.
       */ }
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;}
/**
 * Show the overflow in Edge.
 */
input {
    overflow: visible; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
    /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }

table {
    border-collapse: collapse; }

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom; }

th {
    text-align: left; }

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #b1b8c2; 
    font-weight: 700;}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    white-space: normal;
    /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea { overflow: auto; }

/*
 * Typography
 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 100%;
    margin-bottom: 20px;
    margin-top: 0; }
.subhead {
    color: #8a8a8d;
    font-size: 26px;
    margin-bottom: 10px;letter-spacing: 1px;}
table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff; }
tr:nth-of-type(odd) {
    background: #efefef; }
th {
    background: #fff;
    font-weight: bold;
    font-size: 16px;
    color: #3e3e3e;
    padding: 6px;
    text-align: left; }
td {
    padding: 6px;
    text-align: left; }
.link {
    color: #00adee;
    text-decoration: none; }
.link:visited {
    color: purple; }
.link:hover, .link:visited:hover {
    color: #00adee;
    text-decoration: underline; }
.hidden-md {
    display: none;}
.width-auto {
    width: auto;}
.success_message{
    padding: 10px;
    background: green;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px; 
}
.success_error{
    padding: 10px;
    background: red;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px; 
}

/*--------------------------------------------------------------
2. Buttons
--------------------------------------------------------------*/
.btn {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
    vertical-align: middle;
    user-select: none;
    position: relative;
    border: 1px solid transparent;
    padding: 0.75rem 2.0625rem;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s; }
.btn:focus, .btn:hover {
    text-decoration: none; }
.btn:focus:after, .btn:hover:after {
    box-shadow: none; }
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 173, 238, 0.25); }
.btn.disabled, .btn:disabled {
    opacity: .65; }
.btn:active, .btn.active {
    background-image: none; }
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none; }
.btn-primary {
    color: #fff;
    background-color: #21a0dd;
    border-color: #21a0dd; }
.btn-primary:hover {
    color: #fff;
    background-color: #5dbeea;
    border-color: #5dbeea;}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 173, 238, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #00adee;
    border-color: #00adee; }
.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    background-color: #0091c8;
    background-image: none;
    border-color: #0088bb; }
.btn-secondary {
    color: #fff;
    background-color: #116ab4;
    border-color: #116ab4; }
.btn-secondary:hover {
    color: #fff;
    background-color: #21a0dd;
    opacity: 0.7;
    border-color: #21a0dd; }
.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96; }
.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #727b84; 
    background-image: none;
    border-color: #6c757d; }
.btn-success {
    color: #fff;
    background-color: #26d281;
    border-color: #26d281; }
.btn-success:hover {
    color: #fff;
    background-color: #33cc99;
    opacity: 0.7;
    border-color: #33cc99; }
.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
.btn-success.disabled, .btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745; }
.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34; }
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    opacity: 0.7;
    border-color: #117a8b; }
.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
.btn-info.disabled, .btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8; }
.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
    background-color: #138496;
    background-image: none;
    border-color: #117a8b; }
.btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    opacity: 0.7;
    border-color: #d39e00; }
.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
    background-color: #e0a800;
    background-image: none;
    border-color: #d39e00; }
.btn-danger {
    color: #fff;
    background-color: #f16551;
    border-color: #f16551; }
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    opacity: 0.7;
    border-color: #bd2130; }
.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
    background-color: #c82333;
    background-image: none;
    border-color: #bd2130; }
.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    opacity: 0.7;
    border-color: #dae0e5; }
.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
.btn-light.disabled, .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
    background-color: #e2e6ea;
    background-image: none;
    border-color: #dae0e5; }
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    opacity: 0.7;
    border-color: #1d2124; }
.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40; }
.btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
    background-color: #23272b;
    background-image: none;
    border-color: #1d2124; }
.btn-outline-primary {
    color: #00adee;
    background-color: transparent;
    background-image: none;
    border-color: #00adee; }
.btn-outline-primary:hover {
    color: #fff;
    background-color: #00adee;
    opacity: 0.7;
    border-color: #00adee; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 173, 238, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #00adee;
    background-color: transparent; }
.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #00adee;
    border-color: #00adee; }
.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96; }
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    opacity: 0.7;
    border-color: #868e96; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent; }
.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745; }
.btn-outline-success:hover {
    color: #fff;
    opacity: 0.7;
    background-color: #28a745;
    border-color: #28a745; }
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8; }
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    opacity: 0.7;
    border-color: #17a2b8; }
.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107; }
.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    opacity: 0.7;
    border-color: #ffc107; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
.btn-outline-warning:active, .btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545; }
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    opacity: 0.7;
    border-color: #dc3545; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
.btn-outline-danger:active, .btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa; }
.btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    opacity: 0.7;
    border-color: #f8f9fa; }
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
.btn-outline-light:active, .btn-outline-light.active,
.show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40; }
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    opacity: 0.7;
    border-color: #343a40; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
.btn-outline-dark:active, .btn-outline-dark.active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
.btn-link {
    font-weight: normal;
    color: #00adee;
    border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
.btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    box-shadow: none; }
.btn-link:hover {
    border-color: transparent; }
.btn-link:focus, .btn-link:hover {
    color: #00adee;
    text-decoration: underline;
    background-color: transparent; }
.btn-link:disabled {
    color: #868e96; }
.btn-link:disabled:focus, .btn-link:disabled:hover {
    text-decoration: none; }
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem; }
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem; }
.btn-block {
    display: block;
    width: 100%; }
.btn-block + .btn-block {
    margin-top: 0.5rem; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%; }
.fade {
    opacity: 0;
    transition: opacity 0.15s linear; }
.fade.show {
    opacity: 1; }
.collapse {
    display: none; }
.collapse.show {
    display: block; }
tr.collapse.show {
    display: table-row; }
tbody.collapse.show {
    display: table-row-group; }
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease; }
.green-clr {
    color: #6cb33f !important;}
.green-clr em {
    color: #55565a !important;
    font-style: normal;}
.sidebar .italic-text {
    display: block;
    margin: 50px 0;}
.italic-text i{
    color: #55565a;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'arialregular';
    font-weight: 400;}
.sidebar .italic-text h4 {
    font-size: 28px;
}
/*--------------------------------------------------------------
3. Responsive table
--------------------------------------------------------------*/
/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
    width: 100%; 
    border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
    background: #eee; 
}
th { 
    background: #333; 
    color: white; 
    font-weight: bold; 
}
td, th { 
    padding: 6px; 
    border: 1px solid #ccc; 
    text-align: left; 
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
        display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
    }

    td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }

    /*
    Label the data
    */
    td:nth-of-type(1):before { content: ""; }
    td:nth-of-type(2):before { content: ""; }
    td:nth-of-type(3):before { content: ""; }
    td:nth-of-type(4):before { content: ""; }
    td:nth-of-type(5):before { content: ""; }
    td:nth-of-type(6):before { content: ""; }
    td:nth-of-type(7):before { content: ""; }
    td:nth-of-type(8):before { content: ""; }
    td:nth-of-type(9):before { content: ""; }
    td:nth-of-type(10):before { content: ""; }
    .event_row td:first-child {
        width: 100% !important;
    }
}
/*--------------------------------------------------------------
4. Bootstrap-grid
--------------------------------------------------------------*/
@-ms-viewport {
    width: device-width; }
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar; }
*,
*::before,
*::after {
    box-sizing: inherit; }
.container,.page-template-ncm-church-manager-template-php .container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }
@media (min-width: 576px) {
    .container {
        max-width: 540px; } }
@media (min-width: 768px) {
    .container {
        max-width: 720px; } }
@media (min-width: 992px) {
    .container {
        max-width: 960px; } }
@media (min-width: 1200px) {
    .container {
        max-width: 1140px; } }
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
.no-gutters {
    margin-right: 0;
    margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
.col-3 {
    flex: 0 0 25%;
    max-width: 25%; }
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
.col-6 {
    flex: 0 0 50%;
    max-width: 50%; }
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
.col-9 {
    flex: 0 0 75%;
    max-width: 75%; }
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
.col-12 {
    flex: 0 0 100%;
    max-width: 100%; }
.order-1 {
    order: 1; }
.order-2 {
    order: 2; }
.order-3 {
    order: 3; }
.order-4 {
    order: 4; }
.order-5 {
    order: 5; }
.order-6 {
    order: 6; }
.order-7 {
    order: 7; }
.order-8 {
    order: 8; }
.order-9 {
    order: 9; }
.order-10 {
    order: 10; }
.order-11 {
    order: 11; }
.order-12 {
    order: 12; }
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%; }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%; }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%; }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%; }
    .order-sm-1 {
        order: 1; }
    .order-sm-2 {
        order: 2; }
    .order-sm-3 {
        order: 3; }
    .order-sm-4 {
        order: 4; }
    .order-sm-5 {
        order: 5; }
    .order-sm-6 {
        order: 6; }
    .order-sm-7 {
        order: 7; }
    .order-sm-8 {
        order: 8; }
    .order-sm-9 {
        order: 9; }
    .order-sm-10 {
        order: 10; }
    .order-sm-11 {
        order: 11; }
    .order-sm-12 {
        order: 12; } }

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%; }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%; }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%; }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%; }
    .order-md-1 {
        order: 1; }
    .order-md-2 {
        order: 2; }
    .order-md-3 {
        order: 3; }
    .order-md-4 {
        order: 4; }
    .order-md-5 {
        order: 5; }
    .order-md-6 {
        order: 6; }
    .order-md-7 {
        order: 7; }
    .order-md-8 {
        order: 8; }
    .order-md-9 {
        order: 9; }
    .order-md-10 {
        order: 10; }
    .order-md-11 {
        order: 11; }
    .order-md-12 {
        order: 12; } }

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%; }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%; }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%; }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%; }
    .order-lg-1 {
        order: 1; }
    .order-lg-2 {
        order: 2; }
    .order-lg-3 {
        order: 3; }
    .order-lg-4 {
        order: 4; }
    .order-lg-5 {
        order: 5; }
    .order-lg-6 {
        order: 6; }
    .order-lg-7 {
        order: 7; }
    .order-lg-8 {
        order: 8; }
    .order-lg-9 {
        order: 9; }
    .order-lg-10 {
        order: 10; }
    .order-lg-11 {
        order: 11; }
    .order-lg-12 {
        order: 12; } }

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%; }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%; }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%; }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%; }
    .order-xl-1 {
        order: 1; }
    .order-xl-2 {
        order: 2; }
    .order-xl-3 {
        order: 3; }
    .order-xl-4 {
        order: 4; }
    .order-xl-5 {
        order: 5; }
    .order-xl-6 {
        order: 6; }
    .order-xl-7 {
        order: 7; }
    .order-xl-8 {
        order: 8; }
    .order-xl-9 {
        order: 9; }
    .order-xl-10 {
        order: 10; }
    .order-xl-11 {
        order: 11; }
    .order-xl-12 {
        order: 12; } }

.flex-row {
    flex-direction: row !important; }

.flex-column {
    flex-direction: column !important; }

.flex-row-reverse {
    flex-direction: row-reverse !important; }

.flex-column-reverse {
    flex-direction: column-reverse !important; }

.flex-wrap {
    flex-wrap: wrap !important; }

.flex-nowrap {
    flex-wrap: nowrap !important; }

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

.justify-content-start {
    justify-content: flex-start !important; }

.justify-content-end {
    justify-content: flex-end !important; }

.justify-content-center {
    justify-content: center !important; }

.justify-content-between {
    justify-content: space-between !important; }

.justify-content-around {
    justify-content: space-around !important; }

.align-items-start {
    align-items: flex-start !important; }

.align-items-end {
    align-items: flex-end !important; }

.align-items-center {
    align-items: center !important; }

.align-items-baseline {
    align-items: baseline !important; }

.align-items-stretch {
    align-items: stretch !important; }

.align-content-start {
    align-content: flex-start !important; }

.align-content-end {
    align-content: flex-end !important; }

.align-content-center {
    align-content: center !important; }

.align-content-between {
    align-content: space-between !important; }

.align-content-around {
    align-content: space-around !important; }

.align-content-stretch {
    align-content: stretch !important; }

.align-self-auto {
    align-self: auto !important; }

.align-self-start {
    align-self: flex-start !important; }

.align-self-end {
    align-self: flex-end !important; }

.align-self-center {
    align-self: center !important; }

.align-self-baseline {
    align-self: baseline !important; }

.align-self-stretch {
    align-self: stretch !important; }

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important; }
    .flex-sm-column {
        flex-direction: column !important; }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important; }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important; }
    .flex-sm-wrap {
        flex-wrap: wrap !important; }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important; }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
    .justify-content-sm-start {
        justify-content: flex-start !important; }
    .justify-content-sm-end {
        justify-content: flex-end !important; }
    .justify-content-sm-center {
        justify-content: center !important; }
    .justify-content-sm-between {
        justify-content: space-between !important; }
    .justify-content-sm-around {
        justify-content: space-around !important; }
    .align-items-sm-start {
        align-items: flex-start !important; }
    .align-items-sm-end {
        align-items: flex-end !important; }
    .align-items-sm-center {
        align-items: center !important; }
    .align-items-sm-baseline {
        align-items: baseline !important; }
    .align-items-sm-stretch {
        align-items: stretch !important; }
    .align-content-sm-start {
        align-content: flex-start !important; }
    .align-content-sm-end {
        align-content: flex-end !important; }
    .align-content-sm-center {
        align-content: center !important; }
    .align-content-sm-between {
        align-content: space-between !important; }
    .align-content-sm-around {
        align-content: space-around !important; }
    .align-content-sm-stretch {
        align-content: stretch !important; }
    .align-self-sm-auto {
        align-self: auto !important; }
    .align-self-sm-start {
        align-self: flex-start !important; }
    .align-self-sm-end {
        align-self: flex-end !important; }
    .align-self-sm-center {
        align-self: center !important; }
    .align-self-sm-baseline {
        align-self: baseline !important; }
    .align-self-sm-stretch {
        align-self: stretch !important; } }

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important; }
    .flex-md-column {
        flex-direction: column !important; }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important; }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important; }
    .flex-md-wrap {
        flex-wrap: wrap !important; }
    .flex-md-nowrap {
        flex-wrap: nowrap !important; }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
    .justify-content-md-start {
        justify-content: flex-start !important; }
    .justify-content-md-end {
        justify-content: flex-end !important; }
    .justify-content-md-center {
        justify-content: center !important; }
    .justify-content-md-between {
        justify-content: space-between !important; }
    .justify-content-md-around {
        justify-content: space-around !important; }
    .align-items-md-start {
        align-items: flex-start !important; }
    .align-items-md-end {
        align-items: flex-end !important; }
    .align-items-md-center {
        align-items: center !important; }
    .align-items-md-baseline {
        align-items: baseline !important; }
    .align-items-md-stretch {
        align-items: stretch !important; }
    .align-content-md-start {
        align-content: flex-start !important; }
    .align-content-md-end {
        align-content: flex-end !important; }
    .align-content-md-center {
        align-content: center !important; }
    .align-content-md-between {
        align-content: space-between !important; }
    .align-content-md-around {
        align-content: space-around !important; }
    .align-content-md-stretch {
        align-content: stretch !important; }
    .align-self-md-auto {
        align-self: auto !important; }
    .align-self-md-start {
        align-self: flex-start !important; }
    .align-self-md-end {
        align-self: flex-end !important; }
    .align-self-md-center {
        align-self: center !important; }
    .align-self-md-baseline {
        align-self: baseline !important; }
    .align-self-md-stretch {
        align-self: stretch !important; } }

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important; }
    .flex-lg-column {
        flex-direction: column !important; }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important; }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important; }
    .flex-lg-wrap {
        flex-wrap: wrap !important; }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important; }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
    .justify-content-lg-start {
        justify-content: flex-start !important; }
    .justify-content-lg-end {
        justify-content: flex-end !important; }
    .justify-content-lg-center {
        justify-content: center !important; }
    .justify-content-lg-between {
        justify-content: space-between !important; }
    .justify-content-lg-around {
        justify-content: space-around !important; }
    .align-items-lg-start {
        align-items: flex-start !important; }
    .align-items-lg-end {
        align-items: flex-end !important; }
    .align-items-lg-center {
        align-items: center !important; }
    .align-items-lg-baseline {
        align-items: baseline !important; }
    .align-items-lg-stretch {
        align-items: stretch !important; }
    .align-content-lg-start {
        align-content: flex-start !important; }
    .align-content-lg-end {
        align-content: flex-end !important; }
    .align-content-lg-center {
        align-content: center !important; }
    .align-content-lg-between {
        align-content: space-between !important; }
    .align-content-lg-around {
        align-content: space-around !important; }
    .align-content-lg-stretch {
        align-content: stretch !important; }
    .align-self-lg-auto {
        align-self: auto !important; }
    .align-self-lg-start {
        align-self: flex-start !important; }
    .align-self-lg-end {
        align-self: flex-end !important; }
    .align-self-lg-center {
        align-self: center !important; }
    .align-self-lg-baseline {
        align-self: baseline !important; }
    .align-self-lg-stretch {
        align-self: stretch !important; } }

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important; }
    .flex-xl-column {
        flex-direction: column !important; }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important; }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important; }
    .flex-xl-wrap {
        flex-wrap: wrap !important; }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important; }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
    .justify-content-xl-start {
        justify-content: flex-start !important; }
    .justify-content-xl-end {
        justify-content: flex-end !important; }
    .justify-content-xl-center {
        justify-content: center !important; }
    .justify-content-xl-between {
        justify-content: space-between !important; }
    .justify-content-xl-around {
        justify-content: space-around !important; }
    .align-items-xl-start {
        align-items: flex-start !important; }
    .align-items-xl-end {
        align-items: flex-end !important; }
    .align-items-xl-center {
        align-items: center !important; }
    .align-items-xl-baseline {
        align-items: baseline !important; }
    .align-items-xl-stretch {
        align-items: stretch !important; }
    .align-content-xl-start {
        align-content: flex-start !important; }
    .align-content-xl-end {
        align-content: flex-end !important; }
    .align-content-xl-center {
        align-content: center !important; }
    .align-content-xl-between {
        align-content: space-between !important; }
    .align-content-xl-around {
        align-content: space-around !important; }
    .align-content-xl-stretch {
        align-content: stretch !important; }
    .align-self-xl-auto {
        align-self: auto !important; }
    .align-self-xl-start {
        align-self: flex-start !important; }
    .align-self-xl-end {
        align-self: flex-end !important; }
    .align-self-xl-center {
        align-self: center !important; }
    .align-self-xl-baseline {
        align-self: baseline !important; }
    .align-self-xl-stretch {
        align-self: stretch !important; } }
.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.row.equal-cols:before,
.row.equal-cols:after {
    display: block; }

.row.equal-cols > [class*='col-'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.row.equal-cols > [class*='col-'] > * {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
.align-baseline {
    vertical-align: baseline !important; }

.align-top {
    vertical-align: top !important; }

.align-middle {
    vertical-align: middle !important; }

.align-bottom {
    vertical-align: bottom !important; }

.align-text-bottom {
    vertical-align: text-bottom !important; }

.align-text-top {
    vertical-align: text-top !important; }

.bg-primary {
    background-color: #00adee !important; }

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #0088bb !important; }

.bg-secondary {
    background-color: #868e96 !important; }

a.bg-secondary:focus, a.bg-secondary:hover {
    background-color: #6c757d !important; }

.bg-success {
    background-color: #28a745 !important; }

a.bg-success:focus, a.bg-success:hover {
    background-color: #1e7e34 !important; }

.bg-info {
    background-color: #17a2b8 !important; }

a.bg-info:focus, a.bg-info:hover {
    background-color: #117a8b !important; }

.bg-warning {
    background-color: #ffc107 !important; }

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #d39e00 !important; }

.bg-danger {
    background-color: #dc3545 !important; }

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #bd2130 !important; }

.bg-light {
    background-color: #f8f9fa !important; }

a.bg-light:focus, a.bg-light:hover {
    background-color: #dae0e5 !important; }

.bg-dark {
    background-color: #343a40 !important; }

a.bg-dark:focus, a.bg-dark:hover {
    background-color: #1d2124 !important; }

.bg-white {
    background-color: #fff !important; }

.bg-transparent {
    background-color: transparent !important; }

.border {
    border: 1px solid #e9ecef !important; }

.border-0 {
    border: 0 !important; }

.border-top-0 {
    border-top: 0 !important; }

.border-right-0 {
    border-right: 0 !important; }

.border-bottom-0 {
    border-bottom: 0 !important; }

.border-left-0 {
    border-left: 0 !important; }

.border-primary {
    border-color: #00adee !important; }

.border-secondary {
    border-color: #868e96 !important; }

.border-success {
    border-color: #28a745 !important; }

.border-info {
    border-color: #17a2b8 !important; }

.border-warning {
    border-color: #ffc107 !important; }

.border-danger {
    border-color: #dc3545 !important; }

.border-light {
    border-color: #f8f9fa !important; }

.border-dark {
    border-color: #343a40 !important; }

.border-white {
    border-color: #fff !important; }

.rounded {
    border-radius: 0.25rem !important; }

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important; }

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
    border-radius: 50%; }

.rounded-0 {
    border-radius: 0; }

.clearfix::after {
    display: block;
    clear: both;
    content: ""; }

.d-none {
    display: none !important; }

.d-inline {
    display: inline !important; }

.d-inline-block {
    display: inline-block !important; }

.d-block {
    display: block !important; }

.d-table {
    display: table !important; }

.d-table-cell {
    display: table-cell !important; }

.d-flex {
    display: flex !important; }

.d-inline-flex {
    display: inline-flex !important; }

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important; }
    .d-sm-inline {
        display: inline !important; }
    .d-sm-inline-block {
        display: inline-block !important; }
    .d-sm-block {
        display: block !important; }
    .d-sm-table {
        display: table !important; }
    .d-sm-table-cell {
        display: table-cell !important; }
    .d-sm-flex {
        display: flex !important; }
    .d-sm-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 768px) {
    .d-md-none {
        display: none !important; }
    .d-md-inline {
        display: inline !important; }
    .d-md-inline-block {
        display: inline-block !important; }
    .d-md-block {
        display: block !important; }
    .d-md-table {
        display: table !important; }
    .d-md-table-cell {
        display: table-cell !important; }
    .d-md-flex {
        display: flex !important; }
    .d-md-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important; }
    .d-lg-inline {
        display: inline !important; }
    .d-lg-inline-block {
        display: inline-block !important; }
    .d-lg-block {
        display: block !important; }
    .d-lg-table {
        display: table !important; }
    .d-lg-table-cell {
        display: table-cell !important; }
    .d-lg-flex {
        display: flex !important; }
    .d-lg-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important; }
    .d-xl-inline {
        display: inline !important; }
    .d-xl-inline-block {
        display: inline-block !important; }
    .d-xl-block {
        display: block !important; }
    .d-xl-table {
        display: table !important; }
    .d-xl-table-cell {
        display: table-cell !important; }
    .d-xl-flex {
        display: flex !important; }
    .d-xl-inline-flex {
        display: inline-flex !important; } }

.d-print-block {
    display: none !important; }
@media print {
    .d-print-block {
        display: block !important; } }

.d-print-inline {
    display: none !important; }
@media print {
    .d-print-inline {
        display: inline !important; } }

.d-print-inline-block {
    display: none !important; }
@media print {
    .d-print-inline-block {
        display: inline-block !important; } }

@media print {
    .d-print-none {
        display: none !important; } }

.flex-row {
    flex-direction: row !important; }

.flex-column {
    flex-direction: column !important; }

.flex-row-reverse {
    flex-direction: row-reverse !important; }

.flex-column-reverse {
    flex-direction: column-reverse !important; }

.flex-wrap {
    flex-wrap: wrap !important; }

.flex-nowrap {
    flex-wrap: nowrap !important; }

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

.justify-content-start {
    justify-content: flex-start !important; }

.justify-content-end {
    justify-content: flex-end !important; }

.justify-content-center {
    justify-content: center !important; }

.justify-content-between {
    justify-content: space-between !important; }

.justify-content-around {
    justify-content: space-around !important; }

.align-items-start {
    align-items: flex-start !important; }

.align-items-end {
    align-items: flex-end !important; }

.align-items-center {
    align-items: center !important; }

.align-items-baseline {
    align-items: baseline !important; }

.align-items-stretch {
    align-items: stretch !important; }

.align-content-start {
    align-content: flex-start !important; }

.align-content-end {
    align-content: flex-end !important; }

.align-content-center {
    align-content: center !important; }

.align-content-between {
    align-content: space-between !important; }

.align-content-around {
    align-content: space-around !important; }

.align-content-stretch {
    align-content: stretch !important; }

.align-self-auto {
    align-self: auto !important; }

.align-self-start {
    align-self: flex-start !important; }

.align-self-end {
    align-self: flex-end !important; }

.align-self-center {
    align-self: center !important; }

.align-self-baseline {
    align-self: baseline !important; }

.align-self-stretch {
    align-self: stretch !important; }

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important; }
    .flex-sm-column {
        flex-direction: column !important; }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important; }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important; }
    .flex-sm-wrap {
        flex-wrap: wrap !important; }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important; }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
    .justify-content-sm-start {
        justify-content: flex-start !important; }
    .justify-content-sm-end {
        justify-content: flex-end !important; }
    .justify-content-sm-center {
        justify-content: center !important; }
    .justify-content-sm-between {
        justify-content: space-between !important; }
    .justify-content-sm-around {
        justify-content: space-around !important; }
    .align-items-sm-start {
        align-items: flex-start !important; }
    .align-items-sm-end {
        align-items: flex-end !important; }
    .align-items-sm-center {
        align-items: center !important; }
    .align-items-sm-baseline {
        align-items: baseline !important; }
    .align-items-sm-stretch {
        align-items: stretch !important; }
    .align-content-sm-start {
        align-content: flex-start !important; }
    .align-content-sm-end {
        align-content: flex-end !important; }
    .align-content-sm-center {
        align-content: center !important; }
    .align-content-sm-between {
        align-content: space-between !important; }
    .align-content-sm-around {
        align-content: space-around !important; }
    .align-content-sm-stretch {
        align-content: stretch !important; }
    .align-self-sm-auto {
        align-self: auto !important; }
    .align-self-sm-start {
        align-self: flex-start !important; }
    .align-self-sm-end {
        align-self: flex-end !important; }
    .align-self-sm-center {
        align-self: center !important; }
    .align-self-sm-baseline {
        align-self: baseline !important; }
    .align-self-sm-stretch {
        align-self: stretch !important; } }

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important; }
    .flex-md-column {
        flex-direction: column !important; }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important; }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important; }
    .flex-md-wrap {
        flex-wrap: wrap !important; }
    .flex-md-nowrap {
        flex-wrap: nowrap !important; }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
    .justify-content-md-start {
        justify-content: flex-start !important; }
    .justify-content-md-end {
        justify-content: flex-end !important; }
    .justify-content-md-center {
        justify-content: center !important; }
    .justify-content-md-between {
        justify-content: space-between !important; }
    .justify-content-md-around {
        justify-content: space-around !important; }
    .align-items-md-start {
        align-items: flex-start !important; }
    .align-items-md-end {
        align-items: flex-end !important; }
    .align-items-md-center {
        align-items: center !important; }
    .align-items-md-baseline {
        align-items: baseline !important; }
    .align-items-md-stretch {
        align-items: stretch !important; }
    .align-content-md-start {
        align-content: flex-start !important; }
    .align-content-md-end {
        align-content: flex-end !important; }
    .align-content-md-center {
        align-content: center !important; }
    .align-content-md-between {
        align-content: space-between !important; }
    .align-content-md-around {
        align-content: space-around !important; }
    .align-content-md-stretch {
        align-content: stretch !important; }
    .align-self-md-auto {
        align-self: auto !important; }
    .align-self-md-start {
        align-self: flex-start !important; }
    .align-self-md-end {
        align-self: flex-end !important; }
    .align-self-md-center {
        align-self: center !important; }
    .align-self-md-baseline {
        align-self: baseline !important; }
    .align-self-md-stretch {
        align-self: stretch !important; } }

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important; }
    .flex-lg-column {
        flex-direction: column !important; }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important; }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important; }
    .flex-lg-wrap {
        flex-wrap: wrap !important; }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important; }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
    .justify-content-lg-start {
        justify-content: flex-start !important; }
    .justify-content-lg-end {
        justify-content: flex-end !important; }
    .justify-content-lg-center {
        justify-content: center !important; }
    .justify-content-lg-between {
        justify-content: space-between !important; }
    .justify-content-lg-around {
        justify-content: space-around !important; }
    .align-items-lg-start {
        align-items: flex-start !important; }
    .align-items-lg-end {
        align-items: flex-end !important; }
    .align-items-lg-center {
        align-items: center !important; }
    .align-items-lg-baseline {
        align-items: baseline !important; }
    .align-items-lg-stretch {
        align-items: stretch !important; }
    .align-content-lg-start {
        align-content: flex-start !important; }
    .align-content-lg-end {
        align-content: flex-end !important; }
    .align-content-lg-center {
        align-content: center !important; }
    .align-content-lg-between {
        align-content: space-between !important; }
    .align-content-lg-around {
        align-content: space-around !important; }
    .align-content-lg-stretch {
        align-content: stretch !important; }
    .align-self-lg-auto {
        align-self: auto !important; }
    .align-self-lg-start {
        align-self: flex-start !important; }
    .align-self-lg-end {
        align-self: flex-end !important; }
    .align-self-lg-center {
        align-self: center !important; }
    .align-self-lg-baseline {
        align-self: baseline !important; }
    .align-self-lg-stretch {
        align-self: stretch !important; } }

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important; }
    .flex-xl-column {
        flex-direction: column !important; }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important; }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important; }
    .flex-xl-wrap {
        flex-wrap: wrap !important; }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important; }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
    .justify-content-xl-start {
        justify-content: flex-start !important; }
    .justify-content-xl-end {
        justify-content: flex-end !important; }
    .justify-content-xl-center {
        justify-content: center !important; }
    .justify-content-xl-between {
        justify-content: space-between !important; }
    .justify-content-xl-around {
        justify-content: space-around !important; }
    .align-items-xl-start {
        align-items: flex-start !important; }
    .align-items-xl-end {
        align-items: flex-end !important; }
    .align-items-xl-center {
        align-items: center !important; }
    .align-items-xl-baseline {
        align-items: baseline !important; }
    .align-items-xl-stretch {
        align-items: stretch !important; }
    .align-content-xl-start {
        align-content: flex-start !important; }
    .align-content-xl-end {
        align-content: flex-end !important; }
    .align-content-xl-center {
        align-content: center !important; }
    .align-content-xl-between {
        align-content: space-between !important; }
    .align-content-xl-around {
        align-content: space-around !important; }
    .align-content-xl-stretch {
        align-content: stretch !important; }
    .align-self-xl-auto {
        align-self: auto !important; }
    .align-self-xl-start {
        align-self: flex-start !important; }
    .align-self-xl-end {
        align-self: flex-end !important; }
    .align-self-xl-center {
        align-self: center !important; }
    .align-self-xl-baseline {
        align-self: baseline !important; }
    .align-self-xl-stretch {
        align-self: stretch !important; } }

.float-left {
    float: left !important; }

.float-right {
    float: right !important; }

.float-none {
    float: none !important; }

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important; }
    .float-sm-right {
        float: right !important; }
    .float-sm-none {
        float: none !important; } }

@media (min-width: 768px) {
    .float-md-left {
        float: left !important; }
    .float-md-right {
        float: right !important; }
    .float-md-none {
        float: none !important; } }

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important; }
    .float-lg-right {
        float: right !important; }
    .float-lg-none {
        float: none !important; } }

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important; }
    .float-xl-right {
        float: right !important; }
    .float-xl-none {
        float: none !important; } }

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none; }

.w-25 {
    width: 25% !important; }

.w-50 {
    width: 50% !important; }

.w-75 {
    width: 75% !important; }

.w-100 {
    width: 100% !important; }

.h-25 {
    height: 25% !important; }

.h-50 {
    height: 50% !important; }

.h-75 {
    height: 75% !important; }

.h-100 {
    height: 100% !important; }

.mw-100 {
    max-width: 100% !important; }

.mh-100 {
    max-height: 100% !important; }

.m-0 {
    margin: 0 !important; }

.mt-0 {
    margin-top: 0 !important; }

.mr-0 {
    margin-right: 0 !important; }

.mb-0 {
    margin-bottom: 0 !important; }

.ml-0 {
    margin-left: 0 !important; }

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

.m-1 {
    margin: 0.25rem !important; }

.mt-1 {
    margin-top: 0.25rem !important; }

.mr-1 {
    margin-right: 0.25rem !important; }

.mb-1 {
    margin-bottom: 0.25rem !important; }

.ml-1 {
    margin-left: 0.25rem !important; }

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

.m-2 {
    margin: 0.5rem !important; }

.mt-2 {
    margin-top: 0.5rem !important; }

.mr-2 {
    margin-right: 0.5rem !important; }

.mb-2 {
    margin-bottom: 0.5rem !important; }

.ml-2 {
    margin-left: 0.5rem !important; }

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

.m-3 {
    margin: 1rem !important; }

.mt-3 {
    margin-top: 1rem !important; }

.mr-3 {
    margin-right: 1rem !important; }

.mb-3 {
    margin-bottom: 1rem !important; }

.ml-3 {
    margin-left: 1rem !important; }

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

.m-4 {
    margin: 1.5rem !important; }

.mt-4 {
    margin-top: 1.5rem !important; }

.mr-4 {
    margin-right: 1.5rem !important; }

.mb-4 {
    margin-bottom: 1.5rem !important; }

.ml-4 {
    margin-left: 1.5rem !important; }

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

.m-5 {
    margin: 3rem !important; }

.mt-5 {
    margin-top: 3rem !important; }

.mr-5 {
    margin-right: 3rem !important; }

.mb-5 {
    margin-bottom: 3rem !important; }

.ml-5 {
    margin-left: 3rem !important; }

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

.m-10 {
    margin: 6rem !important; }

.mt-10 {
    margin-top: 6rem !important; }

.mr-10 {
    margin-right: 6rem !important; }

.mb-10 {
    margin-bottom: 6rem !important; }

.ml-10 {
    margin-left: 6rem !important; }

.mx-10 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }

.my-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }

.p-0 {
    padding: 0 !important; }

.pt-0 {
    padding-top: 0 !important; }

.pr-0 {
    padding-right: 0 !important; }

.pb-0 {
    padding-bottom: 0 !important; }

.pl-0 {
    padding-left: 0 !important; }

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

.p-1 {
    padding: 0.25rem !important; }

.pt-1 {
    padding-top: 0.25rem !important; }

.pr-1 {
    padding-right: 0.25rem !important; }

.pb-1 {
    padding-bottom: 0.25rem !important; }

.pl-1 {
    padding-left: 0.25rem !important; }

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

.p-2 {
    padding: 0.5rem !important; }

.pt-2 {
    padding-top: 0.5rem !important; }

.pr-2 {
    padding-right: 0.5rem !important; }

.pb-2 {
    padding-bottom: 0.5rem !important; }

.pl-2 {
    padding-left: 0.5rem !important; }

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

.p-3 {
    padding: 1rem !important; }

.pt-3 {
    padding-top: 1rem !important; }

.pr-3 {
    padding-right: 1rem !important; }

.pb-3 {
    padding-bottom: 1rem !important; }

.pl-3 {
    padding-left: 1rem !important; }

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

.p-4 {
    padding: 1.5rem !important; }

.pt-4 {
    padding-top: 1.5rem !important; }

.pr-4 {
    padding-right: 1.5rem !important; }

.pb-4 {
    padding-bottom: 1.5rem !important; }

.pl-4 {
    padding-left: 1.5rem !important; }

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

.p-5 {
    padding: 3rem !important; }

.pt-5 {
    padding-top: 3rem !important; }

.pr-5 {
    padding-right: 3rem !important; }

.pb-5 {
    padding-bottom: 3rem !important; }

.pl-5 {
    padding-left: 3rem !important; }

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

.p-10 {
    padding: 6rem !important; }

.pt-10 {
    padding-top: 6rem !important; }

.pr-10 {
    padding-right: 6rem !important; }

.pb-10 {
    padding-bottom: 6rem !important; }

.pl-10 {
    padding-left: 6rem !important; }

.px-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }

.py-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }

.m-auto {
    margin: auto !important; }

.mt-auto {
    margin-top: auto !important; }

.mr-auto {
    margin-right: auto !important; }

.mb-auto {
    margin-bottom: auto !important; }

.ml-auto {
    margin-left: auto !important; }

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important; }
    .mt-sm-0 {
        margin-top: 0 !important; }
    .mr-sm-0 {
        margin-right: 0 !important; }
    .mb-sm-0 {
        margin-bottom: 0 !important; }
    .ml-sm-0 {
        margin-left: 0 !important; }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important; }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
    .m-sm-1 {
        margin: 0.25rem !important; }
    .mt-sm-1 {
        margin-top: 0.25rem !important; }
    .mr-sm-1 {
        margin-right: 0.25rem !important; }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important; }
    .ml-sm-1 {
        margin-left: 0.25rem !important; }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important; }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important; }
    .m-sm-2 {
        margin: 0.5rem !important; }
    .mt-sm-2 {
        margin-top: 0.5rem !important; }
    .mr-sm-2 {
        margin-right: 0.5rem !important; }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important; }
    .ml-sm-2 {
        margin-left: 0.5rem !important; }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important; }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important; }
    .m-sm-3 {
        margin: 1rem !important; }
    .mt-sm-3 {
        margin-top: 1rem !important; }
    .mr-sm-3 {
        margin-right: 1rem !important; }
    .mb-sm-3 {
        margin-bottom: 1rem !important; }
    .ml-sm-3 {
        margin-left: 1rem !important; }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important; }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important; }
    .m-sm-4 {
        margin: 1.5rem !important; }
    .mt-sm-4 {
        margin-top: 1.5rem !important; }
    .mr-sm-4 {
        margin-right: 1.5rem !important; }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important; }
    .ml-sm-4 {
        margin-left: 1.5rem !important; }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important; }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important; }
    .m-sm-5 {
        margin: 3rem !important; }
    .mt-sm-5 {
        margin-top: 3rem !important; }
    .mr-sm-5 {
        margin-right: 3rem !important; }
    .mb-sm-5 {
        margin-bottom: 3rem !important; }
    .ml-sm-5 {
        margin-left: 3rem !important; }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important; }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important; }
    .m-sm-10 {
        margin: 6rem !important; }
    .mt-sm-10 {
        margin-top: 6rem !important; }
    .mr-sm-10 {
        margin-right: 6rem !important; }
    .mb-sm-10 {
        margin-bottom: 6rem !important; }
    .ml-sm-10 {
        margin-left: 6rem !important; }
    .mx-sm-10 {
        margin-right: 6rem !important;
        margin-left: 6rem !important; }
    .my-sm-10 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important; }
    .p-sm-0 {
        padding: 0 !important; }
    .pt-sm-0 {
        padding-top: 0 !important; }
    .pr-sm-0{
        padding-right: 0 !important; }
    .pb-sm-0 {
        padding-bottom: 0 !important; }
    .pl-sm-0 {
        padding-left: 0 !important; }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important; }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important; }
    .p-sm-1 {
        padding: 0.25rem !important; }
    .pt-sm-1 {
        padding-top: 0.25rem !important; }
    .pr-sm-1 {
        padding-right: 0.25rem !important; }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important; }
    .pl-sm-1 {
        padding-left: 0.25rem !important; }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important; }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important; }
    .p-sm-2 {
        padding: 0.5rem !important; }
    .pt-sm-2 {
        padding-top: 0.5rem !important; }
    .pr-sm-2 {
        padding-right: 0.5rem !important; }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important; }
    .pl-sm-2 {
        padding-left: 0.5rem !important; }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important; }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important; }
    .p-sm-3 {
        padding: 1rem !important; }
    .pt-sm-3 {
        padding-top: 1rem !important; }
    .pr-sm-3 {
        padding-right: 1rem !important; }
    .pb-sm-3 {
        padding-bottom: 1rem !important; }
    .pl-sm-3 {
        padding-left: 1rem !important; }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important; }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important; }
    .p-sm-4 {
        padding: 1.5rem !important; }
    .pt-sm-4 {
        padding-top: 1.5rem !important; }
    .pr-sm-4 {
        padding-right: 1.5rem !important; }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important; }
    .pl-sm-4 {
        padding-left: 1.5rem !important; }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important; }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important; }
    .p-sm-5 {
        padding: 3rem !important; }
    .pt-sm-5 {
        padding-top: 3rem !important; }
    .pr-sm-5 {
        padding-right: 3rem !important; }
    .pb-sm-5 {
        padding-bottom: 3rem !important; }
    .pl-sm-5 {
        padding-left: 3rem !important; }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important; }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important; }
    .p-sm-10 {
        padding: 6rem !important; }
    .pt-sm-10 {
        padding-top: 6rem !important; }
    .pr-sm-10 {
        padding-right: 6rem !important; }
    .pb-sm-10 {
        padding-bottom: 6rem !important; }
    .pl-sm-10 {
        padding-left: 6rem !important; }
    .px-sm-10 {
        padding-right: 6rem !important;
        padding-left: 6rem !important; }
    .py-sm-10 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important; }
    .m-sm-auto {
        margin: auto !important; }
    .mt-sm-auto {
        margin-top: auto !important; }
    .mr-sm-auto {
        margin-right: auto !important; }
    .mb-sm-auto {
        margin-bottom: auto !important; }
    .ml-sm-auto {
        margin-left: auto !important; }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important; }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important; } }

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important; }
    .mt-md-0 {
        margin-top: 0 !important; }
    .mr-md-0 {
        margin-right: 0 !important; }
    .mb-md-0 {
        margin-bottom: 0 !important; }
    .ml-md-0 {
        margin-left: 0 !important; }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important; }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
    .m-md-1 {
        margin: 0.25rem !important; }
    .mt-md-1 {
        margin-top: 0.25rem !important; }
    .mr-md-1 {
        margin-right: 0.25rem !important; }
    .mb-md-1 {
        margin-bottom: 0.25rem !important; }
    .ml-md-1 {
        margin-left: 0.25rem !important; }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important; }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important; }
    .m-md-2 {
        margin: 0.5rem !important; }
    .mt-md-2 {
        margin-top: 0.5rem !important; }
    .mr-md-2 {
        margin-right: 0.5rem !important; }
    .mb-md-2 {
        margin-bottom: 0.5rem !important; }
    .ml-md-2 {
        margin-left: 0.5rem !important; }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important; }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important; }
    .m-md-3 {
        margin: 1rem !important; }
    .mt-md-3 {
        margin-top: 1rem !important; }
    .mr-md-3 {
        margin-right: 1rem !important; }
    .mb-md-3 {
        margin-bottom: 1rem !important; }
    .ml-md-3 {
        margin-left: 1rem !important; }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important; }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important; }
    .m-md-4 {
        margin: 1.5rem !important; }
    .mt-md-4 {
        margin-top: 1.5rem !important; }
    .mr-md-4 {
        margin-right: 1.5rem !important; }
    .mb-md-4 {
        margin-bottom: 1.5rem !important; }
    .ml-md-4 {
        margin-left: 1.5rem !important; }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important; }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important; }
    .m-md-5 {
        margin: 3rem !important; }
    .mt-md-5 {
        margin-top: 3rem !important; }
    .mr-md-5 {
        margin-right: 3rem !important; }
    .mb-md-5 {
        margin-bottom: 3rem !important; }
    .ml-md-5 {
        margin-left: 3rem !important; }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important; }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important; }
    .m-md-10 {
        margin: 6rem !important; }
    .mt-md-10 {
        margin-top: 6rem !important; }
    .mr-md-10 {
        margin-right: 6rem !important; }
    .mb-md-10 {
        margin-bottom: 6rem !important; }
    .ml-md-10 {
        margin-left: 6rem !important; }
    .mx-md-10 {
        margin-right: 6rem !important;
        margin-left: 6rem !important; }
    .my-md-10 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important; }
    .p-md-0 {
        padding: 0 !important; }
    .pt-md-0 {
        padding-top: 0 !important; }
    .pr-md-0 {
        padding-right: 0 !important; }
    .pb-md-0 {
        padding-bottom: 0 !important; }
    .pl-md-0 {
        padding-left: 0 !important; }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important; }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important; }
    .p-md-1 {
        padding: 0.25rem !important; }
    .pt-md-1 {
        padding-top: 0.25rem !important; }
    .pr-md-1 {
        padding-right: 0.25rem !important; }
    .pb-md-1 {
        padding-bottom: 0.25rem !important; }
    .pl-md-1 {
        padding-left: 0.25rem !important; }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important; }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important; }
    .p-md-2 {
        padding: 0.5rem !important; }
    .pt-md-2 {
        padding-top: 0.5rem !important; }
    .pr-md-2 {
        padding-right: 0.5rem !important; }
    .pb-md-2 {
        padding-bottom: 0.5rem !important; }
    .pl-md-2 {
        padding-left: 0.5rem !important; }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important; }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important; }
    .p-md-3 {
        padding: 1rem !important; }
    .pt-md-3 {
        padding-top: 1rem !important; }
    .pr-md-3 {
        padding-right: 1rem !important; }
    .pb-md-3 {
        padding-bottom: 1rem !important; }
    .pl-md-3 {
        padding-left: 1rem !important; }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important; }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important; }
    .p-md-4 {
        padding: 1.5rem !important; }
    .pt-md-4 {
        padding-top: 1.5rem !important; }
    .pr-md-4 {
        padding-right: 1.5rem !important; }
    .pb-md-4 {
        padding-bottom: 1.5rem !important; }
    .pl-md-4 {
        padding-left: 1.5rem !important; }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important; }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important; }
    .p-md-5 {
        padding: 3rem !important; }
    .pt-md-5 {
        padding-top: 3rem !important; }
    .pr-md-5 {
        padding-right: 3rem !important; }
    .pb-md-5 {
        padding-bottom: 3rem !important; }
    .pl-md-5 {
        padding-left: 3rem !important; }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important; }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important; }
    .p-md-10 {
        padding: 6rem !important; }
    .pt-md-10 {
        padding-top: 6rem !important; }
    .pr-md-10 {
        padding-right: 6rem !important; }
    .pb-md-10 {
        padding-bottom: 6rem !important; }
    .pl-md-10 {
        padding-left: 6rem !important; }
    .px-md-10 {
        padding-right: 6rem !important;
        padding-left: 6rem !important; }
    .py-md-10 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important; }
    .m-md-auto {
        margin: auto !important; }
    .mt-md-auto {
        margin-top: auto !important; }
    .mr-md-auto {
        margin-right: auto !important; }
    .mb-md-auto {
        margin-bottom: auto !important; }
    .ml-md-auto {
        margin-left: auto !important; }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important; }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important; } }

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important; }
    .mt-lg-0 {
        margin-top: 0 !important; }
    .mr-lg-0 {
        margin-right: 0 !important; }
    .mb-lg-0 {
        margin-bottom: 0 !important; }
    .ml-lg-0 {
        margin-left: 0 !important; }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important; }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
    .m-lg-1 {
        margin: 0.25rem !important; }
    .mt-lg-1 {
        margin-top: 0.25rem !important; }
    .mr-lg-1 {
        margin-right: 0.25rem !important; }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important; }
    .ml-lg-1 {
        margin-left: 0.25rem !important; }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important; }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important; }
    .m-lg-2 {
        margin: 0.5rem !important; }
    .mt-lg-2 {
        margin-top: 0.5rem !important; }
    .mr-lg-2 {
        margin-right: 0.5rem !important; }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important; }
    .ml-lg-2 {
        margin-left: 0.5rem !important; }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important; }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important; }
    .m-lg-3 {
        margin: 1rem !important; }
    .mt-lg-3 {
        margin-top: 1rem !important; }
    .mr-lg-3 {
        margin-right: 1rem !important; }
    .mb-lg-3 {
        margin-bottom: 1rem !important; }
    .ml-lg-3 {
        margin-left: 1rem !important; }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important; }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important; }
    .m-lg-4 {
        margin: 1.5rem !important; }
    .mt-lg-4 {
        margin-top: 1.5rem !important; }
    .mr-lg-4 {
        margin-right: 1.5rem !important; }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important; }
    .ml-lg-4 {
        margin-left: 1.5rem !important; }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important; }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important; }
    .m-lg-5 {
        margin: 3rem !important; }
    .mt-lg-5 {
        margin-top: 3rem !important; }
    .mr-lg-5 {
        margin-right: 3rem !important; }
    .mb-lg-5 {
        margin-bottom: 3rem !important; }
    .ml-lg-5 {
        margin-left: 3rem !important; }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important; }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important; }
    .m-lg-10 {
        margin: 6rem !important; }
    .mt-lg-10 {
        margin-top: 6rem !important; }
    .mr-lg-10 {
        margin-right: 6rem !important; }
    .mb-lg-10 {
        margin-bottom: 6rem !important; }
    .ml-lg-10 {
        margin-left: 6rem !important; }
    .mx-lg-10 {
        margin-right: 6rem !important;
        margin-left: 6rem !important; }
    .my-lg-10 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important; }
    .p-lg-0 {
        padding: 0 !important; }
    .pt-lg-0 {
        padding-top: 0 !important; }
    .pr-lg-0 {
        padding-right: 0 !important; }
    .pb-lg-0 {
        padding-bottom: 0 !important; }
    .pl-lg-0 {
        padding-left: 0 !important; }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important; }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important; }
    .p-lg-1 {
        padding: 0.25rem !important; }
    .pt-lg-1 {
        padding-top: 0.25rem !important; }
    .pr-lg-1 {
        padding-right: 0.25rem !important; }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important; }
    .pl-lg-1 {
        padding-left: 0.25rem !important; }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important; }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important; }
    .p-lg-2 {
        padding: 0.5rem !important; }
    .pt-lg-2 {
        padding-top: 0.5rem !important; }
    .pr-lg-2 {
        padding-right: 0.5rem !important; }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important; }
    .pl-lg-2 {
        padding-left: 0.5rem !important; }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important; }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important; }
    .p-lg-3 {
        padding: 1rem !important; }
    .pt-lg-3 {
        padding-top: 1rem !important; }
    .pr-lg-3 {
        padding-right: 1rem !important; }
    .pb-lg-3 {
        padding-bottom: 1rem !important; }
    .pl-lg-3 {
        padding-left: 1rem !important; }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important; }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important; }
    .p-lg-4 {
        padding: 1.5rem !important; }
    .pt-lg-4 {
        padding-top: 1.5rem !important; }
    .pr-lg-4 {
        padding-right: 1.5rem !important; }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important; }
    .pl-lg-4 {
        padding-left: 1.5rem !important; }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important; }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important; }
    .p-lg-5 {
        padding: 3rem !important; }
    .pt-lg-5 {
        padding-top: 3rem !important; }
    .pr-lg-5 {
        padding-right: 3rem !important; }
    .pb-lg-5 {
        padding-bottom: 3rem !important; }
    .pl-lg-5 {
        padding-left: 3rem !important; }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important; }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important; }
    .p-lg-10 {
        padding: 6rem !important; }
    .pt-lg-10 {
        padding-top: 6rem !important; }
    .pr-lg-10 {
        padding-right: 6rem !important; }
    .pb-lg-10 {
        padding-bottom: 6rem !important; }
    .pl-lg-10 {
        padding-left: 6rem !important; }
    .px-lg-10 {
        padding-right: 6rem !important;
        padding-left: 6rem !important; }
    .py-lg-10 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important; }
    .m-lg-auto {
        margin: auto !important; }
    .mt-lg-auto {
        margin-top: auto !important; }
    .mr-lg-auto {
        margin-right: auto !important; }
    .mb-lg-auto {
        margin-bottom: auto !important; }
    .ml-lg-auto {
        margin-left: auto !important; }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important; }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important; } }

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important; }
    .mt-xl-0 {
        margin-top: 0 !important; }
    .mr-xl-0 {
        margin-right: 0 !important; }
    .mb-xl-0 {
        margin-bottom: 0 !important; }
    .ml-xl-0 {
        margin-left: 0 !important; }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important; }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
    .m-xl-1 {
        margin: 0.25rem !important; }
    .mt-xl-1 {
        margin-top: 0.25rem !important; }
    .mr-xl-1 {
        margin-right: 0.25rem !important; }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important; }
    .ml-xl-1 {
        margin-left: 0.25rem !important; }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important; }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important; }
    .m-xl-2 {
        margin: 0.5rem !important; }
    .mt-xl-2 {
        margin-top: 0.5rem !important; }
    .mr-xl-2 {
        margin-right: 0.5rem !important; }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important; }
    .ml-xl-2 {
        margin-left: 0.5rem !important; }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important; }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important; }
    .m-xl-3 {
        margin: 1rem !important; }
    .mt-xl-3 {
        margin-top: 1rem !important; }
    .mr-xl-3 {
        margin-right: 1rem !important; }
    .mb-xl-3 {
        margin-bottom: 1rem !important; }
    .ml-xl-3 {
        margin-left: 1rem !important; }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important; }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important; }
    .m-xl-4 {
        margin: 1.5rem !important; }
    .mt-xl-4 {
        margin-top: 1.5rem !important; }
    .mr-xl-4 {
        margin-right: 1.5rem !important; }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important; }
    .ml-xl-4 {
        margin-left: 1.5rem !important; }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important; }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important; }
    .m-xl-5 {
        margin: 3rem !important; }
    .mt-xl-5 {
        margin-top: 3rem !important; }
    .mr-xl-5 {
        margin-right: 3rem !important; }
    .mb-xl-5 {
        margin-bottom: 3rem !important; }
    .ml-xl-5 {
        margin-left: 3rem !important; }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important; }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important; }
    .m-xl-10 {
        margin: 6rem !important; }
    .mt-xl-10 {
        margin-top: 6rem !important; }
    .mr-xl-10 {
        margin-right: 6rem !important; }
    .mb-xl-10 {
        margin-bottom: 6rem !important; }
    .ml-xl-10 {
        margin-left: 6rem !important; }
    .mx-xl-10 {
        margin-right: 6rem !important;
        margin-left: 6rem !important; }
    .my-xl-10 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important; }
    .p-xl-0 {
        padding: 0 !important; }
    .pt-xl-0 {
        padding-top: 0 !important; }
    .pr-xl-0 {
        padding-right: 0 !important; }
    .pb-xl-0 {
        padding-bottom: 0 !important; }
    .pl-xl-0 {
        padding-left: 0 !important; }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important; }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important; }
    .p-xl-1 {
        padding: 0.25rem !important; }
    .pt-xl-1 {
        padding-top: 0.25rem !important; }
    .pr-xl-1 {
        padding-right: 0.25rem !important; }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important; }
    .pl-xl-1 {
        padding-left: 0.25rem !important; }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important; }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important; }
    .p-xl-2 {
        padding: 0.5rem !important; }
    .pt-xl-2 {
        padding-top: 0.5rem !important; }
    .pr-xl-2 {
        padding-right: 0.5rem !important; }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important; }
    .pl-xl-2 {
        padding-left: 0.5rem !important; }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important; }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important; }
    .p-xl-3 {
        padding: 1rem !important; }
    .pt-xl-3 {
        padding-top: 1rem !important; }
    .pr-xl-3 {
        padding-right: 1rem !important; }
    .pb-xl-3 {
        padding-bottom: 1rem !important; }
    .pl-xl-3 {
        padding-left: 1rem !important; }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important; }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important; }
    .p-xl-4 {
        padding: 1.5rem !important; }
    .pt-xl-4 {
        padding-top: 1.5rem !important; }
    .pr-xl-4 {
        padding-right: 1.5rem !important; }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important; }
    .pl-xl-4 {
        padding-left: 1.5rem !important; }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important; }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important; }
    .p-xl-5 {
        padding: 3rem !important; }
    .pt-xl-5 {
        padding-top: 3rem !important; }
    .pr-xl-5 {
        padding-right: 3rem !important; }
    .pb-xl-5 {
        padding-bottom: 3rem !important; }
    .pl-xl-5 {
        padding-left: 3rem !important; }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important; }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important; }
    .p-xl-10 {
        padding: 6rem !important; }
    .pt-xl-10 {
        padding-top: 6rem !important; }
    .pr-xl-10 {
        padding-right: 6rem !important; }
    .pb-xl-10 {
        padding-bottom: 6rem !important; }
    .pl-xl-10 {
        padding-left: 6rem !important; }
    .px-xl-10 {
        padding-right: 6rem !important;
        padding-left: 6rem !important; }
    .py-xl-10 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important; }
    .m-xl-auto {
        margin: auto !important; }
    .mt-xl-auto {
        margin-top: auto !important; }
    .mr-xl-auto {
        margin-right: auto !important; }
    .mb-xl-auto {
        margin-bottom: auto !important; }
    .ml-xl-auto {
        margin-left: auto !important; }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important; }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important; } }

.text-justify {
    text-align: justify !important; }

.text-nowrap {
    white-space: nowrap !important; }

.text-left {
    text-align: left !important; }

.text-right {
    text-align: right !important; }

.text-center {
    text-align: center !important; }

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important; }
    .text-sm-right {
        text-align: right !important; }
    .text-sm-center {
        text-align: center !important; } }

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important; }
    .text-md-right {
        text-align: right !important; }
    .text-md-center {
        text-align: center !important; } }

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important; }
    .text-lg-right {
        text-align: right !important; }
    .text-lg-center {
        text-align: center !important; } }

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important; }
    .text-xl-right {
        text-align: right !important; }
    .text-xl-center {
        text-align: center !important; } }

.text-lowercase {
    text-transform: lowercase !important; }

.text-uppercase {
    text-transform: uppercase !important; }

.text-capitalize {
    text-transform: capitalize !important; }

.font-weight-normal {
    font-weight: normal; }

.font-weight-bold {
    font-weight: bold; }

.font-italic {
    font-style: italic; }

.text-white {
    color: #fff !important; }

.text-muted {
    color: #868e96 !important; }

/****** Bootstrap Form *******/
*::-webkit-input-placeholder { 
    color:    #1d2529;
}
*:-moz-placeholder {
    color:    #1d2529;
    opacity:  1;
}
*::-moz-placeholder {
    color:    #1d2529;
    opacity:  1;
}
*:-ms-input-placeholder {
    color:    #1d2529;
}
*::-ms-input-placeholder {
    color:    #1d2529;
}

*::placeholder {
    color:    #1d2529;
}
.form-control  {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    color: #1d2529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 2px solid #eff0f3 !important;
    border-radius: 0.25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px); }
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff; }

.form-control-file,
.form-control-range {
    display: block;
    width: 100%; }

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5; }

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5; }

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5; }

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px); }

.form-group {
    margin-bottom: 1rem; }

.form-text {
    display: block;
    margin-top: 0.25rem; }

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px; }
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem; }

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem; }
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
    margin-bottom: 0; }

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem; }
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745; }

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745; }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545; }

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545; }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
.form-inline .form-check {
    width: 100%; }
@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0; }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0; }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
    .form-inline .form-control-plaintext {
        display: inline-block; }
    .form-inline .input-group {
        width: auto; }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0; }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0; }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center; }
    .form-inline .custom-control-label {
        margin-bottom: 0; } }

.glyphicon {
    display: inline-block;
    font-family:  "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #119ee6;
    font-size: 18px;
}
.glyphicon-chevron-up::before {
    content: "\f106";
    color: #119ee6;
    font-size: 18px;
}
.glyphicon-chevron-down::before {
    content: "\f107";
    color: #119ee6;
    font-size: 18px;
}
.site {
    background-color: #fefeff;
}
/*** Header ***/
.top-header {
    display: block;
    padding: 30px 0px 100px 0px;
}
.top-header .btn-primary img {
    width: 18px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.top-header .navbar-brand {
    display: block;
    width: 252px;
    margin: 30px auto 20px;
}
.section-title {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 50px;
    font-weight: bold;
}
.event-btn {
    list-style: none;
    margin: 0;
    padding: 0;
}
.event-btn li {
    border-radius: 5px;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-shadow: 0px 0px 31px 1px rgba(222,232,255,1);
    -moz-box-shadow: 0px 0px 31px 1px rgba(222,232,255,1);
    box-shadow: 0px 0px 31px 1px rgba(222,232,255,1);
    text-align: center;
    position: relative;
    transition: all 0.5s ease 0s;
}
.event-btn li:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 48px;
    transform: translateY(-50%);
    margin-top: -23px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: #ddd;
    transition: all 0.3s ease 0s;
}
.event-btn li:hover:before, .event-btn li.active:before {
    width: 15px;
    background-color: #26d281;
}
.event-btn li a {
    color: #000;
    display: block;
    padding: 15px 10px;
    width: 100%;
    line-height: 20px;
    text-transform: uppercase;
}
.content-side {
    display: block;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 31px 1px rgba(222,232,255,1);
    -moz-box-shadow: 0px 0px 31px 1px rgba(222,232,255,1);
    box-shadow: 0px 0px 31px 1px rgba(222,232,255,1);
    padding: 50px 30px;
    margin-bottom: 50px;
}
.content-side:after,
.content-side:before {
    content: "";
    display: block;
    clear: both;
}
.content-side h3 {
    color: #000;
    font-size: 22px;
    margin: 0 0 50px;
    font-weight: bold;
}
/* The Modal (background) */
.ncm_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Body */
.ncm_modal-body {padding: 2px 16px;}

/* Modal Content/Box */
.ncm_modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.ncm_close {
    color: #333;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 4px;
    border-radius: 50%;
    margin-top: -10px;
    margin-right: -10px;
}

.ncm_close:hover,
.ncm_close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .ncm_modal-content {
        background-color: #fefefe;
        margin: 2% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 90%; /* Could be more or less, depending on screen size */
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    .ncm_modal-content {
        background-color: #fefefe;
        margin: 2% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 90%; /* Could be more or less, depending on screen size */
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .ncm_modal-content {
        background-color: #fefefe;
        margin: 3% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 90%; /* Could be more or less, depending on screen size */
    }
}
.new-location-button{
    border-radius: 0px !important;
    padding: 12px !important;
    font-size: 12px !important;
    width: 100%;
    font-weight: bold;
}
.event-description{
    height: 200px;
    background: #eee;
    border: 2px solid #eee;
}
.location-form,.description-form{
    margin-bottom: 20px;
}
#add-new-event-frontend label,#add-new-event-frontend h3{
    font-size: 15px !important;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
.event-calender {
    margin-bottom: 10px;
}
.event-categories h3 {
    color: #b1b8c2;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.category-form {
    display: block;
    border: 2px solid #eff0f3;
    border-radius: 10px;
    padding: 30px 25px 15px;
    margin-bottom: 30px;
}
[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}
[type="file"] + label {
    background: #26d281;
    border: none;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: inherit;
    font-weight: 600;
    margin-bottom: 1rem !important;
    outline: none !important;
    padding: 0.5rem 50px !important;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
}
[type="file"] + label:hover {
    background-color: #26d281;
}
[type="file"] + label.btn-1 {
    background-color: #f79159;
    box-shadow: 0 6px #f57128;
    -webkit-transition: none;
    transition: none;
}
[type="file"] + label.btn-1:hover {
    box-shadow: 0 4px #f57128;
    top: 2px;
}
[type="file"] + label.btn-2 {
    background-color: #99c793;
    border-radius: 50px;
    overflow: hidden;
}
[type="file"] + label.btn-2::before {
    color: #fff;
    content: "\f382";
    font-family: "Font Awesome 5 Pro";
    font-size: 100%;
    height: 100%;
    right: 130%;
    line-height: 3.3;
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
[type="file"] + label.btn-2:hover {
    background-color: #497f42;
}
[type="file"] + label.btn-2:hover::before {
    right: 75%;
}
[type="file"] + label.btn-3 {
    background-color: #ee6d9e;
    border-radius: 0;
    overflow: hidden;
}
[type="file"] + label.btn-3 span {
    display: inline-block;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}
[type="file"] + label.btn-3::before {
    color: #fff;
    content: "\f382";
    font-family: "Font Awesome 5 Pro";
    font-size: 130%;
    height: 100%;
    left: 0;
    line-height: 2.6;
    position: absolute;
    top: -180%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}
[type="file"] + label.btn-3:hover {
    background-color: #ae144f;
}
[type="file"] + label.btn-3:hover span {
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
}
[type="file"] + label.btn-3:hover::before {
    top: 0;
}
.checkbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox input:checked ~ .checkmark:after {
    display: block;
}
.checkbox .checkmark {
    border: 3px solid #dadce0;
    border-radius: 10px;
    position: absolute;
    top: -3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    display: inline-block;
}
.checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
.checkbox .checkmark:after {
    left: 0;
    right: 0;
    margin: auto;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #119ee6;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.event-categories input[type=submit] {
    color: #fff;
    cursor: pointer;
}
.date-time-main p {
    font-size: 16px;
    color: #000;
    padding-top: 8px;
    margin-bottom: 16px;
}
.date-time-main input {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
/**** Add New Event ****/
.make-recurring {
    display: block;
    border: 2px solid #eff0f3;
    border-radius: 10px;
    padding: 30px 25px;
    margin-bottom: 30px;
}
.recurrring-btn .checkbox {
    padding-left: 0;
    margin-right: 5px;
}
.recurrring-btn .checkbox label {
    width: 75px;
    cursor: pointer;
}
.recurrring-btn .checkbox .checkmark {
    border: none;
    border-radius: 5px;
    top: 0;
    height: 40px;
    width: 75px;
    background-color: #eff0f3;
    text-align: center;
    color: #1d2529;
    font-weight: 700;
    font-size: 14px;
    padding-top: 7px;
}
.recurrring-btn .checkbox .checkmark.checkbox_active {
    border: 3px solid #21a0dd !important;
    padding-top: 5px !important;
    background: #21a0dd;
    color: #fff;
}
.recurrring-btn .checkbox .checkmark:after {
    border-color: transparent;
}
.recurring-content select {
    width: 100%;
}
.events-list .btn-success {
    padding: 0.60rem 2.0625rem
}
.close-btn {
    color: #ff0c06;
    font-size: 22px;
}
.events-list table th {
    background: transparent;
    color: #b1b8c2;
    font-size: 18px;
}
.events-list table td, 
.events-list table th {
    border: none;
}
.events-list table tr:nth-of-type(2n+1) {
    background: transparent;
}
.events-list .form-group {
    margin-bottom: 0;
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    /*
    Label the data
    */
    .events-list table td:nth-of-type(1):before { content: ""; color: #b1b8c2;
                                                  font-size: 18px; }
    td:nth-of-type(2):before { content: ""; color: #b1b8c2;
                               font-size: 18px; }
    td:nth-of-type(3):before { content: ""; color: #b1b8c2;
                               font-size: 18px;}
    td:nth-of-type(4):before { content: ""; color: #b1b8c2;
                               font-size: 18px;}
}
/*****Front Page (Services Cards)*******/
.single-card {
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 31px 1px rgba(222,232,255,1);
    -moz-box-shadow: 0px 0px 31px 1px rgba(222,232,255,1);
    box-shadow: 0px 0px 31px 1px rgba(222,232,255,1);
    background-color: #f9f9fa;
}
.single-card .single-card-top {
    display: block;
    padding: 50px 15px;
    background-color: #fff;
}
.single-card .single-card-bottom {    
    display: block;
    padding: 50px 15px;
}
.event-cards-list-church .single-card .single-card-bottom{
    display: none;
}
.single-card img {
    display: block;
    margin: 0 auto 15px;
    width: 70px;
}
.single-card h3 {
    color: #116ab4;
    font-size: 18px;
    margin: 0 0 0px 0;
}
.single-card .view-all-list {
    color: #627185;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}
.single-card ul li {
    display: block;
    font-size: 18px;
    color: #627185;
    padding-bottom: 10px;
    margin:0px;
}
.single-card ul li:last-child {
    padding-bottom: 0;
}
.single-card ul li a {
    display: inline-block;
    color: #627185;
}
.single-card ul li a i {
    color: #116ab4;
    padding: 0px 0 0 5px;
    position: relative;
    top: 2px;
}
.single-card ul li a:hover {
    /*color: #116ab4;*/
    opacity: 0.7;
}
.single-card h3{
    text-transform: uppercase;
    font-weight: 600;
}
.event-card h3, .event-card ul li a i {
    color: #f16551;
}
.event-card h3{
    text-transform: uppercase;
    font-weight: 600;
}
.blog-card h3, .blog-card ul li a i {
    color: #26d281;
}
.blog-card h3{
    text-transform: uppercase;
    font-weight: 600;
}
.support {
    display: block;
    padding: 100px 0;
}
.support p {
    font-size: 16px;
    color: #000;
    margin-bottom: 50px;
}

.tab_content {
    height: auto;
    display: none;
}
.tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 991px) {

}

/*--------------------------------------------------------------
 Event List 
--------------------------------------------------------------*/

.event-list-header {
    display: block;
    margin: 50px 0;
    padding-bottom:40px;
}
/**(Modified)**/
.switch-view-btn {
    font-size: 0;
    display: inline-block;
    border: 2px solid #21a0dd;
    background-color: #fff;
    border-radius: 30px;
    line-height: 0;
}
.switch-view-btn a {
    display: inline-block;
    border-radius: 10rem;
    color: #21a0dd;
    text-transform: uppercase;
    transition: all .3s;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 15px 30px 13px;
    overflow: hidden;
    line-height: 24px;
}
.switch-view-btn a:first-child {
    border-radius: 10rem 0 0 10rem;
}
.switch-view-btn a:last-child {
    border-radius: 0 10rem 10rem 0;
}
.switch-view-btn a:after {

}
.switch-view-btn a:before,
.switch-view-btn a.active:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #21a0dd;
    transition: all .3s;
    z-index: -1;
}
.switch-view-btn a:hover,
.switch-view-btn a.active{
    color: #fff;
}
.switch-view-btn a:hover:before,
.switch-view-btn a.active:before{
    width: 100%;
}
.switch-view-btn a:hover:first-child:before, .switch-view-btn .active:first-child:before {
    border-radius: 10rem 0 0 10rem;
}
.switch-view-btn a::hover:last-child:before, .switch-view-btn .active:last-child:before {
    border-radius: 0 10rem 10rem 0;
}

.switch-view-btn-below a {
    display: inline-block;
    border-radius: 10rem;
    color: #21a0dd;
    text-transform: uppercase;
    transition: all .3s;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 15px 30px 13px;
    overflow: hidden;
    line-height: 24px;
}
.switch-view-btn-below a:first-child , .add-button a:first-child{
    margin-right: 10px;
}
/** Custom Select **/
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}
.custom-select-wrapper select {
    display: none;
}
.custom-select {
    position: relative;
    display: inline-block;
}
.custom-select-custom-width{
    width: 260px;
}
.custom-select-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 2px 84px 1px 15px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 51px;
    background: #21a0dd;
    cursor: pointer;
    text-transform: uppercase;
}
.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px; height: 10px;
    top: 50%; right: 25px;
    margin-top: -3px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #21a0dd;
    box-sizing: border-box;
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    z-index: 998;
}
.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    /*transform: translateY(0);*/
}
.custom-options:before {
    position: absolute;
    display: block;
    /*content: '';*/
    bottom: 100%; right: 25px;
    width: 7px; height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #21a0dd;
    border-left: 1px solid #21a0dd;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}
.option-hover:before {
    background: #21a0dd;
}
.custom-option {
    position: relative;
    display: block;
    padding: 8px 15px 10px;
    border-bottom: 1px solid #21a0dd;
    font-size: 14px;
    font-weight: 400;
    color: #21a0dd;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.custom-option:last-of-type {
    border-bottom: 0;
}
.custom-option:hover,
.custom-option.selection {
    background: #21a0dd;
    color: #fff;
}

.dark-purple {
    color: #221f57 !important;
}
.single-event {
    display: block;
    margin-bottom: 50px;    
}
.event-lsiting-main hr {
    color: #878787;
    margin-bottom: 50px;
    display: block;
}
.single-event .event-date {
    border: 2px solid #21a0dd;
    height: 76px;
    width: 76px;
    text-align: center;
    padding-top: 13px;
    margin-right: 26px;
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    vertical-align: top;
}
.single-event .event-date strong {
    display: block;
}
.single-event .event-content {
    display: inline-block;
    width: calc(100% - 109px);
    margin-top: -7px;
}
.single-event .event-content .event-title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
    margin-top:0px;
}
.single-event .event-content .event-title a{
    color: #000;
}
.single-event .event-content .time {
    display: block;
    font-size: 24px;
    color: #000;
    line-height: 28px;
    margin-bottom: 10px;
}
.single-event .event-content span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 13px;
}
.single-event .event-content span a {
    font-weight: 700;
    color: #f16551;
}
.single-event .event-content span a:hover {
    color: #000 !important;
}
.single-event .event-content p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
}
.single-event .event-content .learn-more {
    font-size: 18px;
    color: #21a0dd;
    font-weight: 700;
    display: block;
}
.single-event .event-content .learn-more:hover {
    color: #000;
    opacity: 0.8;
}
.list_header_max_width{
    max-width: 950px;
    margin: 0px auto;
}
.audio-player {
    border-radius: 50px;
    height: 50px;
    width: 39%;
    background: #444;
    box-shadow: 0 0 20px 0 #000a;
    font-family: arial;
    color: white;
    margin: 0 auto;
    font-size: 0.75em;
    overflow: hidden;
    display: grid;
    grid-template-rows: 6px auto;
    margin-top: -40px;
    margin-right: 11px;
}
.single_audio_player{
    margin-top:0px;
}
.audio-player .timeline {
    background: white;
    width: 100%;
    position: relative;
    cursor: pointer;
    box-shadow: 0 2px 10px 0 #0008;
}
.audio-player .timeline .progress {
    background: coral;
    width: 0%;
    height: 100%;
    transition: 0.25s;
}
.audio-player .controls {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 20px;
}
.audio-player .controls > * {
    display: flex;
    justify-content: center;
    align-items: center;
}
.audio-player .controls .toggle-play.play {
    cursor: pointer;
    position: relative;
    left: 0;
    height: 0;
    width: 0;
    border: 7px solid #0000;
    border-left: 13px solid white;
}
.audio-player .controls .toggle-play.play:hover {
    transform: scale(1.1);
}
.audio-player .controls .toggle-play.pause {
    height: 15px;
    width: 20px;
    cursor: pointer;
    position: relative;
}
.audio-player .controls .toggle-play.pause:before {
    position: absolute;
    top: 0;
    left: 0px;
    background: white;
    content: "";
    height: 15px;
    width: 3px;
}
.audio-player .controls .toggle-play.pause:after {
    position: absolute;
    top: 0;
    right: 8px;
    background: white;
    content: "";
    height: 15px;
    width: 3px;
}
.audio-player .controls .toggle-play.pause:hover {
    transform: scale(1.1);
}
.audio-player .controls .time {
    display: flex;
}
.audio-player .controls .time > * {
    padding: 2px;
}
.audio-player .controls .volume-container {
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.audio-player .controls .volume-container .volume-button {
    height: 26px;
    display: flex;
    align-items: center;
}
.audio-player .controls .volume-container .volume-button .volume {
    transform: scale(0.7);
}
.audio-player .controls .volume-container .volume-slider {
    position: absolute;
    left: -3px;
    top: 15px;
    z-index: -1;
    width: 0;
    height: 15px;
    background: white;
    box-shadow: 0 0 20px #000a;
    transition: 0.25s;
}
.audio-player .controls .volume-container .volume-slider .volume-percentage {
    background: coral;
    height: 100%;
    width: 75%;
}
.audio-player .controls .volume-container:hover .volume-slider {
    left: -123px;
    width: 120px;
}
/*******************DropDown with checkbox*************************/

.dropdown {
    position: relative;
    width: 262px;
}
.dropdown .dropdown-list {
    padding: 15px;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transform-origin: 50% 0;
    transform: scale(1, 0);
    transition: transform 0.15s ease-in-out 0.15s;
    max-height: 66vh;
    overflow-y: scroll;
    border: 2px solid #21a0dd;
    z-index: 999;
}
.dropdown .dropdown-option {
    display: block;
    padding: 8px 0;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    color: #21a0dd;
    margin-bottom: 0;
    font-weight: 400;
}
.dropdown .dropdown-label {
    display: block;
    height: 51px;
    cursor: pointer;
    background-color: #21a0dd;
    padding: 15px 15px 0 15px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.dropdown .dropdown-label:before {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 25px;
    margin-top: -3px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.dropdown.on .dropdown-list {
    transform: scale(1, 1);
    transition-delay: 0s;
}
.dropdown.on .dropdown-list .dropdown-option {
    opacity: 1;
    transition-delay: 0.2s;
}
.dropdown.on .dropdown-label:before {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}
.dropdown [type="checkbox"] {
    position: relative;
    top: 1px;
    margin-right: 4px;
}

/*******************DropDown with checkbox End*************************/
.dark-purple {
    color: #221f57 !important;
}
.single-event {
    display: block;
    margin-bottom: 50px;    
}
.event-lsiting-main hr {
    color: #878787;
    margin-bottom: 50px;
    display: block;
}
.single-event .event-date {
    border: 2px solid #21a0dd;
    height: 76px;
    width: 76px;
    text-align: center;
    padding-top: 13px;
    margin-right: 26px;
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    vertical-align: top;
}
.single-event .event-date strong {
    display: block;
}
.single-event .event-content {
    display: inline-block;
    width: calc(100% - 109px);
    margin-top: -7px;
}
.single-event .event-content .event-title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}
.single-event .event-content .time {
    display: block;
    font-size: 24px;
    color: #000;
    line-height: 28px;
    margin-bottom: 10px;
}
.single-event .event-content span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 13px;
}
.single-event .event-content span a {
    font-weight: 700;
    color: #f16551;
}
.single-event .event-content span a:hover {
    color: #000 !important;
}
.single-event .event-content p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
}
.single-event .event-content .learn-more {
    font-size: 18px;
    color: #21a0dd;
    font-weight: 700;
    display: inline-block;
}
.single-event .event-content .learn-more:hover {
    color: #000;
}

a.view-all-events {
    color: #000;
    display: inline-block;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    padding-left: 18px;
}
a.view-all-events::before {
    background: url(../images/event-back-arrow.png) no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 21px;
    height: 26px;
    background-size: 9px auto;
}
a.view-all-events:hover {
    color: #21a0dd;
}
.event-detait-main .single-event .event-detail-title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0;
    margin-top:0px;
    position: relative;
    top: 21px;
    display: inline-block;
}
.google-map {
    display: block;
    margin-bottom: 24px;
}
.google-map a.full_map_link {
    display: block;
    text-align: center;
    background-color: #21a0dd;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    padding: 15px 30px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 10rem;
    margin-top: 20px;
}
.google-map a.full_map_link::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 10rem;
}
.google-map a.full_map_link:hover::before, .google-map a.full_map_link:focus::before, .google-map a.full_map_link:active::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.event-detait-main .single-event .event-content {
    width: 100%;
    margin-top: 0;
}
.event-detait-main .single-event .event-content .event-title {
    font-size: 26px;
    line-height: 57px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.event-detait-main .single-event .event-content h4{
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 10px 0px;
}
.event-detait-main .single-event .event-content .time {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.single-event .event-content span {
    font-size: 20px;
    font-weight: bold;
}
.event-detail-content {
    display: block;
    margin: 30px 0;
}
.event-detail-content p {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 15px;
}
.add-button {
    display: block;
    margin: 50px 0;
}
/*.add-button a {
    display: inline-block;
    margin-right: 30px;
    text-align: center;
    background-color: #21a0dd;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    padding: 15px 25px 10px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius:10rem;
}*/
/*.add-button a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius:10rem;
}*/
/*.add-button a:hover::before, .add-button a:focus::before, .add-button a:active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}*/
.add-button a:last-child {
    margin-left: 0;
}
.add-button a img {
    width: 28px;
    margin-right: 7px;
    max-width: 28px;
    display: inline-block;
}
.add-button a span {
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
}
/* Sweep To Right */
[class^="hvr-"] {
    padding: 0.7em 3em;
    cursor: pointer;
    background: #21a0dd;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 10rem;
}
/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
    50% {
        background-color: rgba(46, 163, 242, 0.75)
    }
}
@keyframes hvr-back-pulse {
    50% {
        background-color: rgba(46, 163, 242, 0.75)
    }
}
.hvr-back-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #2098D1;
    background-color: #2098d1;
    color: white;
    border-radius: 10rem;
    opacity: 0.8;
}
.ct_tax_media_button,.ct_tax_media_remove,.ct_tax_media_button_1,.ct_tax_media_remove_1{
    padding: 8px;
    border-radius: 0px;
    font-size: 14px;
    text-transform: capitalize;
}
/*--------------------------------------------------------------
View All Sermons  (Sermons Pages Modified)
--------------------------------------------------------------*/
.filtered-dropdown {    
    width: 230px;
}
.filtered-dropdown > ul > li {
    background-color: #21a0dd;
    color: #fff;
    display: block;
    padding: 10px 25px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    height: 53px;
    width: 100%;
    position: relative;
    line-height: 34px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.filtered-dropdown > ul > li::after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 35px;
    margin-top: -3px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.filtered-dropdown > ul > li:hover::after {
    color: #f39c12;
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}
.filtered-dropdown ul li ul {
    background-color: #21a0dd;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .3s ease;
    top: 63px;
    width: 100%;
    border-radius: 3px;
    z-index: -1;
}
.filtered-dropdown ul li ul::before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 36px;
    width: 8px;
    height: 8px;
    margin-bottom: -4px;
    border-top: 1px solid #21a0dd;
    border-left: 1px solid #21a0dd;
    background: #21a0dd;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
    z-index: -1;
}
.filtered-dropdown ul li:hover ul {
    height: 215px;
    opacity: 1;
    transform: translateY(0);
    z-index: 999;
}
.filtered-dropdown ul li ul li a {
    color: #fff;
    display: block;
    padding: 12px 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.filtered-dropdown ul li ul li {
    line-height: 18px;
    border-bottom: 1px solid #fff;
}
.filtered-dropdown ul li ul li:last-child {
    border-bottom: 0;
}
.filtered-dropdown ul li ul li:hover {
    background-color: #221f57;
}

/*** Sermons Listing (Modified) ****/
.sermon-listing {    
    border-bottom: 1px solid #e0e0e0;
    padding: 35px 15px 10px 15px;
    transition: all .3s ease-in-out;
}
.sermon-listing:hover {
    background-color: #f3f6f8;
}
.sermon-listing-info{
    padding-bottom:10px;   
}
.sermon-listing-info > p {
    color: #21a0dd;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
}
.sermon-listing-info h3 a {
    color: #221f57;
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.sermon-listing-info h3 {
    margin-bottom: 12px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-top:0px;
}
.sermon-listing-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;    
}
.sermon-listing-info ul li {
    display: inline-block;
    font-size: 16px;
    width: 39%;
    color: #221f57;
    margin-bottom: 10px;
    font-weight: 300;
    vertical-align: top;
    font-family: 'Muli', sans-serif;
    margin-left:0px;
}
.sermon-listing-info ul li a{
    color: #21a0dd;
    display: inline-block;
    padding-left: 5px;
    font-weight: 300;
}
.sermon-listing-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    text-align: center;
}
.sermon-listing-tabs > li {
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 0;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    vertical-align: top;
    margin-top:0px;
    margin-left:0px;
}
.sermon-listing-tabs li:last-child {
    margin-right: 0;
}
.sermon-listing-tabs > li > a {
    background-color: #fff;
    border: 2px solid #21a0dd;
    border-radius: 30px;
    color: #21a0dd;
    display: block;
    font-size: 16px;
    padding: 13px 20px 10px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-transform: uppercase;
    overflow: hidden;
    line-height: 17px;
    text-align: center;
}
.sermon-listing-tabs > li > a::before {
    border-radius: 30px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #21a0dd;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.sermon-listing-tabs li:hover a::before, .sermon-listing-tabs li:focus a::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.sermon-listing-ta.sermon-listing-tabs li .filtered-dropdown > ul > libs > li:hover a {
    color: #fff;
    /*border-radius: 30px;*/
}
.sermon-listing-tabs li .filtered-dropdown {
    width: auto;
    position: relative;
    top: 0px;
    text-align: left;
}
.sermon-listing-tabs li .filtered-dropdown ul{
    margin:0px;
    padding:0px;
}
.sermon-listing-tabs li .filtered-dropdown > ul > li {
    background-color: #fff;
    border: 2px solid #21a0dd;
    color: #21a0dd;
    height: 44px;
    padding: 12px 35px 11px 15px;
    line-height: 18px;
    text-align: center;
    margin:0px;
}
.sermon-listing-tabs li .filtered-dropdown > ul > li::after {
    width: 8px;
    height: 8px;
    right: 18px;
    margin-top: -1px;
    border-bottom: 1px solid #21a0dd;
    border-right: 1px solid #21a0dd;
}
.sermon-listing-tabs li .filtered-dropdown > ul > li:hover::after {
    margin-top: 1px;
}
.sermon-listing-tabs li .filtered-dropdown ul li ul {
    background-color: #21a0dd;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .3s ease;
    top: 50px;
    width: 100%;
    border-radius: 3px;
    z-index: -1;
}
.sermon-listing-tabs li .filtered-dropdown ul li ul::before {
    right: 18px;
}
.sermon-listing-tabs li .filtered-dropdown ul li:hover ul {
    height: 85px;
    opacity: 1;
    transform: translateY(0);
    z-index: 999;
}
.sermon-listing-tabs li .filtered-dropdown ul li ul li {
    text-align: left;
    margin-bottom: 0;
}
.sermon-listing-tabs li .filtered-dropdown ul li ul li a {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.sermon-listing-tabs li .filtered-dropdown ul li ul li a:after {
    content: "\f309";
    position: absolute;
    right: 10px;
    top: 15px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}
.sermons-series-main {
    display: block;
    margin-bottom: 30px;
}
.sermons-series-main .series-title {
    display: block;
    text-align: center;
    padding-top: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #222121;
    font-size: 16px;
}
.sermons-single-image {    
    position: relative;
    cursor: pointer;
}
.sermons-single-image img {
    display: block;
}
.sermons-single-image a {
    display: block;
    position: relative;
    z-index: 2;
}
.sermons-single-image a:before {
    transition: all .5s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    transform: scale(0);    
}
.sermons-single-image a:after {
    transition: all .6s ease .2s;
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #aaa;
    background: #000;
    opacity: 0;
    transform: scale(0);
}
.sermons-single-image:hover a:before {
    opacity: .5;
    transform: scale(1);
    z-index: 1;
}
.sermons-single-image:hover a:after {
    opacity: .35;
    transform: scale(1);
    z-index: 1;
}
.ncm-pagination {
    display: block;
    margin: 50px 0;
}
.ncm-pagination ul {
    font-size: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.ncm-pagination ul li {
    display: inline-block;    
}
.ncm-pagination ul li:first-child a,.ncm-pagination ul li:first-child span {
    border-radius: 5px 0 0 5px;
}
.ncm-pagination ul li:last-child a,.ncm-pagination ul li:last-child span{
    border-radius: 0 5px 5px 0;
}
.ncm-pagination ul li a,.ncm-pagination ul li span {
    background-color: #d9d9d9;
    display: block;
    color: #221f57;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 20px;
}
/*.pagination ul li span {
    font-size: 14px;
    color: #221f57;
}*/
.ncm-pagination ul li:hover a,.ncm-pagination ul li:hover span {
    background-color: #529ed8;
    color: #fff;
}
.ncm-pagination ul li span.current{
    background-color: #529ed8;
    color: #fff;
}
.ncm-pagination ul li:first-child a,.ncm-pagination ul li:first-child span {
    color: #fff;
    border-right: 1px solid #fff;
}
.ncm-pagination ul li:last-child a,.ncm-pagination ul li:last-child span {
    color: #fff;
    border-left: 1px solid #fff;
}
/*****(Sermons Single Pages)*****/
.ncm-single-sermon-page {
    display: block;
    margin-bottom: 50px;
}
.ncm-single-sermon-page .sermon-listing {
    padding-left: 0;
    padding-right: 0;
}
.ncm-single-sermon-page .sermon-listing:hover {
    background-color: transparent;   
}
.ncm-single-sermon-header {
    display: block;
    margin-bottom: 50px;
}
.ncm-single-sermon-title {
    display: block;
    margin-bottom: 30px;
}
.ncm-single-sermon-title span {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    color: inherit;
}
.ncm-single-sermon-title .ncm-single-sermon-category {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #222121;
    font-size: 18px;
}
.ncm-single-sermon-title .ncm-single-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 24px;
}
.ncm-single-sermon-title .ncm-single-title:before {
    content: "";
    height: 35px;
    width: 1px;
    background-color: #21a0dd;
    position: absolute;
    top: -3px;
    left: -2px;
}
.ncm-single-sermon-header .ncm-sermon-image img {
    display: block;
}
.ncm-single-sermon-page .ncm-sermon-content {
    display: block;
    margin-top: 20px;
}
.ncm-single-sermon-page .ncm-sermon-content p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    margin-bottom: 20px;
}
/*****(Sermons Single Page End)*****/
/*****(Sermons Pages end)*****/
/*****(Speakers Page)*****/
.ncm-speakers-single {
    display: block;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 2px solid #c1c1c1;
}
.ncm-speaker-thumb img {
    display: block;
}
.ncm-speaker-info ul li {
    display: inline-block;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding: 0 20px;
}
.ncm-speaker-info .ncm-speaker-name {
    font-weight: 600;
    color: #221f57;
    font-size: 24px;
    line-height: 28px;
}
.ncm-speaker-info .ncm-speaker-desination:before {
    content: "";
    height: 35px;
    width: 2px;
    background-color: #21a0dd;
    position: absolute;
    top: -3px;
    left: -2px;
}
.ncm-speaker-info .ncm-speaker-desination {    
    font-weight: 400;
    color: #222121;
    font-size: 22px;
}
.ncm-speaker-message {
    display: inline-block;
    border-radius: 10rem;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 15px 30px 13px;
    background-color: #21a0dd;
    overflow: hidden;
    margin: 30px 0 0;
}
/*.ncm-speaker-message:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #0671a4;
    transition: all .3s;
    border-radius: 10rem;
    z-index: -1;
}*/
/*.ncm-speaker-message:hover:before{
    width: 100%;
}*/
.speaker_description{
    color: #221f72;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
}
/*****(Speakers Page end)*****/
/*****(Date Archive Page Start)*****/
.ncm-topic-list {
    font-size: 0;
}
.ncm-topic-list li {
    display: inline-block;
    width: 25%;
    padding: 10px 15px 10px 10px;
    color: #ddd;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;
    overflow: hidden;
    transition: color 1s ease;
    position: relative;
    vertical-align: top;
}
.ncm-topic-list li::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 3px;
    height: 3px;
    bottom: 0;
    left: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.ncm-topic-list li::after {
    width: 3px;
    height: 3px;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.ncm-topic-list li:focus::before, .ncm-topic-list li:hover::before,
.ncm-topic-list li:focus::after, .ncm-topic-list li:hover::after{
    width: 100%;
    height: 3px;
    outline: 0;
    background-color: #21a0dd;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.ncm-topic-list li a {
    color: #21a0dd;
    display: inline-block;
    padding-right: 15px;
}
.ncm-topic-list li.have_count span {
    font-weight: 400;
    font-size: 14px;
    color: #21a0dd;
}
.ncm-topic-list li span {
    font-weight: 400;
    font-size: 14px;
}
/*****(Date Archive Page Start)*****/
.ncm-date-archive-head {
    background-color: #21a0dd;
    display: block;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 12px 15px 10px;
    margin-bottom: 30px;
    color: #fff;
    border-radius: 3px;
}
.ncm-date-archive-list {
    display: block;
    margin-bottom: 50px;
}
.ncm-date-archive-list ul {
    display:-ms-grid;
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;                
    grid-auto-flow: column;
    -ms-grid-rows: 4;
    grid-template-rows: repeat(4, 1fr);
}
.ncm-date-archive-list ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #bfbfbf;
    padding: 5px 0;
}
.ncm-date-archive-list ul li a {
    color: #221f57;
}
.ncm-date-archive-list ul li a:hover {
    color: #21a0dd;
}
.ncm-view-all-date {
    display: block;
    border-radius: 10rem;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 15px 30px 13px;
    background-color: #21a0dd;
    overflow: hidden;
    margin: 30px auto 0;
    width: 238px;
    text-align: center;
}
/*.ncm-view-all-date:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #0671a4;
    transition: all .3s;
    border-radius: 10rem;
    z-index: -1;
}
.ncm-view-all-date:hover:before{
    width: 100%;
}*/
.ncm-scripture-main .ncm-topic-list li {
    width: 50%;
}
.sermon-date .ncm-single-title{
    padding-left: 0px;
}
.sermon-date .ncm-single-title::before{
    content: none;
}
#add_to_ical{
    border:2px solid #21a0dd
}
/*****(Date Archive Page Start)*****/

/****** Dynamic Font Family ******/
.inheritFont h1,.inheritFont h2,.inheritFont h3,.inheritFont h4,.inheritFont h5,.inheritFont h6,.inheritFont p,.inheritFont a,.inheritFont input,.inheritFont textarea,.inheritFont select,.inheritFont span{
    font-family: inherit !important;
}
.serifFont h1,.serifFont h2,.serifFont h3,.serifFont h4,.serifFont h5,.serifFont h6,.serifFont p,.serifFont a,.serifFont input,.serifFont textarea,.serifFont select,.serifFont span{
    font-family: serif !important;
}
.ssFont h1,.ssFont h2,.ssFont h3,.ssFont h4,.ssFont h5,.ssFont h6,.ssFont p,.ssFont a,.ssFont input,.ssFont textarea,.ssFont select,.ssFont span{
    font-family: sans-serif !important;
}
.cursiveFont h1,.cursiveFont h2,.cursiveFont h3,.cursiveFont h4,.cursiveFont h5,.cursiveFont h6,.cursiveFont p,.cursiveFont a,.cursiveFont input,.cursiveFont textarea,.cursiveFont select,.cursiveFont span{
    font-family:cursive !important;
}
.arFont h1,.arFont h2,.arFont h3,.arFont h4,.arFont h5,.arFont h6,.arFont p,.arFont a,.arFont input,.arFont textarea,.arFont select,.arFont span{
    font-family: 'arialregular' !important;
}
.MssFont h1,.MssFont h2,.MssFont h3,.MssFont h4,.MssFont h5,.MssFont h6,.MssFont p,.MssFont a,.MssFont input,.MssFont textarea,.MssFont select,.MssFont span{
    font-family: 'Montserrat', sans-serif !important;
}
.lsF h1,.lsF h2,.lsF h3,.lsF h4,.lsF h5,.lsF h6,.lsF p,.lsF a,.lsF input,.lsF textarea,.lsF select,.lsF span{
    font-family: 'Lato', sans-serif !important;
}
.psF h1,.psF h2,.psF h3,.psF h4,.psF h5,.psF h6,.psF p,.psF a,.psF input,.psF textarea,.psF select,.psF span{
    font-family: 'Poppins', sans-serif !important;
}

/* Sermons */
.sinheritFont h1,.sinheritFont h2,.sinheritFont h3,.sinheritFont h4,.sinheritFont h5,.sinheritFont h6,.sinheritFont p,.sinheritFont a,.sinheritFont input,.sinheritFont textarea,.sinheritFont select,.sinheritFont span,.sinheritFont li,.sinheritFont th,.sinheritFont td,.sinheritFont label,.sinheritFont button{
    font-family: inherit !important;
}
.sserifFont h1,.sserifFont h2,.sserifFont h3,.sserifFont h4,.sserifFont h5,.sserifFont h6,.sserifFont p,.sserifFont a,.sserifFont input,.sserifFont textarea,.sserifFont select,.sserifFont span,.sserifFont li,.sserifFont th,.sserifFont td,.sserifFont label,.sserifFont button{
    font-family: serif !important;
}
.sssFont h1,.sssFont h2,.sssFont h3,.sssFont h4,.sssFont h5,.sssFont h6,.sssFont p,.sssFont a,.sssFont input,.sssFont textarea,.sssFont select,.sssFont span,.sssFont li,.sssFont th,.sssFont td,.sssFont label,.sssFont button{
    font-family: sans-serif !important;
}
.scursiveFont h1,.scursiveFont h2,.scursiveFont h3,.scursiveFont h4,.scursiveFont h5,.scursiveFont h6,.scursiveFont p,.scursiveFont a,.scursiveFont input,.scursiveFont textarea,.scursiveFont select,.scursiveFont span,.scursiveFont li,.scursiveFont th,.scursiveFont td,.scursiveFont label,.scursiveFont button{
    font-family:cursive !important;
}
.sarFont h1,.sarFont h2,.sarFont h3,.sarFont h4,.sarFont h5,.sarFont h6,.sarFont p,.sarFont a,.sarFont input,.sarFont textarea,.sarFont select,.sarFont span,.sarFont li,.sarFont th,.sarFont td,.sarFont label,.sarFont button{
    font-family: 'arialregular' !important;
}
.sMssFont h1,.sMssFont h2,.sMssFont h3,.sMssFont h4,.sMssFont h5,.sMssFont h6,.sMssFont p,.sMssFont a,.sMssFont input,.sMssFont textarea,.sMssFont select,.sMssFont span,.sMssFont li,.sMssFont th,.sMssFont td,.sMssFont label,.sMssFont button{
    font-family: 'Montserrat', sans-serif !important;
}
.slsF h1,.slsF h2,.slsF h3,.slsF h4,.slsF h5,.slsF h6,.slsF p,.slsF a,.slsF input,.slsF textarea,.slsF select,.slsF span,.slsF li,.slsF th,.slsF td,.slsF label,.slsF button{
    font-family: 'Lato', sans-serif !important;
}
.spsF h1,.spsF h2,.spsF h3,.spsF h4,.spsF h5,.spsF h6,.spsF p,.spsF a,.spsF input,.spsF textarea,.spsF select,.spsF span,.spsF li,.spsF th,.spsF td,.spsF label,.spsF button{
    font-family: 'Poppins', sans-serif !important;
}

/*Events*/

.einheritFont div,.einheritFont small,.einheritFont h1,.einheritFont h2,.einheritFont h3,.einheritFont h4,.einheritFont h5,.einheritFont h6,.einheritFont p,.einheritFont a,.einheritFont input,.einheritFont textarea,.einheritFont select,.einheritFont span,.einheritFont li,.einheritFont th,.einheritFont td,.einheritFont label,.einheritFont button{
    font-family: inherit !important;
}
.eserifFont div,.eserifFont small,.eserifFont h1,.eserifFont h2,.eserifFont h3,.eserifFont h4,.eserifFont h5,.eserifFont h6,.eserifFont p,.eserifFont a,.eserifFont input,.eserifFont textarea,.eserifFont select,.eserifFont span,.eserifFont li,.eserifFont th,.eserifFont td,.eserifFont label,.eserifFont button{
    font-family: serif !important;
}
.essFont div,.essFont small,.essFont h1,.essFont h2,.essFont h3,.essFont h4,.essFont h5,.essFont h6,.essFont p,.essFont a,.essFont input,.essFont textarea,.essFont select,.essFont span,.essFont li,.essFont th,.essFont td,.essFont label,.essFont button{
    font-family: sans-serif !important;
}
.ecursiveFont div,.ecursiveFont small,.ecursiveFont h1,.ecursiveFont h2,.ecursiveFont h3,.ecursiveFont h4,.ecursiveFont h5,.ecursiveFont h6,.ecursiveFont p,.ecursiveFont a,.ecursiveFont input,.ecursiveFont textarea,.ecursiveFont select,.ecursiveFont span,.ecursiveFont li,.ecursiveFont th,.ecursiveFont td,.ecursiveFont label,.ecursiveFont button{
    font-family:cursive !important;
}
.earFont div,.earFont small,.earFont h1,.earFont h2,.earFont h3,.earFont h4,.earFont h5,.earFont h6,.earFont p,.earFont a,.earFont input,.earFont textarea,.earFont select,.earFont span,.earFont li,.earFont th,.earFont td,.earFont label,.earFont button{
    font-family: 'arialregular' !important;
}
.eMssFont div,.eMssFont small,.eMssFont h1,.eMssFont h2,.eMssFont h3,.eMssFont h4,.eMssFont h5,.eMssFont h6,.eMssFont p,.eMssFont a,.eMssFont input,.eMssFont textarea,.eMssFont select,.eMssFont span,.eMssFont li,.eMssFont th,.eMssFont td,.eMssFont label,.eMssFont button{
    font-family: 'Montserrat', sans-serif !important;
}
.elsF div,.elsF small,.elsF h1,.elsF h2,.elsF h3,.elsF h4,.elsF h5,.elsF h6,.elsF p,.elsF a,.elsF input,.elsF textarea,.elsF select,.elsF span,.elsF li,.elsF th,.elsF td,.elsF label,.elsF button{
    font-family: 'Lato', sans-serif !important;
}
.epsF div,.epsF small,.epsF h1,.epsF h2,.epsF h3,.epsF h4,.epsF h5,.epsF h6,.epsF p,.epsF a,.epsF input,.epsF textarea,.epsF select,.epsF span,.epsF li,.epsF th,.epsF td,.epsF label,.epsF button{
    font-family: 'Poppins', sans-serif !important;
}

/*Announcemnts*/

.ainheritFont div,.ainheritFont small,.ainheritFont h1,.ainheritFont h2,.ainheritFont h3,.ainheritFont h4,.ainheritFont h5,.ainheritFont h6,.ainheritFont p,.ainheritFont a,.ainheritFont input,.ainheritFont textarea,.ainheritFont select,.ainheritFont span,.ainheritFont li,.ainheritFont th,.ainheritFont td,.ainheritFont label,.ainheritFont button{
    font-family: inherit !important;
}
.aserifFont div,.aserifFont small,.aserifFont h1,.aserifFont h2,.aserifFont h3,.aserifFont h4,.aserifFont h5,.aserifFont h6,.aserifFont p,.aserifFont a,.aserifFont input,.aserifFont textarea,.aserifFont select,.aserifFont span,.aserifFont li,.aserifFont th,.aserifFont td,.aserifFont label,.aserifFont button{
    font-family: serif !important;
}
.assFont div,.assFont small,.assFont h1,.assFont h2,.assFont h3,.assFont h4,.assFont h5,.assFont h6,.assFont p,.assFont a,.assFont input,.assFont textarea,.assFont select,.assFont span,.assFont li,.assFont th,.assFont td,.assFont label,.assFont button{
    font-family: sans-serif !important;
}
.acursiveFont div,.acursiveFont small,.acursiveFont h1,.acursiveFont h2,.acursiveFont h3,.acursiveFont h4,.acursiveFont h5,.acursiveFont h6,.acursiveFont p,.acursiveFont a,.acursiveFont input,.acursiveFont textarea,.acursiveFont select,.acursiveFont span,.acursiveFont li,.acursiveFont th,.acursiveFont td,.acursiveFont label,.acursiveFont button{
    font-family:cursive !important;
}
.aarFont div,.aarFont small,.aarFont h1,.aarFont h2,.aarFont h3,.aarFont h4,.aarFont h5,.aarFont h6,.aarFont p,.aarFont a,.aarFont input,.aarFont textarea,.aarFont select,.aarFont span,.aarFont li,.aarFont th,.aarFont td,.aarFont label,.aarFont button{
    font-family: 'arialregular' !important;
}
.aMssFont div,.aMssFont small,.aMssFont h1,.aMssFont h2,.aMssFont h3,.aMssFont h4,.aMssFont h5,.aMssFont h6,.aMssFont p,.aMssFont a,.aMssFont input,.aMssFont textarea,.aMssFont select,.aMssFont span,.aMssFont li,.aMssFont th,.aMssFont td,.aMssFont label,.aMssFont button{
    font-family: 'Montserrat', sans-serif !important;
}
.alsF div,.alsF small,.alsF h1,.alsF h2,.alsF h3,.alsF h4,.alsF h5,.alsF h6,.alsF p,.alsF a,.alsF input,.alsF textarea,.alsF select,.alsF span,.alsF li,.alsF th,.alsF td,.alsF label,.alsF button{
    font-family: 'Lato', sans-serif !important;
}
.apsF div,.apsF small,.apsF h1,.apsF h2,.apsF h3,.apsF h4,.apsF h5,.apsF h6,.apsF p,.apsF a,.apsF input,.apsF textarea,.apsF select,.apsF span,.apsF li,.apsF th,.apsF td,.apsF label,.apsF button{
    font-family: 'Poppins', sans-serif !important;
}
/****** Dynamic Font Family ******/

/**** Black Sermon Theme ****/
.blackTheme .switch-view-btn a,
.blackTheme .sermon-listing-info > p,
.blackTheme .sermon-listing-info ul li a,
.blackTheme .ncm-topic-list li a,
.blackTheme .ncm-topic-list li.have_count span,
.blackTheme .ncm-date-archive-list ul li a
{
    color: #000;
}
.blackTheme .switch-view-btn a:before,
.blackTheme .switch-view-btn a.active:before{
    background-color: #000;
}
.blackTheme .switch-view-btn a:hover,
.blackTheme .switch-view-btn a.active {
    color: #fff;
}
.blackTheme .switch-view-btn {
    border: 2px solid #000;
}
.blackTheme .filtered-dropdown > ul > li,
.blackTheme .filtered-dropdown ul li ul,
.blackTheme .sermon-listing-tabs li .filtered-dropdown ul li ul{
    background-color: #000;
}
.blackTheme .filtered-dropdown ul li ul::before {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    background: #000;
}
.blackTheme .sermon-listing-tabs > li > a ,
.blackTheme .sermon-listing-tabs li .filtered-dropdown > ul > li{
    border: 2px solid #000;
    color: #000;
}
.blackTheme .sermon-listing-tabs li .filtered-dropdown > ul > li::after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.blackTheme .sermon-listing-tabs > li a::before,
.blackTheme .ncm-speaker-message{
    background-color: #000;
}
.blackTheme .ncm-speaker-message:before, 
.blackTheme .ncm-view-all-date:before,
.blackTheme .filtered-dropdown ul li ul li:hover
{
    background-color: #2b2e30;
}
.blackTheme .ncm-date-archive-list ul li a:hover{
    color: #2b2e30;
}
.blackTheme .sermon-listing:hover {
    background-color: #f8f8f8;
}
.blackTheme .ncm-speaker-info .ncm-speaker-desination:before {
    background-color: #000;
}
.blackTheme .ncm-speaker-info .ncm-speaker-name {
    color: #333;
}
.blackTheme .sermon-listing-tabs > li:hover a{
    color: #fff; 
}
.blackTheme .ncm-pagination ul li span.current {
    background-color: #000;
    color: #fff;
}
.blackTheme .ncm-pagination ul li:hover a,
.blackTheme .ncm-pagination ul li:hover span,
.blackTheme .ncm-view-all-date{
    background-color: #000;
    color: #fff;
}
.blackTheme .ncm-date-archive-head,
.blackTheme .ncm-single-sermon-title .ncm-single-title:before
{
    background-color: #000;
}
.blackTheme .sermon-listing-info h3 a,
.blackTheme .sermon-listing-info h3
{
    color: #000;
}
/**** Black Sermon Theme ****/

/**** Light Sermon Theme ****/
.lightTheme .switch-view-btn a,
.lightTheme .sermon-listing-info > p,
.lightTheme .sermon-listing-info ul li a,
.lightTheme .ncm-topic-list li a,
.lightTheme .ncm-topic-list li.have_count span,
.lightTheme .ncm-date-archive-list ul li a
{
    color: #21a0dd;
}
.lightTheme .switch-view-btn a:before,
.lightTheme .switch-view-btn a.active:before{
    background-color: #ddd;
}
.lightTheme .switch-view-btn a:hover,
.lightTheme .switch-view-btn a.active {
    color: #21a0dd;
}
.lightTheme .switch-view-btn {
    border: 2px solid #ddd;
}
.lightTheme .filtered-dropdown > ul > li,
.lightTheme .filtered-dropdown ul li ul,
.lightTheme .sermon-listing-tabs li .filtered-dropdown ul li ul{
    background-color: #ddd;
    color:#21a0dd; 
}
.lightTheme .filtered-dropdown ul li ul li a{
    color:#21a0dd;  
}
.lightTheme .filtered-dropdown ul li ul::before {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #ddd;
}
.lightTheme .sermon-listing-tabs > li > a ,
.lightTheme .sermon-listing-tabs li .filtered-dropdown > ul > li{
    border: 2px solid #ddd;
    color: #21a0dd;
}
.lightTheme .sermon-listing-tabs li .filtered-dropdown > ul > li::after {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.lightTheme .sermon-listing-tabs > li a::before, 
.lightTheme .ncm-speaker-message 
{
    background-color: #ddd;
    color: #3ea0dd;
}
.lightTheme .ncm-speaker-message:before, 
.lightTheme .ncm-view-all-date:before,
.lightTheme .filtered-dropdown ul li ul li:hover
{
    background-color: #eee;
}
.lightTheme .ncm-date-archive-list ul li a:hover{
    color: #eee;
}
.lightTheme .sermon-listing:hover {
    background-color: #f8f8f8;
}
.lightTheme .ncm-speaker-info .ncm-speaker-desination:before {
    background-color: #000;
}
.lightTheme .ncm-speaker-info .ncm-speaker-name {
    color: #21a0dd;
}
.lightTheme .sermon-listing-tabs > li:hover a{
    color: #21a0dd; 
}
.lightTheme .ncm-pagination ul li span.current {
    background-color: #ddd;
    color: #21a0dd;
}
lightTheme .ncm-speaker-info .ncm-speaker-desination {
    color: #ccc;
}
.lightTheme .ncm-pagination ul li a, 
.lightTheme .ncm-pagination ul li span{
    background-color:#ccc;
    color: #21a0dd;
}
.lightTheme .ncm-pagination ul li:hover a,
.lightTheme .ncm-pagination ul li:hover span,
.lightTheme .ncm-view-all-date{
    background-color: #ddd;
    color: #21a0dd;
}
.lightTheme .ncm-date-archive-head {
    background-color: #ddd;
    color: #21a0dd;
}
.lightTheme .ncm-single-sermon-title .ncm-single-sermon-category {
    color: #ccc;
}
.lightTheme .ncm-single-sermon-title .ncm-single-title {
    color: #21a0dd;
}
.lightTheme .sermon-listing-info h3 a,
.lightTheme .sermon-listing-info h3,
.lightTheme .ncm-speaker-info .ncm-speaker-desination 
{
    color: #ccc;
}
.lightTheme .speaker_description {
    color: #58a0dd;
}
/**** Light Sermon Theme ****/

/*Black Event Theme*/

.eblackTheme .switch-view-btn a:before,
.eblackTheme .switch-view-btn a.active:before,
.eblackTheme .custom-select-trigger
{
    background-color: #000;
}
.eblackTheme .switch-view-btn {
    border: 2px solid #000;
}
.eblackTheme .switch-view-btn a{
    color: #000;
}
.eblackTheme .switch-view-btn a:hover,
.eblackTheme .switch-view-btn a.active 
{
    color: #fff;
}
.eblackTheme .custom-options{
    border: 1px solid #000;
}
.eblackTheme .checkbox .checkmark:after {
    border-style:solid;
    border-color: #000;
    border-width: 0 3px 3px 0;
}
.eblackTheme .tiva-calendar-full .calendar-title span,
.eblackTheme .tiva-calendar .calendar-btn span
{
    color: #000;
}
.eblackTheme #add_to_ical{
    border:2px solid #000
}
.eblackTheme .single-event .event-date {
    border: 2px solid #000;
}
.eblackTheme .single-event .event-content .learn-more {
    color: #000;
}
.eblackTheme .google-map a.full_map_link,
.eblackTheme .add-button a
{
    background-color: #000;
}
.eblackTheme .add-button a::before,
.eblackTheme .google-map a.full_map_link::before
{
    background: #333;
}
/*Black Event Theme*/

/*Light Event Theme*/
.elightTheme .switch-view-btn a:before,
.elightTheme .switch-view-btn a.active:before,
.elightTheme .custom-select-trigger
{
    background-color: #ddd;
}
.elightTheme .switch-view-btn {
    border: 2px solid #ddd;
}
.elightTheme .switch-view-btn a{
    color: #2ea3f2;
}
.elightTheme .switch-view-btn a:hover,
.elightTheme .switch-view-btn a.active 
{
    color: #fff;
}
.elightTheme .custom-options{
    border: 1px solid #ddd;
}
.elightTheme .checkbox .checkmark:after {
    border-style:solid;
    border-color: #ccc;
    border-width: 0 3px 3px 0;
}
.elightTheme .tiva-calendar-full .calendar-title span,
.elightTheme .tiva-calendar .calendar-btn span
{
    color: #2ea3f2;
}
.elightTheme #add_to_ical{
    border:2px solid #ddd
}
.elightTheme .single-event .event-date {
    border: 2px solid #ddd;
}
.elightTheme .single-event .event-content .learn-more {
    color: #2ea3f2;
}
.elightTheme .google-map a.full_map_link,
.elightTheme .add-button a
{
    background-color: #ddd;
}
.elightTheme .add-button a::before,
.elightTheme .google-map a.full_map_link::before
{
    background: #ccc;
}
.elightTheme .single-event .event-content p,
.elightTheme .event-detail-content p
{
    color: #aaa;
}
.sermon_views{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #1d2529;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #eff0f3;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: center;
}
.ncm-announcement-slider,.ncm-announcement-new-slider,.ncm-event-slider{
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.ncm-announcement-slider.slick-initialized, .ncm-announcement-new-slider.slick-initialized, .ncm-event-slider.slick-initialized{
    visibility: visible;
    opacity: 1;    
}
/*Light Event Theme*/

/*--------------------------------------------------------------
Responsive Layout
--------------------------------------------------------------*/
@media screen and (min-device-width: 1199px) and (max-device-width: 1280px) {
    .audio-player {
        margin-top: 0px;
    }
    .sermon-listing-tabs li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 1199px) { 
    .ncm-topic-list li {
        width: 33.333%;
        font-size: 14px;
        padding-right: 0;
    }
    .ncm-topic-list li span {
        font-size: 12px;
    }
    .ncm-topic-list li a {
        padding-right: 10px;
    }	
    .sermon-listing-tabs li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1199px) {
    .event-btn li::before {
        left: 3px;
        margin-top: -23px;
    }
    .recurrring-btn .checkbox {
        padding-left: 0;
        margin-right: 0;
    }
    .sermon-listing-tabs li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .topnav input[type="text"],.topnav .search-container button {
        padding: 13px 4px !important;
        text-align: center;
        font-size: 14px;
    }
    .audio-player {
        margin-top: 0px;
    }
}
@media (max-width: 991px) {
    /*** Event Listing Responsive ***/
    .switch-view-btn a {
        font-size: 14px;
        padding: 15px;
    }
    .single-event .event-content,
    .event-detait-main .single-event .event-content {
        width: calc(100% - 80px);
    }
    .event-detait-main .single-event .event-detail-title {
        top: 14px;
    }
    .event-detait-main .single-event .event-content {
        margin-top: -7px;
    }
    .single-event .event-date {
        height: 60px;
        width: 60px;
        padding-top: 9px;
        margin-right: 15px;
        font-size: 16px;
    }    
    .single-event .event-content .event-title,
    .event-detait-main .single-event .event-content .event-title {
        font-size: 21px;
        line-height: 30px;
    }
    .single-event .event-content .time,
    .event-detait-main .single-event .event-content .time {
        font-size: 21px;
        line-height: 24px;
    }
    .event-detait-main .single-event .event-content h4 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 7px;
    }
    .single-event .event-content span {
        font-size: 17px;
    }
    .event-detail-content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    /*** Sermons Pages ***/
    .sermons-header .switch-view-btn a {
        font-size: 16px;
        padding: 13px;
    }
    .select {
        height: 45px;
        width: 100%;
    }
    /*** Sermons Pages End***/
    /*****(Speakers Page)*****/
    .ncm-speaker-info ul li {
        padding: 0 10px;
    }
    .ncm-speaker-info .ncm-speaker-name {
        font-size: 18px;
    }
    .ncm-speaker-info .ncm-speaker-desination:before {
        height: 25px;
        top: -3px;
        left: -2px;
    }
    .ncm-speaker-info .ncm-speaker-desination { 
        font-size: 16px;
    }
    .ncm-speaker-message {
        font-size: 13px;
        margin: 30px 0 0;
    }
    .audio-player {
        margin-top: 0px;
    }
    /*****(Speakers Page end)*****/
}
@media (max-width: 767px) {
    .content-side {
        padding: 30px 15px;
    }
    .date-time-main input {
        margin-bottom: 10px;
    }
    .date-time-main p {
        font-size: 18px;
        padding-top: 0;
        margin-bottom: 10px;
    }
    .make-recurring {
        padding: 30px 10px;
    }
    .recurrring-btn .checkbox {
        padding-left: 0;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .recurrring-btn .checkbox label {
        width: 54px;
    }
    .recurrring-btn .checkbox .checkmark {
        width: 100%;
        font-size: 12px;
        font-weight: 400;
    }
    /*** Event Listing Responsive ***/
    .custom-select-wrapper, .custom-select, .dropdown {
        width: 100%;
    }
    .custom-select-trigger, .dropdown-label {
        text-align: center;
        width: 100%;
    }
    .dropdown .dropdown-label::before {
        right: -160px;
        left: 0;
        margin: -3px auto 0;
    }
    .mobile-first-order {
        order: 1;
        margin-bottom: 30px;
    }
    .mobile-middle-order {
        order: 2;
    }
    .mobile-last-order {
        order: 3;
    }
    .single-event .event-content p, .single-event .event-content .learn-more {
        margin-left: -76px;
        font-size: 16px;
    }

    .add-button {
        display: block;
        margin: 30px 0 0;
    }

    .add-button a {
        margin-right: 10px;
        line-height: 16px;
        font-size: 16px;
    }

    /*** Sermons Pages ***/
    .sermon-listing {
        padding: 15px;
    }
    .sermon-listing-tabs {
        margin-bottom: 10px;
    }
    .sermon-listing-info ul li {
        width: 50%;
    }
    .select {
        height: 53px;
        width: 260px;
    }
    .ncm-topic-list li {
        width: 50%;
        font-size: 14px;
        padding-right: 0;
    }
    .ncm-topic-list li span {
        display: none;
    }
    .ncm-topic-list li a {
        padding-right: 0;
    }
    .audio-player {
        margin-top: 5px;
        width: 96%;
        margin: auto;
    }
}
@media screen and (min-device-width: 576px) and (max-device-width: 991px) {
    .form-control {
        font-size: 14px;
    }
    .adddate-input {
        padding: 6px 0px;
        font-size: 12px;
    }
    .adddate {
        font-size: 14px;
        position: relative;
        top: 7px;
    }
    .checkbox label {
        font-size: 12px;
    }
    .btn {
        padding: 12px 17px;
        font-size: 13px;
    }
    .single-card {
        margin-bottom: 30px;
    }
}
@media (max-width: 567px) {
    .single-card {
        margin-bottom: 30px;
    }    
    /*****(Speakers Page)*****/
    .ncm-speakers-single {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #c1c1c1;
    }
    .ncm-speaker-thumb img {
        margin-bottom: 30px
    }
    .xs-order-last {
        order: 2;
    }
    /*****(Speakers Page end)*****/
    .ncm-topic-list li {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }   
    .audio-player {
        margin-top: 10px !important;
        width: 96%;
        margin: auto;
    }
}
@media (max-width: 991px) {
    /*** Event Listing Responsive ***/
    .switch-view-btn a {
        font-size: 14px;
        padding: 15px;
    }
    .single-event .event-content,
    .event-detait-main .single-event .event-content {
        width: calc(100% - 80px);
    }
    .event-detait-main .single-event .event-detail-title {
        top: 14px;
    }
    .event-detait-main .single-event .event-content {
        margin-top: -7px;
    }
    .single-event .event-date {
        height: 60px;
        width: 60px;
        padding-top: 9px;
        margin-right: 15px;
        font-size: 16px;
    }    
    .single-event .event-content .event-title,
    .event-detait-main .single-event .event-content .event-title {
        font-size: 21px;
        line-height: 30px;
    }
    .single-event .event-content .time,
    .event-detait-main .single-event .event-content .time {
        font-size: 21px;
        line-height: 24px;
    }
    .event-detait-main .single-event .event-content h4 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 7px;
    }
    .single-event .event-content span {
        font-size: 17px;
    }
    .event-detail-content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    /*** Sermons Pages ***/
    .sermons-header .switch-view-btn a {
        font-size: 16px;
        padding: 13px;
    }
    .select {
        height: 45px;
        width: 100%;
    }	
    .filtered-dropdown{
        width: 200px;
    }
    [class^="hvr-"]{
        padding:0.6em 3em !important;
        font-size: 14px !important;
    }
    .add-button a img {
        width: 22px;
        margin-right: 7px;
        max-width: 22px;
        display: inline-block;
        margin-top: 2px;
    }
    .add-button a span {
        display: inline-block;
        vertical-align: top;
        margin-top: 2px;
    }
    /*** Sermons Pages End***/
}
@media (max-width: 767px) {
    /*** Event Listing Responsive ***/
    .custom-select-wrapper, .custom-select, .dropdown {
        width: 100%;
    }
    .custom-select-trigger, .dropdown-label {
        text-align: center;
        width: 100%;
    }
    .dropdown .dropdown-label::before {
        right: -160px;
        left: 0;
        margin: -3px auto 0;
    }
    .custom-select-trigger::after {
        right: -110px;
        margin-top: -3px;
        left: 0;
        margin: auto;
    }
    .custom-options::before {
        left: 0;
        right: -110px;
        margin: 0 auto -4px;
    }
    .mobile-first-order {
        order: 1;
        margin-bottom: 30px;
    }
    .mobile-middle-order {
        order: 2;
    }
    .mobile-last-order {
        order: 3;
    }
    .single-event .event-content p, .single-event .event-content .learn-more {
        margin-left: -76px;
        font-size: 16px;
    }


    .add-button {
        display: block;
        margin: 30px 0 0;
    }

    .add-button a {
        margin-right: 10px;
        line-height: 16px;
        font-size: 16px;
    }
    /*** Sermons Pages ***/
    .sermon-listing {
        padding: 15px;
    }
    .sermon-listing-tabs {
        margin-bottom: 10px;
    }
    .sermon-listing-info ul li {
        width: 50%;
    }
    .select {
        height: 53px;
        width: 260px;
    }
}
/*** Sermons Pages ***/
@media all and (max-width: 991.8px) and (min-width: 768px){
    .sermon-listing-info ul li {
        width: 50%;
    }
    .sermon-listing-tabs {
        text-align: center;
    }
    /*** Sermons listing three buttons ***/
    .sermon-listing-tabs > li {
        margin: 9px 0px 9px 0px;
    }
    .sermon-listing-tabs > li > a {
        /*        font-size: 12px;
        padding: 8px 8px 5px;*/
    }
    .sermon-listing-tabs li .filtered-dropdown > ul > li {
        height: 44px;
        padding: 8px 25px 4px 10px;
        line-height: 25px;
    }
    .sermon-listing-tabs li .filtered-dropdown {
        top: 0;
    }
    .sermon-listing-tabs li .filtered-dropdown > ul > li::after, 
    .sermon-listing-tabs li .filtered-dropdown ul li ul::before {
        right: 9px;
    }
    .sermon-listing-tabs li .filtered-dropdown ul li:hover ul {
        height: 81px;
        margin-top: 7px;
    }
    .sermon-listing-tabs li .filtered-dropdown ul li ul {
        top: 41px;
    }
    .sermon-listing-tabs li .filtered-dropdown ul li ul li a {
        padding: 11px 6px;
        font-size: 12px;
    }
    .sermon-listing-tabs li .filtered-dropdown ul li ul li a::after {	
        right: 6px;
        top: 16px;
        font-size: 12px;
    }
    /*** Sermons listing three buttons end ***/
}
/*** Sermons Pages End ***/
/*** Sermons Pages ***/
@media all and (max-width: 767.8px) and (min-width: 576px){
    .sermon-listing-info h3 a {
        font-size: 20px;
        line-height: 24px;
    }
    .sermon-listing-info > p {
        font-size: 14px;
    }
    .sermon-listing-info ul li {
        margin-right: 0;        
    }
    .sermon-listing-tabs li {
        margin-bottom: 8px;
        margin-right: 0;
        display: block;
        width: auto;
    }
    .sermon-listing-tabs li>a, .sermon-listing-tabs li .dropbtn {
        font-size: 16px;
        padding: 10px 15px;	
        text-align: center;
        width: 100%;
    }
    .custom-select-trigger {
        top: 0;
    }
    .custom-select-trigger::after {
        right: -70px;
    }
    /*** Sermons listing three buttons ***/
    .sermon-listing-tabs li .filtered-dropdown > ul > li::after {
        right: 12px;
    }
    /*** Sermons listing three buttons end ***/
    .event-thumb img{
        width:100%;
    }
    .sermon-listing-tabs li .filtered-dropdown {
        top: 0;
    }
}
/*** Sermons Pages End ***/
@media (max-width: 575.98px) {
    .add-button a {
        margin-right: 0;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 15px;
        width: 100%;
        margin:0px 0px 10px 0px;
    }
    /*** Sermons Pages ***/
    .sermon-listing-info ul li {
        font-size: 16px;
        width: 100%;
        margin-bottom: 12px;	
    }
    .sermon-listing .flex-row-reverse {
        flex-direction: column !important;
    }
    .sermon-listing-tabs {
        margin-bottom: 0;
        text-align: left;
        margin-left: 0px !important;
    }
    .sermon-listing-tabs li {
        margin: 5px 0 0px 0;
    }
    /*** Sermons listing three buttons ***/
    .sermon-listing-tabs > li {
        margin: 5px 5px 3px 0;
    }
    .sermon-listing-tabs > li > a {
        font-size: 16px;
        padding: 10px 8px 8px;
    }
    .sermon-listing-tabs li .filtered-dropdown {
        top: 0;
    }
    .sermon-listing-tabs li .filtered-dropdown > ul > li {
        height: 39px;
        padding: 8px 25px 4px 10px;
        line-height: 20px;
        font-size: 16px;
        margin-top: 0;
        text-align:center;
    }
    .sermon-listing-tabs li .filtered-dropdown > ul > li::after, 
    .sermon-listing-tabs li .filtered-dropdown ul li ul::before {
        right: 9px;
    }
    .sermon-listing-tabs li .filtered-dropdown ul li:hover ul {
        height: 70px;
    }
    .sermon-listing-tabs li .filtered-dropdown ul li ul {
        top: 41px;
    }
    .sermon-listing-tabs li .filtered-dropdown ul li ul li {
        margin-top: 0;
        text-align: left;
    }
    .sermon-listing-tabs li .filtered-dropdown ul li ul li a {
        padding: 8px 6px;
        font-size: 12px;
    }
    .sermon-listing-tabs li .filtered-dropdown ul li ul li a::after {	
        right: 6px;
        top: 12px;
        font-size: 12px;
    }
    .event-thumb img{
        width:100%;
    }
    /*** Sermons listing three buttons end ***/
}
.list_view_for_only_mobile_tablet,.events-calendar-bar{
    display: none;
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    .calender_view,.only_for_calander{
        display: none !important;
    }
    .list_view_for_only_mobile_tablet{
        display: block !important;
    }
    .fullWidthTabMobile{
        width: 100%
    }

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .calender_view,.only_for_calander{
        display: none !important;
    }
    .list_view_for_only_mobile_tablet{
        display: block !important;
    }
    .sermons-single-image {
        position: relative;
        cursor: pointer;
        width: 100%;
        height: auto;
    }
    .fullWidthTabMobile{
        width: 100%
    }

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    .calender_view,.only_for_calander{
        display: none !important;
    }
    .list_view_for_only_mobile_tablet{
        display: block !important;
    }
    .site-content .container{
        width: 100% !important;
    }
    .sermons-single-image {
        position: relative;
        cursor: pointer;
        width: 100%;
        height: auto;
    }
    .event-thumb img{
        width:100%;
    }
    .fullWidthTabMobile{
        width: 100%
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .calender_view,.only_for_calander{
        display: none !important;
    }
    .list_view_for_only_mobile_tablet{
        display: block !important;
    }
    .site-content .container{
        width: 100% !important;
    }
    .sermons-single-image {
        position: relative;
        cursor: pointer;
        width: 100%;
        height: auto;
    }
    .event-thumb img{
        width:100%;
    }
    .fullWidthTabMobile{
        width: 100%
    }
}

/*--------------------------------------------------------------
 Shortcodes
--------------------------------------------------------------*/

.ncm-two-column-cta {
    display: block;
    padding: 0px 0;
}
.ncm-cta-box {
    background-color: #e4bd6e;
    display: flex;
    padding: 150px 10%;
    flex-direction: column;
    justify-content: center;
}
.ncm-cta-box-left-video{
    background-color: #f28f3b;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    padding-top: 120px;
    padding-right: 50px;
    padding-bottom: 120px;
    padding-left: 50px;
}
.ncm-cta-box p{
    margin: 15px 0px 15px 0px;
}
.ncm-two-column-cta>.container,.home_sec5_box>.container,.ncm-slick-event-carousel>.container,.blog_and_events>.container{
    width: 100%;
    padding-top:0px !important;
}
.ncm-cta-video{
    background: #000;
}
.ncm-cta-video .fluid-width-video-wrapper {
    position: inherit !important;
}
.ncm_left_sermon_video .fluid-width-video-wrapper iframe{
    padding: 0px 15px;
}
.ncm-cta-box strong {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.ncm-cta-box p {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 38px;
}
.ncm-cta-box .btn {
    background-color: #fff;
    border-color: #fff;
    color: #e4bd6e;
    margin: 0 auto;
}
.ncm-cta-box .btn:hover {
    background-color: #e4bd6e;
    color: #fff;
}

.ncm-cta-box-left-video strong {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.ncm-cta-box-left-video p {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 38px;
}
.ncm-cta-box-left-video .btn {
    background-color: #fff;
    border-color: #fff;
    color: #333;
    margin: 0 auto;
}
.ncm-cta-box-left-video .btn:hover {
    background-color: transparent;
    color: #fff;
}
.ncm-cta-box-left-video .left-video-title{
    font-family: 'Lora',Georgia,"Times New Roman",serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5em;
    color: #fff;
}
.ncm-cta-box-left-video .left-video-subtitle{
    font-family: Lora,Georgia,"Times New Roman",serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}
.ncm-cta-box-left-video .ncm-modern-message-meta-left-video{
    font-family: Oswald,Helvetica,Arial,Lucida,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.ncm-cta-box-left-video .left-video-div{
    padding:25px 0px 25px 0px;
}
.ncm-cta-video video {
    display: block;
    width: 100%;
    height: 100%;
}
.ncm-event-calendar {
    display: block;
    padding: 0px 0;
}
.ncm-event-calendar>.container{
    width: 100%;
}
.ncm-mark-event-left small {
    display: block;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 7px;
}
.ncm-mark-event-left h3 {
    font-size: 32px;
    line-height: 31px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-style: italic;
    text-transform: uppercase;
}
.leftTextClass{
    margin-bottom: 15px !important;
}
.ncm-mark-event-left h3:after {
    background-color: #e4bd6e; 
    position: absolute;
    content: "";
    height: 2px;
    width: 10%;
    bottom: 0;
    left: 47%;
}
.ncm-event-listing ul {
    font-size: 0;    
}
.ncm-event-listing ul li {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 35px;
    width: 50%;
    text-align: center;
}
.ncm-event-listing ul li .ncm-event-date {
    background-color: #e4bd6e;
    border-radius: 30rem;
    display: flex;
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    padding-top: 4px;
}
.ncm-event-listing ul li .ncm-event-date strong {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
}
.ncm-event-listing ul li a {
    display: block;
    color: #696969;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.ncm-event-listing ul li h4 {
    display: block;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ncm-event-listing ul li p {
    margin-bottom: 0;
    font-size: 14px;
    padding-bottom: 0;
}
.home_sec5_box {
    display: block;
    padding: 100px 0;
    background-size: cover;
    background-color: #2ea3f2;
}
.ncm-featured-event{
    background-color: #2ea3f2;  
}
.home_sec5_sec .common_heading {
    font-family: 'Poppins', sans-serif;
    font-size: 39px;
    line-height: 45px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
h3.ncm-modern-message-meta {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 20px !important;
    font-style: italic;
    text-align: center;
    margin: 4px 0 6px 0;
    padding: 0;
}
h2.ncm-modern-message-title {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 32px !important;
    font-weight: 700;
    margin: 0 0 18px 0;
    text-align: center;
}
h2.ncm-modern-message-title-advance {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 18px 0;
    text-align: center;
    text-transform: uppercase;
}
.enmse-vid-container {
    display: block;
    margin: 0 auto 30px;
    width: 700px; 
    height: 394px;
}
.enmse-vid-container video {
    width: 100%;
    height: 100%;
}
.home_sec5_sec .btn-default {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.home_sec5_sec .btn-default:hover {
    background-color: #21a0dd;
    border-color: #21a0dd;
}
.ncm-slick-event-carousel {
    background-color: #0282bf;
    display: block;
    padding: 100px 0;
}
.ncm-single-event {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.ncm-event-slider .ncm-event-date {
    background-color: #21a0dd;
    padding: 16px 10px 16px 13px;
}
.ncm-event-slider .ncm-event-date span {
    display: block;
    text-align: center;
}
.ncm-event-slider .ncm-event-date .ncm-event-month {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 2px;
    color: #fff;
}
.ncm-event-slider .ncm-event-date .ncm-event-day {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 22px;
    color: #fff;
}
.ncm-single-event h4 {
    margin-bottom: 0;
    padding: 0 15px;
}
.ncm-single-event h4 a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;    
}
.ncm-accounment {
    background-color: #fff;
    border-top: 7px solid #21a0dd;
    padding: 30px 0;
}
.ncm-accounment h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    color: #21a0dd;
    font-weight: bold;
    margin-bottom: 20px;
}
.ncm-accounment ul li {
    border-bottom: 1px solid #efeeec;
    display: block;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.ncm-accounment ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.ncm-accounment ul li h4 {
    margin-bottom: 10px;
}
.ncm-accounment ul li h4 a {
    color: #373945;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    display: block;
    padding: 0 30px;
}
.ncm-accounment ul li h4 a:hover {
    color: #21a0dd;
}
.ncm-accounment ul li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    padding: 0 30px;
}
.ncm-accounment ul li p a {
    color: #21a0dd;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.ncm-accounment .btn {
    color: #21a0dd;
    border-color: #21a0dd;
    margin: 0 auto;
    width: 210px;
    display: block;
}
.ncm-accounment .btn:hover {
    color: #fff;
}
.ncm-accounment .ncm-event {
    display: flex;
    flex-direction: row;
}
.ncm-accounment .ncm-event-date {
    width: 105px;
    text-align: center;
    padding-top: 8px;
}
.ncm-accounment .ncm-event-date .ncm-event-day {
    line-height: 25px;
    font-size: 47px;
    color: #373945;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: block;
}
.ncm-accounment .ncm-event-date .ncm-event-month {
    line-height: 32px;
    font-size: 16px;
    padding-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    color: #373945;
    display: block;
    margin-top: 5px;
}
.ncm-accounment .ncm-event-info .ncm-event-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    padding: 0;
}
.ncm-accounment .ncm-event-info {
    font-weight: 400;
    font-size: 17px;
    color: #373945;
}
.ncm-accounment .btn.extra-width {
    width: 325px;
}
.ncm-featured-event {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.ncm-featured-event-overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.ncm-featured-event-detail {
    text-align: center;
    z-index: 99;
    padding: 0px 50px 0px 50px;
}
.ncm-featured-event-detail h3 {
    color: #fff;
    display: block;
    position: relative;
    z-index: 99;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 36px;
    font-style: italic;
    margin-bottom: 39px;
}
.ncm-featured-event-detail h3:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    right: 0;
    height: 2px;
    width: 70px;
    background-color: #fff;
    margin: 0 auto;
}
.ncm-featured-event-detail h4 {
    margin-bottom: 15px;
}
.ncm-featured-event-detail h4 a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 39px;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
}
.ncm-featured-event-date {
    font-size: 30px;
    color: #fff;
    line-height: 1;
}
.ncm-featured-event .btn-default{
    color: #fff;
    border-color: #fff;
    margin-top: 50px;
}
.ncm-featured-event .btn-default:hover {
    background-color: #fff;
    color: #21a0dd;
}
.blue-bg {
    background-color: #21a0dd;  
}
.ncm-upcoming-events {
    display: block;    
    width: 100%;
    padding: 50px 0;
}
.ncm-upcoming-events h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 25px;
    font-style: italic;
    text-align: center;
    margin-bottom: 23px;
    color: #fff;
}
.ncm-upcoming-event-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10%;
}
.ncm-upcoming-single-event {
    flex: 0 50%;    
    margin-bottom: 35px; 
    padding: 0 35px;
}
.ncm-upcoming-events .ncm-upcoming-single-event h4 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.ncm-upcoming-events .ncm-upcoming-single-event .event-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    font-style: italic;
    margin-bottom: 10px;
    display: block;
    position: relative;
    color: #fff;
}
.ncm-upcoming-events .ncm-upcoming-single-event .event-date {
    border-bottom: 1px solid #fff;
    display: block;
    padding-bottom: 20px;
}
.ncm-upcoming-events .ncm-upcoming-single-event .event-date span{
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    color: #fff;
}
.ncm-upcoming-events .allevents {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-top: 20px;
    margin: auto;
}
.ncm-upcoming-events .allevents:after {
    content: "\f105";
    position: absolute;
    right: -20px;
    top: 2px;
    color: #fff;
    font-size: 18px;
    font-family:  "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hidden_on_desktop_tablet{
    display: none !important;
}
.sermon_text{
    padding: 15px 10px 30px 10px !important;
    color:#000;
}
.ncm-player .wp-video-shortcode,.ncm-player .wp-video{
    width: 100% !important;
    height: auto;
}
.ncm-player-advance .enmse-vid-container {
    display: block; 
    height: auto;
    border: 20px solid #fff;
    box-shadow: 0px 1px 3px #333;
}
.ncm-player-advance .enmse-vid-container {
    display: block;
    margin: 0 auto 30px;
    width: auto;
    height: auto;
}
.ncm-event-shortcode-description{
    margin: 10px 0px 30px 0px;
}
.ncm-player-advance .wp-video-shortcode,.ncm-player-advance .wp-video{
    width: 100% !important;
    height: auto;
}
.event_right_image{
    margin-top: -70px
}
.ncm-left-sermon-text{
    padding:20px 0px 20px 0px;
}
.ncm-left-sermon-text h3{
    color: #fff; font-size: 36px; font-weight: 600; font-style: initial;
}
.ncm-left-sermon-text p {
    color: #fff;
    font-size: 16px;
    text-transform: inherit;
    line-height: initial;
}
.ncm_only_upcoming_event{
    border-top: 0px !important;
}
.only_upcoming_event_title{
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 1.5em;
    text-align: center;
}
.ncm_only_upcoming_event ul{
    padding-left: 0px !important;
}
.ncm_only_upcoming_event .ncm-event-date{
    text-align: left !important;
    width:50px !important;
}
.ncm_only_upcoming_event .ncm-event-info .ncm-event-title{
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    letter-spacing: 2px !important;
    line-height: 1.7em !important;
    color: #373945;
}
.ncm_only_upcoming_event .ncm-event-info h4{
    margin-bottom: 0px !important;
}
.ncm_only_upcoming_event .ncm-event-date .fa-calendar{
    font-size: 26px;
    color: #d29f68;
}
.ncm_church_series_container {
    position: relative; 
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    min-height: 300px;
}
.icon_overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
    background: rgba(0,0,0,0.4);
}
.ncm_church_series_container .ncmchurchicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); 
    border: none;
    cursor: pointer;
    border-radius: 50%;
    text-align: center; 
    width: 60px;
    cursor: pointer;
}
.audioPlayerPostion{
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9999;
    border-radius: 0px;
}
.ncm-announcement-slider .slick-slide>div{
    padding: 0px 30px;
}
.ncm-announcement-slider .slick-prev:before, .ncm-announcement-slider .slick-next:before {
    opacity: 1 !important;
    color: #1d63d6 !important;
}
.ncm-announcement-slider .slick-prev {
    left: 9px !important;
    background: #ffffff !important; 
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    z-index: 100 !important;
}
.ncm-announcement-slider .slick-next {
    right: 9px !important;
    background: #ffffff !important; 
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    z-index: 100 !important;
}
.ncm_church_series_container .btn:hover {
    background-color: black;
}
.home-testimonials__item {
    background-color: #000;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
    height: 440px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
/*Diagonal*/
.ncm_diagonal::before {
    content: '';
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 290px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    background-color: #3e85f7;
    background-size: cover;
    clip-path: polygon(0% 100%, 290% 100%, 0% 0%);
    opacity: 0.7;
}
/*Diagonal*/
/*Horizontal*/
.ncm_horizontal::before {
    content: '';
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 200px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    background-color: #3e85f7;
    background-size: cover;
    opacity: 0.7;
}
/*Horizontal*/
/*Swoop*/
.ncm_swoop::before {
    content: '';
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 290px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    background-color: #3e85f7;
    background-size: cover;
    clip-path: polygon(0% 100%, 290% 100%, 0% 0%);
    opacity: 0.7;
}
/*Swoop*/
.home-testimonials__info {
    bottom: 0;
    color: #fff;
    padding: 30px;
    position: absolute;
    z-index: 5;
}
.home-testimonials__info p {
    line-height: 20px;
    font-size: 16px;
}
.home-testimonials__details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}
.home-testimonials__info {
    color: #fff;
}
.home-testimonials__details img {
    max-height: 30px;
    max-width: 120px;
}
.home-testimonials__details h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.home-testimonials__details span {
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
.home-testimonials__details span a{
    font-size: 16px;
    color: #3e85f7;
    text-decoration: navajowhite;
    padding: 5px 18px 8px 18px;
    background: #fff;
    border-radius: 50px; 
    border: 2px solid #fff;
}
.home-testimonials__details span a:hover{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 5px 18px 8px 18px;
    background: transparent;
    border-radius: 50px; 
    border: 2px solid #fff;
}
.ncm-announcement-news-section{
    background-color:#305f62;
}
.ncm-announcement-news {
    background-color: #156064;
    border-top: 0px solid #21a0dd;
    padding: 40px 0;
}
.ncm-announcement-news ul li {
    border-bottom: 1px solid #efeeec;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 5px;
    padding-top: 5px;
}
.ncm-announcement-news ul li h4 {
    margin-bottom: 0;
}
.ncm-announcement-news ul li h4 a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    display: block;
    padding: 0 10px;
}
.ncm-announcement-news ul li h4 a:hover{
    color: #fff;
}
.ncm-announcement-news ul li p {
    font-weight: 400;
    font-size: 18px !important;
    line-height: 32px;
    margin-bottom: 0;
    padding: 0 10px;
    color: #fff;
}
.ncm-announcement-news ul li p a {
    color: #eb9372;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.ncm-announcement-news .btn {
    padding: 10px 20px !important;
    text-transform: uppercase;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    color: #ffffff;
    border-width: 0px;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    background: #fb8f67;
    margin-top: 30px !important;
    line-height: 24px;
}
.ncm-announcement-news .btn:hover{
    background: #f96934;
}
.ncm-sermon-section{
    background: #73c9cb;
}
.ncm-sermon-section .btn {
    padding: 10px 20px !important;
    text-transform: uppercase;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    color: #ffffff;
    border-width: 0px;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    background: #fb8f67;
    margin-top: 15px;
}
.ncm-sermon-section .btn:hover{
    background: #f96934;
}
.ncm-sermon-section .home_sec5_box {
    display: block;
    padding: 0px;
    background-size: cover;
    background-color: #00c49a;
}
.ncm-sermon-section h2.ncm-modern-message-title {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px !important;
    line-height: 28px;
    display: block;
    padding: 0 10px;
    text-transform: capitalize;
    text-align: left;
    padding-left: 0;
}
.ncm-sermon-section .ncm-modern-message-meta {
    font-size: 18px;
    color: #fff;
    margin-top: 18px !important;
}
.ncm-sermon-section .ncm-player-advance .enmse-vid-container{
    border: 0px !important;
}
.nopadding{
    padding:0px !important;
}
.ncm-event-full-width{
    border-top: 0px; 
    margin-top: 0px; 
    padding: 30px 0 !important;
}
.ncm-event-full-width ul li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    padding: 0 !important; 
}
.ncm-event-full-width .ncm-event-date {
    width: auto !important;
    text-align: center;
    padding-top: 8px;
}
.ncm-event-full-width .ncm-event-info {
    font-weight: 400;
    font-size: 17px;
    color: #373945;
    margin-left: 25px;
    margin-top: 10px;
}
.ncm-event-full-width ul li {
    border-bottom: 0px solid #efeeec !important;
    display: block;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.ncm-event-full-width ul li h4 {
    margin-bottom: 5px;
    padding-bottom: 3px;
    margin-top: 13px;
    color: #373945;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 2px solid #d77c68;
    display: inline;
    line-height: 34px;
}
.ncm-event-full-width .ncm-event-date .ncm-event-day {
    font-weight: 600 !important;
}
.ncm-event-full-width .ncm-mark-event-left-title h2{
    font-weight: bold;
    color: #56514f;
    font-size: 34px;
}
.ncm-event-full-width .ncm-event-full-width ul li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    padding: 0 !important;
    margin-top: 5px;
}
.ncm-event-full-width .ncm-event-date .ncm-event-month {
    line-height: 32px;
    font-size: 16px;
    padding-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    color: #373945;
    display: block;
    margin-top: 5px;
    font-weight: 600;
}
.ncm-announcement-card-section{
    background: #d8d8d8;
}
.ncm-announcement-card-section .ncm-announcement-card {
    background-color: transparent;
    border-top: 0px solid #21a0dd;
    padding: 60px 0;
}
.ncm-announcement-card .announcement-image {
    height: 250px;
    background-size: cover !important;
    background-position: center center !important;
}
.ncm-announcement-card .announcement-content {
    padding: 14px 0px 25px 0px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 4px 11px 0px #ccc;
}
.ncm-announcement-card-section .ncm-announcement-card ul li h4 a {
    color: #7eaf96;
    padding: 0 20px;
}
.ncm-announcement-card-section .ncm-announcement-card ul li {
    border-bottom: 0px solid #efeeec; 
    display: block;
    padding-bottom: 0px; 
    margin-bottom: 0px; 
}
.ncm-announcement-card-section .ncm-announcement-card ul li h4 {
    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 0px;
}
.ncm-announcement-card-section .ncm-announcement-card ul li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    padding: 0 20px;
    color: #745c50;
}
.ncm-announcement-card-section .ncm-announcement-card .ncm-event-date {
    width: 95px;
    text-align: center;
    padding-top: 8px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 1px 8px 0px #ccc;
    border-radius: 50%;
    height: 95px;
}
.ncm-announcement-card-section .ncm-announcement-card .ncm-event-date .ncm-event-month {
    line-height: 32px;
    font-size: 16px;
    padding-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    color: #745c50;
    display: block;
    margin-top: 5px;
    font-weight: 600;
}
.ncm-announcement-card-section .ncm-announcement-card .ncm-event-date .ncm-event-day {
    line-height: 20px;
    font-size: 38px;
    color: #745c50;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: block;
}
.ncm-announcement-card-section .ncm-announcement-card ul li p a {
    color: #7eaf95;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    display: block;
}
.ncm-announcement-new-card-section{
    background: #eaf2fa !important;
    padding: 70px 0px 50px 0px;
}
.ncm-announcement-new-card-section .ncm-announcement-new-card {
    padding: 60px 30px 20px 30px !important 
}
.ncm-announcement-new-card-section .ncm-announcement-new-slider{
    padding-left: 0px;
    padding-right: 0px;
}
.latestTitle{
    font-weight: 600;
    color: #343c6e;
    font-size: 35px;
}
.ncm-announcement-new-card .announcement-content{
    text-align: left !important;
    padding: 20px 35px !important; 
    box-shadow: none !important;
    background: #fff !important;
    min-height: 250px;
}
.ncm-announcement-new-card .announcement-content h4{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}
.ncm-announcement-new-card .announcement-content h4 a{
    color: #343c6e;
}
.ncm-announcement-new-card .announcement-content p{
    font-size: 16px;
    color: #6e6e6f;
    padding: 10px 0px !important;
}
.ncm-announcement-new-card .announcement-content p a{
    display: block;
    color: #343c6e;
    font-weight: bold;
    font-size: 16px;
}
.ncm-announcement-new-slider .slick-next{
    display: block;
    width: 40px;
    height: 40px;
    background: #343c6e;
    right: 14px;
    border-radius: 40px;
    z-index: 99;
}
.ncm-announcement-new-slider .slick-prev{
    display: block;
    width: 40px;
    height: 40px;
    background: #343c6e;
    left: 14px;
    border-radius: 40px;
    z-index: 99;
}
.sermon-shortcode-left{
    padding: 60px 10px;
}
.sermon-shortcode-left .sermonImage{
    height: 300px;
    background-size: cover !important;
    background-position: center !important;
}
.sermon-shortcode-left .date_and_speaker{
    font-size: 22px;
    font-weight: 600;
    color: #a38574;
    margin-top: 15px;
}
.sermon-shortcode-left .sermon_title{
    color: #7b675b;
    font-size: 35px;
    font-weight: bold;
    margin-top: 15px;
}
.sermon-shortcode-left .padding60{
    padding: 60px;
}
.sermon-shortcode-left a.sermon-media-tab {
    border: 2px solid #7b675b;
    color: #7b675b;
}
.sermon-shortcode-left a.sermon-media-tab:hover{
    color: #fff;
}
.sermon-shortcode-left a.sermon-media-tab::before {
    background-color: #7b675b;
    color: #fff;
}
.sermon-shortcode-left li .filtered-dropdown > ul > li {
    border: 2px solid #7b675b;
    color: #7b675b;
}
.sermon-shortcode-left li .filtered-dropdown > ul > li::after {
    border-bottom: 1px solid #7b675b;
    border-right: 1px solid #7b675b;
}
.sermon-shortcode-left li .filtered-dropdown ul li ul {
    background-color: #7b675b;
    list-style: none;
}
.sermon-shortcode-left .filtered-dropdown ul li ul::before {
    border-top: 1px solid #7b675b;
    border-left: 1px solid #7b675b;
    background: #7b675b;
}
.sermon-shortcode-left .filtered-dropdown ul li ul li:hover {
    background-color: #7b675b;
    opacity: 0.8;
}
.sermon-shortcode-left .audio-player {
    width: 92%;
    margin-right: 30px;
}
.announcements_card{
    background: #fff;
    box-shadow: 0px 4px 8px #ddd;
}
.announcement-content p {
    font-size: 14px;
    font-weight: normal;
    color: #424242 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.nobb{
    border-bottom: 0px solid #333 !important;
}
.announcement-content {
    padding: 15px;
}
.announcement-content p>a{
    text-transform: uppercase;
}
.announcement-content .event-title a::after {
    content: '';
    border: 1px solid #f3705b !important;
    display: block;
    width: 50px;
    margin-top: 10px;
}
.announcement-single-content p{
    font-size: 14px;
    font-weight: normal;
    color: #424242 !important;
}
/*--------------------------------------------------------------
Responsive Layout
--------------------------------------------------------------*/
@media screen and (min-device-width: 1199px) and (max-device-width: 1280px) {
    .sermon-shortcode-left .sermon-listing-tabs li {
        display: inline-block !important;
        margin-right: 4px;
        margin-bottom: 10px;
    }
    .sermon-shortcode-left .audio-player {
        width: 100%;
    }
    .sermon-shortcode-left .padding60 {
        padding: 60px 40px;
    }
}
@media (max-width: 1199px) {
    .sermon-shortcode-left .padding60 {
        padding: 40px 40px 20px 40px;
    }
    .sermon-shortcode-left .sermon-listing-tabs li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .sermon-shortcode-left .sermon_title {
        color: #7b675b;
        font-size: 30px;
        font-weight: bold;
        margin-top: 15px;
    }
}
@media (max-width: 991px) {
    .sermon-shortcode-left .sermon-listing-tabs li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .sermon-shortcode-left .padding60 {
        padding: 0px 40px 0px 40px;
    }
    .sermon-shortcode-left .sermon-listing-tabs li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0;
    }
    .slick-prev {
        left: -25px;
    }
    .slick-next {
        right: -25px;
    }
    .ncm-accounment {
        margin-bottom: 30px;
    }
    .ncm-accounment ul li {
        padding-bottom: 10px;
        margin-bottom: 14px;
    }
    .ncm-accounment ul li h4 a {
        font-size: 18px;
        line-height: 24px;
        padding: 0 15px;
    }
    .ncm-accounment ul li p {
        font-size: 15px;
        padding: 0px 15px;
    }
    .ncm-accounment ul li p a {
        font-size: 13px;
    }
    .ncm-accounment .ncm-event-date .ncm-event-day {
        font-size: 36px;
    }
    .ncm-accounment .ncm-event-date .ncm-event-month {
        line-height: 20px;
        font-size: 14px;
    }
    .ncm-accounment .ncm-event-info .ncm-event-title {	
        font-size: 18px;
    }
    .ncm-accounment ul li h4 {
        margin-bottom: 5px;
    }
    .ncm-accounment .ncm-event-info .ncm-event-title {	
        font-size: 18px;
    }
    .ncm-accounment .ncm-event-info {
        font-size: 14px;
    }
    .ncm-accounment .btn.extra-width {
        width: 259px;
        padding: 12px 15px;
        font-size: 15px;
        letter-spacing: .5px;
    }
    .ncm-upcoming-events {
        padding: 50px 0;
    }
    .ncm-featured-event-detail h3 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .ncm-featured-event-detail h3::after {
        bottom: -5px;
    }
    .ncm-featured-event-detail h4 {
        margin-bottom: 10px;
    }
    .ncm-featured-event-detail h4 a {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 1px;
    }
    .ncm-featured-event-date {
        font-size: 20px;
    }
    .ncm-featured-event .btn-default {
        margin-top: 20px;
    }
    .ncm-upcoming-single-event {
        margin-bottom: 25px;
        padding: 0 9px;
    }
    .ncm-upcoming-events .ncm-upcoming-single-event h4 {
        margin-bottom: 5px;
    }
    .ncm-upcoming-events .ncm-upcoming-single-event .event-title {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 6px;
    }
    .ncm-upcoming-events .ncm-upcoming-single-event .event-date span {
        font-size: 12px;
        letter-spacing: 0.7px;
    }
    .hideOnresponsive{
        display: none;
    }
    .event_right_image{
        margin-top: 0px;
    }
    .leftContainer{
        margin-bottom: 20px !important;
    } 
    .leftContainer,.rightContainer{
        padding: 0px !important;
    }
    .ncm_left_sermon_video .fluid-width-video-wrapper iframe{
        padding: 0px 0px;
    }
    .ncm_church_series_container {
        position: relative; 
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        min-height: 500px !important;
    }
    .ncm-announcement-slider .slick-slide>div{
        padding: 0px 10px;
    }
    .ncm-announcement-card-section .ncm-announcement-card ul li {
        padding-bottom: 15px;
    }
    .ncm-announcement-new-card-section .ncm-announcement-new-card {
        padding: 60px 15px 20px 15px !important;
    }
}
@media (max-width: 767px) {
    .sermon-shortcode-left .padding60 {
        padding: 15px 40px 0px 16px;
    }
    .sermon-shortcode-left .sermon-listing-tabs li > a, .sermon-shortcode-left .sermon-listing-tabs li .dropbtn {
        font-size: 16px;
        padding: 12px 15px;
        text-align: center;
        width: 100%;
    }
    .ncm-two-column-cta {
        padding: 0px 0 25px;
    }
    .ncm-cta-box {
        padding: 100px 10% 100px;
    }
    .ncm-cta-box strong {
        font-size: 14px;
    }
    .ncm-cta-box p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .ncm-event-calendar {
        display: block;
        padding: 25px 0;
    }
    .ncm-mark-event-left h3 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    .ncm-mark-event-left small {
        font-size: 16px;
    }
    .ncm-event-listing ul li {
        padding: 0 10px;
        margin-bottom: 25px;
        width: 50%;
    }
    .ncm-event-listing ul li p {
        font-size: 13px;
        line-height: 22px;
    }
    .home_sec5_box {
        padding: 50px 0;
    }
    .home_sec5_sec .common_heading {
        font-size: 32px;
        line-height: 34px;
    }
    h3.ncm-modern-message-meta {
        font-size: 16px !important;
    }
    h2.ncm-modern-message-title {
        font-size: 22px !important;
        margin: 0 0 15px 0;
    }
    h2.ncm-modern-message-title-advance {
        font-size: 22px !important;
        margin: 0 0 15px 0;
    }
    .enmse-vid-container {
        display: block;
        width: 100%;
        height: auto;
    }
    .ncm-slick-event-carousel {
        padding: 50px 0;
        margin-bottom: 0;
    }
    .slick-slide {
        margin: 0 15px;
    } 
    .slick-prev {
        left: -15px;
    }
    .slick-next {
        right: -15px;
    }
    .mobileResponsive{
        padding: 0px !important;
    }
    .hidden_on_desktop_tablet{
        display: block !important;
    }
    .ncm-player-advance .enmse-vid-container {
        display: block; 
        height: auto;
        border: 10px solid #fff;
    }
    .ncm_church_series_container {
        position: relative; 
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        min-height: 300px !important;
    }
    .ncm-announcement-slider .slick-slide>div{
        padding: 0px;
    }
}
@media all and (max-width: 991.8px) and (min-width: 768px){
    .ncm-cta-box {	
        padding: 180px 5%;
    }
    .ncm-cta-box strong {
        font-size: 14px;
    }
    .ncm-cta-box p {
        font-size: 20px;
        line-height: 22px;
    }
    .event-detait-main .single-event .event-detail-title{
        display: inline;
    }
}
@media all and (max-width: 767.8px) and (min-width: 576px){
    .ncm-accounment .btn.extra-width {
        width: 217px;
        padding: 12px 8px;
        font-size: 13px;
        letter-spacing: 0;
    }
    .filtered-dropdown {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .sermon-shortcode-left .sermon-listing-tabs li {
        display: block;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .sermon-shortcode-left .sermon-listing-tabs li .filtered-dropdown > ul > li {
        height: 42px;
    }
    .sermon-shortcode-left .audio-player {
        width: 100%;
    }
    .ncm-featured-event {
        position: relative;
    }
    .ncm-featured-event-overlay{
        padding: 70px 0px;
    }
    .filtered-dropdown {
        width: 100%;
    }
    .custom-select-trigger{
        padding: 2px 60px 1px 15px;
    }
    .custom-select-trigger:after{
        right: -96px;
        top: 46%;
    }
    .col-x-small{
        width:50%;
    }
    .col-x-small .sermons-single-image img{
        width:100%;
    }
    .ncm-cta-box-left-video .left-video-title,.only_upcoming_event_title {
        font-size: 26px !important;
    }
    .ncm-cta-box-left-video{
        padding-top: 60px;
        padding-right: 50px;
        padding-bottom: 80px;
        padding-left: 50px;
    }
    .ncm-event-listing ul li h4{
        font-size: 18px;
    }
    .leftColtoCenter, .leftColtoCenter .ncm-modern-message-title{
        text-align: center !important;
    }
}
@media (max-width: 400px) {
    .col-x-small, .col-x-small .sermons-single-image img{
        width:100%;
    }
}
.topnav {
    overflow: hidden;
}
.topnav input[type=text] {
    padding: 13px 15px;
    font-size: 16px;
    border-width: 2px 0px 2px 2px;
    border-color:#eff0f3;
    border-style: solid;
    border-radius: 30px 0px 0px 30px;
    font-family: 'Lato', sans-serif;
    color: #1d2529;
}
.topnav .search-container button {
    float: right;
    padding: 13px 10px;
    background: #21a0dd;
    font-size: 16px;
    border: none;
    cursor: pointer;
    color: #fff;
    border: 2px solid #21a0dd;
    font-family: 'Lato', sans-serif;
    border-radius: 0px 30px 30px 0px;
}

.topnav .search-container button:hover {
    background: #21a0dd;
    opacity: 0.8;
}
.topnav input[type=text]:focus{
    color: #21a0dd;
    border-width: 2px 0px 2px 2px;
    border-color:#21a0dd;
    border-style: solid;
}
.ncm_church_group_row {
    display: flex;
    padding: 10px;
    border:1px solid #ddd;
    margin-bottom: 10px;
    background: #f5f5f5;
}
@media screen and (max-width: 767px) {
    .topnav .search-container {
        float: none;
    }
    .topnav a, .topnav input[type=text], .topnav .search-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }
    .topnav input[type=text] {
        border: 1px solid #21a0dd;  
    }
    .topnav input[type=text] {
        border-radius: 0px;
    }
    .topnav .search-container button {
        border-radius: 0px;
    }
    .ncm_church_group_row {
        display: block !important;
        padding: 10px;
        border:1px solid #ddd;
        background: #f5f5f5;
    }
    .ncm_church_group_row .ncm_church_group_item{
        margin-bottom: 10px;
    }
    .ncm_church_group_row .choose_resource_from_library_frontend,.ncm_church_group_row .remove_media_button{
        padding: 10px 6px !important;
    }
    .pr-xm-0{
        padding-right: 0px !important;
    }
    .pl-xm-0{
        padding-left: 0px !important;
    }
}
.announcements_site{
    margin-top: 50px !important;
    margin-bottom: 80px;
}
.announcements_single{
    border-bottom: 2px solid #878787;
    margin-top: 30px;
}
.announcements_single:last-child{
    border-bottom: 0px !important;
}
.ncm_series_image img{
    width: 100%;
}
.media-library-button #frontend-button {
    display: inline-block !important;
    margin: 0 auto 40px auto;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    position: relative;
    border: 1px solid transparent;
    padding: 0.75rem 2.0625rem;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    color: #fff;
    background-color: #21a0dd;
    border-color: #21a0dd;
}
.media-library-button img{
    margin-bottom: 15px;
}