/*!
Theme Name: siuprem
Theme URI: http://crosseyeinc.com/
Author: Steve Davenport
Author URI: http://crosseyeinc.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: siuprem
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

@media screen and (min-width: 1024px) {

/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/

body, html {
	margin: 0px;
	padding: 0px;
	font-family: 'Abel', sans-serif;
	background-color: #136a36;
}

#row {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

#center {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	
}
#desktop {display:block;}
#mobile {display:none;}

.desktop {display:block;}
.mobile {display:none;}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/


    #row.nav {
	background-color: #FFF;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	height: 90px;
}

    #row.nav img.logo {
	margin-top: 25px;
	float: left;
}
    #row.nav #navigation {
	margin: 0px;
	padding: 0px;
	width: 66%;
	float: right;	
}
   
    #row.nav #navigation ul li.green a {
	text-decoration: none;
	line-height: 80px;
	font-size: 22px;
	color: #71bf44;
	text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	font-weight: bold;
}

/*--------------------------------------------------------------
# HOME PAGE
--------------------------------------------------------------*/

#row.txt {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFF;
}

#row.txt p {
	color: #666666;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	padding-top: 0px;
	padding-right: 10%;
	padding-bottom: 0px;
	padding-left: 10%;
	width: 80%;
}

#row.txt h1 {
	color: #136a36;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 0px;
	padding-right: 10%;
	padding-bottom: 0px;
	padding-left: 10%;
	width: 80%;
}


#row.blog {
	background-color: #69b442;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
#row.blog h2 {
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#row.blog h2 span {
	color: #136A36;
	font-size: 15px;
	line-height: 35px;
}
#row.blog #box {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 33%;
	text-align: center;
}
#row.blog #box p.story {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #136a36;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#row.blog #box #headline {
	background-color: #FFF;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
#row.blog #box #headline img {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
#row.blog #box #headline p.title {
	font-size: 25px;
	line-height: 25px;
	color: #136A36;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-weight: bold;
}
#row.blog a.viewmore {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #a3dc66;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	border: 1px solid #a3dc66;
	padding: 8px;
	border-radius: 10px;
	margin-top: 50px;
	display: block;
	width: 15%;
}
#row.blog #box a p.readmore {
	color: #a3dc66;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
#row.testify {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#row.testify a.yours {
	background-color: #FFF;
	text-align: center;
	margin-right: 40%;
	margin-left: 40%;
	color: #136A36;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	padding: 8px;
	border-radius: 10px;
	margin-top: 300px;
	display: block;
	width: 20%;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}
#row.testify p.words {
	font-size: 22px;
	line-height: 25px;
	color: #FFF;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	text-align: center;
	padding: 0px;
}
#row.testify p.quoter {
	font-size: 13px;
	line-height: 25px;
	color: #FFF;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	text-align: center;
	padding: 0px;
	font-weight: bold;
}
#row.testify h2 {
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#row.testify h2 span {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 35px;
}

#row.cares {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFF;
}

#row.cares h2 {
	text-align: center;
	text-transform: uppercase;
	color: #136a36;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#row.cares h2 span {
	color: #69b442;
	font-size: 15px;
	line-height: 35px;
}


#row.partners {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFF;
}

#row.partners h2 {
	text-align: center;
	text-transform: uppercase;
	color: #136a36;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#row.partners h2 span {
	color: #69b442;
	font-size: 15px;
	line-height: 35px;
}

#row.partners #box {
	padding: 0px;
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#row.partners #box img {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}

/*--------------------------------------------------------------
# CONTENT
--------------------------------------------------------------*/

#row.txt-con {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFF;
}


#row.txt-con h1 {
	color: #136a36;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
}
#row.txt-con h3 {
	padding: 0px;
	text-align: center;
	color: #76c248;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 50px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #76c248;
	border-bottom-color: #76c248;
	font-weight: 700;
	letter-spacing: 1px;
	display: block;
}
#row.txt-con h4 {
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 50px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: 700;
	letter-spacing: 1px;
	display: block;
	background-color: #76c248;
}
#row.txt-con h6 {
	padding: 0px;
	text-align: center;
	color: #76c248;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#row.txt-con p {
	color: #666666;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
}

#row.txt-con p strong {
	font-weight: 700;
	color: #136a37;	
}

#row.txt-con p a, #row.txt-faq p a {
	color: #136a37;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #136a37;
}
#row.txt-con p a strong {
	font-weight: 700;
}


#row.txt-con hr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #76c248;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#row.txt-con ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#row.txt-con ul li {
	color: #666666;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	list-style-type: square;
}
#row.txt-con p.small {
	color: #76c248;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	font-style: italic;
}


/*--------------------------------------------------------------
# CONTENT - IMAGES
--------------------------------------------------------------*/

#row.thumbnail img {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

#row.txt-con img.alignleft {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#row.txt-con img.aligncenter {
	height: auto;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
}

#row.txt-con img.bdr-shadow {
	border: 1px solid #136a37;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}


/*--------------------------------------------------------------
# LEARN MORE BANNER
--------------------------------------------------------------*/

#row.banner {
	background-color: #136a36;
	padding-top: 25px;
	padding-bottom: 25px;
}
#row.banner p.banner {
	margin-left: 60px;
	color: #FFF;
	font-size: 24px;
	line-height: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#row.banner p.banner a {
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
}

/*--------------------------------------------------------------
# ABOUT US TEMPLATE
--------------------------------------------------------------*/

#row.blurbs a {
	background-color: #71bf44;
	clear: both;
	display: block;
	float: left;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	font-weight: 700;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin: 0px;
}
#row.blurbs {
	padding-top: 40px;
	padding-bottom: 40px;
	
}
#row.blurbs img {
	border: 3px solid #71bf44;
	width: 75%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#row.blurbs p.blurb-intro {
	color: #136a36;
	font-size: 17px;
	line-height: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#row.blurbs h2 {
	color: #136a36;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 24px;
	line-height: 30px;
}


/*--------------------------------------------------------------
# MAKE A PAYMENT TEMPLATE
--------------------------------------------------------------*/

#row.txt-con .txt-con-payment p.payment-type {
	background-color: #e3f2da;
	color: #76C249;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	border-radius: 5px;
}



#row.txt-con .txt-con-payment table tr .vert {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}


#row.txt-con .txt-con-payment a p.button {
	background-color: #136a36 !important;
	color: #FFF !important;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	padding: 10px !important;
	font-size: 20px !important;
	line-height: 20px !important;
	text-align: center !important;
	border-radius: 10px !important;
	display: block !important;
	text-decoration: none !important;
	width: 350px !important;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
}
#row.txt-con .txt-con-payment a p.button-sml {
	background-color: #136a36 !important;
	color: #FFF !important;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	padding: 7px !important;
	font-size: 16px !important;
	line-height: 16px !important;
	text-align: center !important;
	border-radius: 10px !important;
	text-decoration: none !important;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
	width: 66%;
}
#row.txt-con .txt-con-payment p strong span {
	color: #71bf44;
}
#row.txt-con .txt-con-payment p strong em {
	font-size: 66%;
}
#row.txt-con .txt-con-payment p em a {
	color: #6CB042;
	text-decoration: none;
}
#row.txt-con .txt-con-payment a:hover p.button {
	background-color: #71bf44 !important;
}

/*--------------------------------------------------------------
# FAQ TEMPLATE
--------------------------------------------------------------*/

#row.txt-faq h1 {
	color: #136a36;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
}
#row.txt-faq {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFF;
}
#row.txt-faq ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#row.txt-faq ul li {
	color: #666666;
	font-size: 17px;
	line-height: 20px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: square;
}
#row.txt-faq p {
	color: #666666;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#row.txt-faq p strong {
	color: #136a36;
	font-weight: 700;
}
#row.txt-faq p.contact {
	color: #666666;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: 300;
}
#row.txt-faq p.contact-big {
	color: #999999;
	font-size: 19px;
	line-height: 25px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: 300;
}
#row.txt-faq p.contact span {
	font-weight: 700;
	margin-left: 5px;
}
#row.txt-faq p.contact-big strong {
	font-weight: 700;
	margin-right: 5px;
	color: #136a36;
}
#row.txt-faq p.contact-big em {
	font-weight: 300;
	color: #71bf44;
	font-size: 16px;
}

/*--------------------------------------------------------------
# BLOG TEMPLATE
--------------------------------------------------------------*/

p a.readmore {
	text-decoration: none !important;
	color: #6CB042 !important;
	font-size: 16px !important;
	line-height: 16px !important;
	padding: 0px !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 50px !important;
	margin-left: 0px !important;
	display: block !important;
	border-top-width: 0px !important;
	border-right-width: 0px !important;
	border-bottom-width: 0px !important;
	border-left-width: 0px !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
p.news-post-date {
	color: #6CB042 !important;
	font-size: 16px !important;
	line-height: 16px !important;
	padding: 0px !important;
	margin-top: -10px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}
h3.news-events a {
	color: #136A36 !important;
	text-decoration: none !important;
	font-size: 30px !important;
	line-height: 35px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	padding: 15px !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	display: block;
}
img.attachment-post-thumbnail {
	margin: 0px;
	padding: 0px;
}
#blog-thumb {
	float: left;
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#blog-thumb img {
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#blog-text {
	float: left;
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#blog-text p {
	text-align: left !important;
}

/*--------------------------------------------------------------
# LOGIN TEMPLATE
--------------------------------------------------------------*/

#row.txt-con p.login-type {
	background-color: #136a36 !important;
	color: #FFFFFF !important;
	text-transform: uppercase !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 40px !important;
	border-radius: 5px !important;
	margin: 0px !important;
	padding: 0px !important;
}

#login a p.button {
	background-color: #136a36 !important;
	color: #FFF !important;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	padding: 10px !important;
	font-size: 20px !important;
	line-height: 20px !important;
	text-align: center !important;
	border-radius: 10px !important;
	display: block !important;
	text-decoration: none !important;
	width: 350px !important;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
}
#login a p.button-sml {
	background-color: #136a36 !important;
	color: #FFF !important;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	padding: 7px !important;
	font-size: 16px !important;
	line-height: 16px !important;
	text-align: center !important;
	border-radius: 10px !important;
	text-decoration: none !important;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
	width: 66%;
}
#login p strong span {
	color: #71bf44;
}
#login p strong em {
	font-size: 66%;
}
#login p em a {
	color: #6CB042;
	text-decoration: none;
}
#login p em {
	font-size: 18px;
	line-height: 24px;
	font-style: normal;
	color: #136a36 !important;
}
#login a:hover p.button {
	background-color: #71bf44 !important;
}


#login p.shortcuts {
	color: #6CB042 !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	line-height: 22px !important;
	margin: 0px !important;
	padding: 0px !important;
}

#login.vert {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
#login {
	float: left;
	width: 45%;
	padding: 2%;
	margin-right: 0%;
}

form.login input.login-input {
	width: 60%;
	color: #6CB042;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	padding: 2%;
	border-radius: 5px;
	border: 1px solid #E3F2DA;
	margin-bottom: 5px;
	background-color: #E3F2DA;
}
form.login input.login-button {
	width: 15%;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	padding: 1%;
	border-radius: 5px;
	border: 1px solid #136a36;
	margin-bottom: 30px;
	background-color: #136a36;
	margin-top: 10px;
}
form.login {
	text-align: center;
}
#login-link {
	float: left;
	padding: 1%;
	width: 31%;
	text-align: center;
	margin: 0px;
}
#login-link a {
	text-decoration: none;
	background-color: #E3F2DA;
	color: #136A36;
	width: 100%;
	border-radius: 10px;
	padding-top: 130px;
	padding-bottom: 15px;
	float: left;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 700;
	background-repeat: no-repeat;
	background-position: center 20px;
	background-size: 70% auto;
}
#login-link a:hover {
	background-color: #6CB042;
	color: #FFF;
}
#login-link a.payment {
	background-image: url(images/login-icon-agent-payment.png);
}
#login-link a.quote {
	background-image: url(images/login-icon-agent-quote.png);
}
#login-link a.inquire {
	background-image: url(images/login-icon-agent-inquire.png);
}
#login-link a.eft {
	background-image: url(images/login-icon-agent-eft.png);
}
#login-link a.tools {
	background-image: url(images/login-icon-agent-tools.png);
}
#login-link a.reports {
	background-image: url(images/login-icon-agent-reports.png);
}

#login-link a.account {
	background-image: url(images/login-icon-insured-account.png);
}
#login-link a.contact {
	background-image: url(images/login-icon-insured-contact.png);
}
#login-link a.firsttime {
	background-image: url(images/login-icon-insured-firsttime.png);
}
#login-link a.download {
	background-image: url(images/login-icon-insured-download.png);
}

/*--------------------------------------------------------------
# THREE BUTTON ROW
--------------------------------------------------------------*/

#row.buttons {
	background-color: #e3f2da;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#row.buttons #box {
	margin: 0px;
	float: left;
	width: 33%;
	text-align: center;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#row.buttons #box p.box-title {
	color: #136a36;
	font-size: 45px;
	line-height: 40px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#row.buttons #box p.box-text {
	color: #136a36;
	font-size: 18px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#row.buttons #box p.box-text a {
	color: #136a36;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #136a36;	
}
#row.buttons #box p.box-readmore a {
	color: #FFF;
	text-decoration: none;
	background-color: #71bf44;
	padding: 8px;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#row.buttons img {
	margin-bottom: 15px;
	width: auto;
	height: auto;
}
#row.buttons #box.lines {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

/*--------------------------------------------------------------
# FOUR BUTTON ROW
--------------------------------------------------------------*/

#row.buttons-four {
	background-color: #e3f2da;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#row.buttons-four #box {
	margin: 0px;
	float: left;
	width: 32%;
	text-align: center;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#row.buttons-four #box p.box-title {
	color: #136a36;
	font-size: 35px;
	line-height: 40px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#row.buttons-four #box p.box-text {
	color: #136a36;
	font-size: 18px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#row.buttons-four #box p.box-readmore a {
	color: #FFF;
	text-decoration: none;
	background-color: #71bf44;
	padding: 8px;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#row.buttons-four img {
	margin-bottom: 15px;
}
#row.buttons-four #box.lines {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

/*--------------------------------------------------------------
# CONTACT TEMPLATE
--------------------------------------------------------------*/

#row.txt-con p.contact {
	color: #666666;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: 300;
}
#row.txt-con p.contact-big {
	color: #999999;
	font-size: 19px;
	line-height: 25px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: 300;
}
#row.txt-con p.contact span {
	font-weight: 700;
	margin-left: 5px;
}
#row.txt-con p.contact-big strong {
	font-weight: 700;
	margin-right: 5px;
	color: #136a36;
}
#row.txt-con p.contact-big em {
	font-weight: 300;
	color: #71bf44;
	font-size: 16px;
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

#row.ftr p {
	text-transform: uppercase;
	color: #71bf44;
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 50px;
	font-weight: normal;
}
#row.ftr img {
	margin-left: 16px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 16px;
	width: 16px;
}
#row.ftr p span {
	margin-right: 12px;
	margin-left: 12px;
}
#row.ftr-base {
	background-color: #71bf44;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
}
#row.ftr-base p.bio {
	font-size: 15px;
	line-height: 21px;
	font-weight: 500;
	color: #136a36;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#row.ftr-base p.recentnews {
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	font-size: 15px;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
#row.ftr-base ul {
	margin: 0px;
	padding: 0px;
}
#row.ftr-base ul li {
	padding: 0px;
	list-style-type: square;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	color: #FFF;
}
#row.ftr-base ul li a {
	color: #FFF;
	text-decoration: none;
}

#row.ftr-contact {
	background-color: #e3f2da;
	padding-top: 30px;
	padding-bottom: 30px;
}
#row.ftr-contact p.contact-txt {
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	color: #71bf44;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-transform: uppercase;
}
#row.ftr-contact p.contact-title {
	font-size: 20px;
	line-height: 23px;
	font-weight: 700;
	color: #136a36;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #71bf44;
}
#row.ftr-contact p.contact-subtitle {
	font-size: 16px;
	line-height: 21px;
	font-weight: 300;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-transform: uppercase;
}

}
.frontPageLink {
	background-color: #136a36 !important;
    color: #FFF !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
    padding: 10px !important;
    font-size: 20px !important;
    line-height: 20px !important;
    text-align: center !important;
    border-radius: 10px !important;
    display: block !important;
    text-decoration: none !important;
    width: 350px !important;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
	/* float:right; */
}

.frontPageLink:hover {
	background-color: #71bf44 !important;
}