/*
Theme Name: TCWD Framework 2027
Theme URI: https://tropicalcoastwebdesign.com.au/
Description: A lightweight classic WordPress framework for custom-designed sites using Kadence Blocks.
Version: 1.0
Author: Greg Provians
Author URI: https://tropicalcoastwebdesign.com.au/
Text Domain: tcwd-framework-2027
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/******************************* LOAD FONTS *******************************/

@font-face {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("fonts/Poppins/Poppins-Regular.ttf") format("truetype");
}

@font-face {
	font-family: OpenSans-Regular;
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: 'Poppins';
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	src: url("fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
}

body {
    font-family: OpenSans-Regular, Arial, sans-serif;
    margin: 0;
    padding: 0;
	font-size: 20px;
}

html {

	/* Apply border-box across the entire page. */
	box-sizing: border-box;
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */

*,
*::before,
*::after {
	box-sizing: inherit;
}

/******************************* HEADING STYLES *******************************/

h1 {
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 2em;
	line-height: 1.2em;
	margin: 0 0 24px 0;
	color: #001040;	
}

h2 {
	font-family: Poppins-Regular, Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #31528C;
	margin: 0 0 50px 0;
	padding: 0;
	position: relative;
	width: max-content;
	max-width: 100%;
}

h2::after {
	content: "";
	position: absolute;
	width: 220px;
	height: 30px;
	right: -30px;
	bottom: -22px;

	background-image: url("../../../../2026-template-images/under-title-swirl.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

h3 {
	font-family: Poppins-Regular, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #31528C;
	margin: 0 0 50px 0;
	padding: 0;
	position: relative;
	width: max-content;
	max-width: 100%;
}

h3::after {
	content: "";
	position: absolute;
	width: 177px;
	height: 20px;
	right: -30px;
	bottom: -22px;

	background-image: url("../../../../2026-template-images/under-title-swirl-h3.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

h4 {
	font-family: Poppins-Regular, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #31528C;
	margin: 0 0 10px 0;
}

h5 {
	font-family: Poppins-Regular, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	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;
	margin-bottom: 100px;
	min-height: 300px;
	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: #001040;
}

.header-wrap.has-background-image h1.entry-title {
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}


/******************************* GENERAL STYLING *******************************/

ul, ol {
	margin: 0 0 24px;
	line-height: 1.714285714;
	padding: 0;
}

ul {
	list-style: none;
	padding-left: 0;
}

ul li {
	position: relative;
}

ul li::before {
	content: "";
	position: absolute;
	left: -25px;
	top: 0.45em;
	width: 12px;
	height: 12px;
	background-image: url("../../../../2026-template-images/dot-points.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

ol {
	list-style: decimal outside;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

li {
	margin: 0 0 5px 24px;
	color: #444;
	font-size: .9em;
}

table td {
    
}

td, th {
	padding: 5px;
}

#content .has-medium-font-size {
    font-size: 1.2em !important;
}

/* 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;
}

/******************************* ACCESSIBILITY *******************************/

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	position: fixed !important;
	top: 10px;
	left: 10px;
	z-index: 1000000;
	width: auto;
	height: auto;
	padding: 12px 18px;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: normal;
	background: #fff;
	color: #001040;
	text-decoration: none;
}

/******************************* HEADER *******************************/

#header {
	width: 100%;
	height: 550px;
	min-height: 550px;
	max-height: 550px;
	position: relative;
	overflow: hidden;

	background-image: url("../../../../2026-template-images/header-main-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 550px;
}

#header-main-contents {
	width: 100%;
	height: 550px;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

#header-main-logo {
	width: 438px;
	max-width: 438px;
	height: 550px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

#header-main-logo img {
	display: block;
	width: 100%;
	height: auto;
}

#header-main-contact {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 50%;
	height: auto;
	text-align: right;
	line-height: 28px;
	color: #fff;
	font-family: Poppins-Regular;
}

#header-main-contact img {
	vertical-align: middle;
	margin: 0 15px 10px 0;
}

#header-main-contact a:link,
#header-main-contact a:visited {
	color: #fff;
	text-decoration: none;
}

#header-main-contact a:hover {
	color: #ffff00;
}

#header-main-menu {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 60%;
	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 {
		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: inherit;
		color: #FFFFFF;;
	}

	.cssmenu li:first-child a {
		border-left: 0 none;
	}

/*--- Individual Button HOVER Styles Go Here ---*/

	.cssmenu > ul > li > a:hover {
		color: #FFFF00;
	}

	.cssmenu ul li.menu-item-has-children:hover > a:after {
		top: 0;
		bottom: 0;
	}

/*--- Sub Menu Dropdown Arrow ---*/

	.cssmenu > ul > li.menu-item-has-children {
		padding-right: 10px;  /*--- Extra room for arrow ---*/
	}

	.cssmenu > ul > li.menu-item-has-children > 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.menu-item-has-children:hover > a {
		background-color: #001555; /*--- Color After Mouse moves away ---*/
		color: #FFFF00;
		top: 0px;
		z-index: 999;
	}

	.cssmenu ul li.menu-item-has-children:hover > ul,
	.cssmenu ul li.menu-item-has-children:hover > div {
		display: block;
	}

	.cssmenu ul li.menu-item-has-children:focus-within > ul,
	.cssmenu ul li.menu-item-has-children:focus-within > 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: #001555; /*--- 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 {
		display:block;
		position: relative;
		margin: 0;
		padding: 20px 25px 18px;
		text-transform: uppercase;
		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.menu-item-has-children {
		padding-right: 10px;  /*--- Extra room for arrow ---*/
	}

	.cssmenu ul li > ul li.menu-item-has-children > a:before {
		content: '';
		position: absolute;
		top: 23px;
		right: 5px;
		border: 5px solid transparent;
		border-left: 5px solid;
	}

	.cssmenu ul ul ul li a {
		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 ---------------------*/

.menu-toggle {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	padding: 12px 18px;
	border: 0;
	background: transparent;
	color: #05549B;
	font: inherit;
	font-size: 1.4em;
	cursor: pointer;
}

.menu-toggle:focus-visible,
.submenu-toggle:focus-visible,
.cssmenu a:focus-visible,
.mobile-menu a:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

.mobile-menu {
	display: none;
	position: absolute;
	top: 70px;
	left: 20px;
	z-index: 999999;
	width: 80%;
	max-width: 320px;
	padding: 0 20px;
	background-color: #FFF;
	border: 2px solid #11B3F1;
	box-shadow: 0 0 7px rgba(0,0,0,0.75);
	font-size: .8em;
}

.mobile-menu.is-open {
	display: block;
}

.mobile-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile-menu li {
	position: relative;
	margin: 0;
	padding: 10px 42px 8px 20px;
	border-bottom: 1px solid #ccc;
	color: #444;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
}

.mobile-menu li:last-child {
	border-bottom: 0;
}

.mobile-menu li a {
	color: #444;
	text-decoration: none;
}

.mobile-menu li a:hover {
	color: #016BB5;
	font-weight: 600;
}

.submenu-toggle {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #444;
	font-size: 1.1em;
	cursor: pointer;
}

.submenu-toggle[aria-expanded="true"] span {
	display: inline-block;
	transform: rotate(180deg);
}

.mobile-menu ul.sub-menu {
	display: none;
	position: relative;
	width: 100%;
	margin-top: 8px;
	padding: 0;
}

.mobile-menu ul.sub-menu.submenu-open {
	display: block;
}

.mobile-menu li ul li {
	padding-right: 10px;
	border-bottom: 0;
	font-size: .9em;
}

/* FOOTER MENU - Styles ---------------------*/

#footer .cssmenu,
#footer .cssmenu ul,
#footer .cssmenu li,
#footer .cssmenu a {
	border: none;
	margin: 0;
	padding: 0;
	box-sizing: content-box;
	list-style: none;
	text-transform: none;
	text-align: left;
	line-height: 31px;
	vertical-align: middle;
	background-color: rgba(0,0,0,0.00);
}

#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;
	width: 100%;
	margin: 0;
	padding: 0;
}

#footer .cssmenu > ul > li {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 9px 18px;
	list-style: none;
}

#footer .cssmenu > ul > li::before {
	content: ">";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: normal;
}

/******************************* SLIDESHOW *******************************/

#slideshow-image {
	width: 100%;
	height: auto;
}


/******************************* 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: 130px 30px 0px;
			width: 100%;
			max-width: 1400px;
			margin: 0 auto;
			background-image: url("../../../../2026-template-images/watermark.png");
			background-repeat: no-repeat;
			background-position: top right;
		}

	#content p {
		font-size: .9em;
		line-height: 1.5em;
		margin-bottom: 24px;
		color: #444;
	}

/******************************* FOOTER *******************************/

#footer {
	width: 100%;
	height: auto;
	padding: 80px 30px 0;
	background-image: url("../../../../2026-template-images/footer-bg.png");
	background-repeat: repeat-x;
	background-size: 66px 100% 0;
} 

#footer h5 {
	color: #fff;
}

#footer h5 {
    margin-bottom: 22px;
}

#footer p {
	font-size: .8em;
	line-height: 2em;
}

#footer a:link, #footer a:visited {
	color: #ffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffff00;
}

#footer-contents {
	width: 100%;
	max-width: 1340px;
	height: auto;
	color: #fff;
	margin: 0 auto 0;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #6C8BBF;
	padding: 0 0 60px 0;
}

#footer-left {
	width: 28%;
	height: auto;
	float: left;
	margin-right: 9%;
	line-height: 1.8em;
	vertical-align: middle;
}

#footer-left img{
	margin-bottom: 15px;
}

#footer-center {
	width: 28%;
	height: auto;
	float: left;
	line-height: 1.8em;
	vertical-align: middle;
	margin: 70px 0 0 0;
}

#footer-center img{
	line-height: 1.8em;
	vertical-align: middle;
	margin: 0 15px 0 0;
}

#footer-right {
	width: 28%;
	height: auto;
	float: right;
	margin: 70px 0 0 0;
}

#footer .cssmenu > ul > li::before {
    content: ">";
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    background-image: none;
    background: none;
    font-weight: normal;
	color: #fff;
}

#footer .cssmenu > ul > li > a {
    font-size: .9em;
}

/******************************* COPYRIGHT / LOGIN / T&Cs *******************************/

#notice_footer {
	width: 100%;
	height: auto;
}

#notice_footer a:link, #notice_footer a:visited{
	color: #ffffff;
	text-decoration: none;
}

#notice_footer a:hover {
	color: #FFFF00 !important;
}

#notice_footer_content {
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 10px 30px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 60px; 
	font-size: .7em;
	overflow: hidden;
	clear: both;
}

#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;
}

.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 input::placeholder{
	color: #999;
	font-family: 'Poppins';
}

#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 : .8em;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom:15px;
	width: 100%;
}

#two-column input[type="email"]{
	border:none;
	border:1px solid #DDD;
	font-size: .8em;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom:15px;
	width: 100%;
}

#two-column textarea {
    position: relative;
    padding: 10px 15px;
    border:1px solid #DDD;
    border-radius: 5px;
	width: 100%;
	margin-bottom: 15px;
	font-size: .8em;
	font-family: 'Poppins';
}

#two-column textarea::placeholder {
    color: #999;
}


#two-column select {
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 10px 15px 10px 10px;
    margin-bottom: 15px;
    width: 100%;
    color: #999; /* Initial color for placeholder */
    font-size: .8em;
	font-family: 'Poppins';
}

/* Ensure the placeholder option stays gray */
#two-column select option[value=""] {
    color: #999 !important;
}

/* Change the color when a valid option is selected */
#two-column select:valid {
    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:11px 25px 9px;
	background-color: #D90000;
	border: 1px solid #D90000;
	color: #fff;
	text-transform: uppercase;
	float:right;
	border-radius: 5px;
	margin:5px 0px 0px 0px;
}

#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: #B8010B;
	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;
}

/******************************* 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;
}
	
#footer {
    width: 100%;
    height: auto;
    padding: 80px 30px 0;
    box-sizing: border-box;

    background: linear-gradient(
        to bottom,
        #6188C9 0%,
        #31538C 100%
    );
}
	
#footer p {
    font-size: .7em;
    line-height: 2em;
}
	
#footer-left, #footer-center, #footer-right {
    width: 100%;
    margin-right: 0;
	float: none;
	margin-bottom: 50px;
	text-align: center;
}
	
#footer .cssmenu > ul > li > a {
    font-size: .7em;
}
	
#footer .cssmenu > ul > li {
    width: 100%;
}
	
#footer .cssmenu, #footer .cssmenu ul, #footer .cssmenu li, #footer .cssmenu a {
    text-align: center;
}
	
#footer .cssmenu > ul > li {
    padding: 0 0 9px 0px;
}
	
#footer .cssmenu > ul > li::before {
    display: none;
}
	
#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;
}
	
#header-main-contact {
    top: 30px;
    left: 15px;
    right: 15px;
    width: auto;
}
	
#header-main-contact img {
    vertical-align: middle;
    margin: 0 0 0 0;
}
	
	#header a.header-phone {
		float: left;
		font-size: .68em;
	}
	
	#header a.header-phone img {
		width: 18px;
		height: auto;
		margin-right: 5px;
	}
	
	#header a.header-email {
		float: right;
		font-size: .68em;
	}
	
	#header a.header-email img {
		width: 18px;
		height: auto;
		margin-right: 5px;
	}
	
h2 {
	font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}
	
h3::after {
    right: 0px;
}
	
	body {
		font-size: 18px;
	}

}

/******************************* 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: 100%;
	float: none;
    margin-right: 0;
	text-align: center;
}
	
#footer-center {
    width: 45%;
    float: left;
}
	
#footer-right {
    width: 45%;
    float: right;
}
	
#notice_footer_content {
    display: none;
}
	
#header-main-contact {
    top: 30px;
    left: 30px;
    right: 30px;
    width: auto;
}
	
	#header a.header-phone {
		float: left;
	}
	
	#header a.header-email {
		float: right;
	}

#footer {
    width: 100%;
    height: auto;
    padding: 80px 30px 0;
    box-sizing: border-box;

    background: linear-gradient(
        to bottom,
        #6188C9 0%,
        #31538C 100%
    );
}

}

/******************************* DESKTOPS AND NOTEBOOKS OVER 1200 PIXELS *******************************/

@media (min-width: 1200px) {
	
.menu-toggle, .mobile-menu {
        display: none;
}
	
#notice_footer_mobile {
    display: none;
}

}