/*
Theme Name: TCWD Framework 2024
Description: A minimalistic WordPress theme for custom designed sites.
Version: 1.0
Author: Greg Provians
Author URI: www.tropicalcoastwebdesign.com.au
*/

/******************************* LOAD FONTS *******************************/

@font-face {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-style: normal;
	src:url("fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
	font-family: Poppins-SemiBold;
	font-weight: 400;
	font-style: normal;
	src:url("fonts/Poppins/Poppins-SemiBold.ttf");
}

@font-face {
	font-family: Poppins-Bold;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Poppins/Poppins-Bold.ttf");
}

body {
    font-family: Poppins-Regular, Arial, sans-serif;
    margin: 0;
    padding: 0;
	font-size: 20px;
}

html {

	/* Apply border-box across the entire page. */
	box-sizing: border-box;
	font-family: var(--global--font-secondary);
	line-height: var(--global--line-height-body);
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */

*,
*::before,
*::after {
	box-sizing: inherit;
}

/******************************* HEADING STYLES *******************************/

h1 {
	font-family: Poppins-SemiBold, Helvetica, Arial, "sans-serif";
	font-size: 2em;
	line-height: 1.2em;
	margin: 0 0 24px 0;
	color: #001040;	
}

h1.hide-title {
	font-family: Montserrat-SemiBold, Arial, "sans-serif";
	font-weight: normal;
	font-size: .1em;
	line-height: .1em;
	color: #000A1A;
	padding: 0px;
	margin-bottom: 0px;
	width: 100%;
}

h2 {
	font-family: Poppins-Bold, Helvetica, Arial, "sans-serif";
	font-size: 2.5em;
	line-height: 1.2em;
	margin: 0 0 40px 0;
	color: #00336D;	
}

h2 span {
	font-family: Poppins-SemiBold, Helvetica, Arial, "sans-serif";
	color: #FFB100;
	text-transform: uppercase;
	font-size: 20px;
	display: block;
	line-height: 1em;
	margin-bottom: 10px;
}

h3 {
	font-family: Poppins-SemiBold, Helvetica, Arial, "sans-serif";
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0 0 24px 0;
	color: #00336D;	
}

h5 {
	font-family: Poppins-Regular, Helvetica, Arial, "sans-serif";
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 24px 0;
	color: #001040;	
}

/* HEADER - FEATURED IMAGE BACKGROUND
-------------------------------------------------------------------------------*/


.header-wrap {
  text-align: left;
	width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
	min-height: 400px;
	margin-bottom: 100px;
	display: flex;
flex-direction: column;
justify-content: center;
}

.header-wrap-contents {
	width: 100%;
	max-width: 1400px;
	text-align: center;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0 30px;
}

.header-wrap h1.entry-title {
	color: #fff;
	margin-bottom: 0px;
}


/******************************* GENERAL STYLING *******************************/

ul, ol {
	margin: 0 0 24px;
	line-height: 1.714285714;
	padding: 0;
}

ul {
	list-style: disc outside;
}

ol {
	list-style: decimal outside;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

li {
	margin: 0 0 0 24px;
		font-size: .9em;
		margin-bottom: 24px;
		color: #666;
}

table td {
    
}

td, th {
	padding: 5px;
}

a:link, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #00346E;
	text-decoration: none;
}

/* TEXT ELEMENTS - Alignment -------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 12px auto;
}

/******************************* GUTENBERG *******************************/

.alignfull {
margin-left : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
max-width : 100vw;
}

.alignwide {
margin-left : calc( -80vw / 2 + 100% / 2 );
margin-right : calc( -80vw / 2 + 100% / 2 );
max-width : 80vw;
}

.aligncenter {
	max-width: 1400px;
	margin: 0 auto;
}

.wp-block-image.alignfull, .wp-block-image.alignwide {
    max-width: none;
}

/******************************* HEADER *******************************/

#header {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #fff;
}

#header-contact {
	width: 100%;
	height: 54px;
	background-color: #00346E;
	color: #fff;
	font-size: .7em;
	
}

#header-contact-contents {
	width: 100%;
	height: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

#header-contact-contents-left {
	width: 45%;
	height: 100%;
	float: left;
	text-align: left;
	line-height: 54px;
	vertical-align: middle;
	margin-left: 30px;
}

#header-contact-contents-left img {
	line-height: 54px;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 15px;
}

#header-contact-contents-left a:link, #header-contact-contents-left a:visited{
	color: #fff;
	text-decoration: none;
}

#header-contact-contents-left a:hover{
	color: #ffff00;
	text-decoration: none;
}

#header-contact-contents-right {
	width: 45%;
	height: 100%;
	float: right;
	text-align: right;
	line-height: 54px;
	vertical-align: middle;
	margin-right: 30px;
}

#header-contact-contents-right img {
	line-height: 54px;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-left: 15px;
}

#header-main-contents {
	width: 100%;
	height: 170px;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

#header-main-logo {
	float: left;
	position: absolute;
	top: 21px;
	left: 30px;
	width: 269px;
	height: auto;
}

#header-main-menu {
	float: right;
	position: absolute;
	bottom: 71px;
	right: 10px;
	width: 75%;
	height: 46px;
	color: #000;
}

/******************************* MENU STYLING *******************************/

	#cssmenu,
	#cssmenu ul,
	#cssmenu li,
	#cssmenu a {
		border: none;
		margin: 0;
		padding: 0;
		line-height: 1;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

	#cssmenu {
		display: block;
		padding: 0;
		margin: 0;
		width: auto;
		border-color: #080808;
	}

/*--- MENU - List Styles ---*/

	#cssmenu,
	#cssmenu > ul > li > ul > li a:hover {

	}

#cssmenu > ul {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

#cssmenu > ul > li {
	position: relative;
	display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}


/*--- Individual Button Styles Go Here ---*/

	#cssmenu > ul > li > a {
		outline: none;
		display: block;
		position: relative;
		padding: 22px 20px 16px;
		text-align: center;
		text-decoration: none;
		font-weight: normal;
		text-transform: uppercase;
		font-size: .8em;
		font-family: Poppins-SemiBold, Helvetica, Arial, "sans-serif";
		color: #666666;
	  	transition-duration: 0.5s;
	}

	#cssmenu li:first-child a {
		border-left: 0 none;
	}

/*--- Individual Button HOVER Styles Go Here ---*/

	#cssmenu > ul > li > a:hover {
		color: #00346E;
		padding-top: 17px;
  		transition-duration: 0.5s;
		padding-bottom: 21px;
		
	}

	#cssmenu ul li.has-sub:hover > a:after {
		top: 0;
		bottom: 0;
	}

/*--- Sub Menu Dropdown Arrow ---*/

	#cssmenu > ul > li.has-sub {
		padding-right: 10px;  /*--- Extra room for arrow ---*/
	}

	#cssmenu > ul > li.has-sub > a:before {
		content: '';
		position: absolute;
		top: 26px;
		right: 5px;
		border: 5px solid transparent;
		border-top: 5px solid;
	}

/*--- Main Navigation Item with Drop Down Menu Underneath ---*/

	#cssmenu ul li.has-sub:hover > a {
		color: #00346E;
		top: 0px;
		z-index: 999;
	}

	#cssmenu ul li.has-sub:hover > ul,
	#cssmenu ul li.has-sub:hover > div {
		display: block;
	}

/*--- Drop Down Sub Menu Position & Width ---*/

	#cssmenu ul li > ul,
	#cssmenu ul li > div {
		display: none;
		position: absolute;
		top: 54px;
		left: 0px;
		padding: 0;
		background: #00346E; /*--- Background colour of whole dropdown menu ---*/
		z-index: 999;
	}

	#cssmenu ul li > ul {
		min-width: 200px;

	}

	#cssmenu li ul li a { 
		width: auto; white-space: nowrap;
	}

	#cssmenu ul li > ul li {
		list-style: inside none;
		padding: 0;
		margin: 0;
		position: relative;
	}

/*--- Drop Down Menu Items Styling ---*/

	#cssmenu ul li > ul li a {
		outline: none;
		display:block;
		position: relative;
		margin: 0;
		padding: 20px 25px 18px;
		text-transform: capitalize;
		font-size: .8em;
		font-family: inherit;
		color: #FFFFFF;
		text-decoration: none;
		text-align: left;
	}

/*--- Drop Down Menu Items HOVER effect ---*/

	#cssmenu ul ul a:hover {
		color: #ffff00;
		background-color: #000C2F; /*--- Hover colour of dropdown menu items ---*/
	}

/*--- Sub-Sub Menu Dropdown Arrow ---*/

	#cssmenu > ul > li.has-sub {
		padding-right: 10px;  /*--- Extra room for arrow ---*/
	}

	#cssmenu ul li > ul li.has-sub > a:before {
		content: '';
		position: absolute;
		top: 23px;
		right: 5px;
		border: 5px solid transparent;
		border-left: 5px solid;
	}

	#cssmenu ul ul ul li a {
		outline: none;
		display:block;
		position: relative;
		margin: 0;
		padding: 20px 25px 18px;
		text-transform: uppercase;
		color: #fff;
		text-decoration: none;
		text-align: left;
		border-bottom: 1px dashed #266F41 !important;
		background-color: #001555; 
	}

	#cssmenu ul ul ul li:last-child a {
		border-bottom: none !important;
	}

	#cssmenu ul li > ul li > ul {
		display: none;
		position: absolute;
		top: 0px;
		left: 216px;
		padding: 0;
		z-index: 999;
		border-left: 10px solid rgba(0,0,0,0.00);
		background-color: rgba(0,0,0,0.00);
	}


/* MOBILE MENU - Styles ---------------------*/

/* Hide the mobile menu checkbox */
.mobile-menu-toggle {
    display: none;
}

/* Style the mobile menu toggle button */

.toggle-menu {
    display: block;
    cursor: pointer;
    z-index: 9999; /* Ensure toggle button appears above content */
    position: absolute;
    top: 0px;
    left: 0px;
	background-color: #00346E;
	color: #fff;
	padding: 12px 18px;
}

/* Style the mobile menu */

.mobile-menu {
    display: none;
    position: absolute;
    top: 64px; /* Adjust as needed */
    left: 0px; /* Adjust as needed */
    background-color: #00346E;
    padding: 0 5px 10px;
    border-top: 10px solid rgba(0,0,0,0.00);
    z-index: 999; /* Ensure mobile menu appears above content */
    animation-duration: 0.3s; /* Duration of the animation */
    animation-fill-mode: both; /* Retains the final state of the animation */
	width: auto;
	font-size: .8em;
}

/* Define the animation for sliding */

@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Show the menu when the checkbox is checked */

.mobile-menu-toggle:checked + .toggle-menu + .mobile-menu {
    display: block;
    animation-name: slideIn; /* Use slideIn animation when menu is opened */
}

/* Hide the menu when unchecked */

.mobile-menu-toggle:not(:checked) + .toggle-menu + .mobile-menu {
    animation-name: slideOut; /* Use slideOut animation when menu is closed */
}

/* Additional styling for the mobile menu */

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.mobile-menu li {
	margin: 0 10px;
	color: #fff;
	font-family: Poppins-Regular, Helvetica, Arial, "sans-serif";
    padding: 10px 10px 8px 20px;
	border-bottom: 1px dashed #1A497D;
}

.mobile-menu li:last-child {
	border-bottom: 0px dashed #fff;
}

.mobile-menu li:hover {

}

.mobile-menu li a {
    text-decoration: none;
    color: #fff;
}

.mobile-menu li a:hover {
    color: #ffff00;
}

.mobile-menu ul.sub-menu {
    text-align: left;
	margin: 0 0;
}

.mobile-menu ul.sub-menu li {
    padding: 10px 0px 6px;
	margin-left: 25px;
	list-style: square;
	border-bottom: 0px solid #fff;
}

/* Closing button style */

.close-menu {
    position: absolute;
    top: 5px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
}

/* FOOTER MENU - Styles ---------------------*/

	#footer #cssmenu,
	#footer #cssmenu ul,
	#footer #cssmenu li,
	#footer #cssmenu a {
		border: none;
		margin: 0;
		padding: 0;
		box-sizing: content-box;
		text-transform: none;
		text-align: left;
		line-height: 31px;
		vertical-align: middle;
		background-color: rgba(0,0,0,0.00);
	display: list-item;
	}

#footer-center h5 {
	margin-bottom: 22px;
}

	#footer #cssmenu {
		height: auto;
		display: block;
		padding: 0;
		margin: 0;
		width: auto;
		border-color: #080808;
	}

/*--- MENU - List Styles ---*/

	#cssmenu,
	#cssmenu > ul > li > ul > li a:hover {

	}

#footer #cssmenu > ul {
    display: block;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
}

#footer #cssmenu > ul > li {
	position: relative;
	display: inline-block;
    flex: none; /* Default */
	width: 100%;
	margin-left: 0px;
}

#footer #cssmenu > ul > li > a {
    outline: none;
    display: block;
    position: relative;
    padding: 12px 20px 8px;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    text-transform: capitalize;
    font-size: .8em;
    font-family: Poppins-Regular, Helvetica, Arial, "sans-serif";
    color: #fff;
    transition-duration: 0.0s;
	border-bottom: 1px solid #1A497D;
}

#footer #cssmenu > ul > li > a:hover {
		color: #ffff00;
		padding-top: 12px;
  		transition-duration: 0.0s;
		padding-bottom: 8px;
}
		

/******************************* SLIDESHOW *******************************/

#slideshow-image {
	width: 100%;
	height: auto;
	margin-bottom: 130px;
}


/******************************* MAIN BODY *******************************/

/* CONTENT / BODY
-------------------------------------------------------------------------------*/

#wrapper {
	width: 100%;
	height: auto;
	margin: 0px auto;
	background-color: #FFF;
	display: block;
	overflow: hidden;
	}

	#main {
		width: 100%;
		height: auto;
		position: relative;
	}

		#content {
			box-sizing: border-box;
			padding: 0 30px 100px;
			width: 100%;
			max-width: 1400px;
			margin: 0 auto;
		}

	#content p {
		font-size: .9em;
		margin-bottom: 24px;
		color: #666;
	}


/*----------------------- FOOTER - CTA ---------------------*/

#footer-cta {
	width: 100%;
	height: auto;
	background-color: #FFB100;
	color: #fff;
	padding: 80px 0;
}

#footer-cta h2 {
	color: #fff;
	margin-bottom: 0;
}

#footer-cta-contents {
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	position: relative;
}

#footer-cta-contents-left {
	width: 33%;
	height: auto;
	padding: 0 30px;
	float: left;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

#footer-cta-contents-left #button-cta{
	padding: 15px 40px 13px;
	border: 1px solid #fff;
	border-radius: 20px;
	width: 240px;
	margin: 0 auto;
	font-family: Poppins-SemiBold;
}


#footer-cta-contents-left a:link, #footer-cta-contents-left a:visited, #footer-cta-contents-left a:hover{
	color: #fff;
}

#footer-cta-contents-right {
	width: 66%;
	height: auto;
	padding: 0 30px;
	float: right;
}

#footer-cta-contents-right p {
	font-family: Poppins-SemiBold;
	font-size: 1.2em;
	line-height: 0;
}

/******************************* FOOTER *******************************/

#footer {
	width: 100%;
	height: auto;
	padding: 90px 30px;
	background-color: #00346E;
}

#footer h5 {
	color: #fff;
}

#footer p {
	font-size: .8em;
	line-height: 2em;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffff00;
	text-decoration: none;
}

#footer-contents {
	width: 100%;
	max-width: 1340px;
	height: auto;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

#footer-left {
	width: 38%;
	height: auto;
	float: left;
	margin-right: 4%;
	line-height: 36px;
	vertical-align: middle;
}

#footer-left p {
	font-size: .8em;
	line-height: 1.7em;
}

#footer-left img {
	margin-bottom: 20px;
}

#footer-left img{
	line-height: 36px;
	vertical-align: middle;
	margin-right: 15px;
}

#footer-center {
	width: 27%;
	height: auto;
	float: left;
	margin-top: 44px;
}

#footer-center h5 {
	margin-bottom: 24px;
}

#footer-center p {
	line-height: 51px;
	border-bottom: 1px solid #1A497D;
	font-size: .8em;
	vertical-align: middle;
	margin: 0 0 0 0;
}

#footer-center img {
	line-height: 60px;
	vertical-align: middle;
	margin-right: 15px;
	margin-bottom: 2px;
}

#footer-right {
	width: 27%;
	height: auto;
	float: right;
	margin-top: 44px;
}

/******************************* GOOGLE RECAPTCHA *******************************/

.grecaptcha-badge { 
    visibility: hidden !important;
}

#smallgoogle {
	font-size: 12px;
	width: 100%;
	display: inline-block;
	height: auto;
	line-height: 20px;
	margin-top: 10px;
	text-align: center;
	padding: 0 30px 10px;
}

#smallgoogle a:link, #smallgoogle a:visited{
	color: #ccc;
	text-decoration: none;
}

#smallgoogle a:hover {
	color: #ffff00 !important;
	text-decoration:underline;
}

/******************************* COPYRIGHT / LOGIN / T&Cs *******************************/

#notice_footer {
	width: 100%;
	height: auto;
	min-height: 60px;
	background-color: #00346E;
	display: block;
	overflow: hidden;
}

#notice_footer a:link, #notice_footer a:visited{
	color: #fff;
	text-decoration: none;
}

#notice_footer a:hover {
	color: #ffff00 !important;
	text-decoration:underline;
}

#notice_footer_content {
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 0 30px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 60px; 
	font-size: 14px;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #1A497D;
}

#notice_footer_mobile {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 26px; 
	font-size: 14px;
	display: block;
	overflow: hidden;
	padding: 10px 30px;
	border-top: 1px solid #1A497D;
}

#notice_footer_left {
	width: 45%;
	max-width: 560px;
	height: auto;
	float: left;
	text-align: left;
	vertical-align: middle;
}

#notice_footer_right {
	width: 45%;
	max-width: 560px;
	height: auto;
	float: right;
	text-align: right;
	vertical-align: middle;
}

/******************************* CONTACT FORM 7 STYLES *******************************/

.wpcf7-form{
	border: none;
	padding:0;
	-webkit-border-radius: 10px;   
    border-radius: 10px;
	width: 100%;
	margin-bottom:21px;
}

.email_terms {
	font-size:13px !important;
	color: #444 !important;
}
	

#two-column{
	width: 100%;
}

#two-column #left{
	width: 48%;
	float: left;
}

#two-column #left p {
    line-height: 25px !important;
}

#two-column #right{
	width: 48%;
	float: right;
}
#two-column p{
margin: 0px !important;
}

#two-column input[type="text"]{
	border:none;
	border:1px solid #DDD;
	font-size : .9em;
	border-radius: 10px;
	padding: 15px 20px;
	margin-bottom:12px;
	width: 100%;
}

#two-column input[type="email"]{
	border:none;
	border:1px solid #DDD;
	font-size: .89em;
	border-radius: 10px;
	padding: 15px 20px;
	margin-bottom:12px;
	width: 100%;
}

#two-column textarea {
    position: relative;
    padding: 15px 20px;
    border:1px solid #DDD;
    border-radius: 10px;
	width: 100%;
	margin-bottom: 12px;
	font-size: .9em;
}

#two-column select{
	border:none;
	border:1px solid #DDD;
	border-radius: 10px;
    padding: 15px 20px;
	font-size: .9em;
	margin-bottom: 15px;
	width: 100%;
	color: #333;
}

.wpcf7 select[name="select-an-option"] { color:#aaa; font-size: .9em;}

.wpcf7 select[name="select-an-option"] option { color:#000 !important; font-size: .9em; }


#two-column input[type="submit"]{
	padding:15px 20px;
	width: 100%;
	background-color: #00346E;
	border: 1px solid #00346E;
	color: #fff;
	text-transform: uppercase;
	float:right;
	border-radius: 10px;
	margin:0px 0px 0px 0px;
	font-size: .9em;
}

#two-column input[type="text"]:focus, #two-column textarea:focus, #two-column input[type="email"]:focus{
	background: #F1F1F1;
}

#two-column input[type="submit"]:hover{
	background-color: #004B9F;
	border: 1px solid #00346E;
	color: #fff;
}

#content .wpcf7-not-valid-tip {
    font-size: .8em;
	margin-bottom: 10px;
	margin-top: -15px;
	text-align: right;
}

#content .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ff0000;
}

#content .wpcf7 form .wpcf7-response-output {
    padding: 0.5em 1em;
    border: 2px solid #008C00;
	font-size: .8em;
	margin: 40px 0px 10px;
	color: #008C00;
}

.side-column-left h3 {
	color: #E1020B;
	background-image: url("../../../../template-images/contact-icon.png");
	background-repeat: no-repeat;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	padding-left: 97px;
	margin-bottom: 40px;
}

.side-column-right h3 {
	color: #E1020B;
	background-image: url("../../../../template-images/speech-bubbles.png");
	background-repeat: no-repeat;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	padding-left: 97px;
	margin-bottom: 30px;
}

#two-column ::placeholder, #two-column textarea, #two-column select {
	    font-family: Poppins-Regular, Arial, sans-serif;
		color: #444;
		
}
/******************************* SMART PHONES  UNDER 800 PIXELS *******************************/

@media (max-width: 799px) {
	
#header-contact-contents-left {
    display: none;
}
	
#header-main-menu {
    display: none;
}
	
#full-width-menu {
    display: none;
}
	
#header-contact-contents-right {
    width: 100%;
	margin-right: 24px;
}
	
#header-main-contents {
    height: auto;
    overflow: hidden;
	clear: both;
	padding: 10px;
}
	
#header-main-address {
    float: none;
    position: relative;
    right: initial;
	top: initial;
    width: 100%;
    text-align: center;
	font-size: .8em;
}
	
#header-main-logo {
    float: none;
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
	text-align: center;
}
	
#header-main-logo img{
    width: 90%;
	height: auto;
	max-width: 269px;
}
	
#footer {
    padding: 80px 20px 40px;
}
	
#footer p {
    line-height: 2em;
}
	
#footer-left, #footer-center, #footer-right {
    width: 100%;
    margin-right: 0;
	float: none;
	margin-bottom: 50px;
}
	
	#footer-center p {
		font-size: .7em;
		line-height: 3.7em;
	}
	
#footer #cssmenu > ul > li > a {
    font-size: .7em;
}
	
#footer #cssmenu > ul > li {
    width: 100%;
}
	
#notice_footer_content {
    display: none;
}
	
#smallgoogle {
    text-align: left;
    padding: 0 0px 10px;
}
	
#notice_footer_left, #notice_footer_right {
    width: 100%;
    max-width: none;
    float: none;
    text-align: center;
}
	
#footer-cta-contents {
    display: flex;
	flex-direction: column;
}
	
#footer-cta-contents-left {
    width: 100%;
    height: auto;
    padding: 0 30px;
    float: none;
    text-align: center;
    position: relative;
    top: initial;
    transform: translate(0, 0);
	display: block;
	order: 2;
}
	
#footer-cta h2 {
    font-size: 1.8em;
}
	
#footer-cta-contents-right p {
    display: none;
}
	
#footer-cta-contents-right {
    width: 100%;
    float: none;
	display: block;
	text-align: center;
	order: 1;
	margin-bottom: 40px;
}
	
#content ul.ecs-event-list {
	list-style: none;
	-moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}

ul.ecs-event-list li {
    width: 100% !important;
    margin: 0 0 30px !important;
}
	
li.ecs-event h4, li.ecs-event span.duration, li.ecs-event span.duration {
    padding: 0 20px !important;
}
	
#content li.ecs-event span.duration {
    color: #FFB100;
    font-size: .6em;
}
	
h2 {
    font-size: 2.4em;
}
	
	.wp-block-image .alignright {
    float: none;
    margin: 2em auto;
}
	
#footer-left img {
	width: 100%;
	height: auto;
}

}

/******************************* TABLETS BETWEEN 800 & 1200 PIXELS *******************************/

@media screen and (min-width: 800px) and (max-width: 1199px) { 
	
#header-contact-contents-left {
    display: none;
}
	
#header-main-menu {
    display: none;
}
	
#full-width-menu {
    display: none;
}
	
#header-main-contents {
    padding: 20px 30px;
	height: auto;
}
	
#header-main-address {
    float: none;
    position: relative;
    right: initial;
	top: initial;
    width: 100%;
    text-align: center;
}
	
#header-main-logo {
    float: none;
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
	text-align: center;
}
	
#footer-left {
    width: 80%;
    float: none;
	padding-top: 60px;
	overflow: hidden;
	clear: both;
	text-align: center;
	margin: 0 auto;
}
	
#footer-center {
    width: 49%;
    margin-right: 1%;
	float: left;
}
	
#footer-right {
    width: 49%;
    float: right;
}
	
#notice_footer_content {
    display: none;
}
	
#footer-cta-contents {
    display: flex;
	flex-direction: column;
}
	
#footer-cta-contents-left {
    width: 100%;
    height: auto;
    padding: 0 30px;
    float: none;
    text-align: center;
    position: relative;
    top: initial;
    transform: translate(0, 0);
	display: block;
	order: 2;
}
	
#footer-cta-contents-right {
    width: 100%;
    float: none;
	display: block;
	text-align: center;
	order: 1;
	margin-bottom: 40px;
}
	
#content ul.ecs-event-list {
	list-style: none;
	-moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}

ul.ecs-event-list li {
    width: 46% !important;
    margin: 0 2% 0 !important;
}
	
ul.ecs-event-list li:last-child {
    display: none;
}
	
li.ecs-event h4, li.ecs-event span.duration, li.ecs-event span.duration {
    padding: 0 20px !important;
}
	
.wp-block-image .alignright {
    float: none;
    margin: 2em auto;
}

}

/******************************* DESKTOPS AND NOTEBOOKS OVER 1200 PIXELS *******************************/

@media (min-width: 1200px) {
	
.toggle-menu, .mobile-menu {
        display: none;
}
	
#notice_footer_mobile {
    display: none;
}

}

/******************************* CUSTOM PAGE CSS *******************************/

#content p.contact-information {
	line-height: 60px;
	vertical-align: middle;
	border-bottom: 1px solid #eee;
	margin: 0 0 0 0;
}

p.contact-information img {
	line-height: 60px;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 15px;
}

.orange-shadow img {
	filter: drop-shadow(30px 30px 0px #FFB100);
}
	
.remembrance-panel h2 {
	color: #fff;
	font-size: 2.3em;
	line-height: 1.2em;
}

.remembrance-panel h2 span{
	margin-bottom: 30px;
}

.remembrance-panel .wp-block-button .wp-block-button__link {
    border: 1px solid;
    padding: .5em 2.8em;
}

.remembrance-panel .wp-block-image .aligncenter>figcaption {
	color: #fff;
	font-family: Poppins-SemiBold;
	font-size: 1em;
	padding: 0 30px;
	position: absolute;
	bottom: 10px;
	left: 0;
}

.remembrance-panel .wp-block-image .aligncenter>figcaption strong {
	font-size: 1.2em;
}

ul.ecs-event-list {
	list-style: none;
	display:block;
}

ul.ecs-event-list li {
	display:inline-block;
	width: 31%;
	-webkit-box-shadow: 1px -1px 10px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px -1px 10px 1px rgba(0,0,0,0.4);
	box-shadow: 1px -1px 10px 1px rgba(0,0,0,0.4);
	margin: 0 3.5% 0 0;
}

ul.ecs-event-list li:last-child {
	margin: 0 0;
}

#content li.ecs-event img{
	width: 100%;
	height: 250px;
}

#content li.ecs-event {
	padding-bottom: 30px;
}

li.ecs-event h4 {
	font-family: Poppins-SemiBold;
	color: #00336C;
	font-size: 1em;
	padding: 0 30px;
	margin-bottom: 0px;
	margin-top: 20px;
}

li.ecs-event a:link, li.ecs-event a:visited {
	color: #00336C;
}

li.ecs-event span.duration{
	font-family: Poppins-SemiBold;
	color: #FFB100;
	font-size: .8em;
	padding: 0 30px;
}

#content li.ecs-event p.ecs-excerpt {
	font-size: .8em;
	padding: 0 30px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
	margin-bottom: 30px;
}

#content li.ecs-event p {

}