@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
.img-fluid img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  max-width: 100%; }

legend {
  letter-spacing: -0.035em;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.3;
  color: #1A1A1A;
  margin: 2.33rem 0 0.55rem 0; }

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0.11rem; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.11rem;
  transition: all .2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #666666; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  table th,
  table td {
    padding: 0.75rem;
    line-height: 1.2;
    vertical-align: top;
    border: 0;
    border-top: 1px solid #CCCCCC;
    word-break: normal; }
  table thead th {
    vertical-align: top;
    border-bottom: 2px solid #CCCCCC;
    font-weight: 500; }
  table th {
    background-color: #f7f7f7; }
  table tbody + tbody {
    border-top: 2px solid #CCCCCC; }
  table table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #CCCCCC; }

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
  margin-bottom: 1em; }

.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0.9em;
  height: 0.9em; }

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 0.5em;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3); }

/*.field--type-text-with-summary table {
  @extend .table-responsive;
}*/
h1, .h1 {
  letter-spacing: -0.035em;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 2.44rem;
  font-weight: 300;
  line-height: 1.05;
  color: #62366F;
  margin: 2.44rem 0 0.83rem; }

h2, .h2 {
  letter-spacing: -0.035em;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.61rem;
  font-weight: 400;
  line-height: 1.1;
  color: #62366F;
  margin: 2.44rem 0 0.83rem 0; }

h3, .h3 {
  letter-spacing: -0.035em;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.3;
  color: #1A1A1A;
  margin: 2.33rem 0 0.55rem 0; }

h4, .h4 {
  letter-spacing: -0.035em;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.3;
  color: #1A1A1A;
  margin: 2.33rem 0 0.55rem 0; }

h5, .h5 {
  letter-spacing: -0.035em;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.3;
  color: #1A1A1A;
  margin: 2.33rem 0 0.55rem 0; }

h6, .h6 {
  letter-spacing: -0.035em;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.3;
  color: #1A1A1A;
  margin: 2.33rem 0 0.55rem 0; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 5.5rem;
  font-weight: 100;
  line-height: 1; }

.display-2 {
  font-size: 4.5rem;
  font-weight: 100;
  line-height: 1; }
  @media screen and (max-width: 544px) {
    .display-2 {
      font-size: 3.5rem; } }

.display-3 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1; }

.display-4 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.05; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  margin: 1rem 0;
  padding: 0.5rem 0;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.3;
  color: #795582; }

blockquote p {
  margin: 0; }

cite {
  display: block;
  padding: 0.25rem 0;
  font-size: 1rem;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #666666; }
  cite:before {
    content: "\2013\00A0"; }

span.highlight-primary {
  background-color: #2b8500;
  color: white; }

span.highlight-secondary {
  background-color: #795582;
  color: white; }

.a-counter {
  text-align: center;
  margin-bottom: 1rem; }
  .a-counter .a-counter__text-above {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    text-transform: uppercase; }
  .a-counter .a-counter__number {
    font-size: 2.5em;
    line-height: 1; }
  .a-counter .a-counter__number-suffix {
    margin-top: 0.5em; }
  .a-counter .a-counter__text-below {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    text-transform: uppercase; }

.a-feature-box {
  margin-bottom: 1rem; }
  .a-feature-box .a-feature-box__header {
    margin-bottom: 0.5rem;
    display: table; }
  .a-feature-box .a-feature-box__icon {
    display: table-cell;
    vertical-align: middle;
    padding-right: 0.25rem;
    width: 5rem; }
    .a-feature-box .a-feature-box__icon i {
      color: rgba(121, 85, 130, 0.8);
      font-size: 3rem;
      width: 100%;
      text-align: center; }
  .a-feature-box .a-feature-box__title {
    display: table-cell;
    vertical-align: middle;
    letter-spacing: -0.035em;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.035em;
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.16rem;
    font-weight: 500;
    line-height: 1.3;
    color: #1A1A1A;
    margin: 2.33rem 0 0.55rem 0;
    margin: 0; }
  .a-feature-box .a-feature-box__content {
    font-size: 0.9rem; }

.block--author-post {
  text-align: center;
  margin-bottom: 3rem; }

.block--block-7 p {
  margin: 0; }

.block--feature-newsletter {
  background-image: url('../images/bg/notebook-stock-photo-20011.jpg'); }

.block--menu-block:not(.block--menu-block-1) .block__content .menu {
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none; }
  .block--menu-block:not(.block--menu-block-1) .block__content .menu li {
    list-style: none; }
  .block--menu-block:not(.block--menu-block-1) .block__content .menu a {
    display: block;
    padding: 0.5rem 0;
    text-decoration: none; }
  .block--menu-block:not(.block--menu-block-1) .block__content .menu a.active {
    font-weight: 400; }
  .block--menu-block:not(.block--menu-block-1) .block__content .menu .menu {
    padding-left: 0.6rem; }
  .block--menu-block:not(.block--menu-block-1) .block__content .menu > li {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

.block--menu-menu-footer {
  margin: 0.5rem 0; }
  .block--menu-menu-footer .block__content {
    font-size: 0.8rem; }
    .block--menu-menu-footer .block__content .menu {
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center; }
      .block--menu-menu-footer .block__content .menu li {
        display: inline-block;
        margin: 0 0.5rem; }

.block--search-form .form-item {
  margin-bottom: 0; }

.block--search-form .form-actions, .block--search-form .form-submit {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  margin: 0; }

.views-exposed-form-search-page .views-exposed-widgets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: -0.5rem; }
  .views-exposed-form-search-page .views-exposed-widgets > * {
    margin: 0.5rem; }

.block__title {
  letter-spacing: -0.035em;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.3;
  color: #1A1A1A;
  margin: 2.33rem 0 0.55rem 0;
  margin: 0 0 0.25rem 0; }

.block {
  margin-bottom: 1.5rem; }

.block input.form-text,
.block input[type="text"],
.block input[type="password"],
.block textarea {
  width: 100%; }

.book-navigation {
  margin: 1rem 0 0 0;
  padding: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.25rem;
  *zoom: 1; }
  .book-navigation:after {
    content: "";
    display: table;
    clear: both; }

.book-navigation__links {
  overflow: hidden; }

.book-navigation__previous,
.book-navigation__next {
  padding: 0.5rem 0;
  width: 100%; }

.book-navigation__previous {
  float: left; }
  @media (min-width: 544px) {
    .book-navigation__previous {
      width: 45%; } }

.book-navigation__next {
  float: right; }
  @media (min-width: 544px) {
    .book-navigation__next {
      width: 45%; } }

.book-navigation__view-all {
  display: block;
  text-align: right;
  margin-top: 0.5rem;
  font-size: 0.9rem; }

.breadcrumb {
  font-size: 0.9rem;
  padding: 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  *zoom: 1; }
  .breadcrumb:after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumb > li {
    float: left; }
    .breadcrumb > li + li::before {
      padding-right: .5rem;
      padding-left: .5rem;
      color: #666666;
      content: "/"; }
  .breadcrumb > .active {
    color: #666666; }

.btn, button,
input[type=button],
input[type=submit],
input[type=reset], #crm-container.crm-public .crm-button input {
  display: inline-block;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 0.44rem 1.11rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.11rem;
  transition: all 0.2s ease-in-out; }
  .btn:focus, button:focus,
  input[type=button]:focus,
  input[type=submit]:focus,
  input[type=reset]:focus, #crm-container.crm-public .crm-button input:focus, .btn.focus, button.focus,
  input.focus[type=button],
  input.focus[type=submit],
  input.focus[type=reset], #crm-container.crm-public .crm-button input.focus, .btn:active:focus, button:active:focus,
  input[type=button]:active:focus,
  input[type=submit]:active:focus,
  input[type=reset]:active:focus, #crm-container.crm-public .crm-button input:active:focus, .btn:active.focus, button:active.focus,
  input[type=button]:active.focus,
  input[type=submit]:active.focus,
  input[type=reset]:active.focus, #crm-container.crm-public .crm-button input:active.focus, .btn.active:focus, button.active:focus,
  input.active[type=button]:focus,
  input.active[type=submit]:focus,
  input.active[type=reset]:focus, #crm-container.crm-public .crm-button input.active:focus, .btn.active.focus, button.active.focus,
  input.active.focus[type=button],
  input.active.focus[type=submit],
  input.active.focus[type=reset], #crm-container.crm-public .crm-button input.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, button:focus,
  input[type=button]:focus,
  input[type=submit]:focus,
  input[type=reset]:focus, #crm-container.crm-public .crm-button input:focus, .btn:hover, button:hover,
  input[type=button]:hover,
  input[type=submit]:hover,
  input[type=reset]:hover, #crm-container.crm-public .crm-button input:hover {
    text-decoration: none; }
  .btn.focus, button.focus,
  input.focus[type=button],
  input.focus[type=submit],
  input.focus[type=reset], #crm-container.crm-public .crm-button input.focus {
    text-decoration: none; }
  .btn:active, button:active,
  input[type=button]:active,
  input[type=submit]:active,
  input[type=reset]:active, #crm-container.crm-public .crm-button input:active, .btn.active, button.active,
  input.active[type=button],
  input.active[type=submit],
  input.active[type=reset], #crm-container.crm-public .crm-button input.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, button.disabled,
  input.disabled[type=button],
  input.disabled[type=submit],
  input.disabled[type=reset], #crm-container.crm-public .crm-button input.disabled, .btn:disabled, button:disabled,
  input[type=button]:disabled,
  input[type=submit]:disabled,
  input[type=reset]:disabled, #crm-container.crm-public .crm-button input:disabled {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn, button,
input[type=button],
input[type=submit],
input[type=reset], #crm-container.crm-public .crm-button input {
  color: #fff;
  background-color: #2b8500;
  border-color: #2b8500; }
  .btn:hover, button:hover,
  input[type=button]:hover,
  input[type=submit]:hover,
  input[type=reset]:hover, #crm-container.crm-public .crm-button input:hover {
    color: #fff;
    background-color: #1b5200;
    border-color: #174800; }
  .btn:focus, button:focus,
  input[type=button]:focus,
  input[type=submit]:focus,
  input[type=reset]:focus, #crm-container.crm-public .crm-button input:focus, .btn.focus, button.focus,
  input.focus[type=button],
  input.focus[type=submit],
  input.focus[type=reset], #crm-container.crm-public .crm-button input.focus {
    color: #fff;
    background-color: #1b5200;
    border-color: #174800; }
  .btn:active, button:active,
  input[type=button]:active,
  input[type=submit]:active,
  input[type=reset]:active, #crm-container.crm-public .crm-button input:active, .btn.active, button.active,
  input.active[type=button],
  input.active[type=submit],
  input.active[type=reset], #crm-container.crm-public .crm-button input.active,
  .open > .btn.dropdown-toggle,
  .open > button.dropdown-toggle,
  .open >
  input.dropdown-toggle[type=button],
  .open >
  input.dropdown-toggle[type=submit],
  .open >
  input.dropdown-toggle[type=reset], #crm-container.crm-public .crm-button
  .open > input.dropdown-toggle {
    color: #fff;
    background-color: #1b5200;
    border-color: #174800;
    background-image: none; }
    .btn:active:hover, button:active:hover,
    input[type=button]:active:hover,
    input[type=submit]:active:hover,
    input[type=reset]:active:hover, #crm-container.crm-public .crm-button input:active:hover, .btn:active:focus, button:active:focus,
    input[type=button]:active:focus,
    input[type=submit]:active:focus,
    input[type=reset]:active:focus, #crm-container.crm-public .crm-button input:active:focus, .btn:active.focus, button:active.focus,
    input[type=button]:active.focus,
    input[type=submit]:active.focus,
    input[type=reset]:active.focus, #crm-container.crm-public .crm-button input:active.focus, .btn.active:hover, button.active:hover,
    input.active[type=button]:hover,
    input.active[type=submit]:hover,
    input.active[type=reset]:hover, #crm-container.crm-public .crm-button input.active:hover, .btn.active:focus, button.active:focus,
    input.active[type=button]:focus,
    input.active[type=submit]:focus,
    input.active[type=reset]:focus, #crm-container.crm-public .crm-button input.active:focus, .btn.active.focus, button.active.focus,
    input.active.focus[type=button],
    input.active.focus[type=submit],
    input.active.focus[type=reset], #crm-container.crm-public .crm-button input.active.focus,
    .open > .btn.dropdown-toggle:hover,
    .open > button.dropdown-toggle:hover,
    .open >
    input.dropdown-toggle[type=button]:hover,
    .open >
    input.dropdown-toggle[type=submit]:hover,
    .open >
    input.dropdown-toggle[type=reset]:hover, #crm-container.crm-public .crm-button
    .open > input.dropdown-toggle:hover,
    .open > .btn.dropdown-toggle:focus,
    .open > button.dropdown-toggle:focus,
    .open >
    input.dropdown-toggle[type=button]:focus,
    .open >
    input.dropdown-toggle[type=submit]:focus,
    .open >
    input.dropdown-toggle[type=reset]:focus, #crm-container.crm-public .crm-button
    .open > input.dropdown-toggle:focus,
    .open > .btn.dropdown-toggle.focus,
    .open > button.dropdown-toggle.focus,
    .open >
    input.dropdown-toggle.focus[type=button],
    .open >
    input.dropdown-toggle.focus[type=submit],
    .open >
    input.dropdown-toggle.focus[type=reset], #crm-container.crm-public .crm-button
    .open > input.dropdown-toggle.focus {
      color: #fff;
      background-color: #0f2e00;
      border-color: #020600; }
  .btn.disabled:focus, button.disabled:focus,
  input.disabled[type=button]:focus,
  input.disabled[type=submit]:focus,
  input.disabled[type=reset]:focus, #crm-container.crm-public .crm-button input.disabled:focus, .btn.disabled.focus, button.disabled.focus,
  input.disabled.focus[type=button],
  input.disabled.focus[type=submit],
  input.disabled.focus[type=reset], #crm-container.crm-public .crm-button input.disabled.focus, .btn:disabled:focus, button:disabled:focus,
  input[type=button]:disabled:focus,
  input[type=submit]:disabled:focus,
  input[type=reset]:disabled:focus, #crm-container.crm-public .crm-button input:disabled:focus, .btn:disabled.focus, button:disabled.focus,
  input[type=button]:disabled.focus,
  input[type=submit]:disabled.focus,
  input[type=reset]:disabled.focus, #crm-container.crm-public .crm-button input:disabled.focus {
    background-color: #2b8500;
    border-color: #2b8500; }
  .btn.disabled:hover, button.disabled:hover,
  input.disabled[type=button]:hover,
  input.disabled[type=submit]:hover,
  input.disabled[type=reset]:hover, #crm-container.crm-public .crm-button input.disabled:hover, .btn:disabled:hover, button:disabled:hover,
  input[type=button]:disabled:hover,
  input[type=submit]:disabled:hover,
  input[type=reset]:disabled:hover, #crm-container.crm-public .crm-button input:disabled:hover {
    background-color: #2b8500;
    border-color: #2b8500; }

.btn-primary {
  color: #fff;
  background-color: #2b8500;
  border-color: #2b8500; }
  .btn-primary:hover {
    color: #fff;
    background-color: #1b5200;
    border-color: #174800; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #1b5200;
    border-color: #174800; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1b5200;
    border-color: #174800;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #0f2e00;
      border-color: #020600; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #2b8500;
    border-color: #2b8500; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #2b8500;
    border-color: #2b8500; }

.btn-secondary {
  color: #373737;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #373737;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373737;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #373737;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #373737;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-primary-outline {
  color: #2b8500;
  background-image: none;
  background-color: transparent;
  border-color: #2b8500; }
  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active,
  .open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #2b8500;
    border-color: #2b8500; }
  .btn-primary-outline:hover {
    color: #fff;
    background-color: #2b8500;
    border-color: #2b8500; }
  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
    border-color: #4ceb00; }
  .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    border-color: #4ceb00; }

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active,
  .open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
    border-color: white; }
  .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
    border-color: white; }

.btn-info-outline {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active,
  .open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info-outline:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
    border-color: #b0e1ef; }
  .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
    border-color: #b0e1ef; }

.btn-success-outline {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active,
  .open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success-outline:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
    border-color: #a3d7a3; }
  .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
    border-color: #a3d7a3; }

.btn-warning-outline {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active,
  .open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning-outline:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
    border-color: #f8d9ac; }
  .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
    border-color: #f8d9ac; }

.btn-danger-outline {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active,
  .open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger-outline:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
    border-color: #eba5a3; }
  .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
    border-color: #eba5a3; }

.btn-white-outline {
  color: #FFF;
  background-image: none;
  background-color: transparent;
  border-color: #FFF; }
  .btn-white-outline:focus, .btn-white-outline.focus, .btn-white-outline:active, .btn-white-outline.active,
  .open > .btn-white-outline.dropdown-toggle {
    color: #fff;
    background-color: #FFF;
    border-color: #FFF; }
  .btn-white-outline:hover {
    color: #fff;
    background-color: #FFF;
    border-color: #FFF; }
  .btn-white-outline.disabled:focus, .btn-white-outline.disabled.focus, .btn-white-outline:disabled:focus, .btn-white-outline:disabled.focus {
    border-color: white; }
  .btn-white-outline.disabled:hover, .btn-white-outline:disabled:hover {
    border-color: white; }

.btn-link {
  font-weight: normal;
  color: #1A1A1A;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #62366F;
    text-decoration: none;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #666666;
    text-decoration: none; }

.btn-lg {
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.11rem; }

.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.11rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

@media (min-width: 767px) {
  #crm-container.crm-public {
    width: 66%;
    margin: auto; } }

#crm-container.crm-public .label,
#crm-container.crm-public .price-field-amount {
  width: auto;
  float: none;
  text-align: left; }
  #crm-container.crm-public .label label,
  #crm-container.crm-public .price-field-amount label {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0.2rem; }

#crm-container.crm-public .calc-value,
#crm-container.crm-public .content {
  margin-left: 0; }
  #crm-container.crm-public .calc-value input,
  #crm-container.crm-public .content input {
    margin-right: 0.5em; }
  #crm-container.crm-public .calc-value input[type="radio"],
  #crm-container.crm-public .calc-value input[type="checkbox"],
  #crm-container.crm-public .content input[type="radio"],
  #crm-container.crm-public .content input[type="checkbox"] {
    margin-left: 0.5em; }
  #crm-container.crm-public .calc-value label,
  #crm-container.crm-public .content label {
    font-size: 1rem; }

#crm-container.crm-public div.messages.help {
  background-image: url("/misc/message-24-info.png");
  background-position: 8px 8px;
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px;
  font-size: 1rem; }

#crm-container.crm-public .crm-section {
  margin-bottom: 1rem;
  padding: 0; }

#crm-container.crm-public .crm-button {
  background: none;
  padding: 0;
  border: 0; }
  #crm-container.crm-public .crm-button .crm-button-icon {
    display: none; }
  #crm-container.crm-public .crm-button input {
    text-shadow: none; }

#crm-container.crm-public fieldset {
  margin-bottom: 1.5rem; }
  #crm-container.crm-public fieldset legend {
    letter-spacing: -0.035em;
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.16rem;
    font-weight: 500;
    line-height: 1.3;
    color: #1A1A1A;
    margin: 2.33rem 0 0.55rem 0;
    width: 100%;
    padding: 0; }

#crm-container.crm-public textarea,
#crm-container.crm-public input[type="text"],
#crm-container.crm-public input[type="password"],
#crm-container.crm-public input[type="datetime"],
#crm-container.crm-public input[type="datetime-local"],
#crm-container.crm-public input[type="date"],
#crm-container.crm-public input[type="month"],
#crm-container.crm-public input[type="time"],
#crm-container.crm-public input[type="week"],
#crm-container.crm-public input[type="number"],
#crm-container.crm-public input[type="email"],
#crm-container.crm-public input[type="url"],
#crm-container.crm-public input[type="search"],
#crm-container.crm-public input[type="tel"],
#crm-container.crm-public input[type="color"] {
  width: 100%;
  box-sizing: border-box;
  height: auto; }

#crm-container.crm-public #crm-submit-buttons {
  overflow: auto;
  height: auto;
  margin-bottom: 1rem; }

#crm-container.crm-public .crm-profile-tagsandgroups li {
  margin-bottom: 0.5em; }

.crm-button > .crm-i {
  display: none; }

.crm-container.crm-public .select2-container .select2-choice {
  padding: 0 0 0 8px; }

div.crm-container label {
  font-weight: inherit; }

#crm-container div#printer-friendly {
  display: none; }

.crm-container #help ul li {
  background-image: none; }

.comment-default .comment-default__meta-1 {
  display: inline-block;
  margin-right: 0.5rem; }

.comment-default .comment-default__meta-2 {
  display: inline-block;
  vertical-align: middle; }

.comment-default .comment-default__content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.5rem;
  margin-top: 0.5rem; }

.comment.comment-full {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 2px;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.05);
  padding: 1rem;
  margin-bottom: 1.875rem; }
  .comment.comment-full .panel-pane {
    margin: 0; }

.facetapi-facetapi-checkbox-links {
  padding: 0;
  list-style: none; }
  .facetapi-facetapi-checkbox-links a {
    text-decoration: none; }

.field--name-field-image {
  margin-bottom: 1rem; }
  .field--name-field-image .file-image {
    position: relative; }
    .field--name-field-image .file-image .field--name-field-file-image-caption {
      position: absolute;
      bottom: 0;
      right: 0;
      font-size: 0.8rem;
      padding: 0.5em;
      color: #FFF;
      background: rgba(0, 0, 0, 0.5); }

.media-wysiwyg {
  text-align: center;
  margin-bottom: 1rem; }
  .media-wysiwyg .field--name-field-file-image-caption {
    font-size: 0.9rem; }

.field--type-image .field__items {
  text-align: center; }
  .field--type-image .field__items img {
    display: block;
    max-width: 100%;
    height: auto; }

.field__label {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.2rem; }

.label {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.2rem; }

.form-item {
  margin-bottom: 1rem; }

.text-format-wrapper .form-item {
  margin-bottom: 1rem; }

.form-item label {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.2rem; }

.form-item label.option {
  display: inline;
  font-weight: inherit; }

.form-item .description {
  font-size: 0.9rem;
  margin-top: 0.2em;
  color: #666666; }

.form-item .form-required {
  color: #d9534f; }

input[type="file"] {
  line-height: 1; }

input.form-text,
input[type="text"],
input[type="password"] {
  font-size: 0.9rem;
  padding: 0.5rem;
  border: 1px solid #ccc;
  color: #4B4B4B; }

textarea {
  font-size: 0.9rem;
  padding: 0.5rem;
  border: 1px solid #ccc;
  color: #4B4B4B; }

select {
  font-size: 0.9rem;
  color: #4B4B4B;
  border: 1px solid #ccc;
  padding: 0.5rem; }

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-bottom: 0.5rem; }

input.error {
  border: 2px solid #d9534f; }

.container-of {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  *zoom: 1;
  overflow: visible; }
  .container-of:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container-of {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container-of {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container-of {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container-of {
      max-width: 1140px; } }

.row-of {
  *zoom: 1;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  *zoom: 1;
  overflow: visible; }
  .row-of:after {
    content: "";
    display: table;
    clear: both; }
  .row-of:after {
    content: "";
    display: table;
    clear: both; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  *zoom: 1; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  *zoom: 1; }
  .container-fluid:after {
    content: "";
    display: table;
    clear: both; }

.row {
  *zoom: 1;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

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

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.l-branding {
  font-size: 0.9rem; }

.l-branding {
  padding-right: 43px;
  clear: both; }
  .l-branding .site-logo {
    display: block;
    margin: 0 0 0.5rem 0; }
    .l-branding .site-logo img {
      width: 230px; }
  .l-branding .site-slogan {
    margin: 1rem 1rem 0 0;
    font-family: "Roboto Slab", Georgia, serif;
    font-weight: 300;
    font-size: 1.16rem;
    text-align: right;
    display: inline-block;
    vertical-align: middle; }
  .l-branding .l-region--branding .block:last-child {
    margin-bottom: 0; }

@media (min-width: 544px) {
  .l-branding .site-logo,
  .l-branding .l-region--branding {
    display: inline-block;
    vertical-align: middle; }
  .l-branding .site-logo {
    margin: 0 1rem 0 0; } }

@media (min-width: 992px) {
  .l-branding .site-logo img {
    width: 400px; }
  .l-branding .site-slogan {
    float: right;
    margin: 2.55rem 1rem 0 0; }
  .l-branding .l-region--branding {
    font-size: 1rem; } }

.l-page--layout .l-content {
  padding-top: 0;
  padding-bottom: 0; }

.l-page {
  overflow-x: hidden; }

.l-header {
  padding: 0.5rem 0 1rem 0; }

.l-landmark {
  padding: 1rem 0;
  background: rgba(0, 0, 0, 0.02); }

.page-title {
  margin: 0; }

.l-content {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 992px) {
    .l-content {
      padding-bottom: 2rem; } }

.l-region--sidebar-second {
  padding: 1rem 0 2rem 0; }

.l-feature {
  color: #FFF; }
  .l-feature h1,
  .l-feature h2,
  .l-feature h3,
  .l-feature h4,
  .l-feature h5,
  .l-feature h6 {
    color: #FFF; }
  .l-feature a {
    color: #FFF; }

.l-feature-overlay {
  padding: 2rem 0;
  background: rgba(0, 0, 0, 0.55); }
  @media (min-width: 992px) {
    .l-feature-overlay {
      background: linear-gradient(to left, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.33) 50%, transparent 100%); } }

.l-footer {
  padding: 1.5rem 0; }

.l-region--sidebar-second .block--block .block__content {
  font-size: 0.9rem; }

.l-region--top-bar {
  float: right; }
  .l-region--top-bar .block {
    display: inline-block;
    margin-bottom: 0;
    font-size: 0.9em; }
  .l-region--top-bar nav ul.menu {
    padding: 0;
    margin-bottom: 0.5rem; }
    .l-region--top-bar nav ul.menu li {
      display: inline-block;
      margin-left: 0.5rem;
      list-style: none; }

.l-region--navigation .block {
  padding: 0 1rem;
  margin-bottom: 1rem; }

.l-region--navigation .block__title {
  text-transform: uppercase;
  color: #666666;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.75rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  margin-bottom: 0.1rem;
  border: 0; }

.l-region--navigation .block--menu-block {
  padding: 0; }
  .l-region--navigation .block--menu-block .block__title {
    margin: 1rem 1rem 0 1rem; }
  .l-region--navigation .block--menu-block .block__content .menu {
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
    list-style: none; }
    .l-region--navigation .block--menu-block .block__content .menu li {
      list-style: none; }
    .l-region--navigation .block--menu-block .block__content .menu a {
      display: block;
      padding: 0.4rem 1rem;
      text-decoration: none; }
  .l-region--navigation .block--menu-block .block__content > .menu-block-wrapper > .menu > li > a {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0.2rem;
    margin-bottom: 0;
    letter-spacing: -0.035em;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .l-region--navigation .block--menu-block .block__content > .menu-block-wrapper > .menu > li > a + .menu {
    margin-top: -0.2rem; }

.l-region--navigation .block--menu-block-1 {
  margin-bottom: 2rem; }

.lines-button {
  transition: 0.3s; }

.lines,
.lines:before,
.lines:after {
  display: inline-block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background-clip: padding-box;
  background: #303133; }

.lines {
  position: relative; }

.lines:before,
.lines:after {
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 10px center; }

.lines:before {
  top: 6px; }

.lines:after {
  top: -6px; }

.lines-button.close .lines:before,
.lines-button.close .lines:after {
  transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
  top: 0;
  width: 20px; }

.lines-button .lines:before,
.lines-button .lines:after {
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease-in-out,transform 0.3s ease-in-out; }

.lines-button.close .lines,
.lines-button.closing .lines {
  transition: background 0.3s 0s ease-in-out;
  background: transparent !important; }

.lines-button.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg); }

.lines-button.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg); }

.links--inline {
  color: 0.9rem; }
  .links--inline a.flag:hover {
    color: #1A1A1A; }
  .links--inline .flag-report {
    float: right;
    margin: 0; }
  .links--inline .flag-like .fa {
    color: #d9534f; }

.messages {
  margin-bottom: 1rem; }

.more-link {
  margin-top: 1rem;
  font-size: 0.9rem; }

.node-committee-vacancy.node-teaser .pane-node-title h1,
.node-committee-vacancy.node-teaser .pane-node-title h2,
.node-committee-vacancy.node-teaser .pane-node-title h3,
.node-committee-vacancy.node-teaser .pane-node-title h4,
.node-committee-vacancy.node-teaser .pane-node-title h5,
.node-committee-vacancy.node-teaser .pane-node-title h6 {
  letter-spacing: -0.035em;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.3;
  color: #1A1A1A;
  margin: 2.33rem 0 0.55rem 0;
  margin: 0; }

.node-forum-post.node-teaser-grid .panel-pane {
  margin-bottom: 0; }

.node-forum-post.node-teaser-grid .pane-member-forum-post-panel-pane-author {
  font-size: 0.9rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0.5rem 0;
  padding: 0.5rem 0; }
  .node-forum-post.node-teaser-grid .pane-member-forum-post-panel-pane-author .post-author-thumbnail,
  .node-forum-post.node-teaser-grid .pane-member-forum-post-panel-pane-author .post-author {
    display: inline-block; }
  .node-forum-post.node-teaser-grid .pane-member-forum-post-panel-pane-author .post-author-thumbnail {
    margin-right: 0.5rem; }

.node-forum-post.node-teaser-grid .pane-member-forum-post-panel-pane-actions {
  font-size: 0.8rem; }
  .node-forum-post.node-teaser-grid .pane-member-forum-post-panel-pane-actions .field-content:before {
    content: '\2022';
    margin: 0 0.3em 0 0; }
  .node-forum-post.node-teaser-grid .pane-member-forum-post-panel-pane-actions .field-content:first-child:before {
    content: '';
    padding: 0; }

@media (min-width: 544px) {
  .page-node.node-type-forum-post .pane-member-forum-post-panel-pane-likes {
    float: left;
    margin-right: 1em; } }

.node-story.node-teaser .story-title {
  padding: 1rem 0 0 2rem; }

.node-story.node-teaser .story-icon {
  position: relative; }

.node-story.node-teaser .story-icon .fa {
  position: absolute;
  opacity: 0.11;
  font-size: 3.5rem;
  top: 0;
  left: 0;
  display: block;
  z-index: -1; }

.node-story.node-teaser .meta {
  padding-left: 2rem; }

.node-teaser-grid {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 2px;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.05);
  padding: 1rem 1rem 0.5rem 1rem;
  margin-bottom: 1.875rem; }
  .node-teaser-grid .pane-node-title h1,
  .node-teaser-grid .pane-node-title h2,
  .node-teaser-grid .pane-node-title h3,
  .node-teaser-grid .pane-node-title h4,
  .node-teaser-grid .pane-node-title h5,
  .node-teaser-grid .pane-node-title h6 {
    letter-spacing: -0.035em;
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.16rem;
    font-weight: 500;
    line-height: 1.3;
    color: #1A1A1A;
    margin: 2.33rem 0 0.55rem 0;
    margin: 0; }
  .node-teaser-grid .pane-node-title a {
    /*text-decoration: none;*/ }

.meta {
  margin: 0.3em 0;
  color: #666666;
  line-height: 1.3;
  font-size: 0.9rem; }
  .meta a {
    color: #666666; }

.node-unpublished {
  background: url('../images/unpublished.png'); }

.node-full .panel-pane {
  margin-bottom: 1.5rem; }
  .node-full .panel-pane.pane-node-body {
    *zoom: 1; }
    .node-full .panel-pane.pane-node-body:after {
      content: "";
      display: table;
      clear: both; }

.node-full > .meta {
  margin-bottom: 0.5rem; }

.node-teaser {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .node-teaser:first-child {
    border-top: 0;
    padding-top: 0; }
  .node-teaser .pane-node-title h1,
  .node-teaser .pane-node-title h2,
  .node-teaser .pane-node-title h3,
  .node-teaser .pane-node-title h4,
  .node-teaser .pane-node-title h5,
  .node-teaser .pane-node-title h6 {
    letter-spacing: -0.035em;
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.16rem;
    font-weight: 500;
    line-height: 1.3;
    color: #1A1A1A;
    margin: 2.33rem 0 0.55rem 0;
    margin: 0; }
  .node-teaser .pane-node-title a {
    /*text-decoration: none;*/ }

.node-teaser-mini {
  padding: 0.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .node-teaser-mini:first-child {
    border-top: 0;
    padding-top: 0; }
  .node-teaser-mini .pane-node-title h1,
  .node-teaser-mini .pane-node-title h2,
  .node-teaser-mini .pane-node-title h3,
  .node-teaser-mini .pane-node-title h4,
  .node-teaser-mini .pane-node-title h5,
  .node-teaser-mini .pane-node-title h6 {
    font-weight: 300;
    margin-top: 0;
    font-size: 1rem;
    letter-spacing: 0; }
    .node-teaser-mini .pane-node-title h1 a,
    .node-teaser-mini .pane-node-title h2 a,
    .node-teaser-mini .pane-node-title h3 a,
    .node-teaser-mini .pane-node-title h4 a,
    .node-teaser-mini .pane-node-title h5 a,
    .node-teaser-mini .pane-node-title h6 a {
      /*text-decoration: none;*/ }

.node-teaser-basic .pane-node-title h1,
.node-teaser-basic .pane-node-title h2,
.node-teaser-basic .pane-node-title h3,
.node-teaser-basic .pane-node-title h4,
.node-teaser-basic .pane-node-title h5,
.node-teaser-basic .pane-node-title h6 {
  letter-spacing: -0.035em;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.61rem;
  font-weight: 400;
  line-height: 1.1;
  color: #62366F;
  margin: 2.44rem 0 0.83rem 0;
  margin: 0; }

.node-teaser-basic .pane-node-title a {
  /*text-decoration: none;*/ }

.file-size {
  font-size: 0.8rem;
  color: #666666; }

.node .links .comment-add {
  display: none; }

.page-node-1361 .l-page .l-main .l-content .node .node__content .paragraphs-items .entity img {
  height: auto !important;
  width: 100% !important; }
  @media (min-width: 412px) {
    .page-node-1361 .l-page .l-main .l-content .node .node__content .paragraphs-items .entity img {
      height: 200px !important;
      width: 200px !important; } }

.page-node-1361 .l-page .l-main .l-content .node .node__content .paragraphs-items .entity .media-wysiwyg {
  margin-bottom: 0rem; }

.l-branding {
  position: relative; }

.nav-button-container {
  position: absolute;
  top: 0;
  right: 0; }

.nav-button {
  display: block;
  position: relative;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.05);
  padding: 4px 10px 12px 10px; }

.nav-button-label {
  font-size: 0.8rem; }

.js .l-navigation {
  visiblity: hidden;
  width: 270px;
  left: 100%;
  position: absolute;
  z-index: 10000;
  top: 0px; }

.js .offcanvas-container {
  pointer-events: none;
  transform: translateX(0);
  position: fixed;
  padding: 0 0 1rem 0;
  width: 270px;
  background: rgba(0, 0, 0, 0.03);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%; }

.nav-opened .l-navigation {
  visibility: visible; }

.nav-opened .offcanvas-container {
  pointer-events: auto;
  transform: translateX(-270px);
  position: fixed;
  z-index: 3000;
  overflow-y: scroll; }

.nav-opened .row-offcanvas {
  transform: translateX(-270px); }

.nav-offcanvas {
  position: relative; }

.nav-offcanvas .offcanvas-container,
.nav-offcanvas .row-offcanvas {
  transition: transform 500ms cubic-bezier(0.8, 0.15, 0.15, 0.8), width 500ms cubic-bezier(0.8, 0.15, 0.15, 0.8); }

.pane-title {
  letter-spacing: -0.035em;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.3;
  color: #1A1A1A;
  margin: 2.33rem 0 0.55rem 0;
  margin: 0 0 0.25rem 0; }

.view-search.view-display-id-page .views-row {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .view-search.view-display-id-page .views-row:first-child {
    border-top: 0;
    padding-top: 0; }

.view-search.view-display-id-page .views-field-title h1,
.view-search.view-display-id-page .views-field-title h2,
.view-search.view-display-id-page .views-field-title h3,
.view-search.view-display-id-page .views-field-title h4,
.view-search.view-display-id-page .views-field-title h5,
.view-search.view-display-id-page .views-field-title h6 {
  letter-spacing: -0.035em;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.3;
  color: #1A1A1A;
  margin: 2.33rem 0 0.55rem 0;
  margin: 0; }

.view-search.view-display-id-page .views-field-title a {
  text-decoration: none; }

.view-search.view-display-id-page .views-field-search-api-excerpt {
  font-size: 0.9rem; }

.views-exposed-form-search-page .views-exposed-widget {
  float: none;
  padding: 0;
  margin-bottom: 1rem; }

.views-exposed-form-search-page .views-exposed-widget .form-submit {
  margin: 0; }

.section {
  padding: 2.5rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  .section:nth-child(2n) {
    background: rgba(0, 0, 0, 0.05); }

.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
  margin-top: 0; }

.section .file-image {
  max-width: 100%;
  margin: 0 auto; }

.suffix {
  font-size: 0.8rem;
  color: #666666; }

html.js fieldset.collapsed {
  height: auto; }

.tabs {
  border-bottom: 0;
  margin-bottom: 0.5rem; }
  .tabs li {
    margin: 0 0.5rem 0.5rem 0; }
  .tabs a {
    color: #000; }
  .tabs a.active,
  .tabs a:hover,
  .tabs a:focus {
    background-color: #ccc; }

.user-portrait img {
  border-radius: 50%; }

.user.user-full .panel-pane {
  margin-bottom: 1.5rem; }

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  .block-width-1 {
    width: 1%; }
  .block-width-2 {
    width: 2%; }
  .block-width-3 {
    width: 3%; }
  .block-width-4 {
    width: 4%; }
  .block-width-5 {
    width: 5%; }
  .block-width-6 {
    width: 6%; }
  .block-width-7 {
    width: 7%; }
  .block-width-8 {
    width: 8%; }
  .block-width-9 {
    width: 9%; }
  .block-width-10 {
    width: 10%; }
  .block-width-11 {
    width: 11%; }
  .block-width-12 {
    width: 12%; }
  .block-width-13 {
    width: 13%; }
  .block-width-14 {
    width: 14%; }
  .block-width-15 {
    width: 15%; }
  .block-width-16 {
    width: 16%; }
  .block-width-17 {
    width: 17%; }
  .block-width-18 {
    width: 18%; }
  .block-width-19 {
    width: 19%; }
  .block-width-20 {
    width: 20%; }
  .block-width-21 {
    width: 21%; }
  .block-width-22 {
    width: 22%; }
  .block-width-23 {
    width: 23%; }
  .block-width-24 {
    width: 24%; }
  .block-width-25 {
    width: 25%; }
  .block-width-26 {
    width: 26%; }
  .block-width-27 {
    width: 27%; }
  .block-width-28 {
    width: 28%; }
  .block-width-29 {
    width: 29%; }
  .block-width-30 {
    width: 30%; }
  .block-width-31 {
    width: 31%; }
  .block-width-32 {
    width: 32%; }
  .block-width-33 {
    width: 33%; }
  .block-width-34 {
    width: 34%; }
  .block-width-35 {
    width: 35%; }
  .block-width-36 {
    width: 36%; }
  .block-width-37 {
    width: 37%; }
  .block-width-38 {
    width: 38%; }
  .block-width-39 {
    width: 39%; }
  .block-width-40 {
    width: 40%; }
  .block-width-41 {
    width: 41%; }
  .block-width-42 {
    width: 42%; }
  .block-width-43 {
    width: 43%; }
  .block-width-44 {
    width: 44%; }
  .block-width-45 {
    width: 45%; }
  .block-width-46 {
    width: 46%; }
  .block-width-47 {
    width: 47%; }
  .block-width-48 {
    width: 48%; }
  .block-width-49 {
    width: 49%; }
  .block-width-50 {
    width: 50%; }
  .block-width-51 {
    width: 51%; }
  .block-width-52 {
    width: 52%; }
  .block-width-53 {
    width: 53%; }
  .block-width-54 {
    width: 54%; }
  .block-width-55 {
    width: 55%; }
  .block-width-56 {
    width: 56%; }
  .block-width-57 {
    width: 57%; }
  .block-width-58 {
    width: 58%; }
  .block-width-59 {
    width: 59%; }
  .block-width-60 {
    width: 60%; }
  .block-width-61 {
    width: 61%; }
  .block-width-62 {
    width: 62%; }
  .block-width-63 {
    width: 63%; }
  .block-width-64 {
    width: 64%; }
  .block-width-65 {
    width: 65%; }
  .block-width-66 {
    width: 66%; }
  .block-width-67 {
    width: 67%; }
  .block-width-68 {
    width: 68%; }
  .block-width-69 {
    width: 69%; }
  .block-width-70 {
    width: 70%; }
  .block-width-71 {
    width: 71%; }
  .block-width-72 {
    width: 72%; }
  .block-width-73 {
    width: 73%; }
  .block-width-74 {
    width: 74%; }
  .block-width-75 {
    width: 75%; }
  .block-width-76 {
    width: 76%; }
  .block-width-77 {
    width: 77%; }
  .block-width-78 {
    width: 78%; }
  .block-width-79 {
    width: 79%; }
  .block-width-80 {
    width: 80%; }
  .block-width-81 {
    width: 81%; }
  .block-width-82 {
    width: 82%; }
  .block-width-83 {
    width: 83%; }
  .block-width-84 {
    width: 84%; }
  .block-width-85 {
    width: 85%; }
  .block-width-86 {
    width: 86%; }
  .block-width-87 {
    width: 87%; }
  .block-width-88 {
    width: 88%; }
  .block-width-89 {
    width: 89%; }
  .block-width-90 {
    width: 90%; }
  .block-width-91 {
    width: 91%; }
  .block-width-92 {
    width: 92%; }
  .block-width-93 {
    width: 93%; }
  .block-width-94 {
    width: 94%; }
  .block-width-95 {
    width: 95%; }
  .block-width-96 {
    width: 96%; }
  .block-width-97 {
    width: 97%; }
  .block-width-98 {
    width: 98%; }
  .block-width-99 {
    width: 99%; } }

.box {
  padding: 1.5rem; }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.divider-top {
  border-top: 1px solid #e6e6e6;
  padding-top: 1rem;
  margin-top: 1rem; }

.image-left {
  float: left;
  margin-right: 1rem;
  margin-bottom: 0.5rem; }

.image-right {
  float: right;
  margin-left: 1rem;
  margin-bottom: 0.5rem; }

.list-none {
  list-style: none;
  padding: 0; }

.list-icons {
  padding-left: 0;
  margin-left: 1.5em;
  list-style-type: none; }

.list-icons > li {
  position: relative; }

.list-icons__icon {
  position: absolute;
  left: -1.5em;
  width: 1.5em;
  top: 0.05em;
  text-align: left; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

[class*="s-bg-gradient"],
[class*="s-bg-shade"],
[class*="s-bg-tint"] {
  position: relative; }
  [class*="s-bg-gradient"]:before,
  [class*="s-bg-shade"]:before,
  [class*="s-bg-tint"]:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
  [class*="s-bg-gradient"] .container,
  [class*="s-bg-shade"] .container,
  [class*="s-bg-tint"] .container {
    position: relative; }

.s-bg-shade-5:before {
  background: rgba(0, 0, 0, 0.05); }

.s-bg-shade-10:before {
  background: rgba(0, 0, 0, 0.1); }

.s-bg-shade-20:before {
  background: rgba(0, 0, 0, 0.2); }

.s-bg-shade-40:before {
  background: rgba(0, 0, 0, 0.4); }

.s-bg-tint-5:before {
  background: rgba(255, 255, 255, 0.05); }

.s-bg-tint-10:before {
  background: rgba(255, 255, 255, 0.1); }

.s-bg-tint-20:before {
  background: rgba(255, 255, 255, 0.2); }

.s-bg-tint-40:before {
  background: rgba(255, 255, 255, 0.4); }

.s-bg-gradient-left:before {
  background: rgba(98, 54, 111, 0.95); }
  @media (min-width: 992px) {
    .s-bg-gradient-left:before {
      background: linear-gradient(to right, rgba(98, 54, 111, 0.95) 0%, rgba(98, 54, 111, 0.66) 50%, rgba(98, 54, 111, 0) 100%); } }

.s-bg-gradient-right:before {
  background: rgba(98, 54, 111, 0.95); }
  @media (min-width: 992px) {
    .s-bg-gradient-right:before {
      background: linear-gradient(to left, rgba(98, 54, 111, 0.95) 0%, rgba(98, 54, 111, 0.66) 50%, rgba(98, 54, 111, 0) 100%); } }

.s-bg-primary {
  background-color: #2b8500; }

.s-bg-primary-light {
  background-color: #328908; }

.s-bg-secondary {
  background-color: #795582; }

.s-bg-secondary-dark {
  background-color: #62366F; }

.ptn, .pvn, .pan {
  padding-top: 0 !important; }

.pts, .pvs, .pas {
  padding-top: 0.2rem !important; }

.ptm, .pvm, .pam {
  padding-top: 1rem !important; }

.ptl, .pvl, .pal {
  padding-top: 2rem !important; }

.prn, .phn, .pan {
  padding-right: 0 !important; }

.prs, .phs, .pas {
  padding-right: 0.2rem !important; }

.prm, .phm, .pam {
  padding-right: 1rem !important; }

.prl, .phl, .pal {
  padding-right: 2rem !important; }

.pbn, .pvn, .pan {
  padding-bottom: 0 !important; }

.pbs, .pvs, .pas {
  padding-bottom: 0.2rem !important; }

.pbm, .pvm, .pam {
  padding-bottom: 1rem !important; }

.pbl, .pvl, .pal {
  padding-bottom: 2rem !important; }

.pln, .phn, .pan {
  padding-left: 0 !important; }

.pls, .phs, .pas {
  padding-left: 0.2rem !important; }

.plm, .phm, .pam {
  padding-left: 1rem !important; }

.pll, .phl, .pal {
  padding-left: 2rem !important; }

.mtn, .mvn, .man {
  margin-top: 0 !important; }

.mts, .mvs, .mas {
  margin-top: 0.2rem !important; }

.mtm, .mvm, .mam {
  margin-top: 1rem !important; }

.mtl, .mvl, .mal {
  margin-top: 2rem !important; }

.mrn, .mhn, .man {
  margin-right: 0 !important; }

.mrs, .mhs, .mas {
  margin-right: 0.2rem !important; }

.mrm, .mhm, .mam {
  margin-right: 1rem !important; }

.mrl, .mhl, .mal {
  margin-right: 2rem !important; }

.mbn, .mvn, .man {
  margin-bottom: 0 !important; }

.mbs, .mvs, .mas {
  margin-bottom: 0.2rem !important; }

.mbm, .mvm, .mam {
  margin-bottom: 1rem !important; }

.mbl, .mvl, .mal {
  margin-bottom: 2rem !important; }

.mln, .mhn, .man {
  margin-left: 0 !important; }

.mls, .mhs, .mas {
  margin-left: 0.2rem !important; }

.mlm, .mhm, .mam {
  margin-left: 1rem !important; }

.mll, .mhl, .mal {
  margin-left: 2rem !important; }

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

.text-xs {
  font-size: 0.8rem; }

.text-sm {
  font-size: 0.9rem; }

.text-lg {
  font-size: 1.25rem; }

.text-muted {
  color: #666666; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: 500; }

.font-italic {
  font-style: italic; }

.text-black {
  color: #000; }
  .text-black a {
    color: #000; }

.text-white {
  color: #FFF; }
  .text-white a {
    color: #FFF; }

.text-primary {
  color: #2b8500; }
  .text-primary a {
    color: #2b8500; }

.text-secondary {
  color: #795582; }
  .text-secondary a {
    color: #795582; }

.text-secondary-dark {
  color: #62366F; }
  .text-secondary-dark a {
    color: #62366F; }

.text-success {
  color: #5cb85c; }
  .text-success a {
    color: #5cb85c; }

.text-info {
  color: #5bc0de; }
  .text-info a {
    color: #5bc0de; }

.text-warning {
  color: #f0ad4e; }
  .text-warning a {
    color: #f0ad4e; }

.text-danger {
  color: #d9534f; }
  .text-danger a {
    color: #d9534f; }

.text-shadow-black {
  text-shadow: 0 0 2rem #000; }

.title-alt {
  text-transform: uppercase;
  color: #666666;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.75rem;
  padding-bottom: 0.25rem;
  font-size: 1rem; }

.title-side {
  letter-spacing: -0.035em;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.3;
  color: #1A1A1A;
  margin: 2.33rem 0 0.55rem 0;
  margin: 0 0 0.25rem 0; }

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  margin: 0; }

.video-filter {
  margin-bottom: 1rem;
  text-align: center; }

.view .views-exposed-form .views-exposed-widget {
  float: left;
  margin: 0 1rem 1rem 0;
  padding: 0;
  min-height: 4rem; }
  .view .views-exposed-form .views-exposed-widget label {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0.2rem; }

.view .views-submit-button {
  clear: left; }

.view .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0; }

.view .views-exposed-form .form-item,
.view .views-exposed-form .form-submit {
  margin-top: 0;
  margin-bottom: 0; }

.view .views-exposed-form label {
  font-weight: bold; }

.view .views-exposed-widgets {
  margin-bottom: 0; }

.views-label {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.2rem; }

.block__content,
.view,
.field {
  word-break: break-word; }

.block--about-chf {
  background: #2b8500;
  padding: 1rem;
  margin-bottom: 1rem;
  color: #FFF; }
  @media (min-width: 992px) {
    .block--about-chf {
      padding: 1.5rem;
      margin-top: -5rem;
      margin-bottom: -2.5rem; } }
  .block--about-chf .block__title {
    color: #FFF; }
  .block--about-chf .block {
    margin-bottom: 0; }
  .block--about-chf a {
    color: #FFF; }

.block--big-feature {
  color: #FFF; }
  .block--big-feature h1,
  .block--big-feature h2,
  .block--big-feature h3,
  .block--big-feature h4,
  .block--big-feature h5,
  .block--big-feature h6 {
    color: #FFF;
    text-shadow: 0 0 2rem #62366F; }

.role-3 a[href*="#needs-url"],
.role-4 a[href*="#needs-url"] {
  background: yellow;
  color: black; }
  .role-3 a[href*="#needs-url"]:hover:after,
  .role-4 a[href*="#needs-url"]:hover:after {
    content: attr(href);
    position: absolute;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.85);
    padding: 3px 6px;
    color: #FFF;
    border-radius: 3px;
    margin-left: 10px;
    margin-top: -10px; }


 /* Panel Image Block View */

.isotope-element {
  float: left;
  height: 200px;
  width: 320px;
  margin: 15px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
}






.isotope-grid-text {
    padding: 0px;
    font-size: 120%;
    bottom: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
}



.isotope-grid-date {
  padding: 10px;
  z-index: 20;
}

.isotope-grid-text a {
    color: white;
    text-decoration: none;
    filter: drop-shadow(1px 1px 2px #0e0e0e);
    z-index: 1;
    position: relative;
    font-weight: 200;
    background: none;
    margin: 0px;
    padding: 10px;
    height: 200px !important;
    width: 350px !important;
    vertical-align: bottom !important;
    bottom: 0px !important;
    display: table-cell;
}

.isotope-grid-text a:hover {
    color: #8bd7f8 !important;
    transition: all 0.5s ease-in-out;
	z-index: 1;
}

.isotope-grid-link a {
  float: left;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  text-indent:-9999px;
}

.isotope-grid-image {
    justify-content: center;
    align-items: center;
    overflow: hidden;
    pointer-events:auto;
}


.isotope-grid-image img {
	object-fit: cover;
    display: block !important;
	position: relative;
    margin: auto;
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
	vertical-align: bottom;
  	object-fit: cover;
}

ul.isotope-container {
	margin: 0px;
	padding: 0px;
}

.isotope-zoom {
    transform-origin: center center;
    transform: scale(1.2);
  	transition: transform 1s, filter 1s ease-in-out;
}



.isotope-grid-gradient {
    bottom: 0px !important;
    left: 0px !important;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
	pointer-events: none;
}


.isotope-grid-image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
}


.view-australias-health-panel-results {
	margin-bottom: 65px;
}

.hidden {
  display: none;
}
