@import url("styleguide.css");
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700);
/* Responsive Breakpoints */
/* Variables */
/* Fonts */
/* Colors */
/* Normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

p,
pre {
  margin: 1.5em 0; }

blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 40px; }

h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em; }

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em; }

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em; }

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 1.5em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */ }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Mixins */
/* Base Styles */
html, body {
  height: 100%; }
  html *, body * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased; }
  html h1, html h2, html h3, html h4, html h5, body h1, body h2, body h3, body h4, body h5 {
    line-height: 1em; }
  html ul.plain, body ul.plain {
    margin: 0;
    padding: 0;
    list-style: none; }
  html img.alignleft, body img.alignleft {
    float: left;
    margin-right: 20px; }
  html img.alignright, body img.alignright {
    float: right;
    margin-left: 20px; }
  html img.alignleft, html img.alignright, body img.alignleft, body img.alignright {
    margin-bottom: 20px; }
  html .wrap, body .wrap {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    width: 90%; }
  html .full, body .full {
    width: 100%; }
  html .group, html .wrap, body .group, body .wrap {
    zoom: 1; }
    html .group:before, html .group:after, html .wrap:before, html .wrap:after, body .group:before, body .group:after, body .wrap:before, body .wrap:after {
      display: table;
      content: ""; }
    html .group:after, html .wrap:after, body .group:after, body .wrap:after {
      clear: both; }

/* Body */
body {
  font-family: 'Source Sans Pro', sans-serif; }
  body img {
    max-width: 100%;
    height: auto !important; }
  body #wrapper {
    width: auto;
    margin: 0; }
  body .bottom-content h2 {
    border-top: 1px solid rgba(27, 20, 100, 0.3);
    padding: 30px 0 25px;
    font-weight: 300;
    text-align: center;
    font-size: 1.8rem;
    margin: 0; }

/* Header */
#header {
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.55); }
  #header .logoImage {
    float: left;
    max-width: 163px; }
    @media screen and (max-width: 740px), (max-device-width: 740px) {
      #header .logoImage {
        display: block;
        float: none;
        margin: 0 auto; } }
  #header h2 {
    float: right;
    line-height: 80px;
    margin: 0;
    font-weight: 300;
    font-size: 2rem; }
    @media screen and (max-width: 900px), (max-device-width: 900px) {
      #header h2 {
        font-size: 1.5rem; } }
    @media screen and (max-width: 740px), (max-device-width: 740px) {
      #header h2 {
        line-height: normal;
        float: none;
        text-align: center;
        margin: 10px 0 0; } }

#menuBarcontainer {
  background: #56B34F;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2YjM0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkYTI0NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), #56B34F;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #56b34f), color-stop(100%, #4da246)), #56B34F;
  background: -moz-linear-gradient(top, #56b34f, #4da246), #56B34F;
  background: -webkit-linear-gradient(top, #56b34f, #4da246), #56B34F;
  background: linear-gradient(to bottom, #56b34f, #4da246), #56B34F;
  text-align: center;
  height: auto;
  padding: 8px 0; }
  #menuBarcontainer ul li {
    display: inline-block; }
    #menuBarcontainer ul li a {
      display: block;
      padding: 3px 15px;
      text-transform: uppercase;
      font-size: 1rem;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25); }
      #menuBarcontainer ul li a, #menuBarcontainer ul li a:link, #menuBarcontainer ul li a:visited {
        color: #FFF; }
      #menuBarcontainer ul li a:hover {
        color: #1a3818;
        text-shadow: none; }
      @media screen and (max-width: 1050px), (max-device-width: 1050px) {
        #menuBarcontainer ul li a {
          padding: 3px 10px;
          font-size: 0.9rem; } }
      @media screen and (max-width: 880px), (max-device-width: 880px) {
        #menuBarcontainer ul li a {
          font-size: 1rem;
          padding: 5px 10px; } }
    #menuBarcontainer ul li + li {
      margin-left: -4px;
      border-left: 2px solid rgba(255, 255, 255, 0.3); }
      @media screen and (max-width: 1050px), (max-device-width: 1050px) {
        #menuBarcontainer ul li + li {
          border: none; } }
    @media screen and (max-width: 880px), (max-device-width: 880px) {
      #menuBarcontainer ul li {
        display: block; } }
  @media screen and (max-width: 880px), (max-device-width: 880px) {
    #menuBarcontainer ul {
      display: none;
      padding: 15px 0 5px; } }
  #menuBarcontainer .mobile-toggle-btn {
    display: none;
    float: left;
    color: #FFF !important;
    font-size: 1.1rem;
    padding: 5px 0;
    text-transform: uppercase; }
    #menuBarcontainer .mobile-toggle-btn i {
      margin-right: 5px; }
    @media screen and (max-width: 880px), (max-device-width: 880px) {
      #menuBarcontainer .mobile-toggle-btn {
        display: block; } }
    @media screen and (max-width: 480px), (max-device-width: 480px) {
      #menuBarcontainer .mobile-toggle-btn {
        float: none; } }

/* Hero.scss */
/* Content */
#mainContentbox {
  padding: 50px 0 30px; }
  #mainContentbox a, #mainContentbox a:link, #mainContentbox a:visited {
    color: #44913e; }
  #mainContentbox h2 {
    font-weight: 300; }
  #mainContentbox main h1 {
    margin-top: 0;
    text-transform: uppercase; }
  #mainContentbox main h2 {
    margin-bottom: 0; }
    #mainContentbox main h2 + p {
      margin-top: 10px; }
  #mainContentbox main ul, #mainContentbox main ol {
    margin: 0; }
  #mainContentbox main p, #mainContentbox main ol, #mainContentbox main ul, #mainContentbox main blockquote {
    line-height: 1.7em;
    font-size: 1rem; }
    #mainContentbox main p + h2, #mainContentbox main ol + h2, #mainContentbox main ul + h2, #mainContentbox main blockquote + h2 {
      margin-top: 35px; }
  #mainContentbox main #contactFormcontainer {
    border: none;
    margin: 0;
    padding: 0; }
  #mainContentbox aside {
    text-align: center; }
    #mainContentbox aside img {
      margin: 0;
      float: none;
      padding: 0; }
      #mainContentbox aside img + img {
        margin-top: 30px; }
      #mainContentbox aside img + .widget {
        margin-top: 40px; }
    #mainContentbox aside.contact-form {
      text-align: left; }
      #mainContentbox aside.contact-form h2 {
        margin-top: 0; }
      #mainContentbox aside.contact-form #contactForm {
        margin: 0;
        width: 100%; }
        #mainContentbox aside.contact-form #contactForm ul .field label {
          display: block; }
        #mainContentbox aside.contact-form #contactForm ul .field input[type="text"], #mainContentbox aside.contact-form #contactForm ul .field textarea {
          border: 1px solid #CCC;
          padding: 8px;
          width: 100%; }
          #mainContentbox aside.contact-form #contactForm ul .field input[type="text"]:focus, #mainContentbox aside.contact-form #contactForm ul .field textarea:focus {
            outline: none;
            border-color: #1B1464; }
        #mainContentbox aside.contact-form #contactForm ul .field + .field {
          margin-top: 20px; }
  #mainContentbox .widget {
    text-align: center; }
    #mainContentbox .widget h2 {
      margin: 0 0 15px; }
    #mainContentbox .widget img {
      display: inline-block;
      margin-bottom: 10px; }
    #mainContentbox .widget ul li {
      padding: 15px 10px;
      border-bottom: 1px dotted #CCC; }
      #mainContentbox .widget ul li em {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5; }
      #mainContentbox .widget ul li:first-child {
        border-top: 1px dotted #CCC; }

/* Footer */
#footerBox {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #1B1464;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.1); }
  #footerBox p {
    font-size: 0.9rem;
    color: #1B1464;
    margin: 0; }
    #footerBox p a, #footerBox p a:link, #footerBox p a:visited {
      color: #1B1464;
      text-decoration: underline; }
    #footerBox p span + span {
      margin-left: 8px;
      padding-left: 10px;
      border-left: 1px solid rgba(27, 20, 100, 0.4); }
      @media screen and (max-width: 480px), (max-device-width: 480px) {
        #footerBox p span + span {
          margin: 0;
          padding: 0;
          border: none; } }
    @media screen and (max-width: 480px), (max-device-width: 480px) {
      #footerBox p span {
        display: block;
        padding: 4px 0 !important; } }
    #footerBox p + p {
      margin-top: 10px; }

/* Modules */
[class*='col-'] {
  float: left; }
  [class*='col-'] + [class*='col-'] {
    margin-left: 5%; }
    @media screen and (max-width: 720px), (max-device-width: 720px) {
      [class*='col-'] + [class*='col-'] {
        margin-left: 0;
        margin-top: 25px; } }
  @media screen and (max-width: 720px), (max-device-width: 720px) {
    [class*='col-'] {
      float: none;
      width: 100% !important; } }

.col-12-12 {
  width: 100%; }

.col-11-12 {
  width: 91.25%; }

.col-10-12 {
  width: 82.5%; }

.col-9-12 {
  width: 73.75%; }

.col-8-12 {
  width: 65%; }

.col-7-12 {
  width: 56.25%; }

.col-6-12 {
  width: 47.5%; }

.col-5-12 {
  width: 38.75%; }

.col-4-12 {
  width: 30%; }

.col-3-12 {
  width: 21.25%; }

.col-2-12 {
  width: 12.5%; }

.col-1-12 {
  width: 3.75%; }