/*
Theme Name: MMPA
Theme URI: http://www.mmpa.org/
Author: bswing, inc.
Author URI: http://www.bswing.com/
Version: 1.0.0
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

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

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

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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

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

q:before, q:after {
  content: '';
  content: none; }

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; }

img {
  border: 0; }

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

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #7DB552;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "open-sans", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #649142;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #7DB552; }

fieldset {
  background-color: #eeeeee;
  border: 1px solid #bababa;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "open-sans", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #bababa;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "open-sans", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover {
    border-color: #959595; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #7DB552;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(113, 166, 71, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple=multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple=multiple]:disabled:hover {
      border: 1px solid #bababa; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline-block; }

input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

.tab-content ul {
  list-style: disc inside;
  font-size: 0.875em; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0;
  table-layout: fixed;
  width: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  table table {
    font-size: 0.875em;
    text-transform: uppercase; }
    table table tr td {
      border-bottom: 1px solid #CCC; }

th {
  background: #6A747C;
  color: #fff;
  font-size: 0.875em;
  font-weight: 400;
  padding: 15px 0;
  text-align: left; }

tr {
  background: #EDEDED; }

td {
  padding: 15px 0; }
  td.no-padding {
    padding: 0; }

tr,
td,
th {
  padding-left: 48px;
  vertical-align: middle; }

body {
  color: #44464F;
  font-family: "open-sans", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "open-sans", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }
  h1.alt,
  h2.alt,
  h3.alt,
  h4.alt,
  h5.alt,
  h6.alt {
    color: #316801;
    margin: 0 0 1.5em; }

h1 {
  color: #7DB552;
  font-family: "futura-pt", sans-serif;
  font-size: 1.3125em;
  font-weight: 700;
  line-height: 1.3125em;
  margin: 0;
  padding: 0.75em 0 0 0;
  position: relative;
  text-align: center;
  text-transform: uppercase; }

h2 {
  font-size: 1.125em;
  font-weight: 600; }

h3 {
  font-size: 0.875em;
  font-weight: 600; }

h4 {
  font-size: 1em;
  font-weight: 600; }

h5 {
  font-size: 0.875em;
  font-weight: 600;
  margin: 0; }

address {
  font-style: normal; }

p {
  margin: 0 0 0.75em;
  font-size: 0.875em; }
  p.lead, .lead p {
    font-size: 1em;
    font-weight: 400;
    margin: 0; }
  p.title {
    font-size: 1.3125em;
    font-weight: 300; }

a {
  color: #7DB552;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #5e883e; }

hr {
  border-bottom: 1px solid #bababa;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

.text-large {
  font-size: 20px; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-muted {
  color: #6A747C; }

.text-primary {
  color: #7DB552; }

.text-secondary {
  color: #7DB552; }

.no-margin {
  margin: 0; }

@media screen and (min-width: 900px) {
  h1 {
    font-size: 1.625em;
    line-height: 1.625em;
    padding: 0; }
    h1 span {
      background: #fff;
      padding: 0 0.75em;
      position: relative;
      z-index: 2; }
    h1:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      border-top: 1px solid #bababa;
      z-index: 1; }
  h2 {
    font-size: 1.375em; }
  h3 {
    font-size: 1.125em; }
  p.lead, .lead p {
    font-family: "futura-pt", sans-serif;
    font-size: 1.3125em;
    padding: 0 20px; }
  .text-right {
    text-align: right; } }

.accordion .accordion-toggle {
  border-bottom: 1px solid #CCC;
  background: #E0E0E0;
  cursor: pointer;
  font-weight: 600; }
  .accordion .accordion-toggle .fa-angle-right {
    display: none; }
  .accordion .accordion-toggle .fa-angle-down {
    display: inline-block; }
  .accordion .accordion-toggle.collapsed + tr {
    display: none; }
  .accordion .accordion-toggle.collapsed .fa-angle-right {
    display: inline-block; }
  .accordion .accordion-toggle.collapsed .fa-angle-down {
    display: none; }
  .accordion .accordion-toggle .fa {
    margin: 0 0.75em 0 0; }

.media {
  /*margin-top: 15px;*/ }
  .media::after {
    clear: both;
    content: "";
    display: table; }
  .media:first-child {
    margin-top: 0; }
  .media .media-left {
    float: left; }
    .media .media-left img {
      display: block;
      width: 60px;
      height: 60px; }
  .media .media-body {
    padding-left: 75px; }
    .media .media-body a {
      color: #0033cc; }
    .media .media-body p {
      font-size: 0.75em; }
      .media .media-body p.media-heading {
        font-size: 0.875em;
        line-height: 18px;
        margin: 0 0 0.375em; }
        .media .media-body p.media-heading a {
          color: #44464F; }
          .media .media-body p.media-heading a:active, .media .media-body p.media-heading a:focus, .media .media-body p.media-heading a:hover {
            color: #33353b; }
      .media .media-body p.media-date {
        font-size: 0.6875em;
        font-weight: 600;
        text-transform: uppercase; }
    .media .media-body .media-content {
      display: none; }
  .media small {
    font-size: 12px; }
  .media.media-alt {
    margin: 15px 0 0 0; }
    .media.media-alt .media-left img {
      width: 60px;
      height: 60px; }
    .media.media-alt .media-body {
      padding-left: 75px; }
      .media.media-alt .media-body p {
        font-size: 0.75em; }
        .media.media-alt .media-body p.media-heading {
          font-size: 0.875em;
          font-weight: 600;
          line-height: 18px;
          margin: 0 0 0.1875em; }
  @media screen and (min-width: 900px) {
    .media .media-left img {
      width: auto;
      height: auto;
      max-width: 125px;
      max-height: 125px; }
    .media .media-body {
      padding-left: 150px; }
      .media .media-body p.media-heading {
        font-size: 1.3125em;
        font-weight: 400;
        line-height: 24px; }
      .media .media-body p.media-date {
        font-size: 0.75em; }
      .media .media-body .media-content {
        display: block; }
    .media.media-alt {
      margin: 30px 0 0 0; }
      .media.media-alt .media-left img {
        width: 100px;
        height: 100px; }
      .media.media-alt .media-body {
        padding-left: 125px; }
        .media.media-alt .media-body p {
          font-size: 0.875em; }
          .media.media-alt .media-body p.media-heading {
            font-size: 1.125em;
            font-weight: 600;
            line-height: 22px;
            margin: 0 0 0.375em; } }

.tabs {
  line-height: 1.5;
  padding: 0; }
  .tabs::after {
    clear: both;
    content: "";
    display: table; }
  .tabs li.tab-header-and-content {
    list-style: none; }
    @media screen and (min-width: 600px) {
      .tabs li.tab-header-and-content {
        display: inline; } }
  .tabs a.tab-link {
    border-top: 1px solid #bababa;
    color: #44464F;
    display: block;
    font-family: "futura-pt", sans-serif;
    padding: 0.75em 0;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (min-width: 600px) {
      .tabs a.tab-link {
        display: inline-block;
        border-top: 0;
        padding: 0.75em; } }
    .tabs a.tab-link:hover {
      color: #7DB552; }
    .tabs a.tab-link:focus {
      outline: none; }
    .tabs a.tab-link.is-active {
      border-bottom: 0;
      color: #7DB552; }
      @media screen and (min-width: 600px) {
        .tabs a.tab-link.is-active {
          border-bottom: 4px solid #7DB552; } }
  .tabs .tab-content {
    display: none;
    width: 100%; }
    .tabs .tab-content a {
      color: #0033cc; }
    @media screen and (min-width: 600px) {
      .tabs .tab-content {
        border-top: 1px solid #bababa;
        float: left;
        padding: 1.5em 0; } }

.alignnone,
.alignleft,
.aligncenter,
.alignright {
  display: block;
  margin: 0 auto 1.5em auto; }

.wp-caption p.wp-caption-text {
  color: #808080;
  font-family: "open-sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
  text-align: center; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

@media screen and (min-width: 900px) {
  .alignnone {
    margin: 5px 20px 20px 0; }
  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  .alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  a img.alignnone {
    margin: 5px 20px 20px 0; }
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption {
    text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; } }

body {
  background: #F2F2F2;
  padding: 0.75em 0 0; }
  body.mobile-nav-active {
    overflow-y: hidden; }

@media screen and (min-width: 900px) {
  html,
  body {
    background: #eaf3fa; }
  body {
    background: #eaf3fa url(/wp-content/themes/mmpa/img/bg.png) top center fixed no-repeat;
    background-size: cover;
    height: 100%;
    padding: 1.5em 0 0; }
    body.mobile-nav-active {
      overflow-y: auto; } }

#container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  #container::after {
    clear: both;
    content: "";
    display: table; }
  #container::after {
    clear: both;
    content: "";
    display: table; }
  #container .sidebar {
    display: none; }
  #container .content {
    background: #fff; }
    #container .content img {
      height: auto; }
      #container .content img.attachment-post-thumbnail {
        margin: 0 0 0.75em 0;
        width: 100%; }
      #container .content img.border {
        border: 2px solid #44464F; }
    #container .content .wysiwyg ul {
      font-size: 0.875em;
      list-style: disc;
      list-style-position: inside;
      margin: 0 0 0.75em; }
    #container .content .wysiwyg a {
      color: #0033cc; }
    #container .content .content-sidebar ul {
      list-style: disc inside;
      font-size: 0.875em; }
    #container .content .content-sidebar a {
      color: #0033cc; }
  @media screen and (min-width: 900px) {
    #container {
      margin-top: -1px;
      background: #f2f2f2;
      border-right: 12px solid #44464F;
      border-bottom: 12px solid #44464F;
      border-left: 12px solid #44464F; }
      #container .sidebar {
        display: block;
        float: left;
        font-family: "futura-pt", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        width: 235px; }
        #container .sidebar .menu {
          margin: 0.75em 0 0 20px; }
          #container .sidebar .menu a {
            color: #6A747C;
            display: block;
            padding: 0.75em 0; }
            #container .sidebar .menu a:active, #container .sidebar .menu a:focus, #container .sidebar .menu a:hover {
              color: #50575d; }
          #container .sidebar .menu > li {
            border-bottom: 1px solid #e6e6e6; }
            #container .sidebar .menu > li.current_page_item > a, #container .sidebar .menu > li.current_page_ancestor > a {
              color: #7DB552; }
            #container .sidebar .menu > li.current_page_item .children, #container .sidebar .menu > li.current_page_ancestor .children {
              display: block; }
              #container .sidebar .menu > li.current_page_item .children a, #container .sidebar .menu > li.current_page_ancestor .children a {
                padding: 4px 20px; }
              #container .sidebar .menu > li.current_page_item .children .current_page_item, #container .sidebar .menu > li.current_page_ancestor .children .current_page_item {
                background: #bababa; }
                #container .sidebar .menu > li.current_page_item .children .current_page_item a, #container .sidebar .menu > li.current_page_ancestor .children .current_page_item a {
                  font-weight: 700; }
          #container .sidebar .menu .children {
            display: none; }
            #container .sidebar .menu .children a {
              font-size: 0.875em;
              text-transform: none; }
      #container .content {
        border-left: 1px solid #e6e6e6;
        float: left;
        min-height: 1000px;
        padding: 0 0 3em 0;
        width: 741px;
        width: calc(100% - 235px); } }

#footer {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #44464F;
  color: #fff; }
  #footer::after {
    clear: both;
    content: "";
    display: table; }
  #footer::after {
    clear: both;
    content: "";
    display: table; }
  #footer h4 {
    margin: 0; }
  #footer address {
    font-size: 0.875em;
    font-weight: 300; }
  #footer .copyright {
    display: block;
    font-size: 0.75em;
    margin: 0 0 0.75em; }
  #footer a {
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-size: 0.875em;
    font-weight: 400;
    text-transform: uppercase; }
    #footer a:active, #footer a:focus, #footer a:hover {
      color: #bfbfbf; }
  @media screen and (min-width: 900px) {
    #footer address {
      font-size: 1em; }
    #footer .copyright {
      display: inline;
      font-size: 0.875em; } }

.row {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .row::after {
    clear: both;
    content: "";
    display: table; }
  .row.row-padding {
    padding: 1.125em 0; }
  .row.row-border {
    border-bottom: 1px solid #bababa; }

@media screen and (min-width: 900px) {
  .row.row-padding {
    padding: 2.25em 0; }
  .col-1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%; }
    .col-1:last-child {
      margin-right: 0; }
  .col-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
    .col-2:last-child {
      margin-right: 0; }
  .col-3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .col-3:last-child {
      margin-right: 0; }
  .col-4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .col-4:last-child {
      margin-right: 0; }
  .col-5 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    .col-5:last-child {
      margin-right: 0; }
  .col-6 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .col-6:last-child {
      margin-right: 0; }
  .col-7 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    .col-7:last-child {
      margin-right: 0; }
  .col-8 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .col-8:last-child {
      margin-right: 0; }
  .col-9 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .col-9:last-child {
      margin-right: 0; }
  .col-10 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%; }
    .col-10:last-child {
      margin-right: 0; }
  .col-11 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 91.4702%; }
    .col-11:last-child {
      margin-right: 0; }
  .col-12 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .col-12:last-child {
      margin-right: 0; }
  .col-border {
    border-left: 1px solid #bababa;
    padding-left: 20px; }
  .col-centered {
    text-align: center; } }

#header {
  border-bottom: 4px solid #44464f;
  height: 54px;
  position: relative; }
  #header .header-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    #header .header-inner::after {
      clear: both;
      content: "";
      display: table; }
    #header .header-inner::after {
      clear: both;
      content: "";
      display: table; }
  #header .menu-button {
    position: absolute;
    top: 8px;
    left: 1.5em; }
    #header .menu-button img {
      width: 19px;
      height: 16px; }
  #header .header-peak {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -107px; }
  #header .logo {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -35px; }
  #header .desktop-logo {
    display: none; }
  #header .mobile-logo {
    display: block;
    height: auto;
    width: 70px; }
  @media screen and (min-width: 900px) {
    #header {
      background: url(/wp-content/themes/mmpa/img/roof-top.png) bottom center no-repeat;
      border: none;
      height: 85px; }
      .home #header {
        background: url(/wp-content/themes/mmpa/img/roof-top-home.png) bottom center no-repeat; }
      .page-template-tpl-energy-education #header {
        background: url(/wp-content/themes/mmpa/img/roof-top-energy-education.png) bottom center no-repeat; }
      #header .menu-button {
        display: none; }
      #header .header-peak {
        display: none; }
      #header .logo {
        position: relative;
        bottom: 0;
        left: 0;
        margin: 0; }
      #header .desktop-logo {
        display: block;
        width: 154px;
        height: 60px; }
      #header .mobile-logo {
        display: none; } }

#mobile-nav {
  background: #fff;
  display: none;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999; }
  .mobile-nav-active #mobile-nav {
    display: block; }
  #mobile-nav a {
    color: #44464F; }
  #mobile-nav .close-button {
    position: absolute;
    top: 20px;
    left: 1.5em; }
    #mobile-nav .close-button img {
      width: 16px;
      height: 16px; }
  #mobile-nav ul {
    padding: 3em 0; }
    #mobile-nav ul li {
      text-transform: uppercase;
      margin: 1.5em 0 0; }
  @media screen and (min-width: 900px) {
    #mobile-nav {
      display: none !important; } }

#mobile-subnav-select-menu select {
  border: none;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  border-radius: 0;
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  margin: 0.75em 0 0;
  padding: 0.75em 0;
  text-transform: uppercase;
  width: 100%; }

@media screen and (min-width: 900px) {
  #mobile-subnav-select-menu {
    display: none; } }

.section .section-inner {
  padding: 0 1.5em; }

.section.section-primary {
  background: #7DB552;
  color: #fff; }

@media screen and (min-width: 900px) {
  .section .section-inner {
    padding: 0 3em; } }

.page-template-tpl-communities .community-details {
  padding: 0 0 0 45px;
  position: relative; }
  .page-template-tpl-communities .community-details .community-number {
    border-radius: 50%;
    border: 2px solid #7DB552;
    font-family: "futura-pt", sans-serif;
    font-size: 0.875em;
    font-weight: 700;
    line-height: 26px;
    position: absolute;
    top: 2px;
    left: 0;
    text-align: center;
    width: 30px;
    height: 30px;
    vertical-align: middle; }
  .page-template-tpl-communities .community-details .community-title {
    font-size: 1.375em;
    font-weight: 600;
    margin: 0; }
    .page-template-tpl-communities .community-details .community-title a {
      color: #44464F;
      text-decoration: underline; }
  .page-template-tpl-communities .community-details .community-department {
    font-size: 1.125em;
    font-weight: 300; }
  .page-template-tpl-communities .community-details address {
    font-size: 0.75em; }
  .page-template-tpl-communities .community-details .button {
    border: 1px solid #44464F;
    color: #44464F;
    display: inline-block;
    font-family: "futura-pt", sans-serif;
    font-size: 0.75em;
    font-weight: 400;
    margin: 1.5em 0 0;
    padding: 5px 10px;
    text-transform: uppercase; }

.page-template-tpl-communities .wp-post-image {
  display: none; }

@media screen and (min-width: 900px) {
  .page-template-tpl-communities .wp-post-image {
    display: block; } }

.page-template-tpl-community-detail .content-sidebar {
  font-size: 0.875em; }

@media screen and (min-width: 900px) {
  .page-template-tpl-energy-education .content {
    border-top: 2px solid #e7e0c4; }
  .page-template-tpl-energy-education .top-image {
    position: relative;
    margin-top: -43px; }
  .page-template-tpl-energy-education h1 span {
    background: #e7e0c4; } }

@media screen and (min-width: 900px) {
  .home .row-primary {
    background: url(/wp-content/themes/mmpa/img/minnesota-shape.png) right center no-repeat; }
  .home .content {
    border-top: 2px solid #d4c29c; }
  .home .home-image {
    margin-top: -54px;
    position: relative; } }

.page-template-tpl-live-turbine-info .content {
  padding: 0 !important; }

.page-template-tpl-live-turbine-info .lead {
  position: relative; }

.page-template-tpl-live-turbine-info .live-turbine-info-img {
  display: block;
  width: 100%;
  height: auto; }

@media screen and (min-width: 900px) {
  .page-template-tpl-live-turbine-info .lead {
    padding-right: 150px; }
  .page-template-tpl-live-turbine-info .live-turbine-info-img {
    margin-top: -150px; } }

.page-template-tpl-power-supply .community-details {
  padding: 0 0 0 45px;
  position: relative; }
  .page-template-tpl-power-supply .community-details .community-number {
    background: url(/wp-content/themes/mmpa/img/power-supply-icon.png) center center no-repeat;
    position: absolute;
    top: -3px;
    left: 0;
    width: 38px;
    height: 41px; }
  .page-template-tpl-power-supply .community-details .community-title {
    font-size: 1.375em;
    font-weight: 600;
    margin: 0 0 0.75em; }
    .page-template-tpl-power-supply .community-details .community-title a {
      color: #44464F;
      text-decoration: underline; }
  .page-template-tpl-power-supply .community-details p {
    font-size: 0.75em; }

.page-template-tpl-power-supply .wp-post-image {
  display: none; }

@media screen and (min-width: 900px) {
  .page-template-tpl-power-supply .wp-post-image {
    display: block; } }
