@charset "utf-8";

body {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0% 0%;
    background-size: cover;
    padding-top: 75px;
}


h1 {
    font-family: franklin-gothic-condensed, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #48A70B;
    line-height: 1em;
    /* [disabled]padding-bottom: 10px; */
    font-size: 2.75em;
}

h2 {
    font-family: franklin-gothic-condensed, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #48A70B;
    line-height: 1.75em;
    /* [disabled]padding-bottom: 10px; */
}

h3 {
    font-family: franklin-gothic-condensed, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #256F15;
    line-height: 1.25em;
    /* [disabled]padding-bottom: 10px; */
}

p {
    font-family: franklin-gothic-condensed, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #666666;
    font-size: large;
    line-height: 1.5;
}
ol {
    font-family: franklin-gothic-condensed, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #666666;
    font-size: large;
    line-height: 1em;
}
ul {
    font-family: franklin-gothic-condensed, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #666666;
    font-size: large;
    line-height: 1.75em;
}
hr {
    border-color: #89D6FB;
}
/*Fontella CSS*/

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?15162654');
  src: url('../font/fontello.eot?15162654#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?15162654') format('woff2'),
       url('../font/fontello.woff?15162654') format('woff'),
       url('../font/fontello.ttf?15162654') format('truetype'),
       url('../font/fontello.svg?15162654#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
font-size: 105%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-phone:before { content: '\e801'; }
.icon-home:before { content: '\e807'; }
.icon-phone-squared:before { content: '\f098'; }
.icon-mail-alt:before { content: '\f0e0'; }
.icon-mail-squared:before { content: '\f199'; }

/*END Fontell CSS*/

.content-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 14px;
}
.center-css {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}
a:link {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #48A70B;
    text-decoration: none;
}
