﻿
.button-container input {
display: inline;
vertical-align: middle;
margin: 40px 5px;
}

.button-container form, .button-container form div {
display: inline;
}

.button-container .btn{
	max-width:300px!important;
	margin:5px;
}

.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
max-width:800px;
margin-left:auto;
margin-right:auto;
}

.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.img {
margin-bottom: 20px;
box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
 }
 
.colBackground {
background-color:rgba(0,0,0,0.05);
padding:20px 10px!important;
}

.colBackground ol {
margin-left:30px;
list-style-type:lower-alpha;
color:rgba(0,0,0,0.70);
padding:5px;
}

.colBackground ul {
margin-left:30px;
}

.colBackground ul li {
padding:5px;
color:rgba(0,0,0,0.80);
display: list-item;
list-style-type: square;
}

.colBackground p{
margin:10px 5px;
}

.colBackground img {
border: 1px solid #ccc;
padding: 5px;
margin: 5px;
margin-bottom: 5px;
margin-bottom: 20px;
background: #f2f2f2;
-webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
-moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
}

.colBackground a:link    {color:#9a3b01; text-decoration:none; font-weight:bold;}
.colBackground a:visited {color:#9a3b01; text-decoration:none; font-weight:bold;}
.colBackground a:active  {color:#9a3b01; text-decoration:none; font-weight:bold;}
.colBackground a:hover   {color:#c17400; text-decoration:none; font-weight:bold;}


hr {
border:1px solid rgba(0,0,0,0.20);
margin:10px auto!important;
}   

.mainContent{
display:block;
margin:auto;
width:100%;
max-width:1450px;
padding:20px 10px;
}

.mainContent a:link    {color:#9a3b01; text-decoration:none; font-weight:bold; }
.mainContent a:visited {color:#9a3b01; text-decoration:none; font-weight:bold; }
.mainContent a:active  {color:#9a3b01; text-decoration:none; font-weight:bold; }
.mainContent a:hover   {color:#c17400; text-decoration:none; font-weight:bold; }

/* Back to Top  */

#return-to-top {
position: fixed;
bottom: 20px;
right: 20px;
background: rgb(0, 0, 0);
background: rgba(38,175,54,0.7);
width: 50px;
height: 50px;
display: block;
text-decoration: none;
text-align:center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#return-to-top i {
color: #fff;
margin: 0;
position: relative;
left: 0px;
top: 20px;
font-size: 30px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top:hover {
background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
color: #fff;
top: 5px;
}

/* end back to top  */

/*==============================================*/
/*1: GLOBAL STYLES*/
/*==============================================*/

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

body {
font-size: 1rem;
font-family: "Archivo", sans-serif;
}

.gridContainer {
margin-left: auto;
margin-right: auto;
width: 100%;
padding-left: 0.0%;
padding-right: 0.0%;
clear: none;
float: none;
}

.gridContainer {
box-sizing: border-box;
}

.masthead {
width: 100%;
background-image: url(../images/navbar.jpg);
background-repeat: no-repeat;
background-size: cover;
}
 
.mast-container {
width: 100%;
}

/*navigation - global
changes can be made in the separate media queries
*/
				
nav ul li a {
text-decoration: none;
color: black;
font-size: 1.5rem;
display: block;
font-family: "Roboto Condensed", sans-serif;
font-weight: 600;
text-shadow: none;
text-transform: uppercase;
letter-spacing: 2px;
}

/*submenu bg on desktop, regular menu bg on mobile*/
.nav-wrapper ul.sub-menu, #toggleNav nav ul {
background-color: #000;
}

.nav-wrapper ul.sub-menu a, #toggleNav nav ul a {}

/*submenu hover bg on desktop, regular submenu on mobile*/
.sub-menu a:hover, #toggleNav nav ul.sub-menu {
background-color: #26af36; 
}

/*submenu hover link on desktop, regular submenu link on mobile*/
.sub-menu a:hover, #toggleNav nav ul.sub-menu a {
color: white;
text-shadow: none;
}

.sub-menu a:hover {
color: white;
}


/*generic links*/

a {
color:#26af36;
}

a:hover {
color:#1c5cb4;
}

.nitro-blue {
color: #1c5cb4;
}

.nitro-green {
color: #26af36;
}

/*active mobile link-overrides a above*/
#mobileMenu a:hover {
color: green;
}

/*page content*/

h1, h2, h3, h4 {
font-family: "Archivo", sans-serif;
font-weight: normal;
}

p {
font-size: 1rem;
font-weight: normal;
line-height: 145%;
color: black;
}

a {
text-decoration: none;
font-weight:bold;
}

ul li a {
text-decoration: none;
font-weight:bold;
}

footer {
width: 100%;
background-image: url(../images/footer-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: bottom;
}

.divider{
	display:block;
	margin:0px 0px 20px 0px;
	width:100%;
	height:10px;
	background-color:#1c5cb4;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
}

/*==============================================*/
/*2: MOBILE STYLES*/
/*==============================================*/

@media only screen and (min-width: 300px) { 
   
.container {
width: 90%;
margin: 0 auto;
padding: 1rem;
}	 
	
.top-half {
width: 100%;
position: relative;
}	
	
.hero {
width: 100%;
}

.hero img {
width: 100%;
}

/*this cannot be renamed.*/
.image-container {
overflow: hidden;
width: 100%;
}
 
.caption-content {
position: absolute;
display: flex;
flex-direction: column;
text-align: center;
align-items: center;
justify-content: center;
width: 100%;
min-height: 150px;  
padding-left: 1rem;
padding-right: 1rem;
padding-top: 1rem;
}
 
.caption-content h1{
font-size: 1.5rem;
font-size: clamp(1.5rem, 6vw, 3.5rem);
line-height: 120%;
font-weight: 700;
color: white;
margin-bottom: 0.5rem;
text-shadow: 2px 2px 5px rgba(0,0,0,0.8);      
}

.caption-content a {
font-family: "Roboto Condensed", sans-serif;
display: table;
padding: 1rem;
background-color: black;
color: white;
font-weight: bold;
font-size: clamp(1.5rem, 5vw, 3.5rem);
text-transform: uppercase;
border: 3px solid #01f5f7;
box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
}

.main-content {
margin: 0 auto;
}

.container {
margin-bottom: 0.5rem;
}	

h1, h2, h3, h4, p{
margin-bottom: 0.5rem;
}

h1 {
font-size: 2rem;
}

h2 {
font-size: 1.5rem;
}

p {
/*if font is too big:*/
/*font-size: 0.9rem;*/
}

/*=intro:*/

.intro {
margin: 0 auto;
margin-top: 0;
text-align: center;
}

.intro .container {
width: 90%;
padding: 0;
margin: 0 auto;
margin-top: 1rem;
padding-top:40px;
padding-bottom:40px;
}

.intro h1 {
font-size: clamp(2rem, 5.5vw, 3rem);
padding-bottom: 0.5rem;
color:  #313d49;
font-weight: 400;
letter-spacing: -1px;
}

.intro h1 span {
font-weight: 800;
}

.intro-content {
display: flex;
flex-direction: column;
}

.intro-text {
order: 2;
padding-bottom: 1rem;
}

.intro-text p {
line-height: 150%;
text-align:left;
}


.intro-photo {
order: 1;
}

.intro-photo img {
width: 90%;
margin-bottom: 1rem;
box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
} 

/*=cards*/

.cards{
width: 100%;
margin-top: 0.5rem;
padding-top: 1rem;
padding-bottom: 1.25rem;
background-color: #cdd8e0;
}

.cards .container {
max-width: 1450px;
display: flex;
flex-wrap: wrap;
margin: 0 auto;
justify-content: center;
}

.card {
width: 85%;
height: auto;
min-height: 125px;
margin: 0 auto;
margin-bottom: 2rem;
padding: 0;
height: auto;
display: flex;
align-items: center;   
justify-content: center; 
background-color: #26af36;
box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
}

.card {
position: relative; 
transition: transform 0.3s ease;
cursor: pointer;
}

.card a::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1; 
}

.card:last-of-type {
margin-bottom: 0;
}

.card h2 {
color: white;
font-size: 2rem;
font-weight: 600;
width: 90%;
text-align: center;
line-height: 110%;
margin: 0 auto;
text-shadow: 2px 2px 5px rgba(0,0,0,0.5);  
}

/*call to action*/	
	
.call-to-action {
width: 100%;
background-color: black;
}	
	
.call-to-action .container {
width: 90%;
margin: 0 auto;
text-align: center;
padding-bottom: 0.5rem;
}

.call-to-action h2 {
font-family: "Roboto Condensed", sans-serif;
color: #01f5f7;
font-weight: 500;
line-height: 130%;
margin-bottom: 1rem;

font-size: clamp(1.15rem, 4vw, 2.75rem);
line-height: 1.2;
width: 100%;
word-break: keep-all; 
hyphens: none;
}

.call-to-action a {
font-family: "Roboto Condensed", sans-serif!important;
font-weight: 900!important;
padding: 0.75rem;
text-align: center;
text-transform: uppercase;
font-size: 2.25rem;
color: white;
display: table;
margin: 0 auto;
border: 4px solid #01f5f7;
margin-bottom: 1.5rem;
}
 
.call-to-action h3 {
font-family: "Archivo", sans-serif;
font-weight: 700;
font-size: 1rem;
color: white;
}

.call-to-action .bullet {
color: white;
}

 .break-on-mobile {
display: block;
margin-top: 5px;
}

.hide-mobile {
display: none;
}

/*=Quick Links*/

.quick-links {}

.quick-links .container{
text-align: center;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}

.quick-links h3, .quick-links a {
display: block;
font-family: "Archivo", sans-serif;
}

.quick-links h3 {
font-size: 1.5rem;
color: #1c5cb4;
font-weight:600;
}

.quick-links a {
font-size: 1.25rem;
line-height: 150%;
color: black;
font-weight:normal;
}

/*=footer*/ 	
 
footer {
/*removes gap at bottom*/
position: absolute;
} 	
	
footer .container {
display: block;
text-align: center;
margin-bottom: 0;
}	

footer p {
color: white;
}

footer p a {
color: #01f5f7;
}

footer p a:hover {
color: cyan!important;
}
 
footer p {
margin-bottom: 0;
text-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}

p.footer-name {
text-transform: uppercase;
color: white;
font-weight: 700;
font-size: clamp(1rem, 1.5vw + 0.7rem, 1.5rem);
}

p.footer-support {
font-family: "Roboto Condensed", sans-serif;
color: #01f5f7;
font-size: clamp(1.25rem, 1.7vw + 0.8rem, 1.8rem);
line-height: 100%;
font-weight: 500;
text-transform: uppercase;
margin-top: 0.5rem;
}

p.footer-phone, a.footer-phone {
color: white;
font-weight: 800;
font-size: clamp(1.75rem, 2.75vw + 1rem, 2.5rem);
margin-top: 0;
margin-bottom: 0.75rem;
}

.copyr {
font-family: "Roboto Condensed", sans-serif;
padding-bottom: 1rem;
text-transform: none;
color: #ffffff;
font-size: 0.6rem;
text-transform: 1px;
}

/*secondary pages:*/

/*replaces the main-content class for secondary pages*/
.page {
margin-top: 1rem;
margin-bottom: 1rem;
}

.page .container {
width: 90%;
margin: 0 auto;
} 	

.page ul {
margin-left:30px;
margin-bottom:30px;
}

 .page ol {
margin-left:30px;
margin-bottom:30px;
}

.page ul li{
 line-height:1.15;
 padding-top:5px;	
}

.page ol li{
 line-height:1.15;
 padding-top:5px;	
}

.top-half img {
width: 100%;
}

.page h1 {
font-size: 1.75rem;
color: #26af36;
font-weight: 800;
}

.page .container h1 {
margin-bottom: 1rem;
}

.page h2 {
color: #1c5cb4;
font-weight: 700;
font-size: 1.5rem;
}

.page h3 {
font-size: 1.25rem;
color: #000;
font-weight: 700;
}

.page p {
margin-bottom: 1rem;
}


/*don't touch*/
}
/*don't touch*/

 
/*==============================================*/
/*3: =TABLET AND ADDITIONAL MOBILE STYLES*/
/*==============================================*/

/*phone landscape*/

@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 1112px) 
and (orientation: landscape){ 

 
/*don't touch*/
}
/*don't touch*/



/*-------------------------------------*/
/*tablet general*/

@media only screen and (min-device-width : 768px) 
	and (max-device-width : 1024px) { 

#mobileMenu button{
 margin-top: 7rem!imporant;
 }

.logo {
margin-top: 0.2rem!important;
}

.logo img {
max-width: 300px!important;
}

.caption-content {
height: 100%;
}

.intro-photo img {
width: 70%;
margin-top: 1rem;
margin-bottom: 1.5rem;
}

.intro-text br {
display: none;
}

.intro h1 {
padding-bottom: 0;
}

.cards .container {
display: flex; 
justify-content: space-between;
}

.card {
width: 45%;
height: 200px;
}
 
.bullet.hide-mobile{
display: inline!important;
} 
 
.call-to-action .container {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
} 
 
.call-to-action h2 {
font-size: 1.75rem;
}

.call-to-action h3 {
font-size: 1.75rem;
font-weight: 500;
}

.call-to-action a {
font-size: 3.25rem!important;
}

.call-to-action.break-on-mobile {
display: none!important;
}

.quick-links {
width: 90%;
margin: 0 auto;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}

.quick-links .container {
width: 100%;
display: inline-flex;
justify-content: space-between;
margin: 0 auto!important;
}

.quick-links a {
text-align: center;
}

.page h1 {
font-size: 2rem!important;
}

.page h2 {
font-size: 1.5rem!important;
}

.page h3 {
font-size: 1.5rem!important;
}


/*don't touch*/
}
/*don't touch*/


/*-------------------------------------*/
/*tablet landscape only*/

@media only screen 
	and (min-device-width: 768px) 
	and (max-device-width: 1024px) 
	and (orientation: landscape) {

.call-to-action a {
font-size: 3.25rem!important;
}

.call-to-action h2 {
font-size: 1.75rem;
}


/*don't touch*/
}
/*don't touch*/

 

/*==============================================*/
/*4: =DESKTOP STYLES*/
/*==============================================*/

@media only screen and (min-width: 900px) { 

 
		/*turn these styles on for a fixed width site:*/
/*
		.gridContainer, footer  {
		max-width: 1600px;
		border: 1px solid black;
		}
*/
		
.container {
width: 100%;
max-width: 1450px;
margin: 0 auto;
}  
  
.top-half {}

.hero {
max-height: 850px;
overflow: hidden;
}
 
.hero img {
vertical-align: top;
} 

/*keep main main-content centered on page*/
.main-content {
margin: 0 auto;
}	 

h1 {
font-size: 4rem;
}

h2 {
font-size: 3rem;
}

p {
margin-bottom: 0.5rem;
font-size: 1rem;
font-weight: normal;
} 
		
.top-half {}

.hero {}

.image-container{}


.caption-content {
height: 100%;
}

.caption-content h1 {
font-size: 5vw;
font-weight: 700;
margin-bottom: 2rem;
}

.caption-content a {
font-size: 3vw;
text-transform: uppercase;
padding: 1.5rem;
border: 5px solid #01f5f7;
}

.caption-content a:hover {
background-color: #313d49;
border: 5px solid white;
}

/*intro-desktop*/

.intro {
padding-top: 2vw;
}

.intro .container {
width: 100%;
padding-top:40px;
padding-bottom:40px;
padding-left: 2rem;
padding-right: 2rem;
}

.intro-content.container {
display: flex;
flex-direction: row; 
align-items: stretch;
max-width: 1450px;
margin: 0 auto;
gap: clamp(20px, 3.5vw, 50px);
}

.intro-text {
order: 1;
flex: 2;      
min-width: 0;  
text-align: left;
}

.intro-text p {
font-size: clamp(12px, 0.6vw + 0.5rem, 20px);
line-height: 1.5; 
margin-bottom: 1rem; 
}

.intro-text h2 {
font-size: clamp(28px, 2.5vw + 0.5rem, 50px); 
line-height: 1.1;
margin-bottom: 0;
white-space: nowrap; 
}

.intro-text h2 br {
display: none;
}

.intro-photo {
display: flex;
order: 2;
flex: 1.5; 
max-width: 625px; 
}

.intro-photo img {
width: 100%;
height: 90%;
object-fit: cover;
object-position: 20% center;
display: block;
}

/*cards-desktop*/

.cards .container {
display: flex;
flex-wrap: nowrap;  
justify-content: space-between; 
gap: 40px;  
padding-top: 2rem;
padding-bottom: 2rem;
padding-left: 2rem;
padding-right: 2rem;
}

.card {
flex: 1 1 325px;  
max-width: 325px; 
height: 250px;  
margin: 0;  
}

.card h2 {
font-size: clamp(1.5rem, 1.75vw + 0.5rem, 2.5rem);
}

.card:hover {
background-color: #1c5cb4;
}

/*call to action-desktop*/

.call-to-action {}

.call-to-action .container {
max-width: 1450px;
margin: 0 auto;
padding-top: 3rem;
padding-bottom: 3rem;
}

.call-to-action .container {}

.call-to-action h2 {
text-transform: uppercase;
letter-spacing: 0.2rem;
font-size: clamp(1.2rem, 2.6vw, 2.7rem);
font-weight: 500;
margin-bottom: 2rem;
}

.hide-mobile {
display: inline!important;
}

.call-to-action a {
font-size: 6vw;
text-transform: uppercase;
padding: 1.25rem;
border: 6px solid #01f5f7;
}

.call-to-action a:hover {
background-color: #313d49;
border: 6px solid white;
}

.break-on-mobile {
display: inline; 
margin-top: 0;
}

.call-to-action h3 {
font-size: clamp(1.2rem, 3vw, 3rem);
margin-top: 3rem;
font-weight: 600;
}

/*Quick Links - Desktop*/

.quick-links {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}

.quick-links .container {
max-width: 1200px;
display: flex;
justify-content: space-between;
align-items: baseline; 
text-align: left;
}

.quick-links h3 {
font-size: clamp(1.8rem, 2vw + 0.5rem, 2.5rem);
margin: 0;
}

.quick-links a {
display: inline-block;
font-size: clamp(1.5rem, 1.8vw + 0.4rem, 2.25rem);
}
  
.quick-links a:hover {
color: #26af36;
}  

/*footer-desktop*/

footer {
position: relative;
margin-bottom: 0;
bottom: 0;
}

footer {
padding-top: 0.5rem;
}

footer .container {
padding-top: 1rem;
padding-bottom: 1rem;
}

footer h3 {
font-size: 2rem;
}

footer p {
font-size: inherit!important;
font-weight: normal;
}

footer p span {
font-size: inherit;
font-weight: normal;
}

p.footer-name {
font-size: 2rem!important;
}

p.footer-support {
font-size: 2.5rem!important;
}

p.footer-phone {
font-size: 3.5rem!important;
}

a.sm {
font-size: 1.1vw!important;
letter-spacing: 0.2rem!important;
}

a.sm:hover{
color: white!important;
}

p.copyr {
font-size: 1.1vw!important;
letter-spacing: 0.1rem!important;
}

/*secondary pages:*/

/*keep main main-content centered on page*/

.main-content.page {
max-width: 1500px;
margin: 0 auto;
margin-top: 2rem;
margin-bottom: 3rem;
}	 		

.page h1 {
font-size: 2rem;
}

.page h2 {
font-size: 1.5rem;
}

.page h3 {
font-size: 1.25rem;
}

.page p {
font-size: 1rem;
}

/*don't touch*/	
}
/*don't touch*/


/*-------ADDITIONAL DESKTOP STYLES---------*/ 
 
/*---*/

a:link.btn {color:#fff!important; text-decoration:none!important; line-height:1.25;}
a:visited.btn {color:#fff!important; text-decoration:none!important;line-height:1.25;}
a:active.btn {color:#fff!important; text-decoration:none!important;line-height:1.25;}
a:hover.btn {color:#fff!important; text-decoration:none!important;line-height:1.25;}

.btn {
	display: inline-block;
	margin: 5px;
	/*margin-bottom:20px;*/
	padding: .75em .75em;
	line-height:1.25;
	border: 0;
	color: #fff!important;
	text-decoration:none!important;
	font-weight:bold;
	background-color: #26af36!important;
	line-height: 1;
	font-family: "Archivo", sans-serif;
	font-size: 1.2rem;
	text-shadow:none;
	width:100%;
	max-width:400px;
	border-radius:10px;
	text-align:center;
}

.btn:focus {
	background-color: #26af36;
}

.btn:hover {
	background-color: #1c5cb4!important;
}

.btn:active {
	background-color: #26af36;
}


#hpBackground{
background: url(images/bg6.jpg) no-repeat bottom center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 30px;
}

.hp-container {
  display: flex;
  flex-wrap: wrap;
  margin-top:0px;
  margin-bottom:20px;
}

.hp-item {
background-color:rgba(0,0,0,0.05);
  padding: 20px;
  flex: 32%;
  margin:5px;
  text-align:center;
}

.hp-item img{
    margin:5px;
box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
}

.hp-item h2{
    font-size:1.5rem;
    font-weight:bold;
    padding:10px;
    margin-bottom:10px;
    text-align:left;
}

.hp-item p{
    text-align:left;
}

.hp-item ul{
    text-align:left;
    margin-left:30px;
    margin-bottom:30px;
}

.hp-item ul li{
 line-height:1.15;
 padding-top:5px;	
}

/* Responsive layout - makes a two column-layout instead of a three-column layout */
@media (max-width: 1200px) {
  .hp-item {
    flex: 48%;
  }
}


/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .hp-item {
    flex: 100%;
  }
}


/* FORMSTACK FIXES */
.formstack-container {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  overflow: visible;           /* change from hidden */
  padding: 0;                  /* let the column padding handle spacing */
}

.fsBody .fsForm {margin-top:-10px!important; margin-left:-20px!important;} 
input, input:invalid, textarea:invalid {
border: 1px solid rgb(0,0,0,0.15) !important;
background-color: rgba(255,255,255,0.85) !important;
}

.fsForm ul{
	margin-left:30px!important;
}


#fsSubmitButton5453076, .fsSubmitButton {
	padding: .75em!important;
	border: 0!important;
	border-radius: 2px!important;
	color: #fff!important;
	background-color: #307E3D!important;
	line-height: 1!important;
	font-family:Arial!important;
	font-size: 20px!important;
}

#fsSubmitButton5453076:hover, .fsSubmitButton:hover {
	background-color: #000000;
}

.erText {
max-width:225px;
font-weight:bold;
font-size:1.25rem;
color:#ff0000;
text-align:center;
}

@media (max-width: 1000px) {
.fsBody .fsForm {margin-top:-10px!important; margin-left:auto!important;} 
.erText {
max-width:100%;
font-size:1.5rem;
text-align:center;
}
}
