/*
Theme Name: TCWD Responsive Theme 2020
Theme URL: https://www.tropicalcoastwebdesign.com.au
Description: Based on HTML5Reset Blank Theme
Author: Greg Provians
Version: 1.0
*/

.chromeframe {position: absolute; top: 0;}

/* Font Information - Must load /fonts into base directory of site
-------------------------------------------------------------------------------*/

@font-face {
	font-family: Raleway-Regular;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Raleway/Raleway-Regular.ttf");
}

@font-face {
	font-family: Raleway-Medium;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Raleway/Raleway-Medium.ttf");
}

@font-face {
	font-family: Raleway-Bold;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Raleway/Raleway-Bold.ttf");
}

@font-face {
	font-family: OpenSans-Regular;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Open/OpenSans-Regular.ttf");
}
@font-face {
	font-family: OpenSans-SemiBold;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Open/OpenSans-SemiBold.ttf");
}

@font-face {
	font-family: OpenSans-Bold;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Open/OpenSans-Bold.ttf");
}

@font-face {
	font-family: Muli-regular;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Muli-regular/Muli-regular.ttf");
}

/* General CSS for Entire Site
-------------------------------------------------------------------------------*/

body {font: 13px;}

body, select, input, textarea {
	font-family: OpenSans-Regular, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #333333;}

body {
	background-color: #FFFFFF;
}

::-moz-selection{
	background: #fcd700; color: #fff; text-shadow: none;
}

::selection {
	background: #fcd700; color: #fff; text-shadow: none;
}

a:link {
	-webkit-tap-highlight-color: #fcd700;
}

ins {
	background-color: #fcd700; color: #000; text-decoration: none;
}

mark {
	background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;
}

input:-moz-placeholder {
	color:#a9a9a9;
}

textarea:-moz-placeholder {
	color:#a9a9a9;
}

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

/* FONT STYLES
-------------------------------------------------------------------------------*/

#content p {
	line-height: 1.714285714;
	margin: 0 0 24px;
}

h1 {
	font-family: 'Arial Black', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size: 40px;
	line-height: 48px;
	color: #244090;
	padding: 0px;
	margin-bottom: 40px;
}

h2 {
	font-family: 'Arial Black', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size: 40px;
	line-height: 48px;
	color: #244090;
	padding: 0px;
	margin-bottom: 20px;
}

h3 {
	font-family: OpenSans-Regular, Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	padding: 0px;
	margin-bottom: 10px;
}

h4 {
	font-family: OpenSans-SemiBold, Arial, "sans-serif";
	font-weight: normal;
	font-size: 28px;
	line-height: 36px;
	color: #244090;
	padding: 0px;
	margin-bottom: 20px;
}

h5 {
	font-family: OpenSans-SemiBold, Arial, "sans-serif";
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;
	color: #244090;
	padding: 0px;
	margin-bottom: 20px;
}

/* TEXT ELEMENTS - Tables and Lists
-------------------------------------------------------------------------------*/

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;
}

table td {
    
}

td, th {
	padding: 5px;
}

/* 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;
}

/* TABLET HEADER
-------------------------------------------------------------------------------*/

#tablet-header {
	width: 100%;
	height: auto;
}

#tablet-header a:link, #tablet-header a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#tablet-header a:hover {
	color: #FFFF00 !important;
	text-decoration:underline;
}

#tablet-header-logo {
	width: 100%;
	height: auto;
}

#mobile-header-logo {
	width: 100%;
	height: auto;
}

#tablet-header-contact {
	width: 100%;
	height: auto;
	font-family: OpenSans-Regular, Gotham, Helvetica, Arial, "sans-serif";
	color: #fff;
	line-height: 54px;
	font-size: 26px;
	vertical-align: middle;
	text-align: center;
}

#tablet-header-contact-left {
	width: 50%;
	height: auto;
	background-color: #394992;
	float:left;
}

#tablet-header-contact-right {
	width: 50%;
	height: auto;
	background-color: #394992;
	float:right;
}

/* HEADER
-------------------------------------------------------------------------------*/

#head {
	width: 100%;
	height: 220px; /* Switch to Auto */
	background-image: url("../../../../2020-template-images/header-curve.gif");
	background-size: 100% 220px;
	background-repeat: no-repeat;
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5);
	position: relative;
	z-index: 9999999;
}

	#head_content {
		width: 100%;
		max-width: 1400px;
		height: 220px;  /* Switch to Auto */
		margin: 0 auto;
		position: relative;
	}

		#head_logo {
			width: 388px;
			height: 99px;
			position: absolute;
			float: left;
			left: 30px;
			top: 100px;
		}
		
		#rightside_contacts {
			width: 231px;
			text-align: right;
			height: auto;
			color: #FFF;
			position: absolute;
			float: right;
			top: 20px;
			right: 30px;
		}
		
		#head_menu {
			position:absolute;
			float: right;
			height: 50px;
			width: 100%;
			max-width: 820px;
			right: 15px;
			bottom: 28px;
			text-align:right;
		}

		#tablet_menu {
			width: 100%;
			height:auto;
			background-color: #CC3300;
			padding: 10px 30px;
			display: block;
		}

/* SLIDESHOW
-------------------------------------------------------------------------------*/

#slideshow {
	width: 100%;
	min-height: 60px;
	height: auto;
	background-color: #0053A6;
	color:#fff;
	display: block;
	overflow: hidden;
}

#mobile_slideshow {
	width: 100%;
	min-height: 60px;
	height: auto;
	background-color: #0053A6;
	color:#fff;
	display: block;
	overflow: hidden;
}

/* COLD ENERGY SIMPLY WORKS
-------------------------------------------------------------------------------*/

#cold-energy-works {
	width: 100%;
	height: 74px;
	background-image: url("../../../../2020-template-images/cew-bg.png");
	background-repeat: repeat-x;
	position: relative;
	margin-top: -33px;	
	z-index: 99999;
}

#cew-content {
	width: 100%;
	max-width: 1500px;
	height: 74px;
	position: relative;
	margin: 0 auto;
	background-image: url("../../../../2020-template-images/cold-energy-works.png");
	background-position: 50% 50%;
}

/* 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: 60px 30px;
			width: 100%;
			max-width: 1400px;
			margin: 0 auto;
		}

/* SIDEBAR (if required)
-------------------------------------------------------------------------------*/
		
		#sidebar {
			box-sizing: border-box;
			padding: 020px;
			float:right;
			margin-right: 20px;
			width: 33%;
			max-width: 275px;
			background-color: #EEEEEE;
		}
		
		#sidebar-responsive { display: none; }


/* FOOTER - Desktop
-------------------------------------------------------------------------------*/

#footer {
	width: 100% !important;
	height: auto;
	background-color: #244090;
	display: block;
	overflow: hidden;
}

#foot {
	max-width: 1400px; 
	width:100%;
	height: auto;
	display: block;
	overflow: hidden;
	margin:0px auto;
	text-align: center;
	padding: 60px 30px 20px;
	font-family: inherit;
	color: #FFF ;
}

#foot h4, #foot h5 {
	color: #fff;
	margin-bottom: 30px;
}

#foot a:link, #foot a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#foot a:hover {
	color: #FFFF00 !important;
	text-decoration:underline;
}

#foot_box {
	float:left;
	width: 30%;
	text-align:left;
	margin-right: 5%;
	font-size: 14px;
	line-height:28px;
}

#foot_box p {
	margin-bottom: 30px;
}

#foot_middle {
	float:left;
	width: 30%;
	text-align:left;
	margin-right: 5%;
	font-size: 14px;
	line-height:22px;
	vertical-align: middle;
}

#foot_middle img {
	line-height:22px;
	vertical-align: middle;
	margin-right: 10px;
}

#foot_middle td {
    padding: 4px 0px 5px 4px;
}

#foot_right {
	float:right;
	width:30%;
	height: auto;
	text-align:left;
	font-size: 14px;
	line-height:22px;
}

#smallgoogle {
	font-size: 12px;
	width: 100%;
	display: inline-block;
	height: auto;
	line-height: 20px;
	margin-top: 10px;
	text-align: center;
	padding: 0 30px 10px;
	color: #3054C0;
}

#smallgoogle a:link, #smallgoogle a:visited{
	color: #3054C0;
	text-decoration: none;
}

#smallgoogle a:hover {
	color: #ffffff !important;
	text-decoration:underline;
}

/* NOTICE FOOTER
-------------------------------------------------------------------------------*/

#notice_footer {
	width: 100%;
	height: auto;
	min-height: 54px;
	background-image: url("../../../../2020-template-images/notice-footer-bg.png");
	background-size: cover;
	display: block;
}

#notice_footer a:link, #notice_footer a:visited{
	color: #ffffff;
	text-decoration: none;
}

#notice_footer a:hover {
	color: #FFFF00 !important;
	text-decoration:underline;
}

#notice_footer_content {
	width: 100%;
	max-width: 1400px;
	height: 54px;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	line-height: 60px; 
	font-size: 14px;
	position: relative;
	z-index: 9999999;
}

#notice_footer_logo {
	width: 505px;
	height: 94px;
	position: absolute;
	float: right;
	bottom: 0;
	right: 0;
	z-index: 999999;
}

#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;
}

#notice_footer_left {
	width: 45%;
	max-width: 560px;
	height: auto;
	float: left;
	text-align: left;
	vertical-align: middle;
	margin-left: 30px;
}

/* MENU - Styles
-------------------------------------------------------------------------------*/

	#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 {
		height: 40px;
		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;
}

#cssmenu ul li > ul:before {
  position: absolute;
  top: -7px;
  left: 40%;
  display: inline-block;
  border-right: 0px solid transparent;
  border-bottom: 0px solid #ccc;
  border-left: 0px solid transparent;
  border-bottom-color: rgba(36, 64, 144, 0.2);
  content: '';
}

#cssmenu ul li > ul:after {
  position: absolute;
  top: -8px;
  left: 40px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #244090;
  border-left: 7px solid transparent;
  content: '';
}



/*--- Individual Button Styles Go Here ---*/

	#cssmenu > ul > li > a {
		outline: none;
		display: block;
		position: relative;
		padding: 17px 15px;
		text-align: center;
		text-decoration: none;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 16px;
		font-family: OpenSans-Regular, Arial, sans-serif;
		color: #111;
	}

	#cssmenu li:first-child a {
		border-left: 0 none;
	}

/*--- Individual Button HOVER Styles Go Here ---*/

	#cssmenu > ul > li > a:hover {
		color: #0B8F4D;
		transition: color .3s;
		font-weight: bold;
	}

	#cssmenu ul li.has-sub:hover > a:after {
		top: 0;
		bottom: 0;
	}

/*--- Main Navigation Item with Drop Down Menu Underneath ---*/

	#cssmenu ul li.has-sub > a {
		color: #111;
		top: 0px;
		z-index: 999;
	}

	#cssmenu ul li.has-sub:hover > a {
		color: #0B8F4D;
		transition: color .3s;
		font-weight: bold;
	}

	#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: 50px;
		left: 0px;
		padding: 0;
		background: #fff; /*--- Background colour of whole dropdown menu ---*/
		z-index: 999;
		border: 2px solid #244090;
	}

	#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: 12px 25px;
		text-transform: uppercase;
		font-size: 16px;
		font-family: OpenSans-Regular, Arial, sans-serif;
		color: #111;
		text-decoration: none;
		text-align: left;
	}

/*--- Drop Down Menu Items HOVER effect ---*/

	#cssmenu ul ul a:hover {
		color: #0B8F4D;
		transition: color .3s;
		font-weight: bold;
		background-color: #f5f5f5;
	}


/* 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;
    margin-bottom: 15px !important;
    margin-top: 3px !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 :14px;
	padding: 9px 10px 8px;
	margin-bottom:15px;
	width: 100%;
}

#two-column input[type="email"]{
	border:none;
	border:1px solid #DDD;
	font-size :14px;
	padding: 9px 10px 8px;
	margin-bottom:15px;
	width: 100%;
}

#two-column #right input[type="text"], #two-column #left input[type="text"]{
}

#two-column textarea {
    position: relative;
    padding: 5px 10px;
	font-size :14px;
    border:1px solid #DDD;
	width: 100%;
}

#two-column select{
	border:none;
	border:1px solid #DDD;
	font-size :14px;
	padding: 8px 10px 7px;
	margin-bottom:15px;
	width: 100%;
}

#two-column input[type="submit"]{
	padding:6px 15px;
	background:#f1f1f1;
	color:#666;
	border: 1px solid #DDD;
	float:right;
	font-size: 14px;
	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:#fff;
	color:#222;
	border: 1px solid #DDD;
}

.wpcf7-mail-sent-ok {
	border: 2px solid #016894 !important;
}

.wpcf7-mail-sent-ng {
	border: 2px solid #016894 !important;
}

.wpcf7-spam-blocked {
	border: 2px solid #FF0000 !important;
}

.wpcf7-validation-errors {
	border: 2px solid #FF0000 !important;
}

/* SHIFTNAV - Styles
-------------------------------------------------------------------------------*/


#shiftnav-toggle-main {
    background: #028CCA !important;
}

#shiftnav-toggle-main .shiftnav-main-toggle-content {
    padding: 16px 0px !important;
}


/* MOBILE RESPONSIVENESS - MOBILES <800
-------------------------------------------------------------------------------*/

@media (max-width: 799px) {
	
	#head {
		display: none;
	}
	
	#tablet-header-logo {
		display: none;
	}
	
	#slideshow {
		display: none;
	}
	
	#tablet-header-contact-left {
    	width: 100%;
		padding-top: 15px;
	}
	
	#tablet-header-contact-right {
    	width: 100%;
		padding-bottom: 15px;
	}
	
	#cold-energy-works {
		display: none;
	}
		
	#head_content {
		height: auto;
		display: block;
		overflow: hidden;
		max-width: none;
		padding: 30px 0;
	}
	
	#head_logo {
		display: block;
		float: none;
		position: relative;
		left:0;
		top:0;
		width: 100%;
	}
	
	#head_logo img {
		width: 96%;
		height: auto;
		margin: 0 2%;
	}
	
	#head_menu {
		display: none;
	}
	
	#rightside_contacts {
		width: 100%;
		max-width: none;
		text-align: center;
		position: relative;
		float: none;
		bottom: 30px;
		right: 0px;
		padding: 5px 20px;
	}
    
	#sidebar {
		float: none !important;
		width: 90% !important;
		max-width: none !important;
		margin: 40px auto !important;
    }
	
	#content {
		float: none !important;
	}
	
	#foot_box {
		display: none;
	}
	
	#foot_middle {
		float: none;
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
	
	#foot_middle table td:nth-child(1){ display:none;} 
	
	#foot_right {
		display: none;
	}

	#notice_footer_left {
		width: 90%;
		max-width: none;
		float: none;
		text-align: center;
		vertical-align: middle;
		margin: 20px auto;
	}
	
	#notice_footer_right {
		width: 90%;
		max-width: none;
		float: none;
		text-align: center;
		vertical-align: middle;
		margin: 20px auto;
	}
	
	#notice_footer {
    	width: 100%;
    	height: auto;
		display: block;
		overflow: hidden;
	}
	
	#content .alignwide {
		width: 100%;
		left: 0;
	}
	
	#notice_footer_content {
		display: none;
	}
	
	#content .strong-view.wpmtst-modern .wpmtst-testimonial-content {
		font-size: 1.1em !important;
		margin: 0 0 !important;
	}
	
	#two-column #left {
		width: 100%;
		float: none;
	}
	
	#two-column #right {
    	width: 100%;
    	float: none;
	}	
	
	#content .side-column-right {
    	padding: 40px 20px;
	}
	
	#content .side-column-left {
		display: none;
	}

}

/* MOBILE RESPONSIVENESS - TABLETS >801 & <1199
-------------------------------------------------------------------------------*/

@media screen and (min-width: 800px) and (max-width: 1199px) { 
	
	#head {
		display: none;
	}
	
	#mobile-header-logo {
		display: none;
	}
	
	#slideshow {
		display: none;
	}
	
	#fullwidth_content {
		width: 100%;
		max-width: none;
		height: auto;
		margin: 40px 0px;
		padding: 0 30px;
	}
	
	#foot_box {
		float:left;
		width: 47%;
		max-width: none;
		text-align:left;
		margin-right: 30px;
	}
	
	#foot_middle {
		float: right;
		width: 47%;
		max-width: none;
		text-align:left;
		margin-right: 0;
		margin-top: 4px;
	}


	#foot_right {
		display: none;
	}
	
	#notice_footer_left {
		width: 100%;
		max-width: none;
		text-align: left;
		margin: 0;
		padding-top: 10px;
		line-height: 40px;
		padding-left: 30px;
	}

	#notice_footer_right {
		width: 100%;
		max-width: none;
		text-align: center;
		margin: 0;
		line-height: 40px;
		padding-bottom: 10px;
	}
	
	#content .alignwide {
		width: 100%;
		left: 0;
	}
	
	#notice_footer_mobile {
		display: none;
	}
	
	#content .side-column-left {
    	padding: 40px 0 0 40px;
	}
	

}

/* MOBILE RESPONSIVENESS - TABLETS >1200 & <1399
-------------------------------------------------------------------------------*/

@media screen and (min-width: 1200px) and (max-width: 1399px) { 
	
	#tablet-header {
		display: none;
	}
	
	#head_logo {
	    left: 80px;
	}
	
	#mobile-header-logo {
		display: none;
	}
	
	#head_menu {
	    max-width: 700px;
	}
	
	#cssmenu > ul > li > a {
		padding: 17px 10px;
		font-size: 16px;
	}
	
	#headmobile {
		display: none;
	}
	
	#mobile_slideshow {
		display: none;
	}
	
	#shiftnav-toggle-main {
		display: none !important;
	}
	
	#mobile_social_contacts {
		display: none;
	}
	
	#notice_footer_mobile {
		display: none;
	}
	
	#content .alignwide {
    width: calc(100%);
    position: relative;
    left: 0;
}
	
	
	
}

/* MOBILE RESPONSIVENESS - DESKTOPS >1199
-------------------------------------------------------------------------------*/

@media (min-width: 1400px) {
	
	#tablet-header {
		display: none;
	}
	
	#headmobile {
		display: none;
	}
	
	#mobile-header-logo {
		display: none;
	}
	
	#mobile_slideshow {
		display: none;
	}
	
	#shiftnav-toggle-main {
		display: none !important;
	}
	
	#mobile_social_contacts {
		display: none;
	}
	
	#notice_footer_mobile {
		display: none;
	}

}

/* GUTENBERG
-------------------------------------------------------------------------------*/


.entry-content .alignwide {
margin-left : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
max-width : 100vw;
}

.entry-content .alignfull {
margin-left : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
max-width : 100vw;
}

.alignfull {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.alignwide {
    width: calc(100% + 20vw);
    position: relative;
    left: -10vw;
}

.wp-block-image.alignfull, .wp-block-image.alignwide {
    max-width: none;
}

/* VERTICALLY CENTRE LOGINPRESS
-------------------------------------------------------------------------------*/

body.login{
  display: block !important;
}
#login {
      position: absolute !important;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-top: 0 !important;
}

/* FRONT PAGE PANELS
-------------------------------------------------------------------------------*/

.three-columns {
	background-color: #F8F9FA;
	border: 1px solid #eee;
	padding: 50px 40px 20px;
	position: relative;
}

#content .three-columns p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
}

.three-columns:after {
  content: '';
	background-image: url("../../../../2020-template-images/columns-shadow.png");
	background-size: cover;
	background-repeat: no-repeat;
  height: 17px;
  width: 100%;
  z-index: 0;
	position: absolute;
	bottom: -17px;
	left: 0;
}

/* PARALLAX
-------------------------------------------------------------------------------*/

.parallax-panel h2 {
	color: #fff;
	margin-bottom: 10px;
	margin-top: 50px;
}

/* TESTIMONIALS
-------------------------------------------------------------------------------*/

#content .strong-view.wpmtst-modern .wpmtst-testimonial-content {
    font-size: 1.3em;
    font-style: normal;
    margin: 0 56px;
    position: relative;
    text-align: left;
	font-family: OpenSans-Regular, Helvetica, Arial, "sans-serif";
}

#content .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
    display: none;
}

#content .strong-view.wpmtst-modern .wpmtst-testimonial-content:before {
    width: 50px;
    height: 50px;
    font-size: 50px;
}
#content .strong-view.wpmtst-modern .wpmtst-testimonial-field.testimonial-name {
    clear: both;
    text-align: right;
	font-size: 28px;
}

#content .strong-view.wpmtst-modern .wpmtst-testimonial-field.testimonial-company {
    clear: both;
    text-align: right;
	font-size: 18px;
}

/* FOOTER MENU - Styles
-------------------------------------------------------------------------------*/

	#foot_right #cssmenu,
	#foot_right #cssmenu ul,
	#foot_right #cssmenu li,
	#foot_right #cssmenu a {
		border: none;
		margin: 0;
		padding: 0;
		line-height: 1;
		box-sizing: content-box;
		list-style: none;
	}

	#foot_right #cssmenu {
		height: 40px;
		display: block;
		padding: 0;
		margin: 0;
		width: auto;
		border-color: #080808;
	}

/*--- MENU - List Styles ---*/

	#cssmenu,
	#cssmenu > ul > li > ul > li a:hover {

	}

#foot_right #cssmenu > ul {
    display: block;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    margin: 0 0 0 0px;
    padding: 0;
}

#foot_right #cssmenu > ul > li {
	position: relative;
	display: inline-block;
    flex: none; /* Default */
	width: 48%;
}


/*--- Individual Button Styles Go Here ---*/

#foot_right #cssmenu > ul > li > a {
		outline: none;
		display: list-item;
		list-style: none;
		position: relative;
		padding: 8px 0 8px 30px;
		text-align: left;
		text-decoration: none;
		font-weight: normal;
		text-transform: none;
		font-size: 14px;
		font-family: OpenSans-Regular, Arial, "sans-serif";
		color: #FFFFFF;
		border-left: 0px #C40000 solid;
	}

/*--- Individual Button HOVER Styles Go Here ---*/

	#foot_right #cssmenu > ul > li > a:hover {
		color: #FFFF00;
	}

	#cssmenu ul li.has-sub:hover > a:after {
		top: 0;
		bottom: 0;
	}

	#foot_right #cssmenu li:first-child a {
		border-left: 0 none;
	}

	#foot_right #cssmenu li:last-child a {
		border-left: 0 none;
		background-color: transparent;
		color: #fff;
	}

#foot_right ul{
	list-style: none;
}

#foot_right li{
    background: url("../../../../2020-template-images/list-arrow.png") left center no-repeat; 
	padding-right: 15px;
	padding-top: 5px;
	line-height: 20px;
}

/* FILE BLOCK CSS
-------------------------------------------------------------------------------*/

#content .wp-block-file {
    margin: 1em 0;
	width: 100%;
	padding: 10px 20px 10px 50px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-image: url("../../../../2020_template_images/pdf_bg.png");
	background-repeat: no-repeat;
	background-position: left 15px bottom 10px; 
	line-height: 20px;
	vertical-align: middle;
}

#content .wp-block-file a {
    font-size: 14px;
	text-transform: uppercase;
}

#content .wp-block-file a:link, #content .wp-block-file a:visited {
	text-decoration: none;
	color: #444;
}

#content .wp-block-file a:hover {
	text-decoration: none;
	color: #444;
}

#content .wp-block-file .wp-block-file__button {
    background-color: transparent;
    border-radius: 0;
    color: #999 !important;
    font-size: 13px;
	float: right;
	text-transform: none;
	display: block;
	padding: 2px 0 0 0;
	margin: 0;
}

/* CONTACT PAGE CSS
-------------------------------------------------------------------------------*/

.side-column-left {
    padding: 40px 0;
}

#content .side-column-left p{
    line-height: 50px;
	vertical-align: middle;
}

.side-column-left img {
    line-height: 50px;
    vertical-align: middle;
    border: 2px solid #eee;
    padding: 3px;
	margin-top: 5px;
}

.side-column-right {
    padding: 40px;
    background-color: #f5f5f5;
}