/*
Theme Name:         Dance Limerick Theme
Theme URI:          https://www.wordpress.org
Version:            1.0.0
Author:             Ciarán Hickey
License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/


/*
Degular Thin
font-family: degular, sans-serif;
font-weight: 200;
font-style: normal;

Degular Thin Italic
font-family: degular, sans-serif;
font-weight: 200;
font-style: italic;

Degular Regular
font-family: degular, sans-serif;
font-weight: 400;
font-style: normal;

Degular Italic
font-family: degular, sans-serif;
font-weight: 400;
font-style: italic;

Degular Medium
font-family: degular, sans-serif;
font-weight: 500;
font-style: normal;

Degular Medium Italic
font-family: degular, sans-serif;
font-weight: 500;
font-style: italic;

Degular Semibold
font-family: degular, sans-serif;
font-weight: 600;
font-style: normal;

Degular Semibold Italic
font-family: degular, sans-serif;
font-weight: 600;
font-style: italic;

Degular Bold
font-family: degular, sans-serif;
font-weight: 700;
font-style: normal;

Degular Bold Italic
font-family: degular, sans-serif;
font-weight: 700;
font-style: italic;
*/

body {
	background: #FFF;
	font-family: degular, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
	color: #000000;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
  font-style: normal;  
  height:100%;  
  text-underline-position: under;
}

body.menu-open-overflow-hidden{
	overflow: hidden;
}


.max-width-container, .fluid-width-container, .full-width-container{
	margin-right: auto;
	margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  width: 92%;
  max-width: 1620px;
}
@media (min-width: 1440px){
	.max-width-container, .fluid-width-container, .full-width-container{
	  width: 84%;
	}
}


.standard-page-main-content p.has-small-font-size{
	font-size: 26px !important;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #000000;
  text-decoration: underline;
}

img {width: 100%;height:auto;}

p a{text-decoration: underline;}

h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	line-height: 1em;
	margin-bottom: .5em;
	color: #000000;
	font-weight: 400;
}
h1{
	font-size: 54px;
	line-height: .92em;
}	
h2{
	font-size: 46px;
	line-height: .85em;
}	
h3{
	font-size: 36px;
}	
h4{
	font-size: 26px;
}	
h5{
	font-size: 24px;
}
h6{
	font-size: 18px;
	font-weight: 600;
}

p + h1,p + h2,p + h3,p + h4,p + h5,p + h6{
	margin-top: .5em;
}

.white-text{color: #ffffff !important;}

.bg-dark{background-color: #202020;}
.bg-dark .white-text p,
.bg-dark .white-text h2,
.bg-dark .white-text h3,
.bg-dark .white-text h4,
.bg-dark .white-text h5,
.bg-dark .white-text h6,
.bg-dark .white-text ul li,
.bg-dark .white-text a{
	color: #ffffff !important;
}

.show-on-mobile{display: none !important;}



p{
	font-size: 20px;
	line-height: 1.2em;
	color: #000000;
	font-style: normal;
	margin: 0;
	padding: 0px 0px 1em 0px;
}

.large, .large p{
	font-size: 26px;
	line-height: 1.15em;
	font-weight: 500;
}
.large-page-intro{
	font-size: 38px;
	line-height: 1.15em;
	font-weight: 400;	
  padding-bottom: 30px;
  border-bottom: 1px solid #BAC9CB;
}

ul li, ol li{
	font-size: 20px;
	line-height: 1.5em;
}






/* ------------------------------------------------------------*/
/* Header + Global navigation																	 */
/* ------------------------------------------------------------*/

header{
	padding-bottom: 25px;
	color: #ffffff;
	position: absolute;
	top:40px;
	left:0;
	right:0;
	z-index: 4;
}

header .logo{
	height: auto;
	width: 150px;
}

.btn{
	background-color: #FF6542;
	color: #ffffff;
	padding: 15px 30px 18px 30px;
	display: inline-block;
	border-radius: 4px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1em;
	width: 250px;
	font-weight: 600;
	font-size: 20px;
	text-align: left;
	text-decoration: none;
}
.btn.with-arrow{
	padding: 15px 60px 18px 30px;
	background-image: url(assets/images/icon-right-chevron-white.svg);
	background-position: right 30px center;
	background-repeat: no-repeat;
	background-size: 8px 14px;
}

.btn:hover,
.btn:active,
.btn:focus{
	background-color: #FF6542;
	color: #ffffff;
	
}

#more_posts:hover{
	cursor: pointer;	
}


.back-link{
	color: #FF6542;
	font-size: 20px;
	font-weight: 600;
	padding: 0px 0px 0px 30px;

	background-image: url(assets/images/icon-left-arrow-orange.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 12px 20px;
}
.back-link:hover,
.back-link:active,
.back-link:focus{
	color: #FF6542;
	text-decoration: none;
}



/* ------------------------------------- */
/* mobile burger menu icon and animation */
/* ------------------------------------- */
#mobile-nav-icon {
  width: 36px;
  height: 24px;
  position: relative;
  cursor: pointer;
  margin-top: 0px;
}

.icon-mobile-menu{float: right;}

.mobilemenu {
  height: auto;  
  position: fixed;
  top:0;
  bottom: 0;
  right:0;
  left:auto;
	overflow: hidden;
  background-color: #161b31;
  border-right: 8px solid #2b8aaa;
  z-index: 10;
	width: 65%;
	max-width: 65%;
	transition: transform .5s ease;
	transform: translateX(100%);
}

.mobilemenu.open{
	transform: translateX(0%);
	overflow-y: auto;
	transition:all 200ms linear;
}

.mobilemenu .menu-container{
	padding: 35px 7%;
}

.mobilemenu nav ul{
	margin-left: 0;
	padding-left:0;
	margin-top: 0px;
}
.mobilemenu nav ul li {
	display: block;
	list-style: none;
	padding: 6px 0px 8px 8px;	
	margin-bottom: 0px;
	width: 65%;
	min-width: 470px;
	max-width: 520px;
}


.mobilemenu nav ul li a {
  font-size: 48px;
  
  font-size: 38px;


  line-height: 1.05em;
  font-weight: 500;
  padding: 6px 0px 14px 0px;
  color: #ffffff;
  display: block;
  border-bottom: 1px solid rgba(37,137,172, .5);
}
.mobilemenu nav ul li a:hover,
.mobilemenu nav ul li:hover a,
.mobilemenu nav ul li.current-menu-item a,
.mobilemenu nav ul li a.active{
	border-bottom: 5px solid #FF6542;
	padding-bottom:10px;	
}

.mobilemenu nav ul li ul.sub-menu{
	display: none;
	border-bottom: 1px solid rgba(37,137,172, .5);
	padding-bottom: 20px;
}
.mobilemenu nav ul li.current-page-ancestor ul.sub-menu{
	display: block !important;
}
.mobilemenu nav ul li.current-page-ancestor > a{
	border-bottom: 5px solid #FF6542;
	padding-bottom:10px;
}



.mobilemenu nav ul li ul.sub-menu li {
	padding: 0;	
	margin-bottom: 0px;
	width: 100%;
	border-bottom: none;
}
.mobilemenu nav ul li ul.sub-menu li a{
	color: #FF6542;
	font-size: 42px;
	
	font-size: 32px;


	line-height: 1.5em;
	padding: 0;
	border-bottom: none;
}
.mobilemenu nav ul li ul.sub-menu li a:hover,
.mobilemenu nav ul li ul.sub-menu li a:focus,
.mobilemenu nav ul li ul.sub-menu li a:active{
	text-decoration: none;
	color: #ffffff;
}

.mobilemenu nav ul li a:hover,
.mobilemenu nav ul li a:active,
.mobilemenu nav ul li a:focus{
	text-decoration: none;
}	



.menu-contact p, .menu-contact a{
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.2em;
	padding-bottom: 0;
}


#mobile-close-icon {
  width: 28px;
  height: 28px;
  position: relative;
  cursor: pointer;
  margin-top: 5px;
  float: right;
}




/* ---------------------------------------------------------- */
/* search form																								*/
/* ---------------------------------------------------------- */
.searchbox{
	position:relative;
  width:73%;
  min-width: 470px;
  max-width: 520px;
  height:62px;
  float:none;
  overflow:hidden;    
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.searchbox-input {
	border:none;
	outline: 0;
	background: transparent;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0px 5px 0px 5px;
	font-size: 20px;
	line-height: 60px;
	color: rgba(255,255,255,0.75);
}

.search .searchbox-icon,
.search .searchbox-submit{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 20px;
	right: 10px;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	z-index: 998;
	background-color: #141414;
	background-image: url('https://archivingthe8th.ucd.ie/wp-content/themes/archivingthe8th/assets/images/icon-search.svg');
	background-position: center center;
	background-size: 20px 20px;
} 

.search .searchbox-submit {
	z-index: 999;
	background: transparent;
	color: #141414;
}
	
	
	
	
/* ---------------------------------------------------------- */
/* home  																										  */
/* ---------------------------------------------------------- */
.section-home-banner{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px 0px 0px 0px;
	position: relative;
	
	height: calc(100vh - 90px);
	
	height: calc(100vh - 10px);
}

.section-home-banner .support-us-sticker{
	position: absolute;
	bottom:-54px;
	right:4vw;
	left:auto;
	width: 148px;
	height: auto;
	z-index: 8;
}


.section-home-banner h1{color: #ffffff;}

.home-hero-swiper{
	height: 100%;
}
.home-hero-circle-left{
	position: absolute;
	left:0;
	top:20%;
	width:15%;
	z-index: 2;
}
.home-hero-circle-right{
	position: absolute;
	right:0;
	top:20%;
	width:15%;
	z-index: 2;
}

.home-hero-swiper .banner-slide{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px 0px 0px 0px;
	position: relative;
	height: calc(100vh - 10px);
}
.hero-slide-title{
	position: absolute;
	left:0;
	right:0;
	width:100%;
	top:45%;
	z-index: 3;
}


.covid19-banner{
	background-color: #FFEA2D;
	padding: 30px 11% 15px 11%;
	background-image: url('assets/images/icon-covid19-virus-warning-1@48x48.svg');
	background-position: left 3.5% top 35px;
	background-repeat: no-repeat;
	background-size: 48px auto; 
}



article{
	padding: 20% 30px;
	position: relative;
	padding-top: 120%;
	padding-bottom: 0;
}
.section-highlights-2-col article{
	padding-top: 60%;
}
.section-highlights-4-col article{
	padding-top: 120%;
}

article h3{
	font-size: 26px;
	color: #ffffff;
	z-index: 3;
	position: relative;
	position: absolute;
	bottom: 36%;
	left:10%;
	right:20%;
	z-index: 3;
	margin-bottom: 0;
	font-weight: 600;
}
article.no-excerpt h3{
	bottom: 15%;
}
article p{
	font-size: 16px;
	color: #ffffff;
	z-index: 3;
	position: relative;
	position: absolute;
	top: calc(64% + 16px);
	left:10%;
	right:6%;
}
article.border-top{
	border-top:3px solid #B4A6AB;
}
article.bg-image-with-overlay{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
article.bg-image-with-overlay:after{
	content:'';
	display: block;
	position: absolute;
	width: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 20%, rgb(0, 0, 0, 0));
	z-index: 1;
	bottom:0;
	left:0;
	right:0;
	top:22%;
}
article .date-time{
	font-size: 16px;
  color: #ffffff;
  z-index: 3;
  position: absolute;
  bottom:5px;
  left: 10%;
  right: 6%;
}

article h6.date-time{
	color: #ffffff;
	position: absolute;
	bottom:24px;
	border-top:1px solid rgba(132, 106, 106, .75);
	padding-top: 12px;
	z-index: 3;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.3em;
	font-family: 'Inter', Arial, sans-serif;
	font-weight: 500;
}
article h6.date-time strong{
	margin-right: 12px;
	font-weight: 700;
}
article h6.date-time span{
	margin-left: 12px;
}


.section-highlights-2-col article h3{
	font-size: 36px;
	line-height: 1em;
	font-weight: 600;
	max-width: 300px;
	left:5%;
	bottom: 135px;
}

.section-highlights-2-col article p{
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 400;
	left:5%;
	right:10%;
	bottom:72px;
	top:auto;
	padding-bottom: 0;
}

.section-highlights-2-col article h6{
	color: #ffffff;
	position: absolute;
	bottom:24px;
	left:5%;
	right:5%;
	border-top:1px solid rgba(132, 106, 106, .75);
	padding-top: 12px;
	z-index: 3;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 18px;
}

.section-highlights-2-col article h6 strong{
	font-weight: 700;
	margin-right: 12px;
}
.section-highlights-2-col article h6 span{
	margin-left: 12px;
}



article .tags{
	position: absolute;
	top:	-10px;
	left:	0;
}
article .tags span{
	display: inline-block;
	font-weight: 600;
	color: #ffffff;
	padding: 5px 22px 7px 22px;
}
article .tags span:nth-child(odd){
	background-color: #846A6A;
}
article .tags span:nth-child(even){
	background-color: #B4A6AB;
}



.full-width-promo{	
}

.promo-left-panel{
	padding: 0px;
	display: inline-block;
	width: 50%;
	position: relative;
}
.promo-right-panel{
	padding: 0px;
	display: inline-block;
	width: 50%;
	position: relative;
}
.promo-right-panel h2,
.promo-right-panel h6{
	color: #fff !important;
}

.promo-overlay-content{
	position: absolute;
	top:20%;
	left:8%;
	max-width: 78%;
}
.promo-right-panel h6{
	text-decoration: underline;
}

.dl-bridge-promo{
	vertical-align: top;
}

.dl-bridge-promo-left-panel{
	padding: 0px;
	width: 50%; 
	display: inline-block;
	position: relative;
  vertical-align: top;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
 
}
.dl-bridge-promo-right-panel{
	width: 50%; 
	display: inline-block;
	padding: 0px;
}
.dl-bridge-promo .promo-overlay-content{
	top:auto;
	left:auto;
	position: relative;	
	padding-top: 10%;
	padding-left: 8%;
	max-width: 85%;
}
.dl-bridge-promo h1,
.dl-bridge-promo .large p,
.dl-bridge-promo .large a{
	color: #ffffff;
}



.newsletter-promo .large{
	padding-right: 15%;
}

/* ---------------------------------------------------------- */
/* Common elements																						*/
/* ---------------------------------------------------------- */
.featured-image{
	margin-bottom: 20px;
	position: relative;
}

.pad-left-7pc{
	padding-left: 7%;
}
.pad-left-4pc{
	padding-left: 4.5%;
}
.pad-right-4pc{
	padding-right: 4.5%;
}
.pad-right-14pc{
	padding-right: 14%;
}
.pad-left-right-2pc{
	padding-left: 2.38%;
	padding-right: 2.38%;
}
.pad-left-2pc{
	padding-left: 2.38%;
}

p.caption{
	font-size: 16px;
	line-height: 1.25em;
	font-weight: 400;
}

.video-thumbnail{
	display: block;
	position: relative;
}
.video-thumbnail::after{
	content: '';
	background-image: url(assets/images/video-play-button.svg);
	height:100px;
	width: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top:calc(50% - 50px);
	left:calc(50% - 50px);
	background-size: 100% auto;
}

.section-inner-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 0px 0px;
  position: relative;
  height: 25vw;
  max-height: 420px;
  min-height: 300px;
}
.inner-banner-img{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 0px 0px;
  position: relative;
  height: 25vw;
  max-height: 420px;
  min-height: 300px;  
  opacity: .25;
}
.section-inner-banner:before{
	content: '';
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: rgb(23,26,50);
	background: linear-gradient(172deg, rgba(23,26,50,1) 0%, rgba(33,104,136,1) 100%);
	
}
.section-inner-banner:after{
	content: '';
	position: absolute;
	top:0;
	bottom: 70%;
	left:0;
	right:0;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,.3) 0%, rgba(229,229,229,0) 100%);
}


@media (max-width: 1200px){
	.standard-page-hero-circle-right{
		position: absolute;
		top:97.5px;
		right:0;
		width: 202.5px;
		height:405px;
		z-index: 2;
	}
}
@media (min-width: 1200px) and (max-width: 1680px){
	.standard-page-hero-circle-right{
		position: absolute;
		top: calc(25vw - 225px);
		right:0;
		width: 225px;
		height:450px;
		z-index: 2;
	}
}
@media (min-width: 1680px){
	.standard-page-hero-circle-right{
		position: absolute;
		top:195px;
		right:0;
		width: 225px;
		height:450px;
		z-index: 2;
	}
}



.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: left;
  width: 50%;
}
.gallery img {
    border: none !important;
    padding: 0px 10px 0px 0px;
}
.gallery .gallery-item dt{
}
.gallery .gallery-caption{
	font-size: 16px;
  line-height: 1.25em;
  margin: 8px 0px 12px 0px;
  font-weight: 400;
  text-align: left;
}


/* ---------------------------------------------------------- */
/* standard page																							*/
/* ---------------------------------------------------------- */
.standard-page-main-content h1{
	font-size: 54px;
	line-height: 1em;
	font-weight: 500;
	max-width: 85%;
	margin-bottom: 0.7em;
}
.standard-page-main-content h2{
	font-size: 28px;
	line-height: 1.21em;
	font-weight: 600;
	margin-bottom: 0.7em;
}
.standard-page-main-content h3{
	font-size: 26px;
	line-height: 1.3em;
	font-weight: 600;
	margin-bottom: 0.75em;
}
.standard-page-main-content p{
	font-size: 26px;
	line-height: 1.3em;
	font-weight: 400;
}
.standard-page-main-content ul li, .standard-page-main-content ol li {
    font-size: 26px;
	line-height: 1.5em;
	font-weight: 400;
}

.standard-page-main-content p strong{
	font-weight: 600;
}
.yapsody-buy-tickets{
	display: block;
	max-width: 164px;
}
.standard-page-main-content h6{
	font-size: 26px;
	line-height: 1.3em;
	font-weight: 600;
}
.event-details-col p{font-size: 24px;line-height: 1.25em;}
.event-details-col p span.price{
	font-size: 38px;
}
.event-details-col hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #BAC9CB;
}
.event-details-col p.caption,
.standard-page-main-content p.wp-caption-text,
.standard-page-main-content .wp-caption-text{
	font-size: 16px;
	line-height: 1.25em;
	margin-top: 10px;
}

.wp-caption{
	margin-bottom: 30px;
}

.single .standard-page-main-content h1 {
    max-width: 94%;
}


/* ---------------------------------------------------------- */
/* news & opportunities / blog (index.php)  									*/
/* ---------------------------------------------------------- */

.pagination .page-numbers{
	margin: 0 4px;
	color: #777777;
	font-size: 18px;
	line-height: 1.5em;
}
.pagination .page-numbers img{
	width: 10px;
	height: auto;
}
.pagination .page-numbers.current{
	margin: 0 4px;
	color: #FFFFFF;
	background-color: #000000;
	border-radius:15px;
	width:30px;
	height:30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
}

/* ---------------------------------------------------------- */
/* single news/blog article (single.php)  									*/
/* ---------------------------------------------------------- */
.image_gallery p.caption {
  font-size: 16px;
  line-height: 1.25em;
  margin: 8px 0px 12px 0px;
  font-weight: 400;
}


.single-post .video-area{
	position: relative;
}
.single-post .video-area h6{
	position: absolute;
	top:15px;
	left:20px;
	background-color: rgba(0,0,0,0.5);
	padding: 6px 20px 10px 14px;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 600;
	color: white;
}






/* ------------------------------------- */
/* 	News Listing Search & Filter 				 */
/* ------------------------------------- */
.news-article-select-filter{
    min-width: 310px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 4px;
    background: url(assets/images/select-down-arrow.svg) no-repeat #F9F4F2;
    background-size: 16px auto;
    -webkit-appearance: none;
    background-position: right 20px center;
    background-position-x: 94%;
    box-sizing: border-box;
    vertical-align: top;
   	font-size: 22px;
		line-height: 2em;
		color: #333333;
		font-style: normal;
		font-weight: 400;
    padding: 4px 10px 4px 24px;
    height: auto;
    outline: none;
    margin-bottom: 20px;

		box-shadow: -3px 4px 4px 0px rgba(0,0,0,0.1);
		-webkit-box-shadow: -3px 4px 4px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: -3px 4px 4px 0px rgba(0,0,0,0.1);
}

.searchandfilter select.sf-input-select,
.searchandfilter input.sf-input-text,
.searchandfilter input.resultSearch,
.search-news input.searchbox-input{
    min-width: 310px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 4px;
    background-color: #F9F4F2;
    box-sizing: border-box;
    vertical-align: top;
   	font-size: 22px;
		line-height: 2em;
		color: #333333;
		font-style: normal;
		font-weight: 400;
    padding: 4px 10px 4px 24px;
    height: auto;
    outline: none;
    margin-bottom: 20px;
		box-shadow: -3px 4px 4px 0px rgba(0,0,0,0.1);
		-webkit-box-shadow: -3px 4px 4px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: -3px 4px 4px 0px rgba(0,0,0,0.1);
		height:50px;
}

.searchandfilter select.sf-input-select{
    min-width: 310px;
    background: url(assets/images/select-down-arrow.svg) no-repeat #F9F4F2;
    background-size: 16px auto;
    -webkit-appearance: none;
    background-position: right 20px center;
    background-position-x: 94%;
}


.searchandfilter input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FF6542;
	color: #ffffff;
	width: 51px;
	height:51px;
	margin: 0;
	padding: 0;
	outline: none;
	border:none;
	border-radius: 0 4px 4px 0px;
	box-shadow: 3px 4px 4px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 3px 4px 4px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 4px 4px 0px rgba(0,0,0,0.1);
}

.search-news form{position: relative;}
.search-news input.searchbox-input{
	width: calc(90% - 51px);
	display: inline;	
	min-width: 0px;
}

.searchandfilter input[type="submit"].searchbox-submit{
	margin-left: -8px;
}


.searchandfilter{display: inline-block;}
.searchandfilter ul{
	padding-left: 0;
	margin-left: 0;
}
.searchandfilter ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 0;
  margin: 0;
  margin-right: 18px;
  vertical-align: top;
}

.searchandfilter ul.sf_date_field li{
	margin-right: 0;
}
.searchandfilter ul li.sf-field-search{
	margin-right: 0;
}
.searchandfilter > ul > li.sf-field-submit{
	margin-left: -5px;
}

.searchandfilter ul li li {
	padding: 0px 0;
	margin-left: 0;
}

.searchandfilter-date-picker .ui-widget {
    font-family: degular, Arial, sans-serif;
}

.ll-skin-melon .ui-widget {
    font-family: degular, Arial, sans-serif;
    background: #F9F4F2;
    color: #333;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-title {
    color: #333;
    font-size: 18px;
}
.ll-skin-melon .ui-datepicker th {
    color: rgba(50,52,53,.36);
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-top: none;
}
.ll-skin-melon .ui-datepicker td {
    background: #F9F4F2;
}
.ll-skin-melon td .ui-state-default {
    font-weight: 500;
    color: rgba(51,51,51,.87);
    font-size: 16px;
}
.ll-skin-melon td .ui-state-hover {
    background: #FF6542;
		color: #fff;
}


.searchandfilter-date-picker .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
    background: #F9F4F2;
    color: #333;
}

/* ------------------------------------- */
/* 	Misc styles													 */
/* ------------------------------------- */
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

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


blockquote {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-left: 0px;
  margin-right: 0px;
  font-style: normal;
  border-left:none;
  padding-left: 0px;

}
blockquote img{
	width: 22px;
	height:auto;
	margin-bottom: 45px;
}
blockquote h2{
	font-size: 42px;
	line-height: 1.125em;
	color: #ffffff;
	font-weight: 400;
}



.file-download-area .btn {
  width: auto;
  font-size: 20px;
  line-height: 1.3em;
}


/* ---------------------------------------------------------- */
/* our team 																									*/
/* ---------------------------------------------------------- */
.profile-image-container img{
	max-width: 170px;
	max-height: 170px;
	margin: 20% auto 0 auto;
	margin-top: calc(50% - 85px);
	border-radius: 50%;
}





.event-details-col .hide-date-and-time {
	display: none !important;
}
.event-details-col h6{
	margin-bottom: .4em;
}
.event-details-col .single-event-additional-fields p + h6 {
	margin-top: 0;
}

/* ---------------------------------------------------------- */
/* TRIBE CALENDAR OVERRIDES																		*/
/* ---------------------------------------------------------- */
.tribe-common .row > div{
	padding-left: 5px;
	padding-right: 5px;
}
.tribe-common div.col-sm-3.m-bottom-xs{
	margin-bottom: 24px;
}

article.article-tribe-event h3{
  bottom: 45%;
  right: 10%;
  font-weight: 600;
}   
article.article-tribe-event h6{
	color: #ffffff;
	position: absolute;
	bottom:24px;
	left:10%;
	right:5%;
	border-top:1px solid rgba(132, 106, 106, .75);
	padding-top: 12px;
	z-index: 3;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 18px;
}
article.article-tribe-event h6.date-time{
	font-size: 14px;
}
article.article-tribe-event h6 strong{
	font-weight: 700;
}
article.article-tribe-event h6.date-time span{
 margin-left: 0;
}
article.article-tribe-event h6.date-time a{
	color: white;
}
article.article-tribe-event p {
  font-size: 16px;
  color: #ffffff;
  z-index: 3;
  position: absolute;
  top: calc(55% + 16px);
  left: 10%;
  right: 6%;
}
.tribe-events-meta-group{
	width: 100%;
}

.standard-page-main-content .tribe-events-single-event-description.tribe-events-content ul,
.standard-page-main-content .tribe-events-single-event-description.tribe-events-content ol {
    padding-left: 23px;
}

.single-event-additional-event-details .video-area{
	position: relative;
}
.single-event-additional-event-details .video-area h6{
	position: absolute;
	top:15px;
	left:20px;
	background-color: rgba(0,0,0,0.5);
	padding: 6px 20px 10px 14px;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 600;
	color: white;
}
 

/* ---------------------------------------------------------- */
/* footer																										  */
/* ---------------------------------------------------------- */

footer{
	font-size: 20px;
	position: relative;
}

footer .footer-main{
	background-color: #161b31;
	color: #ffffff;
	padding: 40px 0px 85px 0px;
}

footer p, footer a{
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 400;
}

footer .footer-logo{
	max-width: 85px;
	margin-bottom: 25px;
}

footer small{font-size: 14px;line-height: 1.5em;}

ul.social-links{
	padding: 0;
	margin-left: 0;
}
ul.social-links li{
	display: inline-block;
	width: 32px;
	margin-right: 5px;
}
ul.social-links li.copy-link{
	width: 100px;
}
ul.social-links li.copy-link:hover{
	cursor: pointer;
}
ul.social-links li img{
	width: 100%;
	height:auto;
}



footer nav ul{margin-top: 0;margin: 0;padding: 0;}

footer nav ul li{
	display: inline-block;
	padding: 0px 2.5% 0px 2.5%;
	font-size: 20px;
	line-height: 28px;
	border-right: 1px solid #2589AC;
}
footer nav ul li:first-child{
	padding-left: 0;
}
footer nav ul li:last-child{
	padding-right: 0;
	border-right:none;
}
footer nav ul li a{
	color: #ffffff;
	padding: 0;
	margin: 0;
	font-weight: 500;
}
footer nav ul li a:hover,
footer nav ul li a:active,
footer nav ul li a:focus,
footer a:hover,
footer a:active,
footer a:focus{
	color: #ffffff;
	text-decoration: underline;
}

footer .footer-secondary-nav ul li{
	border-right: none;
	padding: 0px 22px 0px 0px;
}
footer .footer-secondary-nav ul li a{
	font-weight: 400;
}

footer .footer-contact p{
	padding-bottom: 10px;
}

footer .footer-logos{
	background-color: #ffffff;
	padding: 40px 0px;
	
}

footer .footer-logos ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
footer .footer-logos ul li{
	display: inline-block;
	width: 20%;
	padding: 0 15px;
}

footer .footer-logos ul li:nth-child(1){width:16vw;max-width: 170px;min-width: 155px;padding-left: 0;}
footer .footer-logos ul li:nth-child(2){width:12vw;max-width: 145px;min-width: 130px;}
footer .footer-logos ul li:nth-child(3){width:18vw;max-width: 180px;min-width: 165px;}
footer .footer-logos ul li:nth-child(4){width:18vw;max-width: 180px;min-width: 165px;}
footer .footer-logos ul li:nth-child(5){width:18vw;max-width: 180px;min-width: 165px;}
footer .footer-logos ul li:nth-child(6){width:11vw;max-width: 130px;min-width: 115px;padding-right: 0;}
footer .footer-logos ul li:last-child{width:11vw;max-width: 130px;min-width: 115px;padding-right: 0;}

footer .footer-logos ul li img{
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

footer .support-us-sticker{
	position: absolute;
	top:-74px;
	right:4vw;
	left:auto;
	width: 148px;
	height: auto;
	z-index: 2;
}


/* ====================================================================================
	MEDIA QUERIES
======================================================================================= */

@-ms-viewport {
  width: device-width;
}

@media (min-width: 1440px){
	footer .support-us-sticker{
		right:calc(8vw - 6px);
	}
	.section-home-banner .support-us-sticker{
		right:calc(8vw - 6px);
	}

}


@media (min-width: 1281px){

	/*
	p, body {
  	font-size: calc( 22px + (24 - 22) * ( (100vw - 1200px) / ( 1920 - 1200) ));
	}
	
	
	h1			{font-size: calc( 65px + (80 - 65) * ( (100vw - 1200px) / ( 1920 - 1200) ));}
	h2			{font-size: calc( 56px + (80 - 56) * ( (100vw - 1200px) / ( 1920 - 1200) ));}
	h3			{font-size: calc( 40px + (45 - 40) * ( (100vw - 1200px) / ( 1920 - 1200) ));}
	h4			{font-size: calc( 22px + (26 - 22) * ( (100vw - 1200px) / ( 1920 - 1200) ));}
	h5			{font-size: calc( 24px + (32 - 24) * ( (100vw - 1200px) / ( 1920 - 1200) ));}
	h6			{font-size: calc( 24px + (32 - 24) * ( (100vw - 1200px) / ( 1920 - 1200) ));}
	
	
	footer p,
	footer a,
	footer ul li,
	footer ul li a,
	footer strong{
		font-size: 21px;
		font-size: calc( 16px + (21 - 16) * ( (100vw - 1200px) / ( 1920 - 1200) ));
	}
	*/

	
}



@media (min-width: 680px) and (max-width: 1280px){
	
	.max-width-container,
	.fluid-width-container,
	.full-width-container{
		width: 92%;
	}

	/*p{font-size: calc( 20px + (26 - 20) * ( (100vw - 768px) / ( 1200 - 768) ));}*/
	
	
}


@media (max-width:1100px){

}


@media (max-width:1024px){
	
	
}


@media (max-width:991px){
	
	.hide-on-tablet-and-smaller{display: none !important;}
	.show-on-tablet-and-smaller{display: block !important;}
	
}





@media (max-width:767px) {
	
	body{font-size: 16px;}
	
	.hide-on-mobile{display: none !important;}
	.show-on-mobile{display: block !important;}
	.show-on-mobile-inline-block{display: inline-block !important;}
	
	.max-width-container, .fluid-width-container, .full-width-container {
		width: 98%;
	}

	
	.max-width-container, 
	.fluid-width-container, 
	.full-width-container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.full-page-wrapper {
    padding-left: 0px;
    padding-right:0px;
	}
	
	header .max-width-container{
		padding-left: 24px;
		padding-right: 24px;
	}
	.pad-right-4pc {
		padding-right: 0;
	}
	.pad-left-7pc {
	padding-left: 0;
	}

	h1{font-size: 30px;}	
	h2{font-size: 26px;}	
	h3{font-size: 21px;}	
	h4{font-size: 18px;}	
	h5{font-size: 16px;}
	h6{font-size: 15px;}

	p {
    margin: 0;
    font-size: 16px;
    padding: 0px 0px 1em 0px;
	}

	header {
		padding-top: 15px;
		padding-bottom: 15px;
		top:0;
	}
		
	header .logo{
		width: 100px;
	}
	#mobile-nav-icon {
		width: 32px;
		height: 20px;
		margin-top: 12px;
	}
	
	#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
		padding: 5px !important;
	}
	.mobilemenu .menu-container {
		padding: 25px;
	}

	.mobilemenu {
	  border-right: 8px solid #2b8aaa;
	 	width: calc(100vw - 24px);
		max-width: calc(100vw - 24px);
		transition: transform .5s ease;
		transform: translateX(100%);
	}
	#mobile-close-icon {
		width: 22px;
		height: 22px;
	}
	.searchbox {
		position: relative;
		width: 65%;
		min-width: 240px;
		max-width: 300px;
		height: 40px;
	}
	.searchbox-input {
		height: 40px;
		line-height: 40px;
	}
	.search .searchbox-icon, .search .searchbox-submit{
		width: 16px;
		height: 16px;
		top: 10px;
		line-height: 40px;
		background-size: 16px 16px;
	}
	.mobilemenu nav ul li a:hover, .mobilemenu nav ul li:hover a, .mobilemenu nav ul li.current-menu-item a, .mobilemenu nav ul li a.active {
		border-bottom: 3px solid #FF6542;
		padding-bottom: 12px;
	}
	.mobilemenu nav ul li {
		width: 65%;
		min-width: 240px;
		max-width: 300px;
	}


	.mobilemenu nav ul li a {
  	font-size: 22px;
  	line-height: 1.05em;
  }
  .mobilemenu nav ul li ul.sub-menu{
	  margin-top: 10px;
  }
	.mobilemenu nav ul li ul.sub-menu li a {
		font-size: 20px;
		line-height: 1.5em;
		padding: 3px 0px;
	}

	.mobile-right{text-align: right;}
	.btn{font-size: 20px;}
	
	
	.covid19-banner{
		padding: 85px 7% 30px 7%;
		background-position: left 7% top 25px;
	}
	
	blockquote h2 {
    font-size: 28px;
  }
  .back-link {
		font-size: 18px;
		padding: 0px 0px 0px 24px;
		background-size: 9px 16px;
	}
  
  
  /* Homepage */
  .section-home-banner{
	  margin-bottom: 45px;
  }
  .hero-slide-title{
		padding-left:10vw;
	}
	.section-home-banner h1{
		font-size: 26px;
		line-height: 1em;
	}
		
	.section-highlights-2-col h2{
		font-size: 38px;
		margin-bottom: 1em;
	}
	.section-highlights-2-col article {
		padding-top: 120%;
		margin-bottom: 44px;
	}
	.section-highlights-2-col article.article-2{
		margin-bottom: 20px;
	}
	.section-highlights-2-col article h3 {
		font-size: 26px;
		line-height: 1.05em;
		max-width: 300px;
		bottom: 60px;
	}
	article .tags{
		max-width: 95%;
	}
	
	
	.dl-bridge-promo-left-panel {
		padding: 0px;
		width: 100%;
		display: block;
		padding-bottom: 40px;
	}
	.dl-bridge-promo-right-panel {
		width: 100%;
		display: block;
		padding: 0px;
	}
	.dl-bridge-promo h1{
		font-size: 26px;
	}
	.dl-bridge-promo .large,
	.dl-bridge-promo .large p {
		font-size: 18px;
		line-height: 1.22em;
	}

	
	.promo-left-panel {
		display: block;
		width: 100%;
	}
	.promo-right-panel{
		display: block;
		width: 100%;
	}
	.promo-overlay-content {
		top: 10%;
		left: 8%;
		max-width: 80%;
	}
	blockquote img {
		width: 22px;
		margin-bottom: 15px;
	}
	.promo-right-panel blockquote h2{
		font-size: 26px;
	}
	.promo-right-panel h6{
		text-decoration: underline;
	}
	
	.newsletter-promo h2{
		font-size: 36px;
	}
	.newsletter-promo .large p{
		font-size: 18px;
	}
	
	
	
	/* standard content page */	
	.standard-page-main-content h1 {
		font-size: 38px;
		line-height: 1.1em;
		max-width: 95%;
	}
	.standard-page-main-content h2 {
		font-size: 20px;
		font-weight: 600;
	}
	.standard-page-main-content h3 {
		font-size: 18px;
		font-weight: 600;
	}
	.large-page-intro {
		font-size: 30px;
		padding-bottom: 24px;
	}
	.standard-page-main-content p {
		font-size: 18px;
	}
	
}