/*
	Theme Name: Lincs ASA Theme
	Author: Ed Bromley
	Description: For Lincolnshire ASA
	Version: 2.0
*/


/* GENERIC STYLE */

html{
  height: 100%;
	margin: auto;
	font-family: 'Noto Sans Display', sans-serif;
}

body{
	font-family: 'Noto Sans Display', sans-serif;
  position: relative;
  margin: 0;
  min-height: 100%;
  width: 100%;
  background-color: #F0F0F0;
	overflow-x: hidden;
}

h1,h2,h3{
  font-family: 'Lalezar', cursive;
}

::-moz-selection, ::selection {
  color: #08541B;
  background: #FFD300;
}

ol{
    padding-left: 5px;
}

ul li{
	counter-increment: item;
	list-style-type: none;
	margin: 20px 0 20px 0;
	position: relative;
}

article li{
  list-style-type: disclosure-closed;
}

a{
  text-decoration: none;
	color: #08541B;
  color: #08541B;
}

/* HEADER */

header{
  position: absolute;
  width: 100%;
  display: block;
  padding-top: 10px;
  /*background-color: #08541B;*/
}

header.sticky{
  position: fixed;
  z-index: 50;
  top: 0px;
  background-color: #FFF;
  box-shadow: 0px 0.5px 2px rgb(9 137 42);
}

.sticky #header-brand-logo{
  height: 50px;
}

.sticky #header-brand-title{
  color: rgb(8, 84, 27) !important;
  font-size: 2em;
  line-height: 50px;
}

.sticky #nav-button{
  padding: 5px;
}

.sticky #nav-text{
  right: 0;
  padding: 0 5px;
  line-height: 60px;
  font-size: 15px;
}


#header-brand{
	position: relative;
  margin: auto;
  display: block;
	z-index: 50;
  box-sizing: border-box;
  width: 100%;
  max-height: 80px;
  /* Brighter Green
  background-color: rgba(4, 135, 37,.8);
  background-color: rgba(8, 84, 27, 0.8);*/
}

#header-brand-logo{
  height: 75px;
}

#header-brand-title{
  position: absolute;
	color: #FFF;
	font-size: 50px;
	font-weight: 900;
  line-height: 80px;
	text-align: center;
	margin: 0 10px;
	text-transform: capitalize;
	z-index: 10;
	display: inline-block;
  font-family: 'Lalezar', cursive;
  transition: 0.4s;
}

.showcase-header-title{
  position: absolute;
  width: 100%;
  max-width: 600px;
  margin: auto;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  font-size: 1.5em;
  color: #FFF;
}

.showcase-header-title h2 #typewriter{
  font-size: 4em;
  font-family: 'Lalezar', cursive;
  display: block;
}

.wave-divider {
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.wave-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 98px;
}

.wave-divider path {
    fill: #F0F0F0;
}

video{
  object-fit: contain;
}

#main-feature{
  position: relative;
	padding: 0;
	margin: 0;
  align-items: center;
  max-width: none;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 20px;
}

.showcase-header{
  width: 100%;
  overflow: hidden;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(3, 0, 0, 0.2);
	background-position: center;
}

.showcase-header.home{
  height: 600px;
}

.showcase-shader{
	height: 100%;
	left: 0;
	right: 0;
	background: rgba(70,70,70, 0.4);
	padding-top: 25%;
  z-index: 1;
}

.showcase-header-video{
  width: 100%;
  height: 500px;
  -o-filter: blur(2px);
  filter: blur(2px);
  overflow: hidden;
  object-fit: cover;
  display: none;
}

.showcase-shader-video{
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.4);
  top: 0;
  width: 100%;
  z-index: 1;
  display: none;
}

@media screen and (min-width: 800px) {
  .showcase-header-video.home,.showcase-shader-video.home  {
    display: block;
  }
  .showcase-header.home{
    display: none;
  }
  .vp-controls-wrapper{
    display: none !important;
  }
}

.parallax{
  background-attachment: fixed;
}

/* NAVIGATION */

#mob-nav{
	position: absolute;
	top: 0;
	right: 0;
  left: 0;
  text-align: right;
  transition: 0.1s;
}

#mob-nav:hover{
	color: #FFF;
}

#nav-button{
	cursor: pointer;
  position: relative;
	transition: 0.4s;
  padding: 15px;
  display: inline-block;
  z-index: 50;
  width: 100px;
  border-radius: 10px;
  margin-top: 5px;
  background-color: #09892a;
  color: #FFF;
}
#nav-text{
  text-transform: uppercase;
}
.burger-van:last-child{
  margin-bottom: 5px;
}
.burger-van{
	width: 50px;
  height: 3px;
  background-color: #FFF;
  margin-top: 10px;
  transition: 0.5s;
}

#b1.menu-open{
  transform: translate(0px, 14px) rotate(-45deg);
  height: 4px;
}
#b2.menu-open{
  transform: rotate(45deg);
  height: 4px;
}
#b3.menu-open{
  opacity: 0;
}

#nav-text{
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  z-index: 10;
  position: absolute;
  right: 10px;
  margin: 0;
  line-height: 80px;
  top: 0;
  font-family: 'Lalezar', cursive;
}

.mobile-only{
  display: none;
}

.nav-primary{
  position: fixed;
  overflow-y: scroll;
  font-size: 0;
  box-sizing: border-box;
	display: none;
  top: 0;
  padding: 100px 50px 0 50px;
	width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.9);
  z-index: 25;
}

.nav-primary-menu{
  margin: 0;
  padding: 0;
}

.nav-primary li{
    margin: 0;
    display: block;
    width: 100%;
    list-style-type: none;
    border-bottom: 1px solid #09892A;
    transition: 0.3s;
}

.nav-primary li a{
  padding: 20px 15px;
  width: 100%;
  font-size: 25px;
  color: #000;
  display: block;
	font-weight: 300;
	-webkit-transition: padding 0.2s; /* For Safari 3.1 to 6.0 */
  transition: 0.3s;
  color: #09892A;
  box-sizing: border-box;
}

.nav-primary .dropdown a:first-child{
  display: inline-block;
  width: 100%;
}

.nav-primary .dropdown-btn{
  width: 20px;
  height: 75px;
  cursor: pointer;
  display: inline-block;
  background-image: url("/assets/images/arrow.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin: 0 50px;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  transition: 0.2s;
}

.dropdown-menu{
  display: none;
}

.dropdown-link:focus{
  color: #FFF;
  background-color: rgba(163, 29, 29, 0.8);
}

.dropdown-link:focus .dropdown-btn{
  transform: rotate(180deg);
}

.dropdown-menu li{
  border: none;
}

.nav-primary a:hover{
  padding-left: 25px;
}


/* IMAGE CONTROL */

.aligncenter{
	text-align: center;
	display: block;
	margin: auto;
}

.alignleft{
	text-align: left;
	float: left;
	margin-right: 10px;
}

.alignright{
	text-align: right;
	float: right;
	margin-left: 10px;
}

/* MAIN */

.row{
  max-width: 75rem;
  margin: auto;
}

main > section{
	padding: 0 60px;
  max-width: 1500px;
}

.content-block{
  background: #fff;
  width: 65%;
  margin: auto;
  padding: 25px 40px;
  margin-top: 100px;
  box-sizing: border-box;
}

.content-block .section-title{
  font-size: 30px;
}

.content-block a{
  font-weight: 600;
}

.content-block img{
  max-width: 100%;
}

.flex-box-container{
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.info-box{
  position: relative;
  display: inline-block;
  margin: 30px 10px;
  max-width: 200px;
}

.info-box h3{
  margin: 0;
  display: block;
  padding: 10px;
  margin-top: 20px;
  transition: 0.3s;
  text-align: center;
  color: #08541B;
  font-weight: lighter;
  font-size: 20px;
  text-transform: uppercase;
}
.info-box img{
  text-align: center;
  display: block;
  margin: auto;
  border: 4px dashed #FFD300;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 25%;
}

.info-box p{
  margin: 0;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                        supported by Chrome, Opera and Firefox */
}

.italic{
  font-style: italic;
}

.collapsible-container{
  margin: 20px;
}

.collapsible-title{
  background-color: #FFF;
  color: #777;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  font-size: 17px;
  box-sizing: border-box;
  transition: background-color 0.4s ease-out;
  border: none;
  box-shadow: 1px 1px 1px 1px #ddd;
  margin: 1px;
  display: block;
  font-weight: normal !important;
}

.collapsible-active, .collapsible-title:hover {
  background-color: #F6F2F2;
}

.collapsible-content {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  box-shadow: 1px 1px 1px 1px #ddd;
  transition: max-height 0.2s ease-out;
  text-align: left;
}

.collapsible-content .italic{
  color: #666;
}

.collapsible-symbol{
  float: right;
  transition: 0.2s;
}

.collapsible-active .collapsible-symbol{
  transform: rotate(180deg);
}

.squad-download li{
  text-align: center;
}

article a{
  text-decoration: underline;
}

.main-article, .main-event{
  background: #fff;
  width: 100%;
  margin: auto;
  text-align: left;
  padding: 25px 40px;
  box-sizing: border-box;
  min-height: 150px;
}

.main-article{
  width: 75%;
  margin: 0;
  display: inline-block;
  position: relative;
}

.main-article h1, .feature-article h1{
  font-size: 3em;
  color: #08541B;
  margin: 0;
}

.main-article-cover{
  width: 100%;
}
/*
.main-article img{
  max-width: 100%;
  color: #aaa;
  font-family: monospace;
  display: block;
  min-height: 50px;
  text-align: center;
  margin: auto;
}
*/
.main-article twitter-widget{
  margin: auto;
}

.main-article figure{
  margin: 0;
}

.main-article figure img{
  margin: auto;
}

.main-article figcaption{
  color: #666;
  font-style: italic;
  font-size: 14px;
  font-family: sans-serif;
  text-align: center;
}

.main-article ul li{
	list-style-type: square;
}

.feature-article{
  width: 100%;
  display: block;
  position: relative;
  text-align: left;
}

.feature-article-content{
  width: 50%;
  background-color: #FFF;
  padding: 25px 40px;
  box-sizing: border-box;
  min-height: 150px;
}

.feature-article-image{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  display: block;
  background-image: url("/assets/images/pool.jpg");
  background-color: #AAA;
  background-position: center;
  background-size: cover;
}

.article-date{
  margin: 20px 0;
  height: 20px;
  box-sizing: border-box;
  color: grey;
  font-size: 1.2em;
  font-style: italic;
}

.article-sidebar{
  margin-top: 130px;
}

.page-sidebar{
  width: 25%;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  float: right;
  padding: 0 10px;
  box-sizing: border-box;
}

.page-sidebar h3{
  font-size: 1.5em;
  margin-bottom: 5px;
}

.related-article-list{
  display: block;
  position: relative;
  box-sizing: border-box;
}

.related-article-list .news-article{
  width: 100%;
  margin: 15px 0;
  height: 200px;
}


.profile-img{
  max-width: 200px !important;
  background: #fff;
  padding: 5px;
  margin: auto;
}

.img-gallery{
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
}

.img-gallery figcaption{
  display: none;
}

.img-gallery figure{
  margin: 0 auto;
  height: auto;
  width: 50%;
  display: inline-block;
  padding: 2px;
  box-sizing: border-box;
}

.img-gallery img{
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.img-gallery figure:nth-child(n+5)::after{
  display: none;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    overflow: scroll;
}

iframe{
  width: 100%;
  min-height: 500px;
}

.feature-article iframe{
  min-height: 600px;
}

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

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #F6F2F2;
}


.box-icon{
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon{
  max-height: 40px;
  max-width: 40px;
  margin-bottom: -10px;
}

.feature-button{
  margin: 20px 0;
  padding: 10px;
  background-color: #FFF;
  text-decoration: none;
  width: 100%;
  text-align: center;
  display: block;
  border-top: 4px solid #09892a;
  box-sizing: border-box;
}

.downloads-list{
  overflow-wrap: break-word;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}

.downloads-list a{
  text-decoration: none;
}

.downloads-list li:nth-child(even){
  background: #ddf7e2;
}

/*
.downloads-list.feature li:nth-child(1){
  width: 50%;
}
*/
.downloads-list li{
  display: inline-block;
  margin: 5px 0;
  width: 25%;
  background-color: #FFF;
  box-sizing: border-box;
}

.downloads-list.flex{
  display: flex;
}

.downloads-list.flex li{
  width: 33%;
}

.downloads-list li a{
  display: block;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 15px;
}

.downloads-list .material-icons{
  font-size: 50px;
  line-height: 75px;
}

.downloads-list li a span{
  width: 100%;
  height: 50%;
  text-align: center;
  display: block;
}

.linkStyle{
  padding: 2px;
  border-bottom: solid 4px gold;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  margin: 20px auto;
  display: table;
}

.breadcrumbs{
}

.breadcrumbs a, .breadcrumbs span{
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.breadcrumbs .active{
  color: gold;
}

.white{
  color: #fff;
}

.paginationLinks{
  padding: 0;
  text-align: center;
}
.numberedPagination span{
  padding-right: 10px;
  color: #08541B;
  border-right: solid 2px #08541B;
}
.numberedPagination li{
  padding: 10px 0px;
}
.numberedPagination li a{
  padding: 10px 20px;
}

.paginationLinks li{
  margin: 0;
  list-style-type: none;
  display: inline-block;
}

.paginationLinks #currentPage{
  color: gold;
  background-color: #08541B;
}

.paginationLinks .more-news{
  width: 150px;
}

.paginationLinks .simple-button{
  display: inline-block;
  padding: 5px 50px;
}

.simple-button{
  padding: 5px 10px;
  display: block;
  background: #fff;
  border: none;
  color: #08541B;
}

.button{
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  text-align: center;
  padding: 0px;
  text-transform: uppercase;
  background-color: #48b34f;
  border-radius: 8px;
  margin: 5px 2px;
  transition: 1s;
}

.button:hover{
  color: #48b34f;
  background-color: #FFF;
}

.contact-success{
  display: block;
  margin: auto;
  text-align: center;
}

#formContact{
  margin: auto;
  margin: 50px auto 100px auto;
  width: 100%;
}

#formContact ul{
  list-style-type: none;
  color: #214a10;
  font-size: 20px;
}

#formContact .formObject{
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 10px 0 40px 0;
}

#formContact .formTextArea{
  width: 100%;
}

#formContact select{
  width: 100%;
  padding: 45px 0 20px 0;
  color: #666;
  background: #eee;
  font-size: 16px;
  border: none;
  text-align: center;
  box-sizing: border-box;
}

#formContact label{
  display: block;
  color: #666;
  position: absolute;
  left: 10px;
  top: 10px;
}

#formContact input[type="text"], #formContact input[type="email"]{
  color: #666;
  width: 100%;
  padding: 40px 5px 20px 10px;
  font-size: 20px;
  background: #eee;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

#formContact textarea{
  color: #666;
  width: 100%;
  height: 200px;
  padding: 40px 5px 20px 10px;
  font-size: 16px;
  background: #eee;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

#formContact input[type="submit"]{
  height: auto;
  font-size: 20px;
  font-weight: 100;
  background: #FFD300;
  border: none;
}

#formContact input[type="submit"]:hover{
  cursor: pointer;
}

#formContact .formSubmit{
  width: 100%;
}

.heading-highlight{
	font-family: 'Orbitron', sans-serif;
	background: gold;
	color: #08541B;
	padding: 10px;
  margin-top: 10px;
}

.heading-highlight span{
  color: #08541B;
  background-color: #FFF;
  padding: 5px;
  font-weight: lighter;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.simple-button-link{
  display: block;
  margin: 10px auto 0 auto;
  text-align: center;
  width: 100px;
  margin-top: 10px;
  background: #FFD300;
}

.news-article-list{
  display: flex;
}

.news-article{
	height: 300px;
	width: 25%;
  border-radius: 8px;
	overflow: hidden;
  position: relative;
  margin: 5px;
}

#news .news-article:first-child{
  width: 50%;
}

#main-content{
  margin-bottom: 50px;
}

#featured-cards .card-content{
  text-align: center;
  font-size: 1.5em;
}

.toggle-group{
  margin-top: -30px;
  padding: 0;
}

.toggle-group li{
  display: inline-block;
}

.toggle-group a{
  color: #fff;
  position: relative;
  margin: 5px;
  background: #08541B;
  padding: 10px;
  border-radius: 10px;
  transition: 0.1s;
  box-sizing: border-box;
}

.toggle-group li.selected a{
  background: #09892a;
  border: 2px dashed #08541B;
}

.toggle-group li.selected a:hover{
  background: #08541B;
}

.toggle-group a:hover{
  background: #09892a;
}

.card-row{
  display: flex;
  gap: 10px;
}

.card-row .card{
  margin: 0;
}

.card-grid{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
}

.card-column .card{
  margin: 25px 0;
}

.card, .card a{
  position: relative;
  display: block;
  /*width: 100%;*/
  min-width: 250px;
  max-width: 500px;
  overflow: hidden;
  text-decoration: none;
  box-sizing: border-box;
}

.card a:hover .card-image{
  transform: scale(1.1);
}

.card a:hover .card-image-shader{
  background-color: rgba(255, 255, 255, 0.1);
}

.card-image{
  background-color: #D9D9D9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s;
  width: 100%;
  height: 150px;
  z-index: 2;
  overflow: hidden;
}

.card-image-shader{
  position: absolute;
  width: 100%;
  height: 150px;
  top: 0;
  background-color: rgba(44, 44, 44, 0.3);
  transition: 0.4s;
}

#featured-cards .card-image{
  height: 200px;
  background-size: contain;
}

.card-content{
  width: 100%;
  display: block;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 10px;
  color: rgb(64, 64, 64);
  z-index: 5;
  position: relative;
  border-top: 4px solid rgb(8, 84, 27);
}

.card:nth-child(1){
  margin-top: 0;
}

.card:nth-child(1n) .card-content{
  border-top: 4px solid rgb(8, 84, 27);
}
.card:nth-child(1n) .card-image{
  background-color: rgba(8, 84, 27, 0.4);
}

.card:nth-child(2n) .card-content{
  border-top: 4px solid rgb(252, 210, 24);
}
.card:nth-child(2n) .card-image{
  background-color: rgba(252, 210, 24, 0.4);
}

.card:nth-child(3n) .card-content{
  border-top: 4px solid rgb(163, 29, 29);
}
.card:nth-child(3n) .card-image{
  background-color: rgba(163, 29, 29, 0.4);
}

.card:nth-child(4n) .card-content{
  border-top: 4px solid rgb(113, 155, 219);
}
.card:nth-child(4n) .card-image{
  background-color: rgba(127, 213, 227, 0.4);
}

.card:nth-child(5n) .card-content{
  border-top: 4px solid rgb(138, 77, 143);
}
.card:nth-child(5n) .card-image{
  background-color: rgba(173, 116, 177, 0.4);
}

.card-content h2{
  margin-top: 5px;
/*font-family: 'Noto Sans Display';*/
  font-weight: 400;
  font-size: 1.2em;
  color: #08541B;
  color: rgb(64, 64, 64);
}

.card-content p{
  margin: 0;
}

.event-preview{
	height: 80px;
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
	overflow: hidden;
  display: inline-block;
  float: left;
}

.event-preview .news-article-block{
  width: 100%;
}

.coach-list{
  text-align: center;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 50px;
}

.news-article-image{
  background-image: url('/assets/images/pool-1.jpg');
	background-color: #D9D9D9;
	background-size: cover;
	background-position: center;
  object-fit: cover;
  transition: 0.5s;
  width: 100%;
  height: 100%;
}

.news-article a{
	display: block;
	height: 100%;
  width: 100%;
	transition: 0.2s;
}

.news-article a:hover .news-article-image{
  transform: scale(1.1);
}

.news-article-block{
	width: 100%;
	height: 100%;
  color: #FFF;
  position: absolute;
  top: 0;
}

.news-article-content{
	padding-left: 20px;
  padding-top: 20px;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  background: rgba(0,0,0,0.5);
  background: linear-gradient(180deg, #FFF0, #000);
  box-sizing: border-box;
}

.news-article-content h2{
	font-weight: normal;
	text-transform: capitalize;
  color: #FFF;
}

#events{
	display: table;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	box-sizing: border-box;
  padding: 20px;
}

#events .content-block{
  margin-top: -200px;
}

#map{
  height: 200px;
  width: 100%;
}

#event h1{
  text-align: center;
}

.page-section{
  margin: 20px auto;
  padding: 0;
  box-sizing: border-box;
}

.padding{
  padding: 25px 40px;
}

.general-article{
  background: #fff;
  text-align: left;
  width: 100%;
  padding: 25px 40px;
  min-height: 100px;
  box-sizing: border-box;
}

.general-article h2{
  color: #08541B;
}

.event-info{
  min-height: 80px;
  margin: 10px 0;
}

.event-info-box{
	background-color: #6a6a6f;
	color: #fff;
	width: 80px;
	height: 80px;
	text-align: center;
	display: inline-block;
	float: left;
}

.event-info-box > .material-icons{
  line-height: 80px;
  font-size: 40px;
}

.date-d{
	font-size: 30px;
	display: block;
	height: 50%;
}

.date-m{
	font-size: 15px;
}

.event-info-content{
  display: inline-block;
  height: 100%;
  width: calc(100% - 80px);
  box-sizing: border-box;
  padding: 0 10px;
}

.event-info-content h4{
  margin: 0;
}

.section-title{
	color: #08541B;
  color: #08541B;
	font-weight: lighter;
	font-size: 30px;
  text-align: left;
	text-transform: uppercase;
}

#partner-content{
	text-align: center;
	margin: 100px auto 0px auto;
  padding: 0;
}

#partner-content small{
	color: #5F5F5F;
	display: block;
}
.partner{
	height: 160px;
	width: 160px;
	display: inline-block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
  box-shadow: 0px 0px 6px 0px #08541b;
  border-radius: 50px;
	transition: 0.4s;
	margin: 10px;
}

.partner img{
	width: 150px;
  height: 100%;
}

.partner:hover{
	box-shadow: 0px 0px 10px 0px #222;
}

.filter-content{
  margin-bottom: 20px;
}

.filter-sort select{
  padding: 20px;
  width: 100%;
  border: none;
  box-shadow: 1px 1px 1px 1px #ddd;
  color: #777;
}

.filter-content p{
  padding-left: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #666;
}

/* The container */
.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 55px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFF;
  margin-left: 20px;
  transition: 0.2s;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #08541B;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* TWITTER WIDGET */

.twitter-sidebar{
	margin: 20px auto;
	display: block;
	background-color: #fff;
}

#login-area{
  background-color: #F0F0F0;
  padding: 20px;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 20px;
}

/* FOOTER NAVIGATION */

.footer-nav ul{
  padding: 0 50px 0 50px;
  display: inline-block;
  text-align: left;
  color: #ccc;
}

.footer-nav ul li{
  margin: 5px 0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline;
  padding: 0 5px;
}

.footer-nav ul li a{
  color: #048725;
  text-transform: capitalize;
}

.footer-nav ul li a:hover{
	text-decoration: underline;
}

/* FOOTER */

footer{
	background-color: #FFF;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: -420px;
	overflow: auto;
}

footer a{
	color: #048725;
	transition: 0.4s;
}

.social-content{
	padding: 0 10px 0 10px;
	width: 50%;
	margin: auto;
}

.social-content img{
	padding: 10px 0 10px 0;
}

.footer-social{
	display: inline-block;
	height: 30px;
	width: 30px;
	position: relative;
	margin: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-fb{
  background-image: url('/assets/images/icon-fb.svg');
}

.icon-insta{
  background-image: url('/assets/images/icon-insta.svg');
}

.icon-tw{
  background-image: url('/assets/images/icon-twitter.svg');
}

.icon-yt{
  background-image: url('/assets/images/icon-yt.svg');
}

#copyright{
	font-size: 85%;
	bottom: 10px;
	color: #AAA;
  padding: 10px 0;
}

@media screen and (max-width: 1250px){
  #header-brand{
    display: inline-block;
    width: 70%;
    padding-left: 10px;
  }
  .showcase-header-title{
    margin-left: 10px !important;
    font-size: 1.2em;
  }
  .main-event, .main-article, .content-block, .events-info-container{
    width: 90%;
    padding: 25px 20px;
    overflow: hidden;
    display: block;
    margin: auto;
  }
  .article-sidebar{
    margin: auto;
  }
  .page-sidebar{
    display: block;
    width: 90%;
    margin: auto;
    float: none;
  }
  .card-container{
    display: flex;
    gap: 5px;
  }
  .card-column .card:nth-child(1){
    margin-top: 25px;
  }
  .related-article-list{
    display: flex;
  }
  .related-article-list .news-article{
    width: 50%;
    margin: 5px;
  }
  main > section{
    padding: 0 20px;
  }
  img {
    max-width: 100%;
    object-fit: contain;
  }
  .nav-primary li a{
    font-size: 20px;
  }
	#mob-nav{
		display: block;
	}
  .mobile-only{
    display: block;
  }
	#events > section{
		display: block;
		margin: 10px auto;
		width: 90%;
    max-width: none;
    padding: 0;
	}
	.menu-footer-nav-container li{
		display: block;
		padding-top: 2px;
	}
}

@media screen and (max-width: 1100px){
	#header-brand-title, .sticky #header-brand-title{
		font-size: 40px
	}
	.partner{
		width: 120px;
		height: 120px;
		margin: 9px;
	}
  .card-row .card{
    margin: 0 auto;
  }
}

@media screen and (max-width: 800px){
  .nav-primary{
    padding: 100px 0 0 0;
  }
	#header-brand-title, .sticky #header-brand-title{
		font-size: 30px
	}
	.showcase-header.home, .showcase-header-video{
		height: 250px;
	}
  .showcase-header{
    height: 150px;
  }
  .wave-divider svg{
    height: 30px;
  }
	#header-info{
		padding-top: 160px;
	}
  main > section{
    padding: 0 20px;
  }
  #search-container{
    display: block;
  }
  #filter-form-enable{
    display: block;
  }
  #formContact{
    padding: 0;
  }
	#partner-content{
		margin-top: 50px;
	}
	.partner{
		width: 90px;
		height: 90px;
		margin: 6px;
	}
  .showcase-header-title{
    display: none;
  }
  .news-article-list{
    display: block;
    font-size: 0;
  }
  .downloads-list{
    display: block;
  }
  .downloads-list.feature li:nth-child(1){
    width: 100%;
  }
  .downloads-list li{
    display: block;
    width: 100%;
  }
  .button{
    display: block;
  }
  #news .news-article:first-child, #news .news-article:nth-last-child(2){
    width: 100%;
  }
  .news-article{
    width: 50%;
    height: 250px;
    margin: 0;
    box-sizing: border-box;
    border: 2px solid #F0F0F0;
    display: inline-block;
  }
  .news-article-content{
    font-size: 16px;
  }
  .feature-article-content{
    width: 100%;
  }
  .feature-article-image{
    position: relative;
    height: 300px;
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 600px){
  /* Force table to not be like tables anymore */
	table, tbody, td, tr, th {
		display: block;
    overflow: hidden;
    margin: auto;
	}

	tr { border: 1px solid #ccc; }

	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;
		color: #08541B;
	}
  .medal-table *{
    display: revert;
  }
  .nav-primary a:hover{
    padding-left: 0;
  }
  .popup-search{
    padding: 0 10px;
  }
  #events > section{
    width: 100%;
  }
  .news-article{
    padding: 5px 0;
  }
  .breadcrumbs{
    display: none;
  }
  .collapsible-container{
    margin: 10px 0;
  }
  .main-event, .main-article, .content-block, .events-info-container{
    width: 100%;
    padding: 25px 20px;
  }
  .main-article h1, .feature-article h1{
    font-size: 2em;
  }
  .article-date{
    font-size: 0.8em;
  }
  .card-container{
    display: block;
  }
  .gala-calendar{
    width: 95%;
  }
  .events-info-container{
    padding: 0;
  }
  .content-block{
    margin-top: 0px;
  }
  .coach-preview{
    width: 100%;
  }
  .coach-preview img{
    height: 150px;
  }
  main > section{
    margin: 20px 0;
  }
  #nav-button{
    width: auto;
    margin-right: 5px;
  }
	#nav-text{
		display: none;
	}
  .sticky #nav-button{
    background: none;
  }
  .sticky .burger-van{
    background-color: rgb(9, 137, 42);
  }
  .news-article-content p{
    font-size: 12px;
  }
  .page-sidebar{
    width: 100%;
  }
  .related-article-list{
    display: block;
  }
  .related-article-list .news-article{
    width: 100%;
    margin: 5px;
  }
  #squads-content h2{
    font-size: 25px;
  }
}


@media screen and (max-width: 500px){
  #header-brand{

  }
  #header-brand-title, .sticky #header-brand-title{
    font-size: 18px;
	}
  #header-brand-logo{
    height: 75px;
  }
	main > section{
		padding: 0 10px;
	}
	#header-info h1{
		font-size: 50px;
		padding-top: 200px;
	}
	#header-info{
		padding-top: 90px;
	}
	#header-info h2{
		visibility: hidden
	}
  .social-content{
    width: 100%;
    padding: 0;
  }
  footer{
    bottom: -500px;
  }
}

@media screen and (max-width: 350px){
  .medal-table *{
    display: block;
  }
  #header-brand-title{
    display: none;
  }
}

@media screen and (max-width: 320px){
  #header-info h1{
		font-size: 50px;
	}
	main > section{
		padding: 0 5px;
	}
  #formContact .formObject{
    margin: 10px 0 20px 0;
  }
  .news-article-content p{
		font-size: 10px;
	}
  footer{
    bottom: -550px;
  }
}
