/*!
 Theme Name:   CHiME Child
 Description:  A Custom theme built for CHiME
 Author:       Build Create Studios
 Author URI:   http://buildcreate.com
 Template:     CHiME
 Version:      1.0.0
 License:      MIT
 License URI:  http://opensource.org/licenses/mit-license.php
*/
/* line 5, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* FONT */
/* COLORS */
/* GRID SYSTEM */
/* BREAK TO MOBILE */
/* Functions */
/* FONT SIZE REM */
/* BACKGROUND RGBA */
/* BACKGROUND HEX TO RGBA */
/* DISPLAY INLINE-BLOCK FOR ALL! */
/* BOX SIZING */
/* line 1, sass/partials/_type.scss */
body {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4em;
  font-family: "Maven Pro", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #333333;
}
@media screen and (max-width: 40.625em) {
  /* line 1, sass/partials/_type.scss */
  body {
    font-size: 14px;
  }
}

/* line 15, sass/partials/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Maven Pro", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 0.4em;
  color: #2c88c9;
}

/* line 24, sass/partials/_type.scss */
h1 {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 50em) {
  /* line 24, sass/partials/_type.scss */
  h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* line 31, sass/partials/_type.scss */
h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 50em) {
  /* line 31, sass/partials/_type.scss */
  h2 {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
}

/* line 38, sass/partials/_type.scss */
h3 {
  font-size: 20.8px;
  font-size: 1.3rem;
}
@media screen and (max-width: 50em) {
  /* line 38, sass/partials/_type.scss */
  h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

/* line 45, sass/partials/_type.scss */
h4 {
  font-size: 19.2px;
  font-size: 1.2rem;
}
@media screen and (max-width: 50em) {
  /* line 45, sass/partials/_type.scss */
  h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* line 52, sass/partials/_type.scss */
h5, h6 {
  font-size: 16px;
  font-size: 1rem;
}

/* line 56, sass/partials/_type.scss */
strong {
  font-family: "Maven Pro";
  font-weight: 600;
}

/* line 61, sass/partials/_type.scss */
em {
  font-style: italic;
}

/* line 65, sass/partials/_type.scss */
hr {
  clear: both;
  border-width: 1px;
  border-color: #e4e4e4;
  border-style: dotted;
  margin: 2em 0;
  display: block;
}

/* line 68, sass/partials/_type.scss */
small {
  font-size: .9em;
}

/* line 72, sass/partials/_type.scss */
.member-spotlight-title {
  padding-top: 4px;
  line-height: 1.4em;
  padding-bottom: .5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
/* line 79, sass/partials/_type.scss */
.member-spotlight-title span {
  font-size: .8em;
  color: #888;
  display: block;
}

/* line 1, sass/partials/_base.scss */
body {
  background: #ffffff;
}

/* line 5, sass/partials/_base.scss */
.clear:before, .clear:after {
  content: ' ';
  display: table;
}

/* line 10, sass/partials/_base.scss */
.clear:after {
  clear: both;
}

/* line 14, sass/partials/_base.scss */
.clear {
  *zoom: 1;
}

/* line 18, sass/partials/_base.scss */
.clearer {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}

/* line 25, sass/partials/_base.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 31, sass/partials/_base.scss */
a {
  color: #2c88c9;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}

/* line 37, sass/partials/_base.scss */
a:hover {
  color: #45c53b;
}

/* line 41, sass/partials/_base.scss */
a:focus {
  outline: 0;
}

/* line 45, sass/partials/_base.scss */
a:hover, a:active {
  outline: 0;
}

/* line 56, sass/partials/_base.scss */
iframe {
  display: block;
}

/* line 60, sass/partials/_base.scss */
.hidden {
  display: none;
}

/* line 3, sass/partials/_grid.scss */
.grid img {
  width: 100%;
}

/* line 8, sass/partials/_grid.scss */
.col4grid {
  width: 19%;
  float: left;
  margin-bottom: 6%;
  margin-left: 8%;
  margin-top: 0;
}
@media screen and (max-width: 58.4em) {
  /* line 8, sass/partials/_grid.scss */
  .col4grid {
    width: 28%;
  }
}
@media screen and (max-width: 40.5em) {
  /* line 8, sass/partials/_grid.scss */
  .col4grid {
    width: 46%;
  }
}
@media screen and (max-width: 26em) {
  /* line 8, sass/partials/_grid.scss */
  .col4grid {
    clear: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
/* line 30, sass/partials/_grid.scss */
.col4grid.four-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 58.4em) {
  /* line 30, sass/partials/_grid.scss */
  .col4grid.four-col-clear {
    clear: none;
    margin-left: 8%;
  }
}
@media screen and (max-width: 58.4em) {
  /* line 40, sass/partials/_grid.scss */
  .col4grid.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 40.5em) {
  /* line 40, sass/partials/_grid.scss */
  .col4grid.three-col-clear {
    clear: none;
    margin-left: 8%;
  }
}
@media screen and (max-width: 26em) {
  /* line 40, sass/partials/_grid.scss */
  .col4grid.three-col-clear {
    clear: none;
    margin-left: 0;
  }
}
@media screen and (max-width: 40.5em) {
  /* line 57, sass/partials/_grid.scss */
  .col4grid.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}

/* line 67, sass/partials/_grid.scss */
.col3grid {
  width: 32%;
  float: left;
  margin-bottom: 2%;
}
@media screen and (max-width: 40.5em) {
  /* line 67, sass/partials/_grid.scss */
  .col3grid {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 26em) {
  /* line 67, sass/partials/_grid.scss */
  .col3grid {
    width: 100%;
    margin-bottom: 4%;
  }
}
/* line 83, sass/partials/_grid.scss */
.col3grid.mid-col {
  margin-left: 2%;
  margin-right: 2%;
}
@media screen and (max-width: 40.5em) {
  /* line 83, sass/partials/_grid.scss */
  .col3grid.mid-col {
    margin-left: 1%;
    margin-right: 1%;
  }
}
/* line 93, sass/partials/_grid.scss */
.col3grid.first-col {
  clear: left;
}
@media screen and (max-width: 40.5em) {
  /* line 93, sass/partials/_grid.scss */
  .col3grid.first-col {
    clear: none;
  }
}
@media screen and (max-width: 40.5em) {
  /* line 100, sass/partials/_grid.scss */
  .col3grid.two-col-clear {
    clear: left;
  }
}

/* line 109, sass/partials/_grid.scss */
.col2grid {
  width: 49%;
  float: left;
  margin-bottom: 4%;
  margin-left: 2%;
}
/* line 115, sass/partials/_grid.scss */
.col2grid.two-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 26em) {
  /* line 109, sass/partials/_grid.scss */
  .col2grid {
    width: 100%;
    margin-bottom: 4%;
    margin-left: 0;
  }
}

/* global box-sizing */
/* line 2, sass/partials/_layout.scss */
*, *:after, *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* scroll to top link */
/* line 12, sass/partials/_layout.scss */
#top-link {
  cursor: pointer;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  display: none;
  position: fixed;
  bottom: 10px;
  right: 5%;
  padding: 0px 8px;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  height: 1.1em;
  border-radius: 2px;
  z-index: 9999;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
/* line 31, sass/partials/_layout.scss */
#top-link:hover {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}

/* wrapper */
/* line 37, sass/partials/_layout.scss */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  min-width: 990px;
}
@media screen and (min-width: 0em) {
  /* line 37, sass/partials/_layout.scss */
  .wrapper {
    min-width: 0;
  }
}

/* line 50, sass/partials/_layout.scss */
.button, .sidebar .button-primary {
  cursor: pointer;
  display: inline-block;
  padding: 1em 1.5em;
  line-height: 1em;
  border: 1px solid #45c53b;
  border-radius: 3px;
  background: #ffffff;
  color: #45c53b;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Maven Pro";
  font-weight: 100;
  transition: all .25s ease-in-out;
}
/* line 65, sass/partials/_layout.scss */
.button.dark, .sidebar .dark.button-primary {
  color: #fff;
  background: #45c53b;
}
/* line 69, sass/partials/_layout.scss */
.button.dark:hover, .sidebar .dark.button-primary:hover {
  color: #45c53b;
  background: #fff;
}
/* line 79, sass/partials/_layout.scss */
.button:hover, .sidebar .button-primary:hover {
  color: #fff;
  background: #45c53b;
  transform: scale(1.1);
}

/* line 86, sass/partials/_layout.scss */
.flexslider {
  position: relative;
}
/* line 89, sass/partials/_layout.scss */
.flexslider .slides img {
  display: block;
}
/* line 93, sass/partials/_layout.scss */
.flexslider .flex-control-nav {
  position: absolute;
  bottom: -20px;
  right: 10px;
  width: 100%;
  z-index: 9999;
}
/* line 100, sass/partials/_layout.scss */
.flexslider .flex-control-nav a {
  display: block;
  float: right;
  margin-left: 10px;
  border-radius: 6px;
  background: #45c53b;
  background: rgba(69, 197, 59, 0.5);
  text-indent: -9999em;
  width: 12px;
  height: 12px;
  cursor: pointer;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
/* line 112, sass/partials/_layout.scss */
.flexslider .flex-control-nav a.flex-active {
  background: #45c53b;
  background: #45c53b;
}

/* line 119, sass/partials/_layout.scss */
.page-title {
  background: #2c88c9;
  margin-bottom: 0;
}
/* line 123, sass/partials/_layout.scss */
.page-title .wrapper {
  font-family: "Maven Pro";
  font-size: 28.8px;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0px;
  padding: 25px 0 15px;
}

/* line 135, sass/partials/_layout.scss */
.logged-in .page-title .wrapper {
  border-top: 1px solid #74a0df;
}

/* line 143, sass/partials/_layout.scss */
.stack article {
  margin-bottom: 60px;
}
@media screen and (max-width: 50em) {
  /* line 143, sass/partials/_layout.scss */
  .stack article {
    margin-bottom: 30px;
  }
}
/* line 150, sass/partials/_layout.scss */
.stack article .item-title {
  text-transform: uppercase;
}
/* line 154, sass/partials/_layout.scss */
.stack article .date {
  font-size: 14.4px;
  font-size: 0.9rem;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  color: #a7a7a7;
  margin-top: 20px;
}
/* line 162, sass/partials/_layout.scss */
.stack article .date:before, .stack article .date:after {
  background-color: #a7a7a7;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
/* line 173, sass/partials/_layout.scss */
.stack article .date:before {
  right: 0.5em;
  margin-left: -50%;
}
/* line 178, sass/partials/_layout.scss */
.stack article .date:after {
  left: 0.5em;
  margin-right: -50%;
}

/* line 186, sass/partials/_layout.scss */
.nav-previous,
.nav-next {
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem;
}

/* line 194, sass/partials/_layout.scss */
.user-content h1, .user-content h2, .user-content h3, .user-content h4, .user-content h5, .user-content h6, #tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5, #tinymce h6 {
  text-transform: none;
  color: #45c53b;
  font-family: "Maven Pro";
  font-weight: 300;
  margin-bottom: 0.6em;
}
/* line 202, sass/partials/_layout.scss */
.user-content h5, .user-content h6, #tinymce h5, #tinymce h6 {
  color: #458ed2;
}
/* line 206, sass/partials/_layout.scss */
.user-content h1, #tinymce h1 {
  font-size: 25.6px;
  font-size: 1.6rem;
}
/* line 210, sass/partials/_layout.scss */
.user-content h2, #tinymce h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
/* line 214, sass/partials/_layout.scss */
.user-content h3, #tinymce h3 {
  font-size: 22.4px;
  font-size: 1.4rem;
}
/* line 218, sass/partials/_layout.scss */
.user-content h4, #tinymce h4 {
  font-size: 20.8px;
  font-size: 1.3rem;
}
/* line 222, sass/partials/_layout.scss */
.user-content h5, .user-content h6, #tinymce h5, #tinymce h6 {
  font-size: 19.2px;
  font-size: 1.2rem;
}
/* line 226, sass/partials/_layout.scss */
.user-content p, #tinymce p {
  margin-bottom: 1.4em;
}
/* line 230, sass/partials/_layout.scss */
.user-content img, #tinymce img {
  width: auto;
}
/* line 234, sass/partials/_layout.scss */
.user-content ul, #tinymce ul {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
/* line 239, sass/partials/_layout.scss */
.user-content ul li, #tinymce ul li {
  list-style-position: inside;
  list-style: none;
  display: block;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.3em;
  margin-bottom: 1em;
}
/* line 248, sass/partials/_layout.scss */
.user-content ul li:before, #tinymce ul li:before {
  content: "\25c6";
  color: #45c53b;
  font-family: "FontAwesome";
  position: absolute;
  display: block;
  top: .1em;
  left: 0;
}
/* line 261, sass/partials/_layout.scss */
.user-content ol, #tinymce ol {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 265, sass/partials/_layout.scss */
.user-content ol li, #tinymce ol li {
  list-style-position: inside;
  list-style: decimal;
  margin-left: 20px;
}
/* line 272, sass/partials/_layout.scss */
.user-content blockquote, #tinymce blockquote {
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 3px solid #444;
  padding-left: 20px;
  font-style: italic;
}
/* line 282, sass/partials/_layout.scss */
.user-content strong, #tinymce strong {
  font-family: "Maven Pro";
}

/* line 287, sass/partials/_layout.scss */
.prev-next-links {
  clear: left;
  margin: 40px 0;
  float: left;
  width: 100%;
}
/* line 293, sass/partials/_layout.scss */
.prev-next-links .next-link {
  float: right;
}
/* line 297, sass/partials/_layout.scss */
.prev-next-links .prev_link {
  float: left;
}

/* line 302, sass/partials/_layout.scss */
#main .page-content.no-sidebar {
  width: 100%;
  float: none;
}

/* line 1, sass/partials/_header.scss */
.logo {
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 68.125em) {
  /* line 1, sass/partials/_header.scss */
  .logo {
    width: 120px;
    margin: 10px 0 15px;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 1, sass/partials/_header.scss */
  .logo {
    width: 90px;
  }
}
/* line 14, sass/partials/_header.scss */
.logo img {
  max-width: 100%;
}

/* line 19, sass/partials/_header.scss */
#header {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
}
/* line 24, sass/partials/_header.scss */
#header .utility {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  color: #7e7e7e;
  margin-top: 22px;
  line-height: 1.6em;
}
@media screen and (max-width: 68.125em) {
  /* line 24, sass/partials/_header.scss */
  #header .utility {
    display: none;
  }
}
/* line 37, sass/partials/_header.scss */
#header .utility .button, #header .utility .sidebar .button-primary, .sidebar #header .utility .button-primary {
  float: right;
  margin-left: 20px;
  margin-right: 15px;
  padding: 10px 1em;
  margin-top: -7px;
  font-size: 14.4px;
  font-size: 0.9rem;
  text-transform: uppercase;
}
/* line 47, sass/partials/_header.scss */
#header .utility .search {
  float: right;
  border-left: 1px solid #a7a7a7;
  padding-left: 15px;
  margin-left: 15px;
}
/* line 54, sass/partials/_header.scss */
#header .utility .search:hover {
  cursor: pointer;
}
/* line 58, sass/partials/_header.scss */
#header .utility .search .search-form,
#header .utility .search i {
  float: right;
}
/* line 63, sass/partials/_header.scss */
#header .utility .search input {
  width: 200px;
  display: none;
  margin: 0;
  margin-right: 10px;
  padding: 5px 10px;
}
/* line 72, sass/partials/_header.scss */
#header .utility .social {
  float: right;
}
/* line 75, sass/partials/_header.scss */
#header .utility .social a {
  color: #7e7e7e;
  margin-left: 10px;
  transition: color 0.15s ease-in-out;
}
/* line 80, sass/partials/_header.scss */
#header .utility .social a.mychime {
  font-family: "Maven Pro";
}
/* line 84, sass/partials/_header.scss */
#header .utility .social a:hover {
  color: #458ed2;
}
/* line 93, sass/partials/_header.scss */
#header .main-nav {
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 68.125em) {
  /* line 93, sass/partials/_header.scss */
  #header .main-nav {
    width: 100%;
    clear: both;
    display: none;
  }
}
/* line 109, sass/partials/_header.scss */
#header .main-nav > ul > li {
  font-size: 16px;
  font-size: 1rem;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
@media screen and (max-width: 78.125em) {
  /* line 109, sass/partials/_header.scss */
  #header .main-nav > ul > li {
    font-size: 12.8px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 68.125em) {
  /* line 109, sass/partials/_header.scss */
  #header .main-nav > ul > li {
    display: block;
    text-align: left;
    margin-left: 0;
    padding: 10px 0px;
  }
}
/* line 126, sass/partials/_header.scss */
#header .main-nav > ul > li.current-menu-item a, #header .main-nav > ul > li.current-menu-ancestor a {
  color: #2c88c9;
}
/* line 132, sass/partials/_header.scss */
#header .main-nav > ul > li.login a {
  color: #2c88c9;
}
/* line 137, sass/partials/_header.scss */
#header .main-nav > ul > li > a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family: "Maven Pro";
  color: #2c88c9;
  padding: 10px 15px;
  transition: color 0.15s ease-in-out;
}
/* line 146, sass/partials/_header.scss */
#header .main-nav > ul > li.current-menu-item > a, #header .main-nav > ul > li.current-page-ancestor > a {
  color: #45c53b;
  border-bottom: 8px solid #eeeeee;
}
/* line 154, sass/partials/_header.scss */
#header .main-nav > ul > li:hover > a {
  color: #45c53b;
}
/* line 158, sass/partials/_header.scss */
#header .main-nav > ul > li:hover .sub-menu {
  display: block;
}
/* line 163, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu {
  display: none;
  position: absolute;
  top: 42px;
  left: 50%;
  margin-left: -100px;
  z-index: 9999;
  text-align: left;
  background: #eeeeee;
  width: 230px;
  text-transform: initial;
}
/* line 181, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu.nav-shift {
  left: auto;
  right: 0;
  text-align: right;
}
/* line 186, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu.nav-shift .triangle span {
  left: auto;
  right: 20px;
}
/* line 192, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu > li {
  padding: 0;
  margin: 0;
}
/* line 196, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu > li a {
  color: #458ed2;
}
/* line 201, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
  content: ' +';
  display: block;
  float: right;
}
/* line 207, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu > li.menu-item-has-children.active > a:after {
  content: ' -';
}
/* line 214, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu > li.active > a {
  background: #fafafa;
  color: #2c88c9;
}
/* line 220, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu > li .sub-menu {
  background: #fafafa;
  display: none;
  border: 1px solid #e4e4e4;
  border-width: 0 0 1px;
  padding-left: .5em;
}
/* line 227, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu > li .sub-menu a {
  color: #45c53b;
  text-transform: initial;
}
/* line 231, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu > li .sub-menu a:hover {
  text-decoration: underline;
}
/* line 238, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu > li:first-child a {
  border-top: none;
}
/* line 244, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu a {
  display: block;
  white-space: nowrap;
  color: #2c88c9;
  text-transform: initial;
  padding: 10px 20px;
  width: 100%;
}
/* line 253, sass/partials/_header.scss */
#header .main-nav > ul > li > .sub-menu a:hover {
  color: #45c53b;
  background: #f3f3f3;
}
@media screen and (max-width: 68.125em) {
  /* line 261, sass/partials/_header.scss */
  #header .main-nav > ul > li .search-box {
    margin: 0 auto;
  }
}
/* line 270, sass/partials/_header.scss */
#header .members-nav {
  background: rgba(179, 192, 44, 0.95);
  color: #ffffff;
  border-bottom: 1px solid #fff;
}
/* line 277, sass/partials/_header.scss */
#header .members-nav ul li {
  float: left;
  position: relative;
}
/* line 281, sass/partials/_header.scss */
#header .members-nav ul li.my-chime {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 31.25em) {
  /* line 281, sass/partials/_header.scss */
  #header .members-nav ul li.my-chime {
    border: none;
  }
}
/* line 290, sass/partials/_header.scss */
#header .members-nav ul li.nav-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 19.2px;
  font-size: 1.2rem;
  padding-right: 20px;
  padding-top: 17px;
}
/* line 297, sass/partials/_header.scss */
#header .members-nav ul li.nav-title:hover {
  background: none;
}
@media screen and (max-width: 31.25em) {
  /* line 290, sass/partials/_header.scss */
  #header .members-nav ul li.nav-title {
    display: none;
  }
}
/* line 307, sass/partials/_header.scss */
#header .members-nav ul li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 15px 20px 12px;
  color: #ffffff;
}
/* line 313, sass/partials/_header.scss */
#header .members-nav ul li .sub-menu {
  display: none;
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 9999;
  background: #a0ab27;
  width: auto;
  min-width: 15em;
}
@media screen and (max-width: 40.625em) {
  /* line 313, sass/partials/_header.scss */
  #header .members-nav ul li .sub-menu {
    top: 46px;
  }
}
/* line 328, sass/partials/_header.scss */
#header .members-nav ul li .sub-menu li {
  float: none;
}
/* line 331, sass/partials/_header.scss */
#header .members-nav ul li .sub-menu li a {
  width: 100%;
  padding: 8px 20px;
}
/* line 335, sass/partials/_header.scss */
#header .members-nav ul li .sub-menu li a:hover {
  background: #abb82a;
}
/* line 342, sass/partials/_header.scss */
#header .members-nav ul li:hover {
  background: #a0ab27;
}
/* line 345, sass/partials/_header.scss */
#header .members-nav ul li:hover .sub-menu {
  display: block;
}
/* line 353, sass/partials/_header.scss */
#header .nav-handle {
  position: absolute;
  top: 20px;
  right: 0px;
  display: none;
  cursor: pointer;
  font-size: 24px;
  font-size: 1.5rem;
  color: #2c88c9;
}
@media screen and (max-width: 68.125em) {
  /* line 353, sass/partials/_header.scss */
  #header .nav-handle {
    display: block;
  }
}

/* line 1, sass/partials/_sidebar.scss */
.sidebar {
  width: 30%;
  background: #f8f7e8;
  float: right;
}
@media screen and (max-width: 46.875em) {
  /* line 1, sass/partials/_sidebar.scss */
  .sidebar {
    width: 100%;
  }
}
/* line 14, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner {
  max-width: 350px;
  padding: 30px;
}
@media screen and (max-width: 50em) {
  /* line 14, sass/partials/_sidebar.scss */
  .sidebar .sidebar-inner {
    max-width: none;
    padding: 20px 15px;
  }
}
/* line 23, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner section {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a7a7a7;
}
/* line 28, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner section h4 {
  text-transform: uppercase;
  color: #7e7e7e;
  margin-bottom: 15px;
  font-size: 20.8px;
  font-size: 1.3rem;
}
/* line 34, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner section h4 a {
  float: right;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 61.875em) {
  /* line 34, sass/partials/_sidebar.scss */
  .sidebar .sidebar-inner section h4 a {
    float: none;
    display: block;
  }
}
/* line 46, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner section ul li {
  margin-bottom: .75em;
  line-height: 1.2em;
}
/* line 52, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner section .cta {
  text-align: center;
  margin-bottom: 25px;
  line-height: 1em;
}
/* line 57, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner section .cta i {
  margin-left: 10px;
}
/* line 63, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner section form label {
  display: block;
}
/* line 68, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner section form .login-username input {
  width: 100%;
  margin-bottom: 10px;
}
/* line 75, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner section form .login-password input {
  width: 100%;
  margin-bottom: 10px;
}
/* line 81, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner section form .login-submit {
  float: right;
  margin-top: 10px;
}
/* line 85, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner section form .login-submit #wp-submit {
  cursor: pointer;
  background: #45c53b;
  color: #ffffff;
  line-height: 1em;
  transition: all 0.15s ease-in-out;
}
/* line 92, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner section form .login-submit #wp-submit:hover {
  background: #379e2f;
}
/* line 96, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner section form .login-submit #wp-submit i {
  margin-left: 10px;
}
/* line 104, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner section .upcoming-events li {
  margin-bottom: 15px;
}
/* line 110, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner .pi-search {
  font-family: "absolut_pro_light";
}
/* line 113, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner .pi-search input[type="search"],
.sidebar .sidebar-inner .pi-search input[type="date"],
.sidebar .sidebar-inner .pi-search select {
  font-family: "absolut_pro_light";
  border: 1px solid #45c53b;
  padding: 10px 10px 5px;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  text-indent: 1px;
  line-height: 1em;
  width: 100%;
}
/* line 126, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner .pi-search div {
  margin-bottom: 20px;
}
/* line 133, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner .saved-search-item .remove-search i {
  display: none;
  color: red;
  margin-left: 10px;
  cursor: pointer;
  font-size: 14.4px;
  font-size: 0.9rem;
}
/* line 141, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner .saved-search-item .remove-search .remove-search-gif {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
/* line 150, sass/partials/_sidebar.scss */
.sidebar .sidebar-inner .saved-search-item:hover .remove-search i {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 1, sass/partials/_footer.scss */
#footer {
  background: #2c88c9;
  color: #ffffff;
  padding: 20px 0 50px;
}
/* line 8, sass/partials/_footer.scss */
#footer .wrapper .footer-info > li {
  color: #ffffff;
  float: left;
  width: 21%;
  margin-left: 5%;
}
/* line 14, sass/partials/_footer.scss */
#footer .wrapper .footer-info > li:first-child {
  margin-left: 0;
}
/* line 18, sass/partials/_footer.scss */
#footer .wrapper .footer-info > li a {
  color: #ffffff;
}
/* line 21, sass/partials/_footer.scss */
#footer .wrapper .footer-info > li a.my-chime {
  font-family: "Maven Pro";
}
/* line 26, sass/partials/_footer.scss */
#footer .wrapper .footer-info > li h5 {
  font-size: 17.6px;
  font-size: 1.1rem;
  color: #ffffff;
  padding-bottom: 10px;
  border-bottom: 1px solid #69c1ff;
  margin-bottom: 10px;
}
/* line 34, sass/partials/_footer.scss */
#footer .wrapper .footer-info > li li {
  margin-bottom: 5px;
}
@media screen and (max-width: 56.25em) {
  /* line 38, sass/partials/_footer.scss */
  #footer .wrapper .footer-info > li.site {
    width: 48%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 31.25em) {
  /* line 38, sass/partials/_footer.scss */
  #footer .wrapper .footer-info > li.site {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 56.25em) {
  /* line 50, sass/partials/_footer.scss */
  #footer .wrapper .footer-info > li.membership {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 31.25em) {
  /* line 50, sass/partials/_footer.scss */
  #footer .wrapper .footer-info > li.membership {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 56.25em) {
  /* line 62, sass/partials/_footer.scss */
  #footer .wrapper .footer-info > li.social {
    width: 48%;
    margin-left: 0;
    clear: left;
  }
}
@media screen and (max-width: 31.25em) {
  /* line 62, sass/partials/_footer.scss */
  #footer .wrapper .footer-info > li.social {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 56.25em) {
  /* line 76, sass/partials/_footer.scss */
  #footer .wrapper .footer-info > li.contact {
    width: 48%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 31.25em) {
  /* line 76, sass/partials/_footer.scss */
  #footer .wrapper .footer-info > li.contact {
    width: 100%;
    margin-left: 0;
  }
}
/* line 87, sass/partials/_footer.scss */
#footer .wrapper .footer-info > li.contact a {
  color: #efe659;
}
/* line 94, sass/partials/_footer.scss */
#footer .wrapper .legal {
  float: right;
  font-size: 14.4px;
  font-size: 0.9rem;
}
@media screen and (max-width: 56.25em) {
  /* line 94, sass/partials/_footer.scss */
  #footer .wrapper .legal {
    float: none;
    text-align: center;
  }
}
/* line 103, sass/partials/_footer.scss */
#footer .wrapper .legal li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 10px;
}
@media screen and (max-width: 56.25em) {
  /* line 103, sass/partials/_footer.scss */
  #footer .wrapper .legal li {
    float: none;
    margin-top: 20px;
  }
}
/* line 113, sass/partials/_footer.scss */
#footer .wrapper .legal li:first-child {
  border-right: 1px solid #ffffff;
  padding-right: 10px;
}
/* line 118, sass/partials/_footer.scss */
#footer .wrapper .legal li a {
  color: #ffffff;
}
/* line 124, sass/partials/_footer.scss */
#footer .wrapper .copyright {
  float: right;
  margin-right: 20px;
  font-size: 14.4px;
  font-size: 0.9rem;
}
@media screen and (max-width: 56.25em) {
  /* line 124, sass/partials/_footer.scss */
  #footer .wrapper .copyright {
    float: none;
    text-align: center;
    margin-top: 10px;
    margin-right: 0;
  }
}
/* line 136, sass/partials/_footer.scss */
#footer .wrapper .copyright span {
  font-family: "Maven Pro";
}

/* line 143, sass/partials/_footer.scss */
#mmenu {
  background: #606163;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
}
/* line 151, sass/partials/_footer.scss */
#mmenu .header .logo-img {
  float: left;
  width: 65px;
  height: auto;
  margin: 0 0 20px 20px;
}
/* line 158, sass/partials/_footer.scss */
#mmenu .header #close-menu {
  font-size: 22.4px;
  font-size: 1.4rem;
  float: right;
  margin-right: 20px;
  cursor: pointer;
}
/* line 165, sass/partials/_footer.scss */
#mmenu .header .clearer {
  margin: 0;
  padding: 0;
}

/* line 4, sass/partials/_home.scss */
.home #header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 46em) {
  /* line 4, sass/partials/_home.scss */
  .home #header {
    position: static;
    background: #ffffff;
  }
}
/* line 16, sass/partials/_home.scss */
.home .featured-image {
  position: relative;
  height: 70vh;
  overflow-y: hidden;
}
@media screen and (max-width: 53.125em) {
  /* line 16, sass/partials/_home.scss */
  .home .featured-image {
    min-height: 0;
    max-height: 400px;
  }
}
@media screen and (max-width: 46em) {
  /* line 16, sass/partials/_home.scss */
  .home .featured-image {
    max-height: 200px;
  }
}
/* line 31, sass/partials/_home.scss */
.home .featured-image img {
  width: 100%;
  max-width: none;
  height: auto;
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 37.5em) {
  /* line 31, sass/partials/_home.scss */
  .home .featured-image img {
    width: 100%;
    opacity: .5;
  }
}
/* line 47, sass/partials/_home.scss */
.home .featured-image .featured-text {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 45%;
  box-sizing: border-box;
}
@media screen and (max-width: 75em) {
  /* line 47, sass/partials/_home.scss */
  .home .featured-image .featured-text {
    top: auto;
    bottom: 15%;
    width: 55%;
  }
}
@media screen and (max-width: 68.125em) {
  /* line 47, sass/partials/_home.scss */
  .home .featured-image .featured-text {
    width: 55%;
  }
}
@media screen and (max-width: 46em) {
  /* line 47, sass/partials/_home.scss */
  .home .featured-image .featured-text {
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    width: 90% !important;
    text-align: center !important;
    bottom: 15%;
  }
}
/* line 73, sass/partials/_home.scss */
.home .featured-image .featured-text .wrapper {
  color: #ffffff;
}
@media screen and (max-width: 46em) {
  /* line 76, sass/partials/_home.scss */
  .home .featured-image .featured-text .wrapper p {
    text-align: center !important;
  }
}
/* line 82, sass/partials/_home.scss */
.home .featured-image .featured-text .wrapper h1, .home .featured-image .featured-text .wrapper h2, .home .featured-image .featured-text .wrapper h3, .home .featured-image .featured-text .wrapper h4, .home .featured-image .featured-text .wrapper h5, .home .featured-image .featured-text .wrapper h6 {
  font-size: 3em;
  line-height: 1.2em;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 68.75em) {
  /* line 82, sass/partials/_home.scss */
  .home .featured-image .featured-text .wrapper h1, .home .featured-image .featured-text .wrapper h2, .home .featured-image .featured-text .wrapper h3, .home .featured-image .featured-text .wrapper h4, .home .featured-image .featured-text .wrapper h5, .home .featured-image .featured-text .wrapper h6 {
    font-size: 2.9em;
  }
}
@media screen and (max-width: 68.125em) {
  /* line 82, sass/partials/_home.scss */
  .home .featured-image .featured-text .wrapper h1, .home .featured-image .featured-text .wrapper h2, .home .featured-image .featured-text .wrapper h3, .home .featured-image .featured-text .wrapper h4, .home .featured-image .featured-text .wrapper h5, .home .featured-image .featured-text .wrapper h6 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 46em) {
  /* line 82, sass/partials/_home.scss */
  .home .featured-image .featured-text .wrapper h1, .home .featured-image .featured-text .wrapper h2, .home .featured-image .featured-text .wrapper h3, .home .featured-image .featured-text .wrapper h4, .home .featured-image .featured-text .wrapper h5, .home .featured-image .featured-text .wrapper h6 {
    color: #333;
    font-size: 2em;
    color: #036;
    text-align: center !important;
  }
}
/* line 107, sass/partials/_home.scss */
.home.logged-in .featured-image {
  height: 157px !important;
}
/* line 111, sass/partials/_home.scss */
.home .featured-content {
  border-top: 1px solid #ffffff;
  background: #2c88c9;
  color: #ffffff;
}
/* line 116, sass/partials/_home.scss */
.home .featured-content .featured-overlay {
  padding: 100px 0 20px;
  background: url("images/chime-shape.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 62.5em) {
  /* line 116, sass/partials/_home.scss */
  .home .featured-content .featured-overlay {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 27.5em) {
  /* line 116, sass/partials/_home.scss */
  .home .featured-content .featured-overlay {
    padding-bottom: 10px;
  }
}
/* line 131, sass/partials/_home.scss */
.home .featured-content .featured-overlay .grid li {
  float: left;
  margin-left: 12.5%;
  margin-bottom: 20px;
  width: 25%;
}
@media screen and (max-width: 62.5em) {
  /* line 131, sass/partials/_home.scss */
  .home .featured-content .featured-overlay .grid li {
    width: 30%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 46.875em) {
  /* line 131, sass/partials/_home.scss */
  .home .featured-content .featured-overlay .grid li {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 27.5em) {
  /* line 131, sass/partials/_home.scss */
  .home .featured-content .featured-overlay .grid li {
    margin-bottom: 10px;
  }
}
/* line 153, sass/partials/_home.scss */
.home .featured-content .featured-overlay .grid li.li-1 {
  margin-left: 0;
}
/* line 157, sass/partials/_home.scss */
.home .featured-content .featured-overlay .grid li h3 {
  color: #ffffff;
  text-transform: none;
  line-height: 1.3em;
  padding-top: 5px;
  max-width: 240px;
}
@media screen and (max-width: 46.875em) {
  /* line 157, sass/partials/_home.scss */
  .home .featured-content .featured-overlay .grid li h3 {
    margin-left: 70px;
    padding-top: 0;
  }
}
/* line 170, sass/partials/_home.scss */
.home .featured-content .featured-overlay .grid li img {
  float: left;
  width: auto;
  margin: 0 15px 15px 0;
}
@media screen and (max-width: 46.875em) {
  /* line 170, sass/partials/_home.scss */
  .home .featured-content .featured-overlay .grid li img {
    width: 50px;
  }
}
/* line 180, sass/partials/_home.scss */
.home .featured-content .featured-overlay .grid li p {
  clear: left;
}
@media screen and (max-width: 46.875em) {
  /* line 180, sass/partials/_home.scss */
  .home .featured-content .featured-overlay .grid li p {
    clear: none;
    margin-left: 70px;
  }
}
@media screen and (max-width: 27.5em) {
  /* line 180, sass/partials/_home.scss */
  .home .featured-content .featured-overlay .grid li p {
    display: none;
  }
}
/* line 194, sass/partials/_home.scss */
.home .featured-content .featured-overlay .grid li a {
  display: block;
  margin-top: 15px;
  color: #efe659;
  font-family: "Maven Pro";
}
@media screen and (max-width: 46.875em) {
  /* line 194, sass/partials/_home.scss */
  .home .featured-content .featured-overlay .grid li a {
    margin-top: 0;
    float: right;
  }
}
@media screen and (max-width: 27.5em) {
  /* line 194, sass/partials/_home.scss */
  .home .featured-content .featured-overlay .grid li a {
    float: none;
    margin-left: 70px;
  }
}
/* line 214, sass/partials/_home.scss */
.home .featured-content .featured-overlay.four-col-feat .grid li {
  float: left;
  margin-left: 1.5%;
  margin-bottom: 20px;
  width: 23%;
}
/* line 220, sass/partials/_home.scss */
.home .featured-content .featured-overlay.four-col-feat .grid li.li-1 {
  margin-left: 0;
}
@media screen and (max-width: 46.875em) {
  /* line 214, sass/partials/_home.scss */
  .home .featured-content .featured-overlay.four-col-feat .grid li {
    width: 100%;
    margin-left: 0;
  }
}
/* line 233, sass/partials/_home.scss */
.home .secondary {
  background: #f8f7e8;
  padding: 65px 0;
}
@media screen and (max-width: 46.875em) {
  /* line 233, sass/partials/_home.scss */
  .home .secondary {
    padding: 30px 0;
  }
}
/* line 241, sass/partials/_home.scss */
.home .secondary h2 {
  margin-bottom: 35px;
}
@media screen and (max-width: 46.875em) {
  /* line 241, sass/partials/_home.scss */
  .home .secondary h2 {
    margin-bottom: 15px;
  }
}
/* line 249, sass/partials/_home.scss */
.home .secondary .upcoming-events {
  float: left;
  width: 55%;
}
@media screen and (max-width: 46.875em) {
  /* line 249, sass/partials/_home.scss */
  .home .secondary .upcoming-events {
    width: 100%;
    margin-bottom: 40px;
  }
}
/* line 258, sass/partials/_home.scss */
.home .secondary .upcoming-events img {
  width: 100%;
  height: auto;
}
/* line 264, sass/partials/_home.scss */
.home .secondary .membership {
  float: left;
  width: 40%;
  margin-left: 5%;
}
/* line 270, sass/partials/_home.scss */
.home .secondary .membership #loginform p:last-child {
  float: left;
  margin-top: 1em;
  font-style: italic;
}
@media screen and (max-width: 46.875em) {
  /* line 264, sass/partials/_home.scss */
  .home .secondary .membership {
    width: 100%;
    margin-left: 0;
  }
}
/* line 282, sass/partials/_home.scss */
.home .secondary .membership .cta {
  text-align: center;
  margin-bottom: 35px;
}
/* line 286, sass/partials/_home.scss */
.home .secondary .membership .cta i {
  margin-left: 10px;
}
/* line 291, sass/partials/_home.scss */
.home .secondary .membership label {
  display: block;
}
/* line 295, sass/partials/_home.scss */
.home .secondary .membership .login-username {
  float: left;
  width: 48%;
}
/* line 299, sass/partials/_home.scss */
.home .secondary .membership .login-username input {
  width: 100%;
}
/* line 304, sass/partials/_home.scss */
.home .secondary .membership .login-password {
  float: left;
  width: 48%;
  margin-left: 4%;
}
/* line 309, sass/partials/_home.scss */
.home .secondary .membership .login-password input {
  width: 100%;
}
/* line 314, sass/partials/_home.scss */
.home .secondary .membership .login-submit {
  float: right;
  margin-top: 20px;
}
/* line 318, sass/partials/_home.scss */
.home .secondary .membership .login-submit #wp-submit {
  cursor: pointer;
  background: #45c53b;
  color: #ffffff;
  line-height: 1em;
  transition: all 0.25s ease-in-out;
}
/* line 326, sass/partials/_home.scss */
.home .secondary .membership .login-submit #wp-submit:hover {
  background: #379e2f;
}
/* line 330, sass/partials/_home.scss */
.home .secondary .membership .login-submit #wp-submit i {
  margin-left: 10px;
}
/* line 339, sass/partials/_home.scss */
.home .membership .upcoming-events {
  float: none;
  width: 100%;
}
/* line 342, sass/partials/_home.scss */
.home .membership .upcoming-events li {
  margin-bottom: 1em;
}
/* line 348, sass/partials/_home.scss */
.home .social-bar {
  margin-bottom: 30px;
}
/* line 353, sass/partials/_home.scss */
.home .social-bar > div > ul > li {
  float: left;
  width: 30%;
  margin-left: 5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 31.25em) {
  /* line 353, sass/partials/_home.scss */
  .home .social-bar > div > ul > li {
    margin-bottom: 40px;
  }
}
/* line 364, sass/partials/_home.scss */
.home .social-bar > div > ul > li:first-child {
  margin-left: 0;
}
/* line 368, sass/partials/_home.scss */
.home .social-bar > div > ul > li h3 {
  font-size: 25.6px;
  font-size: 1.6rem;
  color: #a7a7a7;
  margin-bottom: 20px;
}
@media screen and (max-width: 71.875em) {
  /* line 368, sass/partials/_home.scss */
  .home .social-bar > div > ul > li h3 {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}
/* line 377, sass/partials/_home.scss */
.home .social-bar > div > ul > li h3 a {
  font-size: 16px;
  font-size: 1rem;
  float: right;
  color: #458ed2;
  font-family: "Maven Pro";
}
@media screen and (max-width: 62.5em) {
  /* line 377, sass/partials/_home.scss */
  .home .social-bar > div > ul > li h3 a {
    float: none;
    display: block;
  }
}
/* line 390, sass/partials/_home.scss */
.home .social-bar > div > ul > li h3 iframe {
  float: right;
}
@media screen and (max-width: 62.5em) {
  /* line 390, sass/partials/_home.scss */
  .home .social-bar > div > ul > li h3 iframe {
    float: none;
    display: block;
  }
}
/* line 402, sass/partials/_home.scss */
.home .social-bar > div > ul > li.twitter h3 {
  text-transform: none;
}
@media screen and (max-width: 46.875em) {
  /* line 400, sass/partials/_home.scss */
  .home .social-bar > div > ul > li.twitter {
    width: 48%;
  }
}
@media screen and (max-width: 31.25em) {
  /* line 400, sass/partials/_home.scss */
  .home .social-bar > div > ul > li.twitter {
    width: 100%;
  }
}
/* line 412, sass/partials/_home.scss */
.home .social-bar > div > ul > li.twitter .tweet_wrap {
  position: relative;
  margin-top: 10px;
}
/* line 422, sass/partials/_home.scss */
.home .social-bar > div > ul > li.twitter div.wdtf-user-card .wdtf-screen-name {
  margin-left: 58px;
  font-size: 14.4px;
  font-size: 0.9rem;
}
/* line 427, sass/partials/_home.scss */
.home .social-bar > div > ul > li.twitter div.wdtf-user-card img {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 435, sass/partials/_home.scss */
.home .social-bar > div > ul > li.twitter li.tweets_avatar {
  padding: 0 8px 8px !important;
  box-shadow: none;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
}
/* line 442, sass/partials/_home.scss */
.home .social-bar > div > ul > li.twitter ul.light li.tweets_avatar .tweet_data {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-family: "Maven Pro";
  float: none;
  margin-left: 58px;
}
/* line 449, sass/partials/_home.scss */
.home .social-bar > div > ul > li.twitter div.times {
  position: absolute;
  top: 0px;
  right: 8px;
  text-align: right;
  width: 100%;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-family: "Maven Pro";
  font-weight: normal;
  float: none;
}
/* line 461, sass/partials/_home.scss */
.home .social-bar > div > ul > li.twitter br {
  display: none;
}
@media screen and (max-width: 46.875em) {
  /* line 468, sass/partials/_home.scss */
  .home .social-bar > div > ul > li.news {
    width: 48%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 31.25em) {
  /* line 468, sass/partials/_home.scss */
  .home .social-bar > div > ul > li.news {
    width: 100%;
    margin-left: 0;
  }
}
/* line 479, sass/partials/_home.scss */
.home .social-bar > div > ul > li.news li {
  margin-bottom: 15px;
  color: #2c88c9;
  line-height: 1.2em;
}
@media screen and (max-width: 46.875em) {
  /* line 486, sass/partials/_home.scss */
  .home .social-bar > div > ul > li.spotlight {
    margin-left: 0;
    width: 100%;
  }
}
/* line 492, sass/partials/_home.scss */
.home .social-bar > div > ul > li.spotlight a {
  position: relative;
  display: block;
}
/* line 496, sass/partials/_home.scss */
.home .social-bar > div > ul > li.spotlight a img {
  width: 100%;
}
/* line 500, sass/partials/_home.scss */
.home .social-bar > div > ul > li.spotlight a .spotlight-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background: rgba(44, 136, 201, 0.5);
}
/* line 510, sass/partials/_home.scss */
.home .social-bar > div > ul > li.spotlight a .member-info {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  height: 18%;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 3px 0;
  font-family: "Maven Pro";
  z-index: 1;
}
@media screen and (max-width: 62.5em) {
  /* line 510, sass/partials/_home.scss */
  .home .social-bar > div > ul > li.spotlight a .member-info {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
/* line 527, sass/partials/_home.scss */
.home .social-bar > div > ul > li.spotlight a .member-info h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 27.2px;
  font-size: 1.7rem;
  padding: 0 1em;
}
@media screen and (max-width: 62.5em) {
  /* line 527, sass/partials/_home.scss */
  .home .social-bar > div > ul > li.spotlight a .member-info h4 {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
/* line 538, sass/partials/_home.scss */
.home .social-bar > div > ul > li.spotlight a .member-info hr {
  display: none;
}
/* line 549, sass/partials/_home.scss */
.home .page-content {
  width: 100%;
  padding: 35px 0;
}

/* line 1, sass/partials/_pages.scss */
#search-helper {
  padding: 1em;
}
/* line 5, sass/partials/_pages.scss */
#search-helper p {
  margin: 0 0 1.5em 0;
}
/* line 9, sass/partials/_pages.scss */
#search-helper h2 {
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #eee;
}

/* line 17, sass/partials/_pages.scss */
#main {
  background: #ffffff;
  position: relative;
}
/* line 26, sass/partials/_pages.scss */
#main .breadcrumb-wrapper .page-content > article {
  margin-top: 0;
}
/* line 32, sass/partials/_pages.scss */
#main #breadcrumbs {
  padding: 1.5em 0;
  text-transform: uppercase;
  font-weight: 300;
  color: #c3c3c3;
  font-size: .9em;
  margin-bottom: 2em;
  line-height: 1em;
  border-bottom: 1px solid #c3c3c3;
}
/* line 43, sass/partials/_pages.scss */
#main .nav-tabs > li:before, #main .tab-content > li:before {
  content: '';
}
/* line 47, sass/partials/_pages.scss */
#main .nav.osc-res-nav.nav-tabs {
  margin-left: 0;
  border-bottom-color: #458ed2;
  border-bottom-width: 4px;
}
/* line 52, sass/partials/_pages.scss */
#main .nav.osc-res-nav.nav-tabs > li {
  padding-left: .75em;
  margin-bottom: -2px !important;
}
/* line 57, sass/partials/_pages.scss */
#main .nav.osc-res-nav.nav-tabs > li.active {
  border: none;
  border-radius: 0;
}
/* line 63, sass/partials/_pages.scss */
#main .nav.osc-res-nav.nav-tabs > li.active a {
  background: #458ed2;
  color: #fff;
  font-weight: 800;
  border: none;
  border-radius: 3px 3px 0 0;
}
/* line 70, sass/partials/_pages.scss */
#main .nav.osc-res-nav.nav-tabs > li.active a:hover {
  background: #458ed2;
  transform: none;
  color: #fff !important;
}
/* line 80, sass/partials/_pages.scss */
#main .nav.osc-res-nav.nav-tabs > li a {
  font-size: .95em;
  padding: .75rem .5em;
  border: none;
  transition: all 300ms;
  color: #333;
}
/* line 87, sass/partials/_pages.scss */
#main .nav.osc-res-nav.nav-tabs > li a:hover {
  background: none;
  color: #458ed2;
  border: none;
  transform: scale(1.1);
}
/* line 99, sass/partials/_pages.scss */
#main .tab-content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 1em;
  padding-bottom: 1.5em;
  transition: all 400ms;
}
/* line 107, sass/partials/_pages.scss */
#main .page-content {
  float: left;
  width: 70%;
  margin-bottom: 40px;
}
@media screen and (max-width: 46.875em) {
  /* line 107, sass/partials/_pages.scss */
  #main .page-content {
    width: 100%;
  }
}
/* line 115, sass/partials/_pages.scss */
#main .page-content .page-featured {
  width: 100%;
}
/* line 119, sass/partials/_pages.scss */
#main .page-content > article,
#main .page-content > section,
#main .page-content > div {
  width: 95%;
  float: left;
  margin-top: 30px;
}
/* line 130, sass/partials/_pages.scss */
#main .page-content .people-grids h2 {
  color: #45c53b;
  margin-bottom: 40px;
}
@media screen and (max-width: 34.375em) {
  /* line 136, sass/partials/_pages.scss */
  #main .page-content .people-grids .grid li {
    width: 100%;
    margin-left: 0;
  }
}
/* line 142, sass/partials/_pages.scss */
#main .page-content .people-grids .grid li .featured-image {
  float: left;
  width: 20%;
}
/* line 146, sass/partials/_pages.scss */
#main .page-content .people-grids .grid li .featured-image img {
  width: 100%;
}
/* line 151, sass/partials/_pages.scss */
#main .page-content .people-grids .grid li .people-info {
  margin-left: 25%;
}
/* line 161, sass/partials/_pages.scss */
#main .page-content .upcoming-events .upcoming-events-list > li {
  margin-top: 30px;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
}
/* line 166, sass/partials/_pages.scss */
#main .page-content .upcoming-events .upcoming-events-list > li:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
/* line 173, sass/partials/_pages.scss */
#main .page-content .upcoming-events .upcoming-events-list .event-speaker-list {
  margin-left: 20px;
}
/* line 176, sass/partials/_pages.scss */
#main .page-content .upcoming-events .upcoming-events-list .event-speaker-list li {
  list-style-position: inside;
  list-style: none;
}
/* line 180, sass/partials/_pages.scss */
#main .page-content .upcoming-events .upcoming-events-list .event-speaker-list li:before {
  content: "\25c6";
  color: #45c53b;
  margin-right: 10px;
  font-family: "FontAwesome";
}
/* line 193, sass/partials/_pages.scss */
#main .page-content .speakers-list > li {
  margin-bottom: 40px;
}
/* line 196, sass/partials/_pages.scss */
#main .page-content .speakers-list > li .featured-image {
  float: left;
  width: 15%;
  margin-right: 20px;
}
/* line 201, sass/partials/_pages.scss */
#main .page-content .speakers-list > li .featured-image img {
  width: 100%;
}
/* line 208, sass/partials/_pages.scss */
#main .page-content .speakers-list > li .speaker-info > a:hover {
  cursor: pointer;
}

/* line 219, sass/partials/_pages.scss */
.archive .featured-image {
  display: none;
}
/* line 222, sass/partials/_pages.scss */
.archive .sidebar {
  padding: 1.618rem;
}
/* line 226, sass/partials/_pages.scss */
.archive .stack li {
  padding: 1.618rem;
}
/* line 229, sass/partials/_pages.scss */
.archive .stack article {
  margin-bottom: 0;
}

/* line 235, sass/partials/_pages.scss */
table {
  width: 100%;
}
/* line 237, sass/partials/_pages.scss */
table td {
  padding: .5em;
}

/* line 242, sass/partials/_pages.scss */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
}

/* line 250, sass/partials/_pages.scss */
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #ccc;
  font-size: 1.5em;
}

/* line 262, sass/partials/_pages.scss */
.pagination a:hover {
  color: #fff;
  background: #777;
}

/* line 267, sass/partials/_pages.scss */
.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #45c53b;
  color: #fff;
}

/* line 273, sass/partials/_pages.scss */
.member-result {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e4e4e4;
  clear: both;
  overflow: hidden;
  position: relative;
}

/* line 282, sass/partials/_pages.scss */
.event-popup {
  position: relative;
  background: #FFF;
  padding: 2em;
  width: auto;
  max-width: 75%;
  margin: 20px auto;
  max-height: 75%;
  overflow: scroll;
}

/* line 294, sass/partials/_pages.scss */
.event-item .button, .event-item .sidebar .button-primary, .sidebar .event-item .button-primary {
  margin-top: 1em;
  margin-right: 1em;
}

/* line 301, sass/partials/_pages.scss */
.link-grid a {
  display: block;
  width: 30%;
  padding-right: 1em;
  margin-bottom: 1em;
  padding-bottom: 1em;
  box-sizing: border-box;
  float: left;
  border-bottom: 1px solid #ccc;
  min-height: 108px;
  text-align: center;
  vertical-align: middle;
}
/* line 314, sass/partials/_pages.scss */
.link-grid a img {
  max-height: 66px;
}

/* line 321, sass/partials/_pages.scss */
.snippet-thumbnail {
  float: left;
  margin-right: 1em;
}

/* line 326, sass/partials/_pages.scss */
.event-popup span {
  font-size: 1em !important;
}

/* line 330, sass/partials/_pages.scss */
#main .page-content .upcoming-events-slider {
  width: 100%;
  float: none;
  margin-top: 0;
}

/* line 336, sass/partials/_pages.scss */
.upcoming-events-slider-nav {
  margin-bottom: 1em;
  padding: 0;
  width: 100%;
}
/* line 340, sass/partials/_pages.scss */
.upcoming-events-slider-nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 344, sass/partials/_pages.scss */
.upcoming-events-slider-nav ul li {
  display: block;
  color: #fff;
  box-sizing: border-box;
  width: 33.3333333%;
  float: left;
  text-align: center;
  padding: 1em;
  background: #458ed2;
  transition: all 300ms;
  cursor: pointer;
}
/* line 355, sass/partials/_pages.scss */
.upcoming-events-slider-nav ul li:hover {
  background: #5a9ad7;
}

/* line 363, sass/partials/_pages.scss */
.coop-columns {
  overflow: hidden;
  *zoom: 1;
  width: 33.3333%;
  box-sizing: border-box;
  float: left;
  padding-right: 2em;
  overflow: hidden;
}
@media screen and (max-width: 31.25em) {
  /* line 363, sass/partials/_pages.scss */
  .coop-columns {
    width: 100%;
  }
}
/* line 376, sass/partials/_pages.scss */
.coop-columns .chime-accordion-trigger {
  overflow: hidden;
  *zoom: 1;
  display: block;
  width: 100%;
  color: #458ed2;
  border-bottom: 1px solid #eee;
  padding-bottom: .25em;
  margin-bottom: 1em;
}
/* line 385, sass/partials/_pages.scss */
.coop-columns .chime-accordion-trigger i {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: right;
}
/* line 392, sass/partials/_pages.scss */
.coop-columns .chime-accordion-content {
  line-height: 1.4em;
  font-size: .9em;
}
/* line 397, sass/partials/_pages.scss */
.coop-columns h4 {
  color: #458ed2;
  line-height: 1.4em;
}
@media screen and (max-width: 64em) {
  /* line 397, sass/partials/_pages.scss */
  .coop-columns h4 {
    font-size: 1.2em;
  }
}
/* line 406, sass/partials/_pages.scss */
.coop-columns img {
  height: 110px;
  max-width: none;
  width: auto;
}
@media screen and (max-width: 64em) {
  /* line 406, sass/partials/_pages.scss */
  .coop-columns img {
    font-size: 1.2em;
    width: 100%;
    height: auto;
  }
}

/* line 421, sass/partials/_pages.scss */
.single-pi-article .article-rating {
  float: left;
  text-decoration: none;
  position: relative;
}
/* line 423, sass/partials/_pages.scss */
.single-pi-article .article-rating i {
  color: #b3c02c;
  cursor: pointer;
}
/* line 431, sass/partials/_pages.scss */
.single-pi-article .article-rating #rating-tooltip {
  display: none;
  padding: 10px 15px;
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 3px;
}
/* line 439, sass/partials/_pages.scss */
.single-pi-article .article-rating:hover #rating-tooltip {
  display: block;
  position: fixed;
  overflow: hidden;
}

/* line 450, sass/partials/_pages.scss */
.article-list .article-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5em;
  margin-bottom: 2em;
}
/* line 455, sass/partials/_pages.scss */
.article-list .article-item .article-date {
  margin-bottom: 10px;
}
/* line 459, sass/partials/_pages.scss */
.article-list .article-item .article-abstract {
  margin-bottom: 10px;
}
/* line 467, sass/partials/_pages.scss */
.article-list .article-item .article-rating {
  float: left;
}
/* line 470, sass/partials/_pages.scss */
.article-list .article-item .article-rating i {
  color: #b3c02c;
}

/* line 477, sass/partials/_pages.scss */
.article-navigation {
  margin-top: 2em;
}

/* line 481, sass/partials/_pages.scss */
.search-result-meta {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid #458ed2;
  clear: both;
  margin-top: 1em;
}
/* line 489, sass/partials/_pages.scss */
.search-result-meta .save-search {
  color: #458ed2;
  cursor: pointer;
}
/* line 494, sass/partials/_pages.scss */
.search-result-meta .save-search-gif {
  width: 20px;
  height: 20px;
}
/* line 499, sass/partials/_pages.scss */
.search-result-meta .search-saved {
  color: #b3c02c;
}

/* line 506, sass/partials/_pages.scss */
.member-dashboard .section-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: .5em;
  margin-bottom: 1em;
}
/* line 512, sass/partials/_pages.scss */
.member-dashboard .user-greeting {
  color: #45c53b;
}
/* line 516, sass/partials/_pages.scss */
.member-dashboard .member-articles {
  float: left;
  width: 48%;
}
@media screen and (max-width: 37.5em) {
  /* line 516, sass/partials/_pages.scss */
  .member-dashboard .member-articles {
    width: 100%;
  }
}
/* line 525, sass/partials/_pages.scss */
.member-dashboard .member-favorites {
  float: right;
  width: 48%;
}
@media screen and (max-width: 37.5em) {
  /* line 525, sass/partials/_pages.scss */
  .member-dashboard .member-favorites {
    width: 100%;
  }
}
/* line 534, sass/partials/_pages.scss */
.member-dashboard .article-list {
  margin-top: 0;
}
/* line 537, sass/partials/_pages.scss */
.member-dashboard .article-list li {
  margin-bottom: 20px;
}
/* line 542, sass/partials/_pages.scss */
.member-dashboard .surveys-favorites {
  float: right;
  width: 48%;
}
@media screen and (max-width: 37.5em) {
  /* line 542, sass/partials/_pages.scss */
  .member-dashboard .surveys-favorites {
    width: 100%;
  }
}
/* line 551, sass/partials/_pages.scss */
.member-dashboard .surveys-favorites .member-surveys {
  box-sizing: border-box;
  padding: .75em;
  background: #fafafa;
  border: 1px solid #eee;
  margin-bottom: 2em;
}
/* line 559, sass/partials/_pages.scss */
.member-dashboard .surveys-favorites .all-favorites {
  padding-top: 20px;
  margin: 20px 0;
}
/* line 563, sass/partials/_pages.scss */
.member-dashboard .surveys-favorites .all-favorites a {
  float: right;
}
/* line 569, sass/partials/_pages.scss */
.member-dashboard .all-articles {
  padding-top: 20px;
  margin: 20px 0;
}
/* line 573, sass/partials/_pages.scss */
.member-dashboard .all-articles a {
  float: right;
}

/* line 579, sass/partials/_pages.scss */
.favorite {
  text-transform: none;
  position: relative;
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #7e7e7e;
}
/* line 585, sass/partials/_pages.scss */
.favorite i {
  color: #ccc;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
}
/* line 592, sass/partials/_pages.scss */
.favorite.favorited i {
  color: #b3c02c;
}
/* line 598, sass/partials/_pages.scss */
.favorite:hover i {
  color: #b3c02c;
}
/* line 604, sass/partials/_pages.scss */
.favorite .favorite-tooltip {
  display: none;
  padding: 10px 15px;
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1rem;
}
/* line 614, sass/partials/_pages.scss */
.favorite:hover .favorite-tooltip {
  display: block;
  position: fixed;
  overflow: hidden;
}

/* line 622, sass/partials/_pages.scss */
.member-settings {
  padding: .5em;
  padding-top: .7em;
  background: #fafafa;
  border: 1px solid #eee;
  box-sizing: border-box;
  transition: all 300ms ease-in-out;
  margin-top: 1px !important;
  width: 100% !important;
  float: none !important;
}

/* line 636, sass/partials/_pages.scss */
.panel-content {
  transition: all 300ms ease-in-out;
  height: 100%;
}
/* line 641, sass/partials/_pages.scss */
.panel-content form {
  display: block;
}
/* line 644, sass/partials/_pages.scss */
.panel-content form label {
  display: block;
}
/* line 649, sass/partials/_pages.scss */
.panel-content i {
  display: inline-block;
}
/* line 653, sass/partials/_pages.scss */
.panel-content.closed {
  height: 34px;
  overflow: hidden;
}
/* line 658, sass/partials/_pages.scss */
.panel-content.closed .handle i {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 662, sass/partials/_pages.scss */
.panel-content.closed .toolbar {
  border: none;
}
/* line 667, sass/partials/_pages.scss */
.panel-content .toolbar {
  width: 100% !important;
  padding: 0 !important;
  float: none !important;
}
/* line 673, sass/partials/_pages.scss */
.panel-content .toolbar h3 {
  color: #45c53b;
  float: left;
  font-size: 1.1em;
  line-height: 1.1em;
  padding-top: 2px;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  border: none;
}
/* line 684, sass/partials/_pages.scss */
.panel-content .toolbar input[type="search"] {
  float: left;
  margin-left: 7px;
  color: #666;
  width: 40%;
  margin-top: 2px;
  display: block;
}
/* line 696, sass/partials/_pages.scss */
.panel-content .toolbar input[type="submit"] {
  float: left;
  margin-left: .5em;
  padding: .25em 1em;
  line-height: 1em;
  font-size: 1em;
  text-transform: none;
  cursor: pointer;
}
/* line 706, sass/partials/_pages.scss */
.panel-content .toolbar .handle {
  float: right;
  font-size: 1.5em;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  text-align: right;
}
/* line 713, sass/partials/_pages.scss */
.panel-content .toolbar .handle:after {
  content: ' ';
  display: table-cell;
  width: 100%;
  clear: both;
  height: 0;
}
/* line 722, sass/partials/_pages.scss */
.panel-content .toolbar .handle:hover i, .panel-content .toolbar .handle:hover span {
  color: #6ea7dc;
  cursor: pointer;
}
/* line 728, sass/partials/_pages.scss */
.panel-content .toolbar .handle i {
  color: #458ed2;
  transition: all 300ms ease-in-out;
}
/* line 733, sass/partials/_pages.scss */
.panel-content .toolbar .handle span {
  color: #458ed2;
  display: inline-block;
  font-size: 13px;
  transition: all 300ms ease-in-out;
  float: left;
  margin-top: 4px;
  margin-right: .5em;
  font-family: "Maven Pro";
  font-weight: 500;
}
/* line 746, sass/partials/_pages.scss */
.panel-content .toolbar:after {
  content: ' ';
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}

/* line 756, sass/partials/_pages.scss */
.pi-portal-search {
  margin-bottom: 1.5em;
}
/* line 760, sass/partials/_pages.scss */
.pi-portal-search form {
  overflow: hidden;
}
/* line 762, sass/partials/_pages.scss */
.pi-portal-search form:after {
  content: ' ';
  display: table-cell;
  clear: both;
  width: 100%;
  height: 0;
}
/* line 770, sass/partials/_pages.scss */
.pi-portal-search form h4 {
  color: #458ed2;
  text-transform: none;
  margin-bottom: .25em;
  margin-top: 1em;
}
/* line 777, sass/partials/_pages.scss */
.pi-portal-search form > div {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  padding: .5em;
}

/* line 789, sass/partials/_pages.scss */
.pi-preferences form {
  display: block;
}
/* line 792, sass/partials/_pages.scss */
.pi-preferences form label {
  display: block;
}
/* line 796, sass/partials/_pages.scss */
.pi-preferences form input[type="submit"] {
  float: right;
  padding: 5px 15px 1px;
}
/* line 803, sass/partials/_pages.scss */
.pi-preferences .homepage {
  float: right;
  width: 48%;
}
@media screen and (max-width: 37.5em) {
  /* line 803, sass/partials/_pages.scss */
  .pi-preferences .homepage {
    width: 100%;
  }
}
/* line 813, sass/partials/_pages.scss */
.pi-preferences .subscriptions {
  float: left;
  width: 48%;
}
@media screen and (max-width: 37.5em) {
  /* line 813, sass/partials/_pages.scss */
  .pi-preferences .subscriptions {
    width: 100%;
  }
}

/* line 823, sass/partials/_pages.scss */
li.gfield:before {
  content: none;
}

/* line 827, sass/partials/_pages.scss */
.result-filter {
  float: left;
  margin-right: 3%;
  width: 30%;
  margin-bottom: 1em;
}

/* line 834, sass/partials/_pages.scss */
.search-filters {
  padding: 1em;
  background: #fafafa;
  border: 1px solid #eee;
  font-size: 1em;
}
/* line 840, sass/partials/_pages.scss */
.search-filters h3, .search-filters h4 {
  font-size: 1em;
}
/* line 844, sass/partials/_pages.scss */
.search-filters ul {
  list-style-type: circle;
}
/* line 847, sass/partials/_pages.scss */
.search-filters ul li {
  margin-left: 1.5em;
}

/* line 853, sass/partials/_pages.scss */
.filters-title {
  margin-bottom: .5em;
}

/* line 857, sass/partials/_pages.scss */
#save-search-form {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 861, sass/partials/_pages.scss */
.search-helper {
  background: #45c53b;
  color: #fff;
  padding: 1em;
  margin: 1em 0;
  float: none !important;
  box-sizing: border-box;
  width: 100% !important;
  position: relative;
}
/* line 871, sass/partials/_pages.scss */
.search-helper ul {
  padding-left: 2em;
  list-style-type: circle;
}
/* line 876, sass/partials/_pages.scss */
.search-helper h2 {
  color: #fff;
}
/* line 880, sass/partials/_pages.scss */
.search-helper .close {
  position: absolute;
  right: 1em;
  top: 1em;
}
/* line 885, sass/partials/_pages.scss */
.search-helper .close span {
  cursor: pointer;
}

/* line 892, sass/partials/_pages.scss */
.rating {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 899, sass/partials/_pages.scss */
.single-pi_articles .article-rating .rating {
  font-size: 1.3em;
}

/* line 907, sass/partials/_pages.scss */
.logo-slider {
  padding: 2em 0;
  width: 100%;
  clear: both;
}
@media screen and (max-width: 43.75em) {
  /* line 912, sass/partials/_pages.scss */
  .logo-slider .slick-track {
    min-height: 100px;
  }
}
/* line 918, sass/partials/_pages.scss */
.logo-slider .slick-slide {
  text-align: center;
  height: 90px;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 924, sass/partials/_pages.scss */
.logo-slider .slick-slide a {
  display: inline-block;
}
@media screen and (max-width: 40.625em) {
  /* line 918, sass/partials/_pages.scss */
  .logo-slider .slick-slide {
    height: 60px;
  }
}
/* line 934, sass/partials/_pages.scss */
.logo-slider .slick-slide:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 943, sass/partials/_pages.scss */
.logo-slider .slick-slide img {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  padding: 0 1em;
  max-height: 90px;
  max-width: 100%;
  min-width: 100%;
}

/* line 955, sass/partials/_pages.scss */
.results-heading-title {
  padding: 1em 0 1em;
  margin-bottom: 1em;
  border-bottom: 4px solid #379e2f;
  color: #333;
}

/* line 963, sass/partials/_pages.scss */
.foundation-search {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 1em;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 1em;
}
/* line 972, sass/partials/_pages.scss */
.foundation-search small {
  display: block;
}
/* line 976, sass/partials/_pages.scss */
.foundation-search i {
  float: left;
  font-size: 1.5em;
  color: #369;
}
/* line 984, sass/partials/_pages.scss */
.foundation-search form input[type="search"] {
  padding: .25em !important;
  width: 75%;
  font-size: 1em;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 1em;
  border: 1px solid #ccc;
  transition: all 300ms;
}
/* line 994, sass/partials/_pages.scss */
.foundation-search form input[type="search"]:focus {
  outline: none;
  transform: scale(1.01);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
/* line 1002, sass/partials/_pages.scss */
.foundation-search form input[type="submit"] {
  padding: .5em;
  line-height: 1em;
  width: 20%;
  box-sizing: border-box;
  float: right;
}

/* line 1013, sass/partials/_pages.scss */
.member-result {
  display: flex;
}
/* line 1016, sass/partials/_pages.scss */
.member-result .foundation-logo {
  width: 150px;
  position: relative;
}
/* line 1019, sass/partials/_pages.scss */
.member-result .foundation-logo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/* line 1027, sass/partials/_pages.scss */
.member-result .foundation-info {
  padding-left: 2em;
  box-sizing: border-box;
}
/* line 1031, sass/partials/_pages.scss */
.member-result a.special-offer {
  color: #ff6633;
  font-style: italic;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: 12px;
}

/* line 1044, sass/partials/_pages.scss */
#main.coop-members-grid .page-content {
  width: 100%;
}
/* line 1047, sass/partials/_pages.scss */
#main.coop-members-grid .page-content .section-title {
  font-size: 1.8em;
  color: #333;
  text-transform: inherit;
}
/* line 1052, sass/partials/_pages.scss */
#main.coop-members-grid .page-content .section-title a {
  float: right;
  font-size: 0.7em;
}
@media screen and (max-width: 37.5em) {
  /* line 1052, sass/partials/_pages.scss */
  #main.coop-members-grid .page-content .section-title a {
    float: none;
    display: block;
  }
}
/* line 1064, sass/partials/_pages.scss */
#main.coop-members-grid .page-content .coop-members-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 2em 0;
}
/* line 1070, sass/partials/_pages.scss */
#main.coop-members-grid .page-content .coop-members-list .coop-member {
  display: block;
  width: 33.3%;
  margin-bottom: 2em;
  padding: 2em;
}
@media screen and (max-width: 62.5em) {
  /* line 1070, sass/partials/_pages.scss */
  #main.coop-members-grid .page-content .coop-members-list .coop-member {
    width: 50%;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 1070, sass/partials/_pages.scss */
  #main.coop-members-grid .page-content .coop-members-list .coop-member {
    width: 100%;
    padding: 1em;
  }
}
/* line 1085, sass/partials/_pages.scss */
#main.coop-members-grid .page-content .coop-members-list .coop-member .coop-member-title {
  margin-bottom: 1em;
}
/* line 1089, sass/partials/_pages.scss */
#main.coop-members-grid .page-content .coop-members-list .coop-member .featured-image-wrap {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}
/* line 1096, sass/partials/_pages.scss */
#main.coop-members-grid .page-content .coop-members-list .coop-member .featured-image-wrap .featured-image {
  max-height: 70%;
  max-width: 70%;
}
/* line 1102, sass/partials/_pages.scss */
#main.coop-members-grid .page-content .coop-members-list .coop-member .coop-excerpt {
  margin-bottom: 1em;
}
/* line 1106, sass/partials/_pages.scss */
#main.coop-members-grid .page-content .coop-members-list .coop-member .coop-more {
  float: right;
}
/* line 1115, sass/partials/_pages.scss */
#main.speaker-list-grid .page-content {
  width: 100%;
}
/* line 1118, sass/partials/_pages.scss */
#main.speaker-list-grid .page-content .section-title {
  font-size: 1.8em;
  color: #333;
  text-transform: inherit;
}
/* line 1123, sass/partials/_pages.scss */
#main.speaker-list-grid .page-content .section-title a {
  float: right;
  font-size: 0.7em;
}
@media screen and (max-width: 37.5em) {
  /* line 1123, sass/partials/_pages.scss */
  #main.speaker-list-grid .page-content .section-title a {
    float: none;
    display: block;
  }
}
/* line 1134, sass/partials/_pages.scss */
#main.speaker-list-grid .page-content .speakers-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 2em 0;
}
/* line 1140, sass/partials/_pages.scss */
#main.speaker-list-grid .page-content .speakers-list .speaker {
  display: block;
  width: 33.3%;
  margin-bottom: 2em;
  padding: 2em;
}
@media screen and (max-width: 62.5em) {
  /* line 1140, sass/partials/_pages.scss */
  #main.speaker-list-grid .page-content .speakers-list .speaker {
    width: 50%;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 1140, sass/partials/_pages.scss */
  #main.speaker-list-grid .page-content .speakers-list .speaker {
    width: 100%;
    padding: 1em;
  }
}
/* line 1155, sass/partials/_pages.scss */
#main.speaker-list-grid .page-content .speakers-list .speaker .featured-image-wrap {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}
/* line 1162, sass/partials/_pages.scss */
#main.speaker-list-grid .page-content .speakers-list .speaker .featured-image-wrap .featured-image {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  float: none;
}
/* line 1170, sass/partials/_pages.scss */
#main.speaker-list-grid .page-content .speakers-list .speaker .speaker-name {
  margin-bottom: 0.2em;
  text-transform: inherit;
}
/* line 1175, sass/partials/_pages.scss */
#main.speaker-list-grid .page-content .speakers-list .speaker .speaker-title {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  line-height: 1.2em;
}
/* line 1182, sass/partials/_pages.scss */
#main.speaker-list-grid .page-content .speakers-list .speaker .expertise-list-title {
  margin-top: 0.5em;
}
/* line 1187, sass/partials/_pages.scss */
#main.speaker-list-grid .page-content .speakers-list .speaker .user-content ul {
  margin-left: 0;
}
/* line 1197, sass/partials/_pages.scss */
#main.single-speakers .speaker-left {
  float: left;
  width: 30%;
}
@media screen and (max-width: 37.5em) {
  /* line 1197, sass/partials/_pages.scss */
  #main.single-speakers .speaker-left {
    width: 100%;
    margin-bottom: 2em;
  }
}
/* line 1206, sass/partials/_pages.scss */
#main.single-speakers .speaker-left .expertise-list-title {
  color: #2c88c9;
}
/* line 1210, sass/partials/_pages.scss */
#main.single-speakers .speaker-left .expertise-list {
  margin: 1em 0;
}
/* line 1215, sass/partials/_pages.scss */
#main.single-speakers .speaker-right {
  float: right;
  width: 65%;
}
@media screen and (max-width: 37.5em) {
  /* line 1215, sass/partials/_pages.scss */
  #main.single-speakers .speaker-right {
    width: 100%;
  }
}
/* line 1223, sass/partials/_pages.scss */
#main.single-speakers .speaker-right .back-to-speakers {
  margin: 2em 0;
}
/* line 1230, sass/partials/_pages.scss */
#main.single-foundation-firms .firm-left {
  float: left;
  width: 20%;
}
@media screen and (max-width: 43.75em) {
  /* line 1230, sass/partials/_pages.scss */
  #main.single-foundation-firms .firm-left {
    width: 100%;
  }
}
/* line 1238, sass/partials/_pages.scss */
#main.single-foundation-firms .firm-left .featured-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 2em;
}
@media screen and (max-width: 43.75em) {
  /* line 1238, sass/partials/_pages.scss */
  #main.single-foundation-firms .firm-left .featured-image {
    max-width: 250px;
  }
}
/* line 1250, sass/partials/_pages.scss */
#main.single-foundation-firms .firm-info {
  float: right;
  width: 75%;
}
@media screen and (max-width: 43.75em) {
  /* line 1250, sass/partials/_pages.scss */
  #main.single-foundation-firms .firm-info {
    width: 100%;
  }
}
/* line 1258, sass/partials/_pages.scss */
#main.single-foundation-firms .firm-info .back-to-results {
  display: block;
  margin: 2em 0;
}
/* line 1262, sass/partials/_pages.scss */
#main.single-foundation-firms .firm-info a.special-offer {
  color: #ff6633;
  font-style: italic;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  width: 100%;
  text-align: center;
}
/* line 1273, sass/partials/_pages.scss */
#main.single-foundation-firms.new-member-single .firm-info {
  position: relative;
}
/* line 1275, sass/partials/_pages.scss */
#main.single-foundation-firms.new-member-single .firm-info:after {
  color: #2c88c9;
  border: 2px solid #2c88c9;
  content: "New Member";
  font-size: 11px;
  width: auto;
  padding: 0px 7px;
  font-weight: bold;
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 1293, sass/partials/_pages.scss */
#main.foundation-member-directory .member-result {
  align-items: center;
}
/* line 1296, sass/partials/_pages.scss */
#main.foundation-member-directory .member-result .foundation-logo {
  width: 25%;
  height: auto;
}
/* line 1301, sass/partials/_pages.scss */
#main.foundation-member-directory .member-result .foundation-info {
  width: 70%;
}

/* line 1308, sass/partials/_pages.scss */
.chime-accordion-content ul li:before {
  content: "\25c6" !important;
  color: #45c53b !important;
  font-family: "FontAwesome" !important;
  position: absolute !important;
  display: block !important;
  top: .1em !important;
  left: 0 !important;
}

/* line 1318, sass/partials/_pages.scss */
article.member-result {
  display: flex;
  align-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  margin: 0px;
  padding: 1em;
  border: none;
}
/* line 1328, sass/partials/_pages.scss */
article.member-result.new-member {
  position: relative;
}
/* line 1330, sass/partials/_pages.scss */
article.member-result.new-member::after {
  color: #2c88c9;
  border: 2px solid #2c88c9;
  content: "New Member";
  font-size: 11px;
  width: auto;
  padding: 0px 7px;
  font-weight: bold;
  border-radius: 3px;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
/* line 1345, sass/partials/_pages.scss */
article.member-result:nth-child(even) {
  background: #f8f6ee;
}
/* line 1349, sass/partials/_pages.scss */
article.member-result .member-pic {
  box-sizing: border-box;
  padding-right: 1em;
}
/* line 1353, sass/partials/_pages.scss */
article.member-result .member-pic img {
  min-width: 150px !important;
  height: auto;
}

/* line 1, sass/partials/_forms.scss */
input[type="text"],
input[type="password"],
textarea,
select {
  font-family: "Maven Pro";
  border: 1px solid #45c53b;
  padding: 10px 10px 5px;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  text-indent: 1px;
  line-height: 1em;
}

/* line 20, sass/partials/_forms.scss */
input[type="submit"].button, .sidebar input[type="submit"].button-primary {
  cursor: pointer;
  background: #45c53b;
  color: white;
  line-height: 2em;
  transition: background 0.15s ease-in-out;
}
/* line 27, sass/partials/_forms.scss */
input[type="submit"].button:hover, .sidebar input[type="submit"].button-primary:hover {
  background: #379e2f;
}

/* line 34, sass/partials/_forms.scss */
label:hover {
  cursor: pointer;
}

/* line 41, sass/partials/_forms.scss */
.user-content .gform_wrapper input[type="text"],
.user-content .gform_wrapper textarea,
.user-content .gform_wrapper select {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 31.25em) {
  /* line 41, sass/partials/_forms.scss */
  .user-content .gform_wrapper input[type="text"],
  .user-content .gform_wrapper textarea,
  .user-content .gform_wrapper select {
    width: 100% !important;
  }
}
/* line 52, sass/partials/_forms.scss */
.user-content .gform_wrapper .gfield_label {
  font-weight: normal !important;
}
/* line 56, sass/partials/_forms.scss */
.user-content .gform_wrapper .gfield_description {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #7e7e7e;
  padding: 0;
}

/* line 64, sass/partials/_forms.scss */
#chime-member-search p {
  float: left;
  width: 50%;
}

/* line 69, sass/partials/_forms.scss */
#chime-member-search p input, #chime-member-search p select {
  width: 90%;
}

/* line 73, sass/partials/_forms.scss */
#chime-member-search input[type="submit"] {
  clear: both;
}

/* line 79, sass/partials/_forms.scss */
.gform_fields li:before {
  content: '' !important;
}

/* line 84, sass/partials/_forms.scss */
.gsurvey-rank-choice {
  padding: .5em 0;
  border-bottom: 1px solid #eee;
}
/* line 88, sass/partials/_forms.scss */
.gsurvey-rank-choice img {
  vertical-align: middle;
  margin-right: .5em;
  margin-top: -2px;
}

/*------------------------------------*\
    USER STYLES
\*------------------------------------*/
/*------------------------------------*\
    WORDPRESS STANDARD STYLES
\*------------------------------------*/
/* line 11, sass/partials/_wysiwyg.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 15, sass/partials/_wysiwyg.scss */
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 20, sass/partials/_wysiwyg.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 25, sass/partials/_wysiwyg.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 30, sass/partials/_wysiwyg.scss */
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 35, sass/partials/_wysiwyg.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 40, sass/partials/_wysiwyg.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 44, sass/partials/_wysiwyg.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 49, sass/partials/_wysiwyg.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 55, sass/partials/_wysiwyg.scss */
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

/* line 63, sass/partials/_wysiwyg.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 67, sass/partials/_wysiwyg.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 71, sass/partials/_wysiwyg.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 75, sass/partials/_wysiwyg.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 84, sass/partials/_wysiwyg.scss */
.wp-caption .wp-caption-text, .gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

@media print {
  /* line 2, sass/partials/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 3, sass/partials/_print.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 4, sass/partials/_print.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 5, sass/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 6, sass/partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 7, sass/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 8, sass/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 10, sass/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 11, sass/partials/_print.scss */
  h2, h3 {
    page-break-after: avoid;
  }

  /* line 15, sass/partials/_print.scss */
  #header .main-nav {
    display: none !important;
  }

  /* line 16, sass/partials/_print.scss */
  #header .utility {
    display: none !important;
  }

  /* line 17, sass/partials/_print.scss */
  #header .members-nav {
    display: none !important;
  }

  /* line 18, sass/partials/_print.scss */
  #footer {
    display: none !important;
  }

  /* line 19, sass/partials/_print.scss */
  .sidebar {
    display: none !important;
  }

  /* line 20, sass/partials/_print.scss */
  .page-content {
    width: 100% !important;
    float: none !important;
  }

  /* line 22, sass/partials/_print.scss */
  #top-link {
    display: none;
  }

  /* line 24, sass/partials/_print.scss */
  .print-button {
    display: none;
  }
}
/* MODERNIZR CLASSES USED FOR FEATURE DECTECTION */
/* IE 9 and below */
/* line 5, sass/partials/_ie.scss */
.no-flexbox {
  /* IE 9 only*/
  /* IE 8 and below */
}
/* line 16, sass/partials/_ie.scss */
.no-flexbox.no-canvas {
  /* IE 8 only */
  /* IE 7 and below */
}

/* line 1, sass/partials/_az-listing.scss */
#letters {
  line-height: 1px;
}

/* line 4, sass/partials/_az-listing.scss */
.az-links {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
/* line 9, sass/partials/_az-listing.scss */
.az-links li {
  padding: 0 !important;
  margin-left: .5rem;
}
/* line 12, sass/partials/_az-listing.scss */
.az-links li:before {
  display: none !important;
}

/* line 18, sass/partials/_az-listing.scss */
#az-slider #inner-slider {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
/* line 23, sass/partials/_az-listing.scss */
#az-slider #inner-slider .letter-section {
  width: 100%;
  padding-top: 1.618em;
  padding-bottom: 1.618em;
}
/* line 30, sass/partials/_az-listing.scss */
#az-slider #inner-slider .letter-section .column li:before {
  display: none;
}
/* line 35, sass/partials/_az-listing.scss */
#az-slider #inner-slider .letter-section .back-to-top {
  line-height: 17px;
}

/* line 43, sass/partials/_az-listing.scss */
.foundation-search form.search input.search-input {
  border-radius: .5em;
  width: 60%;
  border: 1px solid #45c53b;
  padding: .5em .25em !important;
  margin-bottom: 1em;
}
/* line 50, sass/partials/_az-listing.scss */
.foundation-search form.search input.button, .foundation-search form.search .sidebar input.button-primary, .sidebar .foundation-search form.search input.button-primary {
  float: none;
}
/* line 53, sass/partials/_az-listing.scss */
.foundation-search form.search:after {
  content: "";
  clear: both;
  display: table;
}
