@charset "UTF-8";

/*this file is referenced by the public site display as well as the tiny mce editor in admin*/

/*how to use this file...
*all styles apply to the editable area of tinymce. 
*IF an item starts with a "." then it gets pulled into the style selector dropdown menu in the tiny mce editor.
*If it does not, it only applies to the editable area itself.*/
/*

CONTENTS:
_____________________________________________________________
1. General Global Styles
2. Custom Button Styling 
3. Styles included within tinymce editor style selector
_____________________________________________________________


/* ================ 1. General Global Styles - apply to public site display and tinymce ================ */

/*format the body content of the tinymce editable area (body for public display is formatted in design.css)*/
body.mce-content-body {
	font-family: 'Roboto', sans-serif;
	font-size:16px; font-size: 1rem;
	line-height: 25px;
	background-color: #ffffff;
	margin: 12px 8px !important;
	color: #000;
	font-weight:400;
}

a:link, a:visited {	color: #008027;	text-decoration: underline;}
a:hover, a:active {	color: #2e2e2e;	text-decoration: none;}

h1, h2, h3, h4, h5, h6 {
	/*this is where all site headings are customized*/
	margin: 6% 0 1%;
	line-height: normal;
	font-weight: normal;
	color: #008027;
	font-family: 'Montserrat', sans-serif;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 700; }

h1 {
	font-size: 48px;
	font-size: 3rem;
	letter-spacing: -1px;
	margin: 0 0 1% 0;
}

h2 {
	font-size: 24px;
	font-size: 1.5rem;
}

h3 {
	font-size: 20px;
	font-size: 1.25rem;
}

h4 {
	font-size: 18px;
	font-size: 1.125rem;
}

h5 {
	font-size: 16px;
	font-size: 1rem;
}

h6 {
	font-size: 14px;
	font-size: .875rem;
}
/* ================ 2. Custom Button Styling ================ */
/*these styles are here so that they are included on every page in the site and in the tinymce editor display*/
input[type=button], input[type=submit], a.button, a.button:link, a.button:visited {
	border: solid 2px #000000;
	background-color: #000000;
	font-size: inherit;
	font-weight: normal;
	padding: 13px 25px;
	cursor: pointer;
	color: #fff;
	margin: 5px 0;
	text-decoration: none;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	max-width: 100%;
	display: inline-block;
	font-family: inherit;
	line-height: normal;
	border-radius: 5px;
}

input[type=button]:hover, input[type=submit]:hover, a.button:hover {
	border: solid 2px #000;
	background-color: #fff;
	-moz-box-shadow: 1px 1px 5px #d1d1d1;
	-webkit-box-shadow: 1px 1px 5px #d1d1d1;
	box-shadow: 1px 1px 5px #d1d1d1;
	cursor: pointer;
	color: #000;
}

input[type=button]:active, input[type=submit]:active, a.button:active {
	-moz-box-shadow: inset 1px 1px 5px #d1d1d1;
	-webkit-box-shadow: inset 1px 1px 5px #d1d1d1;
	box-shadow: inset 1px 1px 5px #d1d1d1;
}

a.button2, a.button2:link, a.button2:visited {
	border-color: #008027;
	background-color: #008027;
	color: #fff;
}

a.button2:hover, a.button2:active { 
	background-color: #fff; 
	color:#000; 
}


a.button3, a.button3:link, a.button3:visited {
	border-color: #009a94 !important;
	background-color: #009a94 !important;
	color: #fff !important;
}

a.button3:hover, a.button3:active { 
	background-color: #fff !important; 
	color:#000 !important; 
}


a.button4, a.button4:link, a.button4:visited {
	border-color: #009fd6 !important;
	background-color: #009fd6 !important;
	color: #fff !important;
}

a.button4:hover, a.button4:active { 
	background-color: #fff !important; 
	color:#000 !important; 
}


a.button5, a.button5:link, a.button5:visited {
	border-color: #6247aa !important;
	background-color: #6247aa !important;
	color: #fff !important;
}

a.button5:hover, a.button5:active { 
	background-color: #fff !important; 
	color:#000 !important; 
}


a.button6, a.button6:link, a.button6:visited {
	border-color: #ffcb47 !important;
	background-color: #ffcb47 !important;
	color: #000 !important;
}

a.button6:hover, a.button6:active { 
	background-color: #fff !important; 
	color:#000 !important; 
}

/* pop-up banking button styles to match button */
button.button2 {
	border: solid 2px #008027;
	background-color: #008027;
    color: #fff;
    padding: 10px 30px;
    font-size: 23px;
    margin: 10px auto 0 auto;
    border-radius: 10px;
}
button.button:hover {border: solid 2px #000;	box-shadow: 1px 1px 5px #d1d1d1;	cursor: pointer;}
button.button:active {box-shadow: inset 1px 1px 5px #d1d1d1;}
button.button2:hover, button.button2:active, button.button2:focus {background-color: #fff; 	color:#000;}

img.img_onethird { width: 33.333333%; }
img.img_onehalf { width: 50%; }
img.img_twothirds { width: 66.666666%; }
img.img_full { min-width: 100%; }


img.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

img.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

img.alignnone { float: none; }

/* ================ 3. Styles included within tinymce editor style selector ================ */

/*update "brandfont" with appropriate font name and declaration for this site*/

.intro {
	font-size: 26px; font-size: 1.625rem;
	color: #008027;
	line-height:32px;
}

.dark { color: #008027; }

.mid { color: #00af41; }

.lite { color: #e3f6ea; }

.red { color: #ff611a; }

.huge	{font-size: 44px;    font-size: 2.75rem;}
.large	{font-size: 35px; font-size: 2.1875rem; }
.medium	{font-size: 26px; font-size: 1.625rem;}
.normal {font-size: 20px; font-size: 1.25rem;}
.small	{ font-size: 14px; font-size: 0.875rem;}
.tiny		{ font-size: 11px; font-size: .7rem; line-height: 1.2;  display: block;}


.brandfont/*-name*/ { }

.brandfont/*-name*/ { }

/* END SELECTABLE STYLES */
