@charset "utf-8";
/* CSS Document */

/* =============================================================================
   FONTS
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("styles_992.css");
@font-face{
	font-family:"Amalfi Coast";
    src:url("../fonts/Amalfi Coast.woff2") format("woff2"),url("../fonts/Amalfi Coast.woff") format("woff");
}

/* =============================================================================
   GLOBAL STYLES
   ========================================================================== */
body { 
	background: #fff;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}
h1 {
	color: #000;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 2.75em;
	font-weight: 800;
	line-height: 1.25em;
	text-align: left;
}
.scriptedFont-h1  {
	color: #01a161;
	font-family: 'Amalfi Coast';
	font-size: 1em;
	font-weight: 600;
	line-height: 1.85em;
}
h2 {
	color: #000;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	line-height: 1.45em;
	margin-top: 15px;
}
h3 {
	color: #000;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.45em;
}
.scriptedFont-h3 {
	color: #000;
	font-family: 'Amalfi Coast';
	font-size: 1.15em;
	font-weight: 600;
	line-height: 1.85em;
}
h4 {
	color: #000;
	font-family: 'Open Sans',Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 800;
	line-height: 1.25em;
}
p {
	color: #000;
	font-family: 'Open Sans',Helvetica, Arial, sans-serif; 
	font-size: 1em;
	line-height: 1.65em;
	margin-top: 20px;
}
ul {
	color: #000;
	font-family: 'Open Sans',Helvetica, Arial, sans-serif; 
	font-size: 1em;
	line-height: 1.75em;
	margin: 20px 0 0 40px;
}
a {
	color: #048a43;
	font-weight: 600;
	text-decoration: none;
}
a:hover {
	color: #424242;
}

/* =============================================================================
   CONTAINERS
   ========================================================================== */
{
	box-sizing: border-box;
  	margin: 0;
  	padding: 0; 
}
.frame {
  	margin:0 auto;
 	width: 100%;
}
.frame:after {
    content: "";
    display: table;
    clear: both; 
}
.frame_1280 {
	margin: 0 auto;
 	max-width: 1280px;
}
.frame_1280:after {
	clear: both;
    content: "";
    display: table; 
}
.frame_1440 {
	margin: 0 auto;
 	max-width: 1440px;
}
.frame_1440:after {
	clear: both;
    content: "";
    display: table; 
}
[class*='bit-'] {
	float: left;
	padding: 0em; 
}
.bit-25 {
	width: 25%;
}
.bit-33 {
	padding-top: 15px;
	width: 33.3%;
}
.bit-50 {
	width: 50%;
}
.bit-50-header {
	width: 50%;
}

.bit-66 {
	padding-top: 15px;
	width: 66.6%;
}
.centeredContainer {
	align-items: center;
	display: flex; 
	height: 80%;
	padding: 30px 0;
}
.infoFrame {
	margin-bottom: 50px;
}
.bit-Left50 {
	padding-right: 2%;
	width: 48%;
}
.bit-Right50 {
	padding-left: 2%;
	width: 48%;
}
.yellow {
	background-color: #DBDFDA;
}

/* =============================================================================
   BUTTONS
   ========================================================================== */

.myButton {
	background-color: #048a43;
	border-radius: 28px;
	box-shadow: 0 0 0 rgb(33,44,74);
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	padding: 16px 31px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #2f6627;
	transition: 0.5s;
  	transition-property: box-shadow;
}
.myButton:hover {
	background-color:#045a2d;
	color: #fff;
	box-shadow: 0 0 2px rgb(33,44,74),
              	0 0 5px rgb(33,44,74),
              	0 0 10px rgb(33,44,74),
              	0 0 15px rgb(33,44,74);
}
.myButton:active {
	position:relative;
	top:1px;
}

/* =============================================================================
   IMAGES
   ========================================================================== */

.primaryImage {
	max-width: 550px;
	float: right;
}

/* =============================================================================
   HEADER
   ========================================================================== */
.headerWide {
	display: block;
}
.headerNarrow {
	display: none;
}
nav {
	border-bottom: 1px #424242 solid;
	height: 120px;
}
.logoContainerLeft {
	align-items: center;
	display: flex; 
	height: 120px;
}
.logoContainerRight {
	align-items: center;
	display: flex; 
	float: right;
	height: 120px;
}
.tmh_logo {
	width: 300px;
}
.sw_logo {
	width: 315px;
}

/* =============================================================================
   FOOTER
   ========================================================================== */
footer {
	background-color: #048a43;
	color: #fff;
	margin-top: 50px;
	padding: 75px 0;
}
footer a {
	color: #fff;
	font-weight: 600;
}
footer a:hover {
	color: #000;
	font-weight: 600;
}
footer h3 {
	color:#fff;
}
footer h4 {
	color:#fff;
}
footer p {
	color:#fff;
}
footer .scriptedFont-h3 {
	color: #fff;
}
.leftFooter {
	float: left;
	width: 66.6%;
}
.rightFooter {
	float: left;
	width: 33.3%;
}
.footerFix {
	margin-left: 30px;
}
.footerSpacing {
	margin: 0 auto 30px auto;
}
.finePrint {
	padding: 30px 0 0 0;
}
.finePrint a {
	color: #fff;
	font-size: .85em;
	text-align: center;
}
.finePrint a:hover {
	color: #000;
}
.finePrint p {
	color: #fff;
	font-size: .85em;
	text-align: center;
}

