/*!
Theme Name: TCWD - 2023 Template
Base Theme: http://underscores.me/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tcwd-2023
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

 */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

@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: Stem-Medium;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Stem/Stem-Medium.woff");
}

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

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

select, input, textarea {

}

body, select, input, textarea {

}

body {
	font-family: Poppins-Regular, Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #666;
	overflow-x: hidden;
	margin: 0;
}

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

input, textarea {font-family: Poppins-Regular, Helvetica, Arial, sans-serif; color: #666;}
textarea::placeholder {font-family: Poppins-Regular, Helvetica, Arial, sans-serif; color: #666;}
input::placeholder {font-family: Poppins-Regular, Helvetica, Arial, sans-serif; color: #666;}

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

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

#content p {
	line-height: 1.714285714;
	margin: 0 0 24px;
	font-size: .9em;
}

h1 {
	font-family: Stem-Regular, Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size: 4em;
	line-height: 1;
	color: #333333;
	margin:  0 0 10px;
	display: block;
    position: relative;
	text-align: center;
}

h1.hide-title {
	font-family: Montserrat-SemiBold, Arial, "sans-serif";
	font-weight: normal;
	font-size: .1em;
	line-height: .1em;
	color: #fff;
	padding: 0px;
	margin-bottom: 0px;
	width: 100%;
}


h2 {
	font-family: inherit;
	font-weight: normal;
	font-size: 2em;
	line-height: 2em;
	color: #001555;
	padding: 0px;
	margin-bottom: 20px;
}

h3 {
	font-family: Stem-Regular, Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.5em;
	color: #00953B;
	padding: 0px;
	margin: 0 0 20px 0;
}

h4 {
	font-family: Stem-Regular, Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size: 5em;
	line-height: 1;
	color: #333333;
	margin:  0 0 10px;
	display: block;
    position: relative;
}

h4:after{
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 150px; /* Change this to whatever width you want. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom: 3px solid #00953B; /* This creates the border. Replace black with whatever color you want. */
}


h5 {
	font-family: Stem-Regular, Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #238C00;
	padding: 0 0 10px 0px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #238C00;
}

h6 {
	font-family: Stem-Regular, Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size: 3em;
	line-height: 1;
	color: #333333;
	margin:  0 0 10px;
	display: block;
    position: relative;
}

h6:after{
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 150px; /* Change this to whatever width you want. */
    padding-top: 15px; /* This creates some space between the element and the border. */
    border-bottom: 3px solid #00953B; /* This creates the border. Replace black with whatever color you want. */
}

/* 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;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0 30px;
}

.header-wrap-contents h1 {
	color: #fff;
}


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

#content li {
	margin: 0 0 0 24px;
	font-size: .9em;
	line-height: 1.8em;
}

table td {
    
}

td, th {
	padding: 5px;
}

#content .has-medium-font-size {
    font-size: 24px !important;
	color: #333;
}

#content a:link, #content a:visited {
	color: #82B900;
	text-decoration: none;
}

#content a:hover {
	color: #92D300;
	text-decoration: underline;
}

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

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

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* header
--------------------------------------------- */


#head {
	width: 100%;
	height: 720px;
	background-image: url("../../../../tcc-template-images/header-bg.gif");
	background-size: cover;
	margin-bottom: 80px;
}

#secondary-head {
	width: 100%;
	height: 185px;
	background-image: url("../../../../tcc-template-images/header-bg.gif");
	background-size: cover;
}

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

		#head_logo {
			width: 320px;
			height: auto;
			position: absolute;
			float: left;
			left: 50px;
			top: 36px;
		}
		
		#rightside_contacts {
			width: 45%;
			max-width:650px;
			text-align: right;
			height: auto;
			color: #FFF;
			font-family: Poppins-SemiBold, Helvetica, Arial, "sans-serif";
			font-size: 1.2em;
			line-height: 30px;
			vertical-align: middle;
			position: absolute;
			float: right;
			top: 22px;
			right: 30px;
			padding: 0 0;
		}

		#rightside_contacts img {
			line-height: 30px;
			vertical-align: middle;
			margin-right: 15px;
		}

		#rightside_contacts a:link, #rightside_contacts a:visited, #rightside_contacts a:hover {
			color: #333;
			text-decoration: none;
		}
		
/* MENU - Styles
-------------------------------------------------------------------------------*/

#in-header-menu {
	position: absolute;
	float: right;
	top: 77px;
	right: 10px;
	width: 60%;
	height: 48px;
	line-height: 46px;
	vertical-align: middle;
	color: #fff;
	text-align: center;
}

#head_menu {
	height: 46px;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	}

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


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

	#cssmenu > ul > li > a {
		outline: none;
		display: block;
		position: relative;
		padding: 17px 15px 8px;
		text-align: center;
		text-decoration: none;
		font-weight: normal;
		text-transform: capitalize;
		font-size: .8em;
		font-family: Poppins-SemiBold, Helvetica, Arial, "sans-serif";
		color: #333;
	}

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

#cssmenu > ul > li {
	position: relative;
	display: inline-block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}

#cssmenu > ul > li:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
 }
#cssmenu > ul > li:hover:after {
    width: 100%;
    background: #00953B;
 }


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

	#cssmenu > ul > li > a:hover {
		color: #00953B;
	}

	#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: 22px;
		right: 0px;
		border: 5px solid transparent;
		border-top: 5px solid;
	}

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

	#cssmenu ul li.has-sub:hover > a {
		color: #00953B;
		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: 44px;
		left: 0px;
		padding: 0;
		z-index: 999;
		border-top: 10px solid rgba(0,0,0,0.00);
	}

	#cssmenu ul li > ul {
		min-width: 260px;

	}

	#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: 15px 25px;
		text-transform: capitalize;
		font-size: .8em;
		font-family: Poppins-SemiBold, Helvetica, Arial, "sans-serif";
		color: #fff;
		text-decoration: none;
		text-align: left;
		background-color: #00953B;
	}

	#cssmenu ul li > ul li:first-child a{
		border-top: 5px solid #00953B;
	}

	#cssmenu ul li > ul li:last-child a {
		border-bottom: 5px solid #00953B;
	}

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

	#cssmenu ul ul a:hover {
		color: #ffff00;
	}

/*--- 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: 25px;
		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: 18px 25px;
		text-transform: uppercase;
		font-size: 1em;
		font-family: Roboto-Regular, Arial, "sans-serif";
		color: #fff;
		text-decoration: none;
		text-align: left;
		border-bottom: 1px dashed #266F41 !important;
	}

	#cssmenu ul ul ul li:first-child a {
		border-top: 5px solid #000;
	}

	#cssmenu ul li > ul li > ul {
		display: none;
		position: absolute;
		top: 0px;
		left: 210px;
		padding: 0;
		background: #1E5934; /*--- Background colour of whole dropdown menu ---*/
		z-index: 999;
	}

	#cssmenu ul li > 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(0, 0, 0, 0.2);
	  content: '';
	}

	#cssmenu ul li > ul li > ul:after {
	  position: absolute;
	  top: 20px;
	  left: -20px;
	  display: inline-block;
	  border-right: 10px solid #1E5934;
	  border-bottom: 10px solid transparent;
	  border-top: 10px solid transparent;
	  content: '';
	}

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

#slideshow {
	width: 100%;
	max-width: 1340px;
	min-height: 60px;
	margin: 0 auto;
	height: auto;
	color:#fff;
	display: block;
	overflow: hidden;
}

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

/* CONTACT FORM AND LOCATION
-------------------------------------------------------------------------------*/

#contact-location {
	width: 100%;
	height: auto;
	background-image: url("../../../../tcc-template-images/office.webp");
	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

#contact-location-contents{
	width: 100%;
	max-width: 1400px;
	padding: 70px 30px 90px;
	height: auto;
	margin: 0 auto;
	overflow: auto;
}

#contact-form-left {
	float: left;
	width: 45%;
	height: auto;
	display: block;
	overflow: hidden;
}

#location-right {
	float: right;
	width: 45%;
	height: auto;
	display: block;
	overflow: hidden;
}
#contact-location h3 {
	color: #fff;
}

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

#footer {
	width: 100% !important;
	height: auto;
	background-color: #fff;
	display: block;
	overflow: hidden;
	background-image: url("../../../../tcc-template-images/footer-bg-web.webp");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
}

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

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

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

#foot_box {
	float:left;
	width: 30%;
	text-align:left;
	margin-right: 4%;
}

#foot_box img {
	margin-bottom: 20px;
}

#foot_box p {
	font-size: .8em;
	line-height: 1.8em;
}

#foot_middle {
	float:left;
	width: 30%;
	text-align:left;
	margin-top: 48px;
}

#foot_right {
	float:right;
	width:30%;
	text-align:left;
	margin-top: 48px;
}

#foot_right p {
	font-size: .8em;
	line-height: 1.8em;
	vertical-align: middle;
}

#foot_right p img{
	line-height: 1.8em;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 2px;
}

#foot_right h5 {
	margin-bottom: 28px;
}


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

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

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

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

#notice_footer {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}

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

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

#notice_footer_content {
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	color: #238C00;
	text-align: center;
	vertical-align: middle;
	line-height: 32px; 
	font-size: 14px;
	padding: 25px 30px 15px;
	border-top: 1px solid #00953B;
	display: block;
	overflow: hidden;
}

#notice_footer_mobile {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 auto;
	color: #238C00;
	text-align: center;
	vertical-align: middle;
	line-height: 26px; 
	font-size: 14px;
	display: block;
	overflow: hidden;
	padding: 10px 30px;
}

#notice_footer_left {
	width: 78%;
	height: auto;
	float: left;
	text-align: left;
	vertical-align: middle;
}

#notice_footer_right {
	width: 18%;
	max-width: 560px;
	height: auto;
	float: right;
	text-align: right;
	vertical-align: middle;
	line-height: 32px;
}

#notice_footer_right img {
	vertical-align: middle;
	line-height: 32px;
	margin-left: 15px;
	margin-bottom: 3px;
}

/* 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 : .8em;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom:15px;
	width: 100%;
}

#button-form p {
	width: 100%;
	height: auto;
	text-align: center;
}

#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: .9em;
}

#two-column select{
	border:none;
	border:1px solid #DDD;
	border-radius: 5px;
	padding: 10px 15px 10px 10px;
	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: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;
}

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

#contact-location #two-column input[type="text"], #contact-location #two-column input[type="email"], #contact-location #two-column textarea, #contact-location #two-column select{
	border:1px solid #fff;
	background-color: rgba(255,255,255,0.25);
	font-size : .9em;
	border-radius: 0px;
	padding: 14px 15px 12px;
	color: #fff;
	font-family: Poppins-Regular;
}

#contact-location #two-column select{
	font-family: Poppins-Regular;
}

#contact-location #two-column select option{
	color: #000;
}


#contact-location input::placeholder, #contact-location textarea::placeholder{
	font-family: Poppins-Regular;
	color: #fff;
}

#contact-location .wpcf7-not-valid-tip {
    color: #ff0000;
    font-size: .8em;
    text-align: right;
	margin-top: -10px;
	margin-bottom: 15px;
}

#contact-location .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ff0000;
	color: #ff0000;
	font-size: .8em;
}

#contact-location #two-column input[type="submit"]{
	padding:11px 50px 9px;
	background-color: #00953B;
	border: 1px solid #00953B;
	color: #fff;
	text-transform: uppercase;
	float: none;
	border-radius: 10px;
	font-size: 1em;
	width: 100%;
}

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

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

	#foot #cssmenu {
		height: auto;
		display: block;
		padding: 0;
		margin: 0;
		width: auto;
		border-color: #080808;
		margin-top: 28px;
	}

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

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

	}

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

#foot #cssmenu > ul > li {
	position: relative;
	display: inline-block;
    flex: none; /* Default */
    list-style-type: disc;
	width: 45%;
	padding-left: 13px;
}

#foot #cssmenu > ul > li:hover:after {
    display: none;
 }


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

#foot #cssmenu > ul > li > a {
		outline: none;
		display: list-item;
		list-style-type: '- ';
		position: relative;
		padding: 5px 0;
		text-align: left;
		text-decoration: none;
		font-weight: normal;
		text-transform: none;
		font-size: 16px;
		font-family: Poppins-Regular, Arial, "sans-serif";
		color: #238C00 !important;
		border-left: 0px #C40000 solid;
		background-color: transparent;
	}

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

#foot #cssmenu > ul > li > a:hover {
		color: #000 !important;
	}

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

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

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


/******** SHIFTNAV MENU **********/

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

#shiftnav-toggle-main .shiftnav-main-toggle-content {
	font-size: 20px;
    padding: 0px !important;
	line-height: 52px;
	vertical-align: middle;
}

#shiftnav-toggle-main .shiftnav-main-toggle-content img {
	line-height: 52px;
	vertical-align: middle;
	margin-right: 20px;
}

/* MENU BACKGROUND */

body .shiftnav.shiftnav-skin-custom {
  font-size: 14px;
  line-height: 1.3em;
  background: #222;
  color: #FFFFFF;
	font-family: OpenSans-Regular, Helvetica, Arial, "sans-serif"
}

/* MENU TITLE */

.shiftnav.shiftnav-skin-custom .shiftnav-site-title {
  font-size: 26px;
  text-align: left;
  padding: 40px 25px;
  font-weight: normal;
  color: #FFFFFF;
}

/* CURRENT MENU ITEM */

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item .shiftnav-target {
  color: #FFFFFF;
}

/* SUB MENU ITEMS */

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {
	color: #FFFFFF;
	font-weight: normal;
	font-size: inherit;
	padding-left: 36px;
}

/* REGULAR MENU ITEMS */

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item > .shiftnav-target {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #444;
}

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item .shiftnav-submenu-activation {
  background: rgba(0, 0, 0, 0.1);
  color: #555555;
}
.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item .shiftnav-submenu-activation:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
}
.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-submenu-activation,
.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-submenu-activation {
  background: rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
}
.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item.shiftnav-highlight > .shiftnav-target,
.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item ul.sub-menu .shiftnav-highlight > .shiftnav-target {
  color: #0082BF;
  background: transparent;
}
.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target,
.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target{
  color: #FFFFFF;
  background: #333;
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu > li.menu-item > .shiftnav-target {
  text-transform: normal;
}
.shiftnav.shiftnav-skin-custom ul.shiftnav-menu li.shiftnav-retract .shiftnav-target {
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-transform: normal;
  font-size: 12px;
  text-align: right;
}
.shiftnav.shiftnav-skin-custom ul.shiftnav-menu ul.sub-menu {
  color: #FFFFFF;
	text-transform: normal;
  background: #444;
}

.shiftnav.shiftnav-skin-custom ul.shiftnav-menu.shiftnav-sub-always ul.sub-menu li.menu-item > .shiftnav-target {
  padding-left: 50px;
}
.shiftnav.shiftnav-skin-custom ul.shiftnav-menu.shiftnav-sub-always ul.sub-menu ul.sub-menu ul.sub-menu li.menu-item > .shiftnav-target {
  padding-left: 75px;
}
.shiftnav.shiftnav-skin-custom ul.shiftnav-menu.shiftnav-sub-always ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li.menu-item > .shiftnav-target {
  padding-left: 100px;
}
.shiftnav.shiftnav-skin-custom.shiftnav-left-edge {
  border-right: none;
}
.shiftnav.shiftnav-skin-custom.shiftnav-right-edge {
  border-left: none;
}
.shiftnav.shiftnav-skin-custom.shiftnav-nojs ul.shiftnav-menu li.menu-item > .shiftnav-target:hover,
.shiftnav.shiftnav-skin-custom ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover,
.shiftnav.shiftnav-skin-custom.shiftnav-active-highlight ul.shiftnav-menu li.menu-item > .shiftnav-target:active {
  color: #FFFFFF;
  background: #0082BF;
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

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

@media (max-width: 799px) {
	
	#top-bar {
    	height: 56px;
	}
	
	#top-bar-contents {
		height: 56px;
	}
	
	#top-bar-left {
		display: none;
	}
	
	#top-bar-right {
		height: 56px;
		line-height: 56px;
	}

	#top-bar-right img {
		line-height: 46px;
	}
	
	#in-header-menu {
    	display: none;
	}
	
	#full-bar-menu {
		display: none;
	}

	#head, #secondary-head {
		width: 100%;
		height: auto;
		background-image: url("../../../../tcc-template-images/header-bg.gif");
		background-size: 100% 100%;
		padding-bottom: 40px;
	}
	
	#head_content {
		max-width: none;
		height: auto;
	}

	#head_logo {
		width: 80%;
		height: auto;
		position: relative;
		float: none;
		left: initial;
		top: initial;
		margin: 0 10%;
		padding-top: 30px;
		padding-bottom: 20px;
	}

	#rightside_contacts {
		width: 100%;
		max-width: none;
		text-align: center;
		height: auto;
		position: relative;
		float: none;
		top: initial;
		right: initial;
		padding: 20px 0 10px;
	}

	#rightside_contacts img {
		margin: 0 10px;
	}

	#content {
		float: none !important;
	}
	
	#foot {
		padding-top: 100px;
		padding: 100px 20px 40px 20px;
	}

	#foot_box {
		float: none;
		width: 100%;
		text-align: left;
		margin-right: 0;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	#foot_middle {
		float: none;
		width: 100%;
		text-align: left;
		margin-right: 0;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	#foot_right {
		float: none;
		width: 100%;
		text-align: left;
		margin-right: 0;
	}
	
#foot_right p img {
    line-height: 1.8em;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 2px;
}

	#notice_footer_left {
		width: 90%;
		max-width: none;
		float: none;
		text-align: center;
		vertical-align: middle;
		margin: 20px auto;
	}
	
	#foot td:nth-of-type(1) {
		display: none;
	}
	
	#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;
	}
	
	#contact-location h3 {
		font-size: 1.5em;
	}

	#contact-form-left {
		float: none;
		width: 100%;
	}
	
	#location-right {
		float: none;
		width: 100%;
	}
	
	#contact-location #two-column #left, #contact-location #two-column #right {
		width: 100%;
		float: none;
	}
	
	h4 {
		font-size: 3.5em;
	}
	
	h3 {
		font-size: 1.5em;
		margin-bottom: 30px;
	}
	
	h6 {
		font-size: 2em;
	}
	
	.header-wrap-contents h1 {
    	color: #fff;
		font-size: 2em;
		line-height: 1.4em;
	}
	
	#foot #cssmenu > ul > li {
    	width: 100%;
	}
	
	#foot_right p {
		line-height: 2.2em;
	}
	
}


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

@media screen and (min-width: 800px) and (max-width: 1199px) { 
	
	#top-bar {
    	height: 56px;
	}
	
	#top-bar-contents {
		height: 56px;
	}
	
	#top-bar-left {
		display: none;
	}
	
	#top-bar-right {
		height: 56px;
		line-height: 56px;
	}

	#top-bar-right img {
		line-height: 46px;
	}
	
	#in-header-menu {
    	display: none;
	}
	
	#head {
		height: auto;
		display: block;
		overflow: hidden;
	}
	
	#head {
    width: 100%;
    height: 580px;
    background-image: url("../../../../tcc-template-images/header-bg.gif");
    background-size: 100% 100%;
}
	
	#head_content {
		height: auto;
		display: block;
		overflow: hidden;
		max-width: none;
		padding: 30px;
	}
	
	#head_logo {
		display: block;
		float: none;
		position: relative;
		left:0;
		top:0;
	}
	
	#head_menu {
		display: none;
	}
	
	#fullwidth_content {
		width: 100%;
		max-width: none;
		height: auto;
		margin: 40px 0px;
		padding: 0 30px;
	}
	
	#foot_box {
		float:left;
		width: 45%;
		max-width: 550px;
		text-align:left;
		margin-right: 30px;
	}

	#foot_middle {
		display: none;
	}

	#foot_right {
		float:right;
		width:45%;
		max-width: 550px;
		text-align:left;
	}
	
	#notice_footer_left {
		width: 100%;
		max-width: none;
		text-align: center;
		margin: 0;
		padding-top: 10px;
		line-height: 40px;
	}

	#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_content {
		display: none;
	}
	
	#two-column #left {
		width: 100%;
		float: none;
	}
	
	#two-column #right {
		width: 100%;
		float: none;
	}
	
	#contact-location h3 {
		font-size: 1.5em;
	}

}

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

@media (min-width: 1200px) {
	
	
	#headmobile {
		display: none;
	}
	
	#shiftnav-toggle-main {
		display: none !important;
	}
	
	#mobile_social_contacts {
		display: none;
	}
	
	#notice_footer_mobile {
		display: none;
	}

}

/* CUSTOM PAGE CSS
-------------------------------------------------------------------------------*/

#content p.home-page-title {
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 50px;
	color: #333333;
}

#content .office-features p {
	font-family: Poppins-SemiBold;
	color: #333;
	margin-top: 25px;
	line-height: 1.2em;
}