@charset "UTF-8";
/* CSS Document */

/* custom styles for jce ********************************************************/



/* fonts ************************************************************************************************/

.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

body .fa, body .fas, body [class*=" icon-"], body [class^="icon-"] {
  opacity: 1;
}





/* basics ************************************************************************************************/

:root {
    --body-bg: #fff;
    --body-color: #000;
    --cassiopeia-color-primary: #000;
    --cassiopeia-color-link: #ce0000;
    --cassiopeia-color-hover: #ff0000;
    --body-font-size: 100%;
    --cassiopeia-font-weight-headings: 700;
    --cassiopeia-font-weight-normal: 400;
}

.fa, .fas, [class*=" icon-"], [class^="icon-"] {
    opacity: 1;
}

body {
    color: #000;
    line-height: 1.4;
    font-size: 100%;
    font-weight: 400;
    letter-spacing: .1rem;
    -webkit-font-smoothing: subpixel-antialiased;
}

p {
    margin: 0;
    padding: 0 0 .9vw;
}


h1 { font-size: 200%;}
h2 { font-size: 175%}
h3 { font-size: 150%;}
h4 { font-size: 130%;}
h5 { font-size: 120%;}
h6 { font-size: 110%;}

h1, h2, h3, h4, h5, h6 { 
    padding: 0;
    margin: 0 0 1vw;
    font-weight: 600;
    line-height: 1;
    color: #666;
}

h1, h2 { 
    text-transform: uppercase;
    letter-spacing: .1rem;
}

b, strong {
  font-weight: bold;
}



/* readmores */

p.readmore {
    text-align: center;
    line-height: 100%;
    margin: 5px 0;
}

p.readmore .btn {
    background: #c3c3c3;
    color: #fff;
    border-radius: 25px;
    padding: 7px 17px;
}

p.readmore:hover .btn {
    background: #c30000;
    color: #fff;
}

p.readmore .btn span {
    display: none;
}



li { padding-bottom: 7px; }


/* captions */

.wf_caption {
    line-height: 1.2;
    border: 1px solid #c3c3c3;
}

.wf_caption svg {
    background: rgba(0,0,0,.5);
}

.wf_caption span {
    padding: 13px 5px;
    font-weight: 400;
    font-size: 100%;
    line-height: 1;
    text-align: center;
}

.wf-columns {
  margin-bottom: 25px;
}

body .wf-icon-zoom-image > svg {
    fill: #fff;
    transform: scale(-1);
    width: 37px;
    height: 37px;
    padding: 5px;
    border-radius: 25px;
}

blockquote {
    display: inline-block;
    margin: 0 0 25px;
    padding: 1rem 1rem 0 1rem;
    border: 10px solid #c3c3c3;
    border-width: 1px 1px 1px 17px;
    border-radius: 10px;
    font-size: 125%;
}

.fa, .fas, [class*=" icon-"], [class^="icon-"] {
    font-family: Font Awesome 5 Free;
    font-weight: 900;
    opacity: 1;
}


flow table h1, flow table h2, flow table h3, flow table h4, flow table h5, flow table h6 {
    padding: 0;
    margin: 0;
}

.btn {
    padding: 5px 10px;
    border: none;
}


/* horiz rule */

hr { 
    background: url('../images/logo.png') no-repeat 50% 50%;
    background-size: contain;
    display: block;
    height: 67px !important;
    border: 0;
    position: relative;
    opacity: 1;
    margin: 1vw 0 1vw;
    clear: both;
}

hr:before, hr:after {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    top: 34px;
    border-radius: 30px;
}

hr:before {
    left: 0;
    right: 50%;
    margin-right: 53px;
    background: linear-gradient(to left, rgba(76,187,234,.4) 0%, rgba(76,187,234,0) 100%);
}

hr:after {
    right: 0;
    left: 50%;
    margin-left: 53px;
    background: linear-gradient(to right, rgba(76,187,234,.4) 0%, rgba(76,187,234,0) 100%);
}

/* responsive video ************************************************************************************************/

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.donations {
    text-align: center;
    display: inline-block;
}

.donations > div {
    width: 33%; 
    display: inline-block; 
    text-align: center; 
    vertical-align: top;
    min-width: 400px;
    border: 1px solid rgba(0,0,0,.2);
    padding: 15px;
}

/* structural ************************************************************************************************/

body.has-sidebar-left .site-grid .container-component {
  grid-column-start: full-start;
}

body.has-sidebar-left .site-grid .container-component {
  grid-column-end: main-end;
}

body:not(.has-sidebar-left) .site-grid .container-component {
  grid-column-start: full-start;
}

body:not(.has-sidebar-right) .site-grid .container-component {
  grid-column-end: full-end;
}










body {
    box-shadow: 0 0 1000px inset rgba(0,0,0,.2);
    background: rgba(0,0,0,.02);
}

.container-header {
    width: 100%;
    background: url(../images/header-bg.png) 50% 100% no-repeat;
    background-size: cover;
}

.container-header .grid-child {
    padding: 0;
}

body.wrapper-fluid .site-grid {
    width: 100%;
}





.logo {
    max-width: 67%;
    margin: 0 auto -83px;
}

#logoshrink {
    width: 600px;
    max-width: 100%;
}

.container-nav {
    width: 100%;
    max-width: 100%;
    background: #fff;
}

body .site-grid .breadcrumbs,
body .site-grid .grid-child main {
    width: 1320px;
    max-width: 100%;
    padding: 25px 11px 0;
    margin: auto;
    background: #fff;
}

body .site-grid .grid-child main {
    padding: 37px 23px 0;
    margin-bottom: 37px;
}

body.homepage .site-grid,
body.homepage .site-grid .grid-child main {
    width: 1560px;
    max-width: 100%;
    margin: auto;
    text-align: center;
}

body.homepage .site-grid .grid-child main img {
    border: 1px solid #c3c3c3;
}

body .site-grid .container-bottom-a {
    width: 100% !important;
    max-width: 100% !important;
}

.container-bottom-a > *, .container-bottom-b > *, .container-top-a > *, .container-top-b > * {
  margin: 0;
}

.container-banner {
    margin: 0;
    padding: 0;
}




/* main menu ************************************************************************************************/

ul.horiz-menu {
    list-style: none;
    display: inline-block;
    width: 100%;
    text-align: center;
}

ul.horiz-menu li {
    display: inline-block;
    padding: 5px 11px 3px;
    margin: 3px 5px 0;
    font-size: calc(7px + .8vw);
}

body ul.horiz-menu li {
    background: none;
    color: #fff;
    border-radius: 0 11px 11px 11px;
    text-transform: capitalize;
    letter-spacing: inherit;
}

body ul.horiz-menu li.active a {
    color: inherit;
}

body ul.horiz-menu li:hover,
body ul.horiz-menu li.active {
    background: #fff;
}

body ul.horiz-menu li:hover a,
body ul.horiz-menu li.active a {
    color: #2482bb !important;
    text-decoration: none;
}

.container-header .mod-menu {
  justify-content: center;
}

.metismenu.mod-menu .mm-toggler::after {
  -webkit-margin-start: 3px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 11px solid;
  margin-inline-start: 3px;
}

.container-nav {
    margin: 0;
    width: 100%;
}

.container-nav .navbar {
    margin: 0;
    width: 100%;
}

.container-nav .navbar ul.mod-menu {
    height: 100px;
    width: 100%;
    justify-content: center;
    background: url(../images/menu-bg.jpg);
    background-position: bottom;
}

.container-nav ul.mod-menu li.level-1 {
    font-size: 26px;
    border: 1px solid rgba(0,0,0,0);
    margin: 0 20px;
    padding: 55px 0 0;
    transition: all .5s ease-in-out;
}

.container-nav ul.mod-menu li > a {
    color: #b1b1b1;
    font-weight: 600;
    letter-spacing: .2rem;
    text-transform: uppercase;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.container-nav .navbar > div > ul.mod-menu > li.level-1.active,
.container-nav .navbar > div > ul.mod-menu > li.level-1:hover {
    border: 1px solid rgba(0,0,0,0);
    background: url(../images/flag.png) no-repeat;
    background-size: 73px;
    background-position: left 1px bottom 37px;
}

.container-nav .navbar > div ul.mod-menu li.active > a,
.container-nav .navbar > div ul.mod-menu li:hover > a {
    color: #fff;
}

.container-nav .metismenu > li.level-1.active > a, 
.container-nav .metismenu > li.level-1.active > button, 
.container-nav .metismenu > li.level-1 > a:hover, 
.container-nav .metismenu > li.level-1 > button:hover {
  text-decoration: none;
}

.container-nav .metismenu > li.active > a::after, 
.container-nav .metismenu > li.active > button::before, 
.container-nav .metismenu > li > a:hover::after, 
.container-nav .metismenu > li > button:hover::before {
    background: none;
    left: 0;
    right: 0;
}

.metismenu.mod-menu .parent > ul {
    margin-left: -18px;
}

.metismenu.mod-menu .metismenu-item.active > a, 
.metismenu.mod-menu .metismenu-item.active > button, 
.metismenu.mod-menu .metismenu-item > a:hover, 
.metismenu.mod-menu .metismenu-item > button:hover {
    text-decoration: none;
}

.metismenu.mod-menu .parent > ul > li {
    background: #c30000;
}







/* sports */

.sports {
    margin: -95px auto 0;
    max-width: 100%;
    width: 1320px;
}

.sports .ls-container {
    background: #fff;
}





/* breadcrumbs */

.mod-breadcrumbs__wrapper { z-index: 3; text-transform: uppercase;}

.breadcrumb-item a {
    color: #c30000;
    display: inline-block;
    font-style: italic;
    font-size: 90%;
}

.breadcrumb-item.active { color: #000;}

.ls-wp-container{ z-index: 1; }

.container-component .breadcrumbs { }

.container-component .breadcrumb { background: none; }

.icon-location:before { color: #c3c3c3; }

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--breadcrumb-divider, "»");
}



ul.colunns {
    columns: 2 400px;
}





/* ignite ************************************************************************************************/

body .ig-gallery-wrapper,
body .ig-gallery-wrapper .ig-slideshow > div {
    max-width: 100% !important;
}

body .ig-thumb-scroller {
    width: 100%;
}

body .ig-slideshow-item-inner-lboxon {
  height: 100%;
    width: 100%;
}

body .ig-slideshow-image {
    height: 100% !important;
}






/* JEVENTS */

body #jevents_body .nav-items, 
body #jevents_body .nav-items > div {
  border-color: #3fa9db !important;
}

body #jevents_body .jev_toprow div.previousmonth, 
body #jevents_body .jev_toprow div.nextmonth {
    background: #3fa9db !important;
    border: 1px solid #3fa9db !important;
}

body #jevents_body .nav-items div.active a, 
body .jev_header2 .active a {
  background-color: #3fa9db !important;
    color: #fff !important;
}

body #jevents_body .nav-items div:hover a {
  background-color: #004c91 !important;
    color: #fff !important;
}

body #jevents_body .jev_toprow div.previousmonth:hover, 
body #jevents_body .jev_toprow div.nextmonth:hover {
    background: #004c91 !important;
}

body #jevents_body .jev_toprow div.previousmonth a, 
body #jevents_body .jev_toprow div.nextmonth a,
body #jevents_body .jev_toprow div.previousmonth:hover a, 
body #jevents_body .jev_toprow div.nextmonth:hover a {
    background: none !important;
    color: #fff !important;
}

body #jevents_body .jev_toprow div.currentmonth {
    border-top: 1px solid #3fa9db !important;
    border-bottom: 1px solid #3fa9db !important;
}












/* footer ************************************************************************************************/

.footer,
.footer .grid-child {
    width: 100%;
    display: block;
    background: none;
    color: #fff !important;
    padding: 0;
    margin: 0;
}

.container-footer {
    background: url(../images/header-bg.png) 50% 100%;
    background-size: cover;
    transform: rotate(180deg);
}

.container-footer .footer {
    transform: rotate(180deg);
    padding: 150px 25px 50px;
}







/* media queries *****************************************************************************/

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

.container-nav ul.mod-menu li > a {
    font-size: calc(11px + 1vw);
    letter-spacing: .2vw;
}
    
.container-nav ul.mod-menu li.level-1 {
    margin: 1vw;
}

}


@media only screen and (max-width: 1068px) {
    
.metismenu.mod-menu .metismenu-item {
  font-size: 1.7vw;
}

.mod-menu {
    flex-direction: row;
}
    
.metismenu.mod-menu {
    display: flex;
    flex-direction: row;
}
    
}


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

/* sports */

.sports {
     margin-top: calc(15px + -8vw);
}
    
}





@media only screen and (max-width: 991px) {
    
.position-sticky {
    position: sticky !important;
}
    
.container-header .container-nav nav {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    padding: 0;
    width: auto;
}
    
body .container-component .breadcrumbs {

}
    
}



@media only screen and (max-width: 767px) {
    
.logo {
  margin: -43px auto -10vw;
}
    
/* mobile menu */
    
.navbar-collapse {
    margin-bottom: 37px;
}
    
.container-header button.navbar-toggler {
    border: 1px solid #ccc;
    color: #ccc;
    box-shadow: none;
    margin-left: 7px;
}
    
ul.horiz-menu li {
    font-size: 17px;
    max-width: 143px;
}

.metismenu.mod-menu {
    flex-direction: column;
}
    
/* end mobile menu */



.container-topbar .logotop {
    margin-top: 19px;
}
    
.blog-item .wf-columns h1 {
    font-size: calc(23px + 1.1vw);
}
    
div .wf-columns {
    margin: 0 !important;
}
    
.wf-columns .wf-column {
    width: 100%;
    margin: 0 !important;
}

    

table.flow tr, 
table.flow tr td {
    display: inline-block;
    width: 100% !important;
}
    
table.flow tr img {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
    
.container-nav {
    margin-top: 0;
}
    
.convertforms .cf-fields .cf-one-half,
.convertforms .cf-fields .cf-one-third,
.convertforms .cf-fields .cf-one-fourth,
.convertforms .cf-fields .cf-one-fifth,
.convertforms .cf-fields .cf-one-sixth {
  width: 100%;
}

.ig-thumbs-grid {
    display: block;
}

div.ig-thumbs-grid-block {
    width: 100% !important;
    display: inline-block !important;
}

}


@media only screen and (max-width: 599px) {
    
body .jev_toprow div.previousmonth, body .jev_toprow div.nextmonth {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
    
.container-topbar .tagline {
    padding: 0 70px;
    font-size: calc(4px + 1.9vw);
}
    
    .oc-menu {
        min-width: 100% !important;
    }
    
.homepage main h1, .homepage main h2,.homepage main h3 {
    padding-left: 2vw;
    padding-right: 2vw;
}
    
.flow table tr {
    width: 100%;
}
    
.flow table tr td p:nth-child(2) {
    font-size: calc(11px + 4vw);
}

.flow table tr td p:nth-child(3) {
    font-size: calc(11px + 2vw);
}

}


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

.mod-breadcrumbs__wrapper {
    display: none;
}

}
