/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
EMBEDD FONTS
*********************/
@font-face {
    font-family: 'league_gothiccondensed_italic';
    src: url('../fonts/leaguegothic-condenseditalic-webfont.woff2') format('woff2'),
         url('../fonts/leaguegothic-condenseditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'league_gothicCnRg';
    src: url('../fonts/leaguegothic-condensedregular-webfont.woff2') format('woff2'),
         url('../fonts/leaguegothic-condensedregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'league_gothicitalic';
    src: url('../fonts/leaguegothic-italic-webfont.woff2') format('woff2'),
         url('../fonts/leaguegothic-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'league_gothicregular';
    src: url('../fonts/leaguegothic-regular-webfont.woff2') format('woff2'),
         url('../fonts/leaguegothic-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*********************
GLOBAL
*********************/
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}
p, ul, ol {
  line-height: inherit;
}
.button {
  background: #EF3E35;
  border-radius: 7px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.button.primary {
  background: #069DDA;
}
.button:hover {
  background: #C31810;
}
.button.primary:hover {
  background: #006D98;
}
.button a {
  color: #fff;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  background: #fff;
  box-shadow: none;
}
.grid-container {
  max-width: 1200px;
}
.home .grid-container {
  max-width: 980px;
}
.header .grid-container,
.slide .grid-container {
  max-width: 1200px;
}
hr {
  border-color: rgba(151, 151, 151, .5);
}
a {
  color: #EF3E35;
}
a:hover {
  color: #EF3E35;
}
.inner-content h1 {
    color: #0093d0;
    font-size: 45px;
    margin: 0 0 15px 0;
    font-family: 'league_gothicregular', sans-serif;
    line-height: 1.2em;
}
.inner-content h2 {
  font-size: 26px;
  color: #EF3E35;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.inner-content h3 {
  font-size: 22px;
  color: #EF3E35;
  font-weight: bold;
  margin-bottom: 15px;
}
.inner-content .awsm-modal h2 {
  font-family: 'league_gothicregular', sans-serif;
  color: #0093d0;
  font-size: 25px;
  line-height: 1.2em;
  text-transform: none;
}
.inner-content .awsm-modal h3 {
  color: #333;
}
@media (min-width: 640px) {
  .inner-content .main {
    padding-right: 50px;
  }
}

p {
  margin: 0 0 25px;
}
.emphasis {
    color: #6f7076;
    font-style: italic;
    font-size: 140%;
    margin: 0 0 .85em 0;
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 1.3em;
}
/*********************
HEADER
*********************/
.top-bar, .top-bar ul {
 padding-bottom: 0;
}
.header .logo {
  max-width: 125px;
}
.header .menu .button, .header .menu a, .header .dropdown.menu a {
  font-family: 'league_gothicregular', sans-serif;
  color: #079BD7;
  font-size: 24px;
  text-transform: uppercase;
  padding-top: 60px;
  padding-bottom: 15px;
}
.header .menu .submenu a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff !important;
}
.header .menu .submenu li:hover a {
  opacity: .7;
}
.header .menu .submenu {
  background: #079BD7;
  border: 0;
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  display: none;
}
.off-canvas {
  padding-top: 15px;
  background: #222;
}
.off-canvas .menu a {
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: bold;
  color: #fff;
}
.header .menu li:hover a {
  color: #EC403C;
}
.header .menu .donate a {
  text-indent: -999px;
  background: url(../images/donate-graphic.jpg) no-repeat bottom center;
  background-size: contain;
  position: relative;
  top: 0;
  width: 160px;
  overflow: hidden;
  transition: .25s opacity ease;
  color: #fff;
}
.header .menu .donate a:hover {
  opacity: .7;
}
.header .menu .donate ul a {
  background-image: none;
  color: #fff !important;
  text-indent: 0 !important;
}
.top-bar, .top-bar ul {
  background: transparent;
}
.menu .active>a {
  background: transparent;
}
@media (max-width: 640px) {
  .header .menu a { 
    padding-top: 15px;
    color: #fff;
  }
  .top-bar-right {
    color: #fff;
    background: #079BD7;
  }
  .top-bar .menu {
    float: right;
  }
  .header .grid-container {
    padding: 0;
  }
  .top-bar {
    padding: 0;
  }
  .logo {
    margin: 15px;
  }
}
.header .grid-container {
  position: relative;
}
.social {
  float: right;
  position: absolute;
  top: 30px;
  right: 200px;
  z-index: 9999;
}
@media (max-width: 800px) {
  .social {
    top: 10px;
    right: 10px;
  }
}
.social a {
  color: #C9C9C9;
  transition: .25s opacity ease;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  border-radius: 100%;
  padding: 3px 0 0;
  border: 2px solid #C9C9C9;
  width: 22px;
  height: 22px;
  line-height: 1em;
}
.social a:hover {
  opacity: .7;
}
.social .fa-search {
  color: #C9C9C9;
  margin: 5px 10px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
/*Header Search*/
.header-search {
  background: #45B6E6;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
  padding-left: 10px;
  padding-right: 10px;
}
.search-toggle {
  cursor: pointer;
}
.header-search .search-form {
  position: relative;
  max-width: 800px;
  margin: auto;
}
.header-search .search-form .screen-reader-text {
  color: #fff;
  display: inline-block;
  width: 20%;
  line-height: 1.1em;
  vertical-align: middle;
}
.header-search .search-form input {
  display: inline-block;
  padding-left: 55px;
}
.header-search .search-form .search-field {
  width: 100%;
  border: 0 solid #999;
  color: #000;
  margin: 0;
}
.header-search .search-form input {
  max-width: 999px;
}
.header-search .search-form label {
  display: inline-block;
  width: 75%;
  font-size: 20px;
  color: #333;
}
.header-search .search-form .search-submit {
    margin: 0;
    background: transparent;
    color: #45B6E6;
    font-weight: normal;
    text-transform: uppercase;
    border: 0;
    position: absolute;
    top: 7px;
    left: 0;
    width: 50px;
    font-size: 25px;
    transition: .25s opacity ease;
}
.header-search .search-form .search-submit:hover {
  opacity: 0;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter,img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

video, object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }
/*Slider*/
.bx-wrapper {
  box-shadow: none !important;
  border: 0;
  margin-bottom: 0;
}
.slider {
  margin: 0;
  text-align: center;
  background-color: transparent;
}
.slider .slide {
  padding-top: 15%;
  height: auto;
  max-height: 540px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: left;
}
.slide .slide-title {
  font-family: 'league_gothicregular', sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1em;
}
.slide .slide-title span {
  color: #079BD7;
}
.slide p {
  font-size: 17px;
  color: #fff;
}
.slide .button {
  padding: 15px 30px 12px;
}
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: 35px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #E5D011;
  width: 12px;
  height: 12px;
}
.bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  color: #ccc;
  background: none !important;
}
.bx-wrapper .bx-controls-direction a i {
  font-size: 80px;
}
.bx-wrapper .bx-prev {
  left: 50px;
}
.bx-wrapper .bx-next {
  right: 50px;
}
@media (max-width: 925px) {
  .slider .slide {
    height: auto;
  }
  .slider .content-overlay p {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .slider .slide {
    height: auto;
  }
}
.banner {

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 35px;
}
.banner .grid-container {
  align-items: center;
  display: flex;
    height: 350px;
}
.banner .entry-title {
  color: #fff;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  margin-left: 0;
  line-height: 1em;
}
.single-stories .banner {
  background: #222;
}
.single-stories .banner .grid-container {
  height: 250px;
  position: relative;
}
.single-stories .banner img {
  float: right;
  position: absolute; 
  right: 25px;
}
.single-stories .title {
  display: block;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 15px;
  text-transform: none;
  margin-top: -15px;
}
.single-stories h3 {
  font-size: 26px;
  color: #EF3E35;
  font-weight: bold;
  margin-bottom: 15px;
}
.single-stories .responsive-embed {
  margin: 0 0 35px;
}

/*********************
BLOG
*********************/
.blog .article-header h2,
.archive .article-header h2 {
    font-family: 'league_gothicregular', Arial, sans-serif;
    color: #0093D0;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.1em;
    margin-bottom: 0;
}
.blog .article-header h2 a,
.archive .article-header h2 a {
  color: #0093D0;
}


/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }
.section-row {
  padding-top: 35px;
  padding-bottom: 35px;
}
.section-row h2 {
  font-family: 'league_gothicregular', sans-serif;
  color: #EF3E35;
  text-transform: uppercase;
  font-size: 45px;
}
.section-row h3 {
  color: #079BD7;
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
}
.section-title {
  background: #0082C3;
  width: 100%;
  padding: 35px 0;
  text-align: center;
}
.section-title.bg-Red {
  background-color: #EF3E35;
}
.section-title h2 {
  font-family: 'league_gothicregular', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
}
.shadow-title.section-title h2 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.mha-events-list {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 3;
  -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    /*display:table;*/
  column-rule: 1px solid #ddd;
  column-gap: 60px;
}
.sidebar .mha-events-list {
  column-count: 1;
}
.mha-events-list li {
  margin: 0;
  padding: 0 0 15px;
  display: inline-block;
  width: 100%;
}
.upcoming-events {
  padding-top: 35px;
  padding-bottom: 35px;
}
.category-label {
  display: inline-block;
  border-radius: 5px;
  background: rgba(6, 157, 218, .17);
  color: #01467F;
  font-size: 12px;
  padding: 4px 8px;
  line-height: 1em;
  margin-bottom: 0;
}
.mha-events-list h4 {
  margin: 0;
  line-height: 1.1em;
}
.mha-events-list h4 a {
  color: #EF3E35;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 5px;
  line-height: 1.2em;
  display: inline-block;
  width: 100%;
  font-weight: bold;
}
.event-date {
  color: #646464;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1em;
}
.mha-events-list .button {
  margin-top: 10px;
}
@media (max-width: 900px) {
  .mha-events-list {
    column-count: 2;
  }
}
@media (max-width: 640px) {
  .mha-events-list {
    column-count: 1;
  }
}
.category-blocks {
  padding-top: 40px;
  padding-bottom: 15px;
  text-align: center;
}
.category-blocks img {
  height: 75px;
  display: block;
  margin: 0 auto 10px;
  width: auto;
}
.category-blocks h3 {
  color: #079BD7;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}
.category-blocks p {
  color: #646464;
  line-height: 1.1em;
}
.flex-video embed, .flex-video iframe, 
.flex-video object, .flex-video video, 
.responsive-embed embed, .responsive-embed iframe, 
.responsive-embed object, .responsive-embed video {
  position: static;
  height: auto;
  width: 100%;
}
p {
  width: 100%;
}
.responsive-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: -50px;
}
.responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-stories {
  text-align: center;
  padding-bottom: 25px;
}
.section-stories hr {
  margin-bottom: 35px;
}
.section-stories h2 {
  font-family: 'league_gothicregular', sans-serif;
  color: #069DDA;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.section-stories h3 {
  font-size: 27px;
  color: #45B6E6;
  text-align: left;
  font-family: 'league_gothicregular', sans-serif;
  text-transform: uppercase;
}
.section-stories img {
  width: 100%;
  margin-bottom: 10px;
}
.section-stories .button {
  margin-top: 25px;
  padding: 15px 25px;
  font-size: 17px;
}
.section-stories .cell {
  position: relative;
}
.section-stories .popover {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #45B6E6;
  color: #fff;
  padding: 25px;
  width: 450px;
  z-index: 9999;
  display: none;

}
.section-stories .cell:hover > .popover {
  display: inline-block;
}
.pop-content {
  width: 65%;
  float: left;
  text-align: left;
    font-size: 14px;
}
.pop-photo {
  width: 30%;
  float: right;
}
.pop-content h3 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1em;

}
.pop-content .title {
  color: #fff;
  font-family: 'PT Serif', serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
}
.section-stories .title {
  color: #3eb5e8;
  font-family: 'PT Serif', serif;
  text-align: left;
  font-size: 20px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.section-stories .more {
  color: #3EB5E8;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  text-align: left;
  float: left;
}
.section-stories .more i {
  font-size: 30px;
    color: #F23B2C;
    position: relative;
    top: 5px;
}
.section-stories .excerpt {
  line-height: 1.3em;
  padding: 15px 0 0;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }


.sidebar .menu {
  background: #069DDA;
  padding:  20px 15px;
  margin-bottom: 25px;
}
.sidebar .menu a {
  font-family: 'league_gothicregular', sans-serif;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
}
.sidebar .menu li {
  width: 100%;
}
.sidebar .menu .active>a,
.sidebar .menu a:hover {
  color: #0C0D0D;
  background: transparent;
}
.sidebar .widget-title {
  font-family: 'league_gothicregular', sans-serif;
  color: #069DDA;
  font-size: 29px;
  text-transform: uppercase;
}
.sidebar .more {
  color: #069DDA;
  font-size: 16px;
  text-transform: uppercase;
}
.sidebar .section-email-signup {
  border: 0;
  line-height: 1.2em;
  margin-top: 20px;
}
.sidebar .section-email-signup .cell {
  width: 88%;
}
.sidebar .e2ma_signup_form_row input {
    width: 100%;
    margin-bottom: 0;
}
.sidebar .e2ma_signup_form_button_row,
.sidebar .e2ma_signup_form_button_row .button {
    width: 100%;
}


/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

.footer .cell {
  padding-bottom: 15px;
}
.inner-footer {
  background: #262626;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 12px;
}
.inner-footer h6 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 13px;
}
.inner-footer i {
  color: #E5D011;
}
.inner-footer ul {
  list-style: none;
  margin: 0;
}
.inner-footer li {
  margin: 0;
}
.copyright {
  text-align: center;
  padding: 25px 10px 0;
  font-size: 11px;
}
.inner-footer .menu a {
  padding: 10px 0;
  color: #fff;
}
.inner-footer .menu  {
  column-count: 2;
  display: block;
}
.inner-footer .alt-style p {
  font-style: italic;
  font-size: 1.1em;
  font-family: 'PT Serif', serif;
}
.section-give {
  background: #0C0D0D;
  color: #fff;
  padding-top: 35px;
  display: block;
  overflow: hidden;
  width: 100%;
}
.section-give p {
  padding-top: 23px;
  line-height: 1.2em;
}
.section-give .grid-container {
  background: url(../images/mha-logo-graphic.png) no-repeat 50px bottom;
  background-size: 100px auto;
  padding-left: 200px;
  overflow: hidden;
}
.section-give h5 {
  font-family: 'league_gothicregular', sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0 25px 10px;
  font-size: 65px;
  float: left;
}
.section-give .highlight-text {
  clear: left;
  /*font-family: 'PT Serif', serif;*/
  color: #E5D011;
  font-size: 23px;
  display: block;
  float: left;
  margin-right: 15px;
  margin-bottom: 45px;
}
.section-give .cta-button {
  float: left;
  margin-left: 25px;
  margin-top: -5px;
}
@media (max-width: 800px) {
  .section-give h5 {
    width: 100%;
    margin: 0;
    font-size: 45px;
  }
  .section-give .cta-button {
    width: 100%;
    margin: 0 0 25px;
  }
  .section-give .grid-container { 
    background-position: 25px top;
    padding-left: 100px;
    background-size: 50px auto;
  }
}
.section-email-signup {
  background: #E0E0E0;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: 'PT Serif', serif;
  color: #646464;
}
.section-email-signup h5 {
  color: #0082C3;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  line-height: 1.1em;
}
.e2ma_signup_form_row input {
  width: 80%;
  float: left;
}
.e2ma_signup_form_row input { 
    text-transform: lowercase;
    padding: 10px;
    height: 42px;
}
.e2ma_signup_form_button_row {
  width: 20%;
  float: right;
}
.e2ma_signup_form_button_row .button {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  border-radius: 0;
  background: #0082C3;
  height: 41px;
  padding-top: 13px;
}
.e2ma_signup_form_button_row .button:hover {
  background: #006D98;
}
@media (max-width: 640px) {
  .section-email-signup { 
    border-width: 10px;
  }
  .e2ma_signup_form_row input {
    width: 100%;
    margin: 0;
  }
  .e2ma_signup_form_button_row,
  .e2ma_signup_form_button_row .button { 
    width: 100%;
  }
}
/*CONSTANT CONTACT FORM*/
.ctct-form-embed.form_0 .ctct-form-defaults {
  padding: 0;
}
div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
  margin-bottom: 0 !important;
}
#first_name_field_0,
#country_field_0{
	width: 49%;
	float: left;
}
#last_name_field_0,
#postal_code_field_0{
	width: 49%;
	float: right;
}
/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */
