/*!
 * Start Bootstrap - Clean Blog v3.3.7+1 (http://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');
body {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #333333;
}

p {
    line-height: 1.5;
    margin: 30px 0;
}

p a {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
}

a {
    color: #333333;
}

a:hover,
a:focus {
    color: #4769a2;
}

a img:hover,
a img:focus {
    cursor: zoom-in;
}

blockquote {
    color: #777777;
    font-style: italic;
}

hr.small {
    max-width: 100px;
    margin: 15px auto;
    border-width: 4px;
    border-color: white;
}

.navbar-custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    font-family: 'Lato', sans-serif;
}

.navbar-custom .navbar-brand {
    font-weight: 800;
}

.navbar-custom .navbar-header .navbar-toggle {
    color: #aaa;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 0;
}

.navbar-custom .nav li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

div#bs-example-navbar-collapse-1 {
    max-width: 80%;
    margin-left: 20%;
}

@media only screen and (min-width: 768px) {
    .navbar-custom {
        background: transparent;
        border-bottom: 1px solid transparent;
    }
    .navbar-custom .navbar-brand {
        color: white;
        padding: 5px;
    }
    .navbar-custom .navbar-brand:hover,
    .navbar-custom .navbar-brand:focus {
        color: rgba(255, 255, 255, 0.8);
    }
    .navbar-custom .nav li a {
        color: #fff;
        padding: 20px;
        font-size: 18px;
        font-weight: 600;
        text-transform: none;
    }
    .navbar-custom .nav li a:hover,
    .navbar-custom .nav li a:focus {
        color: #00a0e0;
    }
}

@media only screen and (min-width: 1170px) {
    .navbar-custom {
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .navbar-custom.is-fixed {
        /* when the user scrolls down, we hide the header right above the viewport */
        position: fixed;
        top: -61px;
        background-color: rgba(255, 255, 255, 0.9);
        border-bottom: 1px solid #f2f2f2;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }
    .navbar-custom.is-fixed .navbar-brand {
        color: #333333;
    }
    .navbar-custom.is-fixed .navbar-brand:hover,
    .navbar-custom.is-fixed .navbar-brand:focus {
        color: #0085A1;
    }
    .navbar-custom.is-fixed .nav li a {
        color: #333333;
    }
    .navbar-custom.is-fixed .nav li a:hover,
    .navbar-custom.is-fixed .nav li a:focus {
        color: #0085A1;
    }
    .navbar-custom.is-visible {
        /* if the user changes the scrolling direction, we show the header */
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.intro-header {
    background-color: #777777;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
    margin: 15px auto;
    padding: 100px 0 50px;
    color: white;
}

@media only screen and (min-width: 768px) {
    .intro-header .site-heading,
    .intro-header .post-heading,
    .intro-header .page-heading {
        padding: 150px 0;
    }
}

.intro-header .site-heading,
.intro-header .page-heading {
    text-align: left;
}

.intro-header .site-heading h1,
.intro-header .page-heading h1 {
    margin-top: 0;
    font-size: 50px;
}

.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
    font-size: 24px;
    line-height: 1.1;
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin: 10px 0 0;
    color: #0142AA;
}

@media only screen and (min-width: 768px) {
    .intro-header .site-heading h1,
    .intro-header .page-heading h1 {
        font-size: 80px;
    }
}

@font-face {
    font-family: grotesk;
    src: url('fonts/GroteskSSHOP-Book.otf') format("opentype");
    src: url('fonts/GroteskSSHOP-Heavy.otf') format("opentype");
}

.tsk-site-heading {
    margin-top: 0;
    color: #0142aa;
    font-family: grotesk;
    text-transform: uppercase;
}

@media only screen and (min-width:1200px) and (max-width:2000px) {
    .tsk-site-heading {
        font-size: 115px;
    }
}

@media only screen and (min-width:995px) and (max-width:1200px) {
    .tsk-site-heading {
        font-size: 95px;
    }
}

@media only screen and (min-width:720px) and (max-width:995px) {
    .tsk-site-heading {
        font-size: 65px;
        margin-bottom: 80px;
    }
}

@media only screen and (min-width:100px) and (max-width:720px) {
    .tsk-site-heading {
        font-size: 45px;
        margin-bottom: 100px;
    }
}

.intro-header .post-heading h1 {
    font-size: 35px;
}

.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
    line-height: 1.1;
    display: block;
}

.intro-header .post-heading .subheading {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin: 10px 0 30px;
    font-weight: 600;
}

.intro-header .post-heading .meta {
    font-family: 'Lora', 'Times New Roman', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
}

.intro-header .post-heading .meta a {
    color: white;
}

@media only screen and (min-width: 768px) {
    .intro-header .post-heading h1 {
        font-size: 55px;
    }
    .intro-header .post-heading .subheading {
        font-size: 30px;
    }
}

.post-preview>a {
    color: #333333;
}

.post-preview>a:hover,
.post-preview>a:focus {
    text-decoration: none;
    color: #0085A1;
}

.post-preview>a>.post-title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.post-preview>a>.post-subtitle {
    margin: 0;
    font-weight: 300;
    margin-bottom: 10px;
}

.post-preview>.post-meta {
    color: #777777;
    font-size: 18px;
    font-style: italic;
    margin-top: 0;
}

.post-preview>.post-meta>a {
    text-decoration: none;
    color: #333333;
}

.post-preview>.post-meta>a:hover,
.post-preview>.post-meta>a:focus {
    color: #0085A1;
    text-decoration: underline;
}

@media only screen and (min-width: 768px) {
    .post-preview>a>.post-title {
        font-size: 36px;
    }
}

.caption {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    font-style: italic;
    margin: 0;
    display: block;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

footer {
    padding: 40px 0 40px;
    background: #292929;
}

footer .list-inline {
    margin: 0;
    padding: 0;
}

footer .copyright {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.floating-label-form-group {
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eeeeee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: none;
    box-shadow: none;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #0085A1;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eeeeee;
}

.btn {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 15px 25px;
}

.btn-lg {
    font-size: 16px;
    padding: 25px 35px;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #0085A1;
    border: 1px solid #0085A1;
    color: white;
}

.pager {
    margin: 20px 0 0;
}

.pager li>a,
.pager li>span {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 15px 25px;
    background-color: white;
    border-radius: 0;
}

.pager li>a:hover,
.pager li>a:focus {
    color: white;
    background-color: #0085A1;
    border: 1px solid #0085A1;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777777;
    background-color: #333333;
    cursor: not-allowed;
}

 ::-moz-selection {
    color: white;
    text-shadow: none;
    background: #0085A1;
}

 ::selection {
    color: white;
    text-shadow: none;
    background: #0085A1;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

body {
    -webkit-tap-highlight-color: #0085A1;
}


/*NEW CUSTOM CSS*/

header.intro-header {
    padding: 126px 0;
}

.navbar-default {
    padding: 25px 20px;
    background: linear-gradient(#1d1d1d8c, #00000000);
    border: 0;
}

.navbar-custom .navbar-brand {
    font-weight: 800;
    letter-spacing: 4px;
    font-size: 26px;
    color: #89a3cc !important;
    cursor: pointer;
}

.navbar-nav {
    margin-top: 0 !important;
}

.banner-content {
    margin-top: 300px;
}

.intro-header .site-heading {
    padding: 0 !important;
}

.site-heading h2 {
    font-size: 100px;
    margin-bottom: 50px;
}

.site-heading .btn {
    margin: 0 10px;
    width: 16%;
    padding: 20px 0;
    font-size: 20px !important;
    text-transform: none !important;
    border-radius: 4px !important;
    background: #4769a2;
    font-weight: 600;
}

.intro-header .subheading {
    color: white;
    font-size: 40px !important;
}

.section-heading {
    font-size: 36px;
    font-weight: 600;
    color: #333;
}

.event-btn {
    margin: 0 10px 30px;
    padding: 20px 30px !important;
    font-size: 20px !important;
    text-transform: none !important;
    border-radius: 4px !important;
    background: #4769a2;
    color: #fff;
    display: inline-block;
}

.event-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #3f6096;
}

.event-btn:focus {
    color: #d0dfe2;
    text-decoration: none;
}

.main-content {
    padding: 80px 0;
}

.modal-body .btn {
    margin-top: 25px;
    padding: 12px 30px !important;
    font-size: 20px !important;
    text-transform: none !important;
    border-radius: 4px !important;
    background: #4769a2;
    width: 100%;
}

.form-control {
    height: 45px;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}

.modal-header {
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
}

.modal-title {
    font-size: 22px;
    font-weight: 700;
    color: #4769a2;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.events-section {
    background: #f8f8f8;
    padding: 80px 0;
}

.grid-events .event {
    margin-bottom: 30px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 32%;
    background: #fff;
}

.content {
    background: none !important;
}

.calendar-events {
    padding: 80px 0;
}

.popover-content {
    word-break: break-all;
}

.fc-row .fc-content-skeleton td {
    padding: 10px;
}

.fc-day-grid-event {
    padding: 6px 10px;
    background-color: #4769a2;
    font-size: 14px;
    border: 0;
    cursor: pointer;
}

.popover-title {
    padding: 15px;
    background: #4769a2;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.popover {
    border: 0;
}

.fc-today-button {
    background: #4769a2;
    border: 0;
    color: #fff;
    padding: 0 25px !important;
    opacity: 1;
}

.fc-prev-button,
.fc-next-button {
    color: #4769a2;
    text-shadow: none;
    box-shadow: none;
}

.fc th {
    padding: 15px;
    background: #4769a2;
    color: #fff;
    font-weight: 500;
    border: 0;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 2em;
    text-align: center;
}

.fc-unthemed td {
    border-color: #e8e8e8;
}

.fc-unthemed td.fc-today {
    background: #4769a2;
    color: #fff;
}

.fc-scroller {
    overflow: hidden !important;
    height: auto !important;
}

.modal {
    text-align: left;
}

.modal img {
    margin-bottom: 20px;
    border-radius: 8px;
}

#modal-container .modal-background .modal .modal-svg rect {
    stroke: #fff0 !important;
}

#modal-container .modal-background .modal p {
    font-size: 16px !important;
    line-height: 28px !important;
    color: #000;
}

.navbar-brand>img {
    display: block;
    height: 30px;
    margin-top: 10px;
    cursor: pointer!important;
}

.strip figure a img {
    position: relative;
}

.read_more span {
    background-color: rgba(255, 255, 255, .8);
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: 12px;
    padding: 5px 10px;
}

.read_more {
    position: absolute;
    top: 15%;
    left: 0;
    margin-top: -12px;
    text-align: center;
    width: 100%;
    transition: all .6s;
    z-index: 2;
    display: none;
}

.event:hover .read_more {
    display: block;
}

.grid-events {
    display: flex !important;
    flex-wrap: wrap;
}

.location {
    font-size: 14px;
    font-weight: 600;
}

.details-btn {
    background: #fff;
    border: 0;
    color: #32a067;
    border: 1px solid #32a067;
    margin-top: 12px;
    border-radius: 4px;
    padding: 2px 12px;
    line-height: 24px;
}

footer h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 35px;
    font-weight: 600;
}

footer p {
    color: #fff;
    font-size: 14px;
    margin: 0 0 20px;
    line-height: 26px;
    width: 80%;
}

footer li {
    color: #fff;
    font-size: 14px;
    list-style: none;
    margin-bottom: 10px;
}

footer li a {
    color: #fff;
    font-size: 14px;
}

footer li a:hover {
    text-decoration: none;
}

.home-img {
    border-radius: 4%;
    margin-top: 5%;
    width: 100%;
}

.view-btn {
    text-align: right;
}

.view-btn a {
    float: none;
    font-size: 16px;
    padding: 8px 12px 8px 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    display: inline-block;
    background: #4769a2;
    color: #fff;
}

.view-btn a:hover {
    text-decoration: none;
}

.view-btn a:focus {
    text-decoration: none;
    color: #a9a9a9;
}

.page-title {
    padding: 90px 0 50px !important;
}

.page-title .site-heading {
    text-align: center;
}

.bottom span {
    margin-left: 10%;
}

.social-links a {
    width: 33%;
    display: inline-block;
    margin-bottom: 20px;
}

footer hr {
    margin-bottom: 6px;
    border-top: 1px solid #4a4a4a;
}

.event-page {
    background: url(../img/event-bg.jpg) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.calendar-event {
    background: url(../img/calendar-event-bg.jpg) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.small-banner-btn {
    width: auto !important;
    padding: 12px 30px !important;
}

.image-box {
    height: 175px;
    background-size: cover !important;
    background-position: center !important;
}

section.events-section .row {
    display: flex;
    flex-direction: column;
}


/*NEW CUSTOM CSS*/


/*RESPONSIVE CSS*/

@media only screen and (max-width:1024px) {
    .grid-events .event {
        width: 49%;
    }
    .site-heading .btn {
        padding: 10px 10px !important;
        width: auto;
        margin-right: 5px;
        margin-left: 0;
    }
    .navbar-nav {
        margin-top: 20px !important;
    }
    .social-links a {
        width: auto;
        margin-right: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .grid-events .event {
        width: 100%;
    }
    .site-heading h2 {
        font-size: 60px;
    }
    .intro-header .site-heading {
        padding: 0 20px !important;
    }
    header.intro-header {
        padding: 40px 0;
    }
    .events-section {
        padding: 60px 0;
    }
    .navbar-brand {
        padding: 0;
    }
    .navbar-header {
        padding-bottom: 10px;
    }
    .navbar-custom .nav li a {
        color: #fff;
    }
    .navbar-collapse {
        background: #000000d4;
    }
    section.events-section>div>.row {
        flex-direction: column;
        display: flex;
    }
    .fc-right {
        margin: 20px auto;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .fc-row .fc-content-skeleton td {
        padding: 5px;
    }
    .fc table {
        font-size: 0.8em;
    }
    .fc-day-grid-event {
        display: block;
        white-space: normal;
    }
    .fc-toolbar.fc-header-toolbar {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .fc-center h2 {
        font-size: 1.2em;
    }
}


/*RESPONSIVE CSS*/