/*
WIDTHS:

Main column with shadow: 	width: 954px;
Main column without shadow: width: 900px;

*/

body {
	background: url('/images/BGtile.gif') repeat top center;
}
body.overlaidPage {
	background-image: none;
	background-color: #fff;
	padding: 10px;
}
th, td {
	padding: 0;
}

/* -------------------------------------
	MAJOR HTML TAGS
 ------------------------------------- */

h1, h2, h3, h4 {
	margin: 0.8em 0;
}

h1 {
	color: #325E98;
	letter-spacing: 0.1em;
	font-size: 146.5%;
}
h2 {
	color: #4378C0;
}
h3 {
	color: #4378C0;
	font-size: 116%;
}
.news h3 {
	margin-top: 1.8em;
	border-bottom: 1px solid #83A6D6;
}

body.home h1 {
	font-size: 174%;
}

#pagecontent p, #pagecontent ul {
	font-size: 116%;
}
td, tr, th {
	border: none;
}

/* -------------------------------------
	PAGE BLOCKS
 ------------------------------------- */

#header {
	width: 954px;
	height: 130px;
	background:url('/images/@LANTEC_sitetitle.jpg') no-repeat;
	overflow: hidden; /* This is absolutely necessary for IE to not wrap the content under the huge line height with narrower window sizes */
	font-size: .1em; line-height: 1000px;
	margin: 0 auto;
}

#primarylinks_1 {
	background: url('/images/navbarBG.gif') repeat-x center top;
	height: 77px;
	overflow: hidden;
}
#primarylinks_2 {
	background: url('/images/topcolumnBG.gif') no-repeat center bottom;
	width: 954px;
	height: 77px;
	margin: 0 auto;
	overflow: hidden;
}

#pagecolumn_1 {
	margin: 0 auto;
	width: 954px;
	overflow: hidden;
	background: url('/images/columnBG.gif') repeat-y center top;
}
#pagecolumn_2 {
	overflow: hidden;
	padding-bottom: 37px;
	background: url('/images/columnBottomCap.gif') no-repeat center bottom;
}
#pagecolumn_3 {
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
	background: url('/images/columnBottomCap.gif') no-repeat center bottom;
}
.contentcolumn_1 {
	background: url('/images/innercolumnBottomCap.gif') no-repeat center bottom;
	overflow: hidden;
	padding-bottom: 30px;
}
/* Actual white column for most page content; includes side padding */
.contentcolumn_2 {
	overflow: hidden;
	width: 830px;
	margin: 0 auto;
}

#maincolumn {
	margin: 0 245px 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
#maincolumn.hasSidebar {
	margin: 0 245px 0 0;
}
#maincolumn.hasNoSidebar {
	margin: 0;
}

#sidebar {
	width: 240px;
	float: right;
	overflow: hidden;
}
	#sidebarMain {
		margin-right: 20px;
	}

#sectionMenu {
	background: url('/images/submenuBG_bottom.gif') no-repeat left bottom;
	overflow: hidden;
}

.bottomcolumn {
	background-color: #32327F; /* Masks the background image */
}

#footer_2 {
	padding: 10px 0;
}
.paddedContent {
	margin: 20px;
}

/* -------------------------------------
	SIDEBAR CONTENT
 ------------------------------------- */

#sidebar {
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 20px; /* To match div.paddedContent */
}
#sidebarMain h3 {
	margin-top: 0;
	font-size: 116%;
	font-weight: normal;
	text-align: right;
	padding: 0 4px 3px 0;
	border-bottom: 2px solid #21237A;
}

.sidebarBox1_1 {
	border: 2px solid #E8E8F4;
	background: url('/images/box1_stripeBG.gif') repeat left top;
	padding: 10px; margin-bottom: 15px;
}
.sidebarBox1_2 { }
	.sidebarBox1_2 ul {
		list-style: none; margin:0;padding:0;
	}
	.sidebarBox1_2 ul li {
		list-style: none; margin:10px 0 10px 0; padding:0 0 8px 21px; border-bottom: 1px dashed #8688C8;
		background: url('/images/padlock.png') no-repeat 0px 2px;
	}
	.sidebarBox1_2 ul li.last {
		list-style: none; margin:0; border-bottom: none;
	}
	a.bankinglogin {
		font-size: 116%; color: #FD6500;
	}
	a.bankinglogin:visited {
		color: #FD6500;
	}
	a.bankinglogin:hover {
		color: #FE5C34; text-decoration: underline;
	}

.sidebarBox2_1 {
	border: 2px solid #F5E0E7;
	background: url('/images/box2_stripeBG.gif') repeat left top;
	padding: 15px; margin-bottom: 15px;
}
.sidebarBox2_2 { }
	.sidebarBox2_2 ul {
		margin: 0 0 0 15px; padding: 0;
	}
	.sidebarBox2_2 ul li {
		margin:10px 0 5px 6px; padding:0 0 4px 0;
	}
	.sidebarBox2_2 a {
		font-size: 108%; color: #1E6116;
	}
	.sidebarBox2_2 a:visited {
		color: #2F5E2D;
	}
	.sidebarBox2_2 a:hover {
		color: #2B8E20; text-decoration: underline;
	}
.imageBGbox_1 {
	border: 2px solid #587A5F;
	background: url('/images/saveatreeBG.jpg') repeat left top;
	margin-bottom: 15px;
	padding: 15px;
}
.imageBGbox_2 {
	height: 130px;
	color: #fff;
}
	#sidebarMain .imageBGbox_2 h3 {
		color: #fff;
		font-size: 123.1%;
		font-weight: bold;
		text-align: center;
		font-variant: small-caps;
		letter-spacing: 0.3em;
		padding: 0 4px 3px 0;
		border-bottom: 2px solid #21237A;
	}
	.imageBGbox_2 p {
		margin-bottom: 0.6em;
	}
	.imageBGbox_2 a, .imageBGbox_2 a:hover, .imageBGbox_2 a:visited {
		font-size: 108%;
		color: #F7FF53;
		font-weight: bold;
	}
	.imageBGbox_2 a:hover {
		color: #FDFFD2;
		font-weight: bold;
		text-decoration: underline;
	}
.sidebarBox3_1 {
	padding: 15px; margin-bottom: 15px;
}
.sidebarBox3_2 { }
	.sidebarBox3_2 ul li {
		margin: 5px 0;
	}
	.sidebarBox3_2 ul {
		margin-bottom: 0;
	}

/* -------------------------------------
	FANCY PAGE LIST
 ------------------------------------- */

#pagecontent ul.fancylist {
	color: #3A1F03;
	background-color: #FCF5BE;
	border: 1px solid #FAED96;
	padding: 15px;
	margin: 1em 0;
}
#pagecontent ul.fancylist li {
	margin: 0.2em 0 0.2em 10px;
}

/* -------------------------------------
	BASIC PAGE LIST
 ------------------------------------- */

#pagecontent ul li {
	margin: 0.2em 0 0.2em 10px;
}

/* -------------------------------------
	VERTICALLY-CENTERED TOP LINKS LIST
 ------------------------------------- */

#toplinks_1 {
	width: 954px;
	height: 25px;
	margin: 0 auto;
	overflow: visible;
	background: #120050 url('/images/toplinks_BG.gif') repeat-x top center;
}
#toplinks_2 {
	position: relative; /* necessary for horizon */
	height: 25px; /* necessary for horizon */
	font-size: 93%; /* important for horizon */
	overflow: visible;
}
	/* Used by certain Links for vertical text centering. Parent element must have height and positioning (rel or abs) */
	.texthorizon {
		position: absolute;
		top: 50%;
		left: 0px;
		width: 100%;
		height: 1px;
		overflow: visible;
		visibility: visible;
	}
	.textverticalCenter {
		position: absolute;
		top: -0.65em; /* May need slight tweaking for proper placement */
		left: 0px;
		overflow: visible;
		visibility: visible;
		height: 1.0em;
		width: 100%;
	}
#toplinks_2 ul {
	margin: 0; padding: 0 50px;
}
#toplinks_2 ul li {
	list-style-type: none;
	display: block;
	float: right;
	height: 25px;
	color: #fff;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
#toplinks_2 ul li a {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	height: 25px;
	overflow: visible;
}
#toplinks_2 ul li a:hover {
	text-decoration: underline;
	color: #F9EF8B;
}

/* -------------------------------------
	PRIMARY LINKS LIST
 ------------------------------------- */

#primarylinks_1 ul {
	list-style-type: none;
	margin: 0 0 0 74px; padding: 0;
}
#primarylinks_1 li {
	list-style-type: none;
	margin: 0; padding: 0;
	float:left;
}
#primarylinks_1 li a {
	display: block;
	overflow: hidden;
	height: 65px;
	font-size: .1em; line-height: 1000px;
}
	#primarylinks_1 a.personalbanking	{ background: url('/images/navtabBG_1.gif') no-repeat 0px 0px; width: 185px; }
	#primarylinks_1 a.businessbanking	{ background: url('/images/navtabBG_2.gif') no-repeat 0px 0px; width: 186px; }
	#primarylinks_1 a.mortgages				{ background: url('/images/navtabBG_3.gif') no-repeat 0px 0px; width: 148px; }
	#primarylinks_1 a.about						{ background: url('/images/navtabBG_4.gif') no-repeat 0px 0px; width: 231px; }
	#primarylinks_1 a.home						{ background: url('/images/navtabBG_5.gif') no-repeat 0px 0px; width: 60px; }
	
#primarylinks_1 li a:hover { background-position: 0px -65px; }

/* Tab for page you're on stays in "on" state */
.personalbanking #primarylinks_1 a.personalbanking, .businessbanking #primarylinks_1 a.businessbanking, .mortgages #primarylinks_1 a.mortgages, .about #primarylinks_1 a.about,
.personalbanking #primarylinks_1 a.personalbanking:hover, .businessbanking #primarylinks_1 a.businessbanking:hover, .mortgages #primarylinks_1 a.mortgages:hover, .about #primarylinks_1 a.about:hover 
{	background-position: 0px -130px; }

/* -------------------------------------
	SUBMENU LINKS LIST
 ------------------------------------- */

/* submenu wrapper containing a second level of navigation */
#sectionMenu_1 {
	width: 800px;	height: 69px; overflow: hidden;	margin: 10px auto;
	background: url('/images/tertiarylinksBG-L.gif') no-repeat top left;
}
#sectionMenu_2 {
	width: 800px;	height: 69px; overflow: hidden;
	background: url('/images/tertiarylinksBG-R.gif') no-repeat top right;
	text-align: center;
}

/* submenu wrapper containing only one level */
.rootSectionmenu #sectionMenu_1 {
	height: 36px;
	background: url('/images/secondarylinksBG-L.gif') no-repeat top left;
}
.rootSectionmenu #sectionMenu_2 {
	height: 36px;
	background: url('/images/secondarylinksBG-R.gif') no-repeat top right;
}



#sectionMenu_2 ul {
	list-style-type: none;
	margin: 0 0 0 10px; padding: 0;
}
#sectionMenu_2 li {
	list-style-type: none;
	margin: 0 8px; padding: 0;
	float:left;
}
#sectionMenu_2 li a {
	display: block;
	overflow: hidden;
	height: 29px;
	font-size: 108%;
	color: #274727;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 7px;
}
#sectionMenu_2 ul li a:visited {
	color: #4D5B4A;
}
#sectionMenu_2 ul li a:hover {
	color: #3A8D38;
	background: url('/images/tertiaryArrow.gif') no-repeat bottom center;
}
.ss1 a.ss1, .ss2 a.ss2, .ss3 a.ss3, .ss3 a.ss3, .ss4 a.ss4, .ss5 a.ss5, .ss6 a.ss6, .ss7 a.ss7, .ss8 a.ss8 {
	color: #30307A !important;
	font-weight: bold;
	background: url('/images/tertiaryArrow.gif') no-repeat bottom center;
}
/* Version with no tertiary links submenu uses slightly different arrow image */
.rootSectionmenu #sectionMenu_2 ul li a:hover,
.ss1 .rootSectionmenu a.ss1, .ss2 .rootSectionmenu a.ss2, .ss3 .rootSectionmenu a.ss3, .ss3 .rootSectionmenu a.ss3, .ss4 .rootSectionmenu a.ss4, .ss5 .rootSectionmenu a.ss5, .ss6 .rootSectionmenu a.ss6 , .ss7 .rootSectionmenu a.ss7 , .ss8 .rootSectionmenu a.ss8 
{ background: url('/images/secondaryArrow.gif') no-repeat bottom center; }

	/* subSection menu has some slightly different settings */
	#subSectionMenu {
		clear: left;
		margin-left: 10px;
	}
	#subSectionMenu li {
		margin-top: -2px;
	}
	#subSectionMenu li a {
		height: 21px;
		font-size: 100%;
		color: #274727;
	}
	#subSectionMenu ul li a:hover {
		background: url('/images/tertiaryInnerArrow.gif') no-repeat bottom center;
	}
	.p1 a.p1, .p2 a.p2, .p3 a.p3, .p3 a.p3, .p4 a.p4, .p5 a.p5, .p6 a.p6 {
		color: #30307A !important;
		font-weight: bold;
		background: url('/images/tertiaryInnerArrow.gif') no-repeat bottom center;
	}

/* -------------------------------------
	BOTTOM LINKS LIST
 ------------------------------------- */

#bottomlinks {
	padding: 5px;
	text-align: center;
}
#bottomlinks ul {
	margin: 3px 0; padding: 0;
	text-align: center;
}
#bottomlinks ul li {
	list-style-type: none;
	display: inline;
	margin: 0 5px;
	text-align: center;
}
#bottomlinks ul li a {
	font-size: 93%;
	color: #E1DCEF;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
#bottomlinks ul li a:visited {
	color: #D9D7DF;
}
#bottomlinks ul li a:hover {
	color: #fff;
}

/* -------------------------------------
	FOOTER
 ------------------------------------- */

#footer_2 p {
	color: #9999DF;
	text-align: center;
	font-size: 85%;
}

#footer_2 a {
	color: #C8C8EE;
	text-decoration: none;
}
#footer_2 a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

/* -------------------------------------
	VARIOUS LINK STYLES
 ------------------------------------- */
 
a {
	color: #1E6116;
	text-decoration: none;
}
a:visited {
	color: #2F5E2D;
}
a:hover, a:active {
	color: #2B8E20;
	text-decoration: underline;
}


.contactinfo a {
	color: #87A2C9;
	font-weight: bold;
	text-decoration: none;
}
.contactinfo a:hover {
	color: #6083B7;
	text-decoration: underline;
}
.highlightbox2 a {
	display: block;
	padding: 25px 25px 35px 25px;
	color: #1E6116;
	/* font-weight: bold; */
	text-decoration: none;
}
.highlightbox2 a:hover {
	color: #428A40;
	text-decoration: underline;
}
.calloutRight a {
	display: block;
	color: #3A1F03;
	text-decoration: none;
}
.calloutRightLarge a {
	color: #3A1F03;
	text-decoration: none;
	font-weight: bold;
	font-size: 116%;
}
.calloutRight a:hover, .calloutRightLarge a:hover {
	text-decoration: underline;
}
#footer a {
	text-decoration: none;
	color: #5995D0;
}
a.compareLink {
	font-size: 161.6%;
	display: block;
	width: 175px; height: 46px; margin-top: 25px;
	overflow: hidden;
	background: url('/images/compareButton.png') 0px 0px no-repeat;
}
a.compareLink:hover {
	background: url('/images/compareButton.png') 0px -46px no-repeat;
	text-decoration: none;
}
a.compareLink span {
	display: block;
	padding: 10px 0 0 60px;
}
a.conspicuousLink {
	font-size: 1.1em;
	color: #CC0000;
}
a.arrowLink {
	padding-left: 20px;
	background: url('/images/bullet_go.png') left center no-repeat;
}

/* -------------------------------------
	SPECIAL BUTTONS
 ------------------------------------- */

a.button_visitnow {
	overflow: hidden; font-size: .1em; line-height: 1000px;
	display: block;
	height: 69px;
	background: url('/images/buttons/Button-VisitNow.gif') center 0 no-repeat;
}
a.button_visitnow:hover {
	background-position: center -69px;
}
a.button_startnow {
	overflow: hidden; font-size: .1em; line-height: 1000px;
	display: block;
	height: 69px;
	background: url('/images/buttons/Button-StartNow.gif') center 0 no-repeat;
}
a.button_startnow:hover {
	background-position: center -69px;
}

/* -------------------------------------
	PAGE TEXT
 ------------------------------------- */

.leadIn {
	margin: 1em 10px;
	color: #405F8C;
	font-size: 123.1%;
	line-height: 1.5em;
	font-style: italic;
}
.descriptive {
	font-size: 146.5% !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #6587BA;
	text-align: center;
}
span.bigtext {
	font-size: 146.5%;
}

/* -------------------------------------
	SPECIALTY CONTENT BOXES
 ------------------------------------- */

.homeEquityBox {
	background: #92B6EA url('/images/houseimageBG.jpg') left bottom no-repeat;
	border: 2px solid #5F8909;
}
.homeEquityBoxSmaller {
	font-size: 0.6em;
}
.homeEquityBox h2 {
	color: #DCF9A2; text-align: center;
	margin: 15px !important;
	font-size: 220%;
}
.homeEquityBox p {
	text-align: right;
	margin: 15px 60px 0.7em 200px;
	font-size: 167%;
}
.homeEquityBox ul {
	margin: 0.7em 60px 80px 350px;
	font-size: 167%;
}

.sitemapBox {
	border: 2px solid #E4E4E4;
	background: url('/images/box3_stripeBG.gif') repeat left top;
	margin-bottom: 15px;
	overflow: hidden;
}
.sitemapBox h3, .contentBox1 h3 {
	font-size: 123.1%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.3em;
	padding: 0 4px 3px 0;
	margin: 10px 15px 15px 15px;
	color: #5C658B;
	border-bottom: 1px solid #D2D2D2;
}
.sitemapBox div {
	overflow: hidden;
	margin: 0 15px;
}
.sitemapBox .column {
	float: left;
	width: 120px;
	margin: 0 0 0 6px;
	font-size: 85%;
}
.sitemapBox .column strong {
	display: block;
	text-align: center;
	min-height: 2.1em;
}
.sitemapBox .column ul {
	margin: 0 0 10px 0; padding: 0 0 0 15px;
}
.sitemapBox .column ul li {
	margin: 4px 0; padding: 0;
}
.contentBox1 {
	border: 2px solid #E4E4E4;
	background: url('/images/box3_stripeBG.gif') repeat left top;
	margin-bottom: 15px;
	overflow: hidden;
}
div.featuredStory_1 {
	border: 2px solid #F5E0E7;
	background: url('/images/box2_stripeBG.gif') repeat left top;
	margin: 15px;
}
div.featuredStory_2 {
	padding: 20px 15px 10px 15px;
}
div.starsBG {
	background: url('/images/fivestars.png') no-repeat right top;
}
.contentBoxPadded {
	margin: 0 15px;
}
.contentBox1 .newsitems p {
	margin: 1em 15px 1em 25px;
	padding-left: 40px;
	background: url('/images/newsicon.png') no-repeat 0px 2px;
}
div.featuredStory p {
	margin: 1em 0;
}
.contentBox1 .newsitems a {
	padding-left: 10px;
}
p.rightLink {
	display: block;
	margin-right: 20px;
	text-align: right;
	font-size: 123.1%;
}

/* -------------------------------------
	SPECIALTY
 ------------------------------------- */

.imgpad5 {
	margin: 0 5px;
}
applet {
	margin: 5px auto;
}
.atYourServiceBox {
	margin: 25px;
}
.contactusBox {
	display: block;
	float: left;
	font-weight: bold;
	padding: 4px;
	margin-right: 15px;
}
.atYourServiceText a {
	display: block;
	font-size: 85%;
	padding: 6px;
	color: #000;
}
.clearshim { /* Necessary for terrible browsers like IE */
	clear: both;
	height: 1px;
	overflow: hidden;
}
.successMessage {
	background: #A5FCA0 url('/images/checkmark_green.gif') left center no-repeat;
	font-size: 123.1%;
	padding: 20px 15px 20px 75px;
	border: 2px solid #20691C;
}

/* ------------------------------
		ROUNDED-CORNER BOXES
------------------------------ */

.cornerContainer {
	background-color:#E0E2EB;
	height:auto;
	border-bottom:solid 1px #FFFFFF;
	position:relative;
	}
	
.cornerContainerRight {
	width:200px; float:right; margin:10px;
}
.cornerContainerInline {
	margin: 2em 20px;
}
.cornerContainerSmall {
	background-color:#E0E2EB;
	width:150px;
	float:right;
	margin-left:10px;
	height:auto;
	border-bottom:solid 1px #FFFFFF;
	position:relative;
	}	
.ratePromo {
	font-size: 400%;
	background-color:#00004D;
	color: #fff;
	margin: 30px 50px;
	text-align: center;
}
.ratePromo small {
	font-size: 50%;
}

.cornerContainer div { position:relative; }
.cornerTL {	background:url('/images/callouts/cornerTL.gif') no-repeat top left;	}
.cornerTR {	background:url('/images/callouts/cornerTR.gif') no-repeat top right; }
.cornerBL {	background:url('/images/callouts/cornerBL.gif') no-repeat bottom left;	}
.cornerBR {	background:url('/images/callouts/cornerBR.gif') no-repeat bottom right;	}
.cornerContainer .padding {	padding:15px;	}

.cornerContainer .padding h3 { margin-top: 0; }

/* ------------------------------
		ERROR/SUCCESS MESSAGE
------------------------------ */

#errorMessage {
	color: #990000;
	background-color: #FFCACA;
	border: 2px solid #990000;
	padding: 15px;
	font-size: 108%;
}
#errorMessage p {
	margin: 3px 0px 3px 0px;
}
#successMessage {
	color: #000048;
	background-color: #CECEFF;
	border: 2px solid #000048;
	padding: 15px;
	font-size: 108%;
}

/* ------------------------------
		TABLES
------------------------------ */

#maincolumn center td {
	background-color: #F2F3F7;
	border: 2px solid #fff;
}

/* ------------------------------
		COMPARISON-CHART TABLE
------------------------------ */

.compareChartPadding {
	background-color:#FFFFFF;
	padding:20px 15px 15px 15px;
	position:relative;
	}

.compareChart {
	background-color:#FFFFFF;
	}
	
.compareChart td {
	border-left:solid 2px #FFFFFF; 
	border-bottom:solid 2px #FFFFFF; 
	vertical-align: middle; 
	padding:5px; 
	background-color:#F4F8DC; 
	width:16%; /* this may be overwritten in the actual page since number of columns may vary from chart to chart */
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif; 
	line-height:1.1em; 
	color:#222222;
	}

.compareChart .toprow td {
	font-weight:bold; 
	color:#FF4700; 
	background-color:#EDF4BF; 
	font-size:12px; 
	text-align:center; 
	border-bottom:none;
	}

.compareChart #buttons td {
	text-align:center; 
	padding:0px 0px 10px; 
	border-bottom:solid 2px #FFFFFF;
	}

.compareChart .divider td {
	font-weight:bold; 
	background-color:#EDF4BF;
	}

.compareChart .compare td {
	text-align:center;
	}

.compareChart td.th {
	font-weight:bold; 
	background-color:#EDF4BF; 
	text-align:left;
	}

.compareChart td.idCell { /* top left cell */
	vertical-align:middle;
	background:url(/images/bkg/compareCornerAtSymbol.gif) no-repeat #EDF4BF 0px -20px;
	font-size:125%; 
	line-height:1.25em;
	border-bottom:solid 2px #FFFFFF;
	}
.compareChart blockquote {
	margin: 3px 0 3px 15px;
}

/* ------------------------------
		FORMS
------------------------------ */

.secureform td, .secureform th {
	padding: 5px;
}
input.submit {
	font-size: 116%;
}
input.textinput_1, textarea.textinput_1, select.textinput_1 {
	background-color: #FAFAFD;
	border: 1px solid #ADADDE;
}
input.textinput_1 {
	height: 1.3em;
}
form table {
	margin: 0; /* for tables on legacy secure contact form */
}
