:root {
	--white: #FFF;
	--black: #000;
	--orange: #FF4400;
	--light-grey: #EDEDED;
}

html {
  scroll-behavior: smooth;
}

a {
	color: var(--orange);
}

a:hover {
	text-decoration: underline;
}

/** wrapper **/
.wrapper {
	overflow: hidden;
}
.container {
	max-width: 100% !important;
}
article {
	max-width: 1200px;
  	margin: 0 auto;
}

/* ----------------------------------------------------- Background Styles ------------------------------------------------- */
.bg-light-grey {
	background-color: var(--light-grey);
}
.bg-gradient {
	background-image: linear-gradient(to bottom, var(--light-grey) , var(--black));
}
.bg-gradient-topper {
	background-image: linear-gradient(to bottom, var(--light-grey) , var(--white) 130px);
	background-color: #fff;
}
.bg-black {
	background-color: var(--black);
	color: var(--white);
}
.bg-black p, .bg-black a, .bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6, .bg-black li {
	color: var(--white);
}
.bg-orange {
	background-color: var(--orange);
	color: var(--white);
}
.bg-orange p, .bg-orange a, .bg-orange h1, .bg-orange h2, .bg-orange h3, .bg-orange h4, .bg-orange h5, .bg-orange h6, .bg-orange li {
	color: var(--white);
}
.bg-centered {
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
}
.bg-center-bottom {
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size: cover;
}
.bg-center-top {
    background-position: center top;
    background-repeat: no-repeat;
	background-size: cover;
}

/* ----------------------------------------------------- Menu Styles ------------------------------------------------- */

/* not sure if this is needed
.menu ul li ul {
	position:absolute;
	left:-999em;
	z-index:9999 !important;
	margin: 0 0 0 -25px;
	width: auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
}
.menu ul li ul li {
	display: block;
	margin-bottom: 0;
}
.menu ul li:hover ul, .menu ul li ul:hover {
	left:auto;
}
/** Menu arrows 
.menu li > a:after {
    content: '  ▾';
	vertical-align: 1px;
}
.menu li > a:hover:after {
    color: #444;
    content: '  ▾';
	vertical-align: 1px;
}
.menu li > a:only-child:after {
    content: '';
}
.menu ul {
	padding: 0px;
	margin: 0;
}
.menu li {
	list-style: none;
	display: inline-block;
	padding: 3px 15px;
	margin-left: 10px;
	background-image: none;
	margin-bottom: 10px;
}
.menu a {
	color: var(--black);
	text-decoration: none;
}
.menu a:hover {
	color: var(--orange);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	left: auto !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item-4424 {
	background-color: var(--orange) !important;
	color: white;
	text-transform: uppercase;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item-4424 a {
	color: white !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    width: 100%;
   float: right !important;
	
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	display: inline-grid !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {
	display: none !important;
}
.mega-menu-description {
	display: none !important;
}
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge, #mega-menu-wrap-primary button.mega-close, #mega-menu-wrap-primary button.mega-toggle-standard {
	line-height: initial !important;
}
ul.mega-sub-menu {
	z-index: 999999 !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item {
	margin-bottom: 5px !important;
}
.mega-menu-item.widget_text {
	background-color: var(--light-grey) !important;
	border-radius: 20px !important;
	box-shadow: 0 0 rgba(0, 0, 0, 0.2), 0 0px 8px 0 rgba(0, 0, 0, 0.19) !important;
}
/*
/* ----------------------------------------------------- Header And Banner Image Styles ---------------------------------------------------------------- */

header {
	/*position: absolute;*/
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	/*padding: 50px 5%;*/
}
header .logo {
	margin-top: -10px;
}
.logo {
	max-width: 200px;
	min-width: 160px;
	z-index: 99999;
	position: relative;
}

/* ----------------------------------------------------- Generic Content Styles ---------------------------------------------------------------- */

.content-padding {
	padding: 5%;
}
.content-padding-sm {
	padding: 2.5% 5%;
}
.content-padding-sm-sides {
	padding: 2.5%;
}
.content-margin {
	margin: 5% 0;
}
.min-height {
	min-height: 350px;
}
.content-padding-lrg-sides {
	padding: 3.5% 10%;
}

.overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
}

.banner-image-text {
  color: var(--white);
  font-weight: 400;
  font-size: 35px;
  line-height: initial;
	text-align: center;
	padding: 10%;
}

.banner-image {
    width: 100%;
    height: auto;
    /*min-height: 65vh;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    position: relative;
	background-blend-mode: multiply;
}

.banner-overlay {
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
    width: 100%;
    color: #fff;
    height: 100%;
}
.banner-overlay *, .banner-image * {
	color: #fff;
}
.background-centered {
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
.lozenge {
	border-radius: 100px;
	border: solid 4px var(--orange);
	max-width: 75%;
	padding: 30px;
	margin: 0 auto;
	background-color: #fff;
}
.lozenge h4 {
	font-size: 35px;
	color: var(--orange);
	font-weight: 700;
}
.lozenge-orange {
	border: solid 2px var(--orange);
	border-radius: 20px;
	box-shadow: 0 0 rgba(0, 0, 0, 0.2), 0 0px 8px 0 rgba(0, 0, 0, 0.19);
	padding: 20px;
}
.lozenge-orange h3 {
	color: var(--orange);
}

/* ----------------------------------------------------- Button and A Styles ---------------------------------------------------------------- */

a.button  {
	text-align: center;
	color: var(--white);
	font-weight: bold;
	font-size: 16px;
	padding: 8px 15px;	
	text-decoration: none !important;
}

button  {
	text-align: center;
	background-color: var(--black);
	color: var(--white);
	font-weight: 400;
	font-size: 16px;
	padding: 8px 20px;	
	text-decoration: none !important;
	border: none;
	transition-property: all;
    transition-duration: 500ms;
	cursor: pointer;
	border-radius: 50px;
}
button:hover {
	background-color: var(--orange) !important;
	color: #fff;
}
button strong {
	color: #fff;
}
button.mega-toggle-animated:hover {
	background: none !important;
}
.btn-orange  {
	background-color: var(--orange) !important;
	color: var(--white) !important;
}
.btn-orange:hover  {
	background: var(--black) !important;
}
.btn-pink  {
	background-color: var(--pink) !important;
	color: var(--white) !important;
}
.btn-pink:hover  {
	background: var(--black) !important;
}
.btn-white  {
	background-color: var(--white) !important;
	color: var(--orange) !important;
}
.btn-white:hover  {
	background: var(--orange) !important;
	color: var(--white) !important;
}
.btn-black-outline  {
	background-color: var(--white) !important;
	color: var(--black) !important;
	border: 2px solid var(--black);
}
.btn-black-outline strong {
	color: var(--black) !important;
}
.btn-black-outline:hover  {
	background: var(--black) !important;
	color: var(--white) !important;
}
.btn-black-outline:hover strong {
	color: var(--white) !important;
}
.btn-orange-outline  {
	background-color: var(--white) !important;
	color: var(--orange) !important;
	border: 2px solid var(--orange);
}
.btn-orange-outline:hover  {
	background: var(--orange) !important;
	color: var(--white) !important;
}
.btn-large {
	border-radius: 15px;
}
.btn-large strong {
	font-size: 19px;
}
.btn-white strong {
	color: var(--orange) !important;
}
.btn-white:hover strong {
	color: var(--white) !important;
}
.btn-bottom {
	position: absolute; 
	margin: 0 auto; 
	bottom: 20px; 
	right: 0; 
	left: 0; 
	width: fit-content;
}
.zoom {
  transition: transform .2s;
}
.zoom:hover {
  -ms-transform: scale(1.03); /* IE 9 */
  -webkit-transform: scale(1.03); /* Safari 3-8 */
  transform: scale(1.03); 
}

/* ----------------------------------------------------- Changing Content Styles ------------------------------------------------- */

.active {
	display: block !important;
}
.active-btn {
	background-color: var(--orange);
	transition-duration: 0.4s;
	color: #fff !important;
}
.active-btn:after {
	content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-top: solid 30px var(--orange);
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}
.active-btn p, .active-btn strong {
	color: #fff !important;
}
.box-black-light.active-btn {
	background-color: var(--black);
}
.box-black-light.active-btn:after {
	content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-top: solid 30px var(--black);
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}

#nav_tab_1, #nav_tab_2, #nav_tab_3, #nav_tab_4, #nav_tab_5 {
	cursor: pointer;
	box-shadow: 0 0 rgba(0, 0, 0, 0.2), 0 0px 8px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1);
    animation: pulse 3s 6s; /*3s is the speed - 6s is the animation duration*/
}
#nav_tab_1 {
	animation-delay: 0s;
}
#nav_tab_2 {
	animation-delay: 1s;
}
#nav_tab_3 {
	animation-delay: 2s;
}
#nav_tab_4 {
	animation-delay: 3s;
}
#nav_tab_5 {
	animation-delay: 4s;
}
#nav_tab_1:hover, #nav_tab_2:hover {
	background-color: var(--orange);
	color: #fff !important;
}
#nav_tab_3:hover, #nav_tab_4:hover, #nav_tab_5:hover {
	background-color: var(--black);
	color: #fff !important;
}
#nav_tab_1:hover p, #nav_tab_1:hover strong, #nav_tab_2:hover p, #nav_tab_2:hover strong, #nav_tab_3:hover p, #nav_tab_3:hover strong, #nav_tab_4:hover p, #nav_tab_4:hover strong, #nav_tab_5:hover p, #nav_tab_5:hover strong {
	color: #fff !important;
}
#nav_tab_1_content, #nav_tab_2_content, #nav_tab_3_content, #nav_tab_4_content, #nav_tab_5_content, #nav_tab_1_content_mobile, #nav_tab_2_content_mobile, #nav_tab_3_content_mobile, #nav_tab_4_content_mobile, #nav_tab_5_content_mobile {
	display: none;
	padding-right: 0;
}

/* -------------------- Changing Content Styles - Extra styles for inner pages -------------------- */
.changing-content-tabs .nav-bar-4col li {
	list-style-type: none !important;
	width: 100%;
	transition-duration: 0.4s;
	font-size: 22px;
	opacity: 0.6;
  	margin-bottom: 15px;
	padding: 5px 0;
}
.changing-content-tabs #nav_tab_1_content, .changing-content-tabs #nav_tab_2_content, .changing-content-tabs #nav_tab_3_content, .changing-content-tabs #nav_tab_4_content, .changing-content-tabs #nav_tab_5_content {
	border: solid 2px;
 	border-radius: 15px;
  	padding: 20px;
}
.changing-content-tabs .active-btn {
	background: none;
	opacity: 1 !important;
	color: var(--black) !important;
	border-bottom: solid 2px;
}
.changing-content-tabs #nav_tab_1, .changing-content-tabs #nav_tab_2, .changing-content-tabs #nav_tab_3, .changing-content-tabs #nav_tab_4, .changing-content-tabs #nav_tab_5 {
	box-shadow: none;
	animation: none;
}
.changing-content-tabs #nav_tab_1:hover, .changing-content-tabs #nav_tab_2:hover, .changing-content-tabs #nav_tab_3:hover, .changing-content-tabs #nav_tab_4:hover, .changing-content-tabs #nav_tab_5:hover {
	background: none !important;
	color: var(--black) !important;
}
.changing-content-tabs .active-btn:after {
	display: none;
}

/* ----------- Blog Styles ----------- */
.blog {
	margin-bottom: 50px;
	transition: opacity .25s ease-in-out;
	  -moz-transition: opacity .25s ease-in-out;
	  -webkit-transition: opacity .25s ease-in-out;
}
.blog a:hover {
	text-decoration: none !important;
}
.blog-image {
	aspect-ratio: 1.7 / 1;
	margin-bottom: 30px;
}
.blog-image-category {
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	 margin-bottom: 0;
}
.featured-cat-img {
	height: 25vw;
}
.blog-image img.attachment-post-thumbnail, .blog-image img.attachment-post-thumbnails {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.blog-image-home img.attachment-post-thumbnail, .blog-image-home img.attachment-post-thumbnails {
	object-fit: cover;
}
.featured-cat-img img.attachment-post-thumbnail, .featured-cat-img img.attachment-post-thumbnails {
	width: 100%;
	height: auto;
}
.blog-text {
	padding: 20px;
}
.blog-text-lrg {
	height: 250px;
}
p.category-tags span {
	border: solid 1px var(--black);
	padding: 5px 15px;
	border-radius: 15px;
	margin-right: 10px;
	text-wrap: nowrap;
}
p.category-tags span:hover {
	background-color: var(--black);
	color: var(--white);
}
p.category-tags span.Events {
	display: none;
}

.page-numbers {
	padding: 2px 8px;
	border: 1px solid var(--light-grey);
}
.page-numbers.current {
	background-color: var(--light-grey);
}


/*-------------- Accordion / FAQ styles ---------------*/

.accordion-container {
	display: flex;
}
.accordion {
	width: 100%;
}

.accordion .accordion-item {
	width: calc(100% - 40px);
}
.accordion .accordion-item button[aria-expanded='true'] {

}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: var(--black);
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  	cursor: pointer;
  	color: var(--orange);
	background: none !important;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: var(--black);
  border: 1px solid var(--black);
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
	font-size: 18px;
	font-weight: bold;
	color: var(--black);
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
	transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 22px;
}
.accordion button .icon::before {
	display: block;
	position: absolute;
	content: '\f078';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transition-duration: 0.4s;
	color: var(--black);
}
.accordion button[aria-expanded='true'] {
  color: var(--black);
}
.accordion button[aria-expanded='true'] .icon::before {
	transform: rotate(-180deg);
	transition-duration: 0.4s;
}
.accordion button[aria-expanded='true'] + .we-accordion-content {
  opacity: 1;
  /*max-height: 9em;*/
  max-height: max-content;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .we-accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 200ms linear, max-height 200ms linear;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .we-accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 1em 0;
}


/* ----------------------------------------------------- Video Styles ---------------------------------------------------------------- */

iframe, video{
  max-width: 100%;
  display: block;
}

/* Make common WP/Block embeds responsive */
.wp-block-embed__wrapper,
.wp-block-video,
.embed-responsive,
.video-container{
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.wp-block-embed__wrapper > iframe,
.wp-block-video > video,
.embed-responsive > iframe,
.video-container > iframe,
.video-container > video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* If something inside a narrow column still overflows, clip it */
.container, .container-fluid, .row, .content-padding{
  overflow-x: clip;  /* or hidden if your theme doesn’t support clip */
}	

/* ----------- Slider styles ------------ */
    .slider-wrapper {
        position: relative;
        overflow: hidden;
        padding: 2rem 0;
    }

    .slider-header {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 1rem;
        gap: 0.5rem;
    }

    .slider-container {
        display: flex;
        gap: 1rem;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding-bottom: 1rem;
    }

    .slider-container::-webkit-scrollbar {
        display: none; /* Optional: hide scrollbar */
    }

    .lozenge-orange {
        padding: 1.5rem;
        border-radius: 12px;
        flex: 0 0 35%; /* Each lozenge takes up 25% of the container */
        box-sizing: border-box;
    }

    .slider-arrow {
        background: var(--orange);
        font-size: 1.5rem;
        cursor: pointer;
        padding: 0.25rem 0.75rem;
        border-radius: 4px;
        transition: background 0.2s;
    }

    .slider-arrow:hover {
        background: var(--orange);
    }
	
	.slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    gap: 2rem;
    flex-wrap: wrap;
}

.slider-title {
    flex: 1;
    min-width: 250px;
}

.slider-controls {
    display: flex;
    gap: 0.5rem;
}
	
#slider.slider-container {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
#slider.slider-container::-webkit-scrollbar {
  display: none;
}

/* Make each card exactly 25% of the container width (minus gaps) */
#slider .lozenge-orange {
  flex: 0 0 calc((100% - (3 * 16px)) / 4); /* four cards per full viewport width, accounting for three gaps */
  scroll-snap-align: start;
}

/* ----------------------------------------------------- Footer Styles ---------------------------------------------------------------- */
footer {
	background-color: var(--light-grey);
	clear: both;
}
footer p, footer a {
	font-size: 13px;
}

/* ----------- Plugin Overwrite Styles ----------- */

/* ----------- Ninja Forms Styles ----------- */
.nf-form-content {
	padding: 0 !important;
}
.nf-form-fields-required {
	font-size: 13px;
	margin-bottom: 5px;
}


/* ----------------------------------------------------- 2200px + ---------------------------------------------------------------- */

@media only screen and (min-width : 2200px) {
}


/* ----------------------------------------------------- Smaller than 2200px ----------------------------------------------------- */

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


/* ----------------------------------------------------- Smaller than 1800px ----------------------------------------------------- */

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


/* ----------------------------------------------------- Smaller than 1750px ----------------------------------------------------- */

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


/* ----------------------------------------------------- Smaller than 1650px ----------------------------------------------------- */

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


/* ----------------------------------------------------- Smaller than 1550px ----------------------------------------------------- */

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


/* ----------------------------------------------------- Smaller than 1450px ----------------------------------------------------- */

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


/* ----------------------------------------------------- Smaller than 1350px ----------------------------------------------------- */

@media only screen and (max-width : 1350px) {
	.lozenge {
		max-width: 95%;
	}
}


/* ----------------------------------------------------- Smaller than 1250px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Bigger than 1126px ----------------------------------------------------- */
@media only screen and (min-width : 1126px) {
	
}

/* ----------------------------------------------------- Smaller than 1125px ----------------------------------------------------- */

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

}


/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */
@media only screen and (max-width : 1080px) {
	.lozenge h4 {
		font-size: 28px;
	}
}


/* ----------------------------------------------------- Smaller than 1024px - iPad landscape ----------------------------------------------------- */

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


/* ----------------------------------------------------- Smaller than 991px ------------------------------------------------------ */

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

}

/* ----------------------------------------------------- Smaller than 870px ------------------------------------------------------ */

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


}

/* ----------------------------------------------------- Smaller than 800px ------------------------------------------------------ */

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

}


/* ----------------------------------------------------- Smaller than 768px - iPad portrait ------------------------------------------------------ */

@media only screen and (max-width : 768px) {
	.hidden-mobile {
		display: none;
	}
	.mobile-center {
		text-align: center !important;
	}
	.mobile-left {
		text-align: left !important;
	}
	.logo {
		max-width: 170px;
	}	
	.lozenge {
		max-width: 100%;
		border-radius: 60px;
		padding: 22px;
	}
	button {
		margin-bottom: 10px;
	}
	.lozenge-orange {
		margin-bottom: 20px;
	}
	.changing-content-tabs .nav-bar-4col li {
		font-size: 19px;
	}
	.accordion button .accordion-title {
		font-size: 18px;
	}
	.accordion-container {
		flex-wrap: wrap
	}
	.accordion {
		width: 100%;
	}
	.accordion .accordion-item {
		width: calc(100%);
		margin: 10px 0px;
	}
}


/* ----------------------------------------------------- Smaller than 700px ------------------------------------------------------ */

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

/* ----------------------------------------------------- Smaller than Mobile ----------------------------------------------------- */

@media only screen and (max-width : 650px) {
	.lozenge h4 {
		font-size: 20px;
	}
	.lozenge p {
		line-height: initial;
	}
	#nav_tab_1 p, #nav_tab_2 p, #nav_tab_3 p, #nav_tab_4 p, #nav_tab_5 p {
		font-size: 14px;
		line-height: initial;
		margin-bottom: 5px;
	}

}


/* ----------------------------------------------------- Smaller than 540px ------------------------------------------------------ */

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

}


/* ----------------------------------------------------- Smaller than 480px ------------------------------------------------------ */
@media only screen and (max-width : 480px) {
	#slider .lozenge-orange {
    	flex: 0 0 100%; /* single per row */
  	}
}