@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 125%;
  line-height: 1.2em;
  font-family: "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  background-color: #fff;
  color: #434345;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #434345;
  -webkit-text-decoration-skip: objects;
}

:visited {
  color: #000;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:active {
  color: #b90020;
}

a:active:not(.button) {
  background-color: transparent;
}

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

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 20px;
    text-decoration: none;
  }
  a[href^='javascript:']::after,
  a[href^='#']::after {
    content: '';
  }
}

.view-footer a {
  border-bottom: 2px solid transparent;
  clear: both;
  float: right;
  font-weight: 700;
  text-decoration: none;
}

.view-footer a:focus, .view-footer a:hover {
  border-bottom: 2px solid inherit;
  padding-bottom: 3px;
}

.view-footer a::after {
  border-radius: 100%;
  border: 2px solid #b90020;
  color: #b90020;
  content: "\2192";
  font-weight: 400;
  margin-left: .25rem;
  padding: 0 2px;
}

h1,
.header__site-name,
.h1 {
  font-size: 2.5rem;
  line-height: 2.4rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  font-family: "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
  font-weight: 400;
  color: #434345;
}

h2,
.h2 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  color: #434345;
}

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.8rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  color: #434345;
}

h4,
.h4 {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

h5,
.h5 {
  font-size: 0.75rem;
  line-height: 1.2rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

h6,
.h6 {
  font-size: 0.6rem;
  line-height: 1.2rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

@media print {
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fef200;
  color: #434345;
}

small {
  font-size: 0.75rem;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

span.red {
  color: #b90020;
}

.text-overlay {
  background: #b90020;
  color: #fff;
  font-weight: 700;
  padding: .5rem;
  width: 100%;
}

@media all and (min-width: 768px) {
  .text-overlay {
    bottom: 0;
    position: absolute;
  }
}

.text-overlay i {
  float: right;
  font-size: 1.5rem;
  margin: 0 0 .5rem .25rem;
}

.text-overlay a {
  color: white;
}

.divider,
hr {
  margin: 1.2rem 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

.divider > :first-child,
hr > :first-child {
  margin-top: 1.2rem;
}

blockquote {
  margin: 1.2rem 2rem;
}

dl,
menu,
ol,
ul {
  margin: 1.2rem 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

[dir="rtl"] dd {
  margin: 0 40px 0 0;
}

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

[dir="rtl"] menu, [dir="rtl"]
ol, [dir="rtl"]
ul {
  padding: 0 40px 0 0;
}

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

figure {
  margin: 1.2rem 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p,
pre {
  margin: 0.6rem 0 1.2rem;
}

img {
  border-style: none;
  -ms-interpolation-mode: bicubic;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
  *vertical-align: middle;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  background: #fff;
  border: 1px solid #757579;
  border-radius: 9px;
  overflow: visible;
  padding: .25rem;
  line-height: normal;
}

select {
  background: #fff;
  border: 1px solid #757579;
  border-radius: 9px;
  padding: .25rem;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: .6rem;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  background-color: #b90020;
  border: none;
  border-radius: 24px;
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.button::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.button:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  background-color: #434345;
  border-color: #434345;
}

.views-reset-button [type='submit'] {
  background-color: #434345;
}

.views-reset-button [type='submit']:hover, .views-reset-button [type='submit']:focus {
  text-decoration: none;
  color: #434345;
  background-color: #fff;
  border-color: #434345;
}

.button[disabled],
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #999999;
}

.button[disabled]:hover,
button[disabled]:hover,
[disabled]:hover[type='button'],
[disabled]:hover[type='reset'],
[disabled]:hover[type='submit'], .button[disabled]:focus,
button[disabled]:focus,
[disabled]:focus[type='button'],
[disabled]:focus[type='reset'],
[disabled]:focus[type='submit'], .button[disabled]:active,
button[disabled]:active,
[disabled]:active[type='button'],
[disabled]:active[type='reset'],
[disabled]:active[type='submit'] {
  color: #999999;
}

.button--big {
  /*font-size: font-size(xl);*/
  padding: .3rem 1rem;
}

.button--upper {
  font-weight: bold;
  text-transform: uppercase;
}

.button--secondary {
  background-color: #7f7f7f;
  padding: .3rem 1rem;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

fieldset {
  padding: 0.42rem 0.75rem 0.78rem;
  border: 1px solid #cccccc;
  margin: 0 2px;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
  *margin-left: -7px;
}

label {
  display: block;
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  margin: 1.2rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

.container {
  margin: 0 auto;
  padding: 1rem 0;
  width: 80vw;
}

.highlight {
  background: #f7f7f7;
}

.mask {
  left: 0;
  height: 100%;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 100%;
  z-index: 10;
}

.layout-3col {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}

.layout-3col:before {
  content: "";
  display: table;
}

.layout-3col:after {
  content: "";
  display: table;
  clear: both;
}

.layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar, .layout-3col__col-1, .layout-3col__col-2, .layout-3col__col-3, .layout-3col__col-4, .layout-3col__col-x {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
}

[dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

@media (min-width: 777px) {
  .layout-3col {
    margin-left: -12px;
    margin-right: -13px;
    padding-left: 0;
    padding-right: 0;
  }
  .layout-3col:before {
    content: "";
    display: table;
  }
  .layout-3col:after {
    content: "";
    display: table;
    clear: both;
  }
  [dir="rtl"] .layout-3col {
    margin-left: -13px;
    margin-right: -12px;
  }
  .layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__first-left-sidebar, .layout-3col__col-1, .layout-3col__col-3, .layout-3col__col-x:nth-child(2n + 1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__second-left-sidebar, .layout-3col__col-2, .layout-3col__col-4, .layout-3col__col-x:nth-child(2n) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    padding-left: 13px;
    padding-right: 12px;
  }
}

@media (min-width: 999px) {
  .layout-3col__full {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__full {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__left-content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__left-content {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__right-content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__right-content {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__left-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    float: left;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  .layout-3col__right-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    float: left;
    margin-left: 0%;
    margin-right: -100%;
  }
  .layout-3col__col-1, .layout-3col__col-x:nth-child(3n+1) {
    clear: both;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-x:nth-child(3n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__col-2, .layout-3col__col-x:nth-child(3n+2) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-x:nth-child(3n+2) {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__col-3, .layout-3col__col-x:nth-child(3n) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(3n) {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .layout-3col__col-4 {
    display: none;
  }
}

.layout-3col__grid-item-container {
  padding-left: 0;
  padding-right: 0;
}

.layout-3col__grid-item-container:before {
  content: "";
  display: table;
}

.layout-3col__grid-item-container:after {
  content: "";
  display: table;
  clear: both;
}

.page-news-events .layout-3col__left-content {
  width: 85%;
}

.page-news-events .layout-3col__right-sidebar {
  width: 15%;
  margin-right: 0%;
  margin-left: -100%;
  margin-top: 5rem;
}

.layout-center {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.layout-center .header__brand,
.layout-center .header__actions,
.layout-center > footer {
  padding: 1.5rem 1rem 1rem;
}

@media all and (min-width: 1480px) {
  .layout-center .header__brand,
  .layout-center .header__actions,
  .layout-center > footer {
    padding-left: calc((100vw - 1440px)/2);
    padding-right: calc((100vw - 1440px)/2);
  }
}

.layout-center .layout-ifvp {
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
}

@media all and (min-width: 1480px) {
  .layout-center .layout-ifvp {
    padding-left: calc((100vw - 1440px)/2);
    padding-right: calc((100vw - 1440px)/2);
  }
}

.layout-center--shared-grid,
.layout-center.layout-3col {
  padding-left: 0;
  padding-right: 0;
}

.layout-swap {
  position: relative;
}

@media (min-width: 555px) {
  .layout-swap {
    padding-top: 48px;
  }
}

@media (min-width: 555px) {
  .layout-swap__top {
    height: 48px;
    width: 100%;
  }
}

.box {
  margin-bottom: 1.2rem;
  border: 5px solid #cccccc;
  padding: 1em;
}

.box__title {
  margin: 0;
}

.box:focus, .box:hover, .box.is-focus, .box--is-focus {
  border-color: #434345;
}

.box--highlight {
  border-color: #434345;
}

.cards {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

.cards li,
.cards div.views-row {
  border: 1px solid #434345;
  flex-basis: 100%;
  margin: 0 0 1rem;
  position: relative;
}

@media all and (min-width: 600px) {
  .cards li,
  .cards div.views-row {
    flex-basis: 49%;
  }
}

@media all and (min-width: 1024px) {
  .cards li,
  .cards div.views-row {
    flex-basis: 32.333%;
  }
}

.cards .image {
  align-items: center;
  background: #f7f7f7;
  display: flex;
  height: 256px;
  overflow: hidden;
}

.cards .details {
  padding: .5rem;
}

.cards .meta {
  color: #757579;
  font-size: 0.75rem;
}

.cards h3 {
  margin: 0;
}

.member__info {
  padding: 0 .5rem .5rem;
}

.member__info h2,
.member__info p {
  color: #434345;
  margin: .25rem 0;
}

.navbar-icon-civicrm {
  color: transparent !important;
}

.navbar-icon-civicrm:before {
  background-image: url(/sites/all/themes/ifvp_admin/icons/civicrm.svg);
  min-width: 74px;
}

#civicrm-menu {
  background: transparent;
  left: auto;
  height: 39px;
  right: 0;
  width: auto;
}

#civicrm-menu > li {
  display: flex;
  align-items: center;
}

#civicrm-menu > li.menumain {
  height: 39px !important;
}

.menu-div.outerbox {
  top: 33px !important;
}

.crm-container .register_link-top {
  float: none;
  margin-left: 0;
}

.crm-container .crm-submit-buttons,
.crm-container .action-link {
  height: auto;
  margin-bottom: 1.5rem;
}

.crm-container.crm-button,
.crm-container a.button,
.crm-container a.button:link,
.crm-container input.crm-form-submit,
.crm-container input[type="button"] {
  background-color: #b90020;
  border: 3px solid #b90020;
  background-image: none;
  border-radius: 9px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: 1.5rem;
  line-height: inherit;
  padding: 0.5rem;
  text-decoration: none;
  text-shadow: none;
  width: auto;
}

.crm-container.crm-button:focus, .crm-container.crm-button:hover,
.crm-container a.button:focus,
.crm-container a.button:hover,
.crm-container a.button:link:focus,
.crm-container a.button:link:hover,
.crm-container input.crm-form-submit:focus,
.crm-container input.crm-form-submit:hover,
.crm-container input[type="button"]:focus,
.crm-container input[type="button"]:hover {
  background-color: #2e2e2d;
  border-color: #2e2e2d;
  text-decoration: none;
}

.crm-profile-name-2019_Workshops_19 .content {
  display: flex;
  flex-wrap: wrap;
}

.crm-profile-name-2019_Workshops_19 .label {
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .crm-profile-name-2019_Workshops_19 .label {
    float: none !important;
    text-align: left !important;
    width: 100% !important;
  }
}

.crm-profile-name-2019_Workshops_19 input {
  width: 0.5rem;
}

.crm-profile-name-2019_Workshops_19 input + label {
  width: calc(100% - 1.5rem);
}

.crm-event-id-7.crm-event-info-form-block #Workshop_1__1 {
  display: none;
}

.crm-event-id-10.crm-event-info-form-block .event_date_time-section,
.crm-event-id-10.crm-event-info-form-block .event_fees-section {
  display: none;
}

.crm-container .crm-socialnetwork.help {
  background: #fff;
  border: 0.5rem solid #b90020;
  border-radius: 0;
  color: #434345;
  font-size: 1rem;
  padding: 1rem;
}

.clearfix::before,
.footer::before,
.header::before,
.tabs::before {
  content: '';
  display: table;
}

.clearfix::after,
.footer::after,
.header::after,
.tabs::after {
  content: '';
  display: table;
  clear: both;
}

.comment__section,
.comments {
  margin: 1.2rem 0;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: #fffdda;
}

.comment--nested,
.indented {
  margin-left: 40px;
}

[dir="rtl"] .comment--nested, [dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 40px;
}

.footer {
  background: #434345;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

@media all and (min-width: 768px) {
  .footer {
    flex-direction: row;
  }
}

.footer__region {
  clear: both;
}

.footer > div {
  padding: 0 1rem;
  text-align: center;
}

@media all and (min-width: 768px) {
  .footer > div {
    border-right: 1px solid #fff;
  }
}

.footer ul.menu {
  float: none;
}

.footer h2 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-top: 0;
}

.footer ul.menu a {
  border-bottom: 1px solid transparent;
  color: #fff;
  font-size: 0.75rem;
  padding-bottom: .25em;
  text-decoration: none;
  text-transform: none;
}

.footer ul.menu a:focus, .footer ul.menu a:hover {
  border-bottom: 1px solid #fff;
}

.footer .social-links ul {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}

@media all and (min-width: 768px) {
  .footer .social-links ul {
    flex-wrap: wrap;
  }
}

.footer .social-links li {
  list-style: none;
  width: 48%;
}

.footer .social-links img {
  max-width: 44px;
}

.footer .subscribe {
  flex-grow: 1;
}

.footer .button:focus, .footer .button:hover {
  background-color: #fff;
  color: #b90020;
}

.footer .footer__menu {
  border: 0;
  flex-grow: 1;
}

.footer .footer__menu ul {
  column-count: 2;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}

@media all and (min-width: 768px) {
  .footer .footer__menu ul {
    text-align: left;
  }
}

.footer .footer__menu li {
  list-style: none;
  margin-left: .5rem;
}

.footer .copyright {
  border: 0;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  font-weight: bold;
  justify-content: flex-end;
  width: auto;
}

@media all and (min-width: 768px) {
  .footer .copyright {
    margin-left: 1rem;
    text-align: right;
  }
}

.ctas {
  background: url("/sites/all/themes/ifvp_zen21/images/linedpaper_@2x.png");
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1rem;
  text-align: center;
}

@media all and (min-width: 768px) {
  .ctas {
    flex-direction: row;
  }
}

@media all and (min-width: 1441px) {
  .ctas {
    margin-left: calc((100vw - 1440px) / -2);
    margin-right: calc((100vw - 1440px) / -2);
    padding: 1rem calc((100vw - 1440px) / 2);
  }
}

.cta {
  flex-basis: 32%;
}

.cta h2 {
  font-size: 2.5rem;
  line-height: 2.4rem;
  color: #434345;
  font-family: "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
  font-weight: 400;
}

.community {
  margin: 0 auto;
  max-width: 732px;
  text-align: center;
}

.community h2 {
  font-size: 2.5rem;
  line-height: 2.4rem;
  color: #434345;
  font-family: "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
  font-weight: 400;
}

.partners {
  text-align: center;
}

.partners h2 {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #434345;
  font-family: "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.partners .view-content {
  align-items: center;
  display: flex;
}

.partners a img {
  filter: gray;
  /* IE6-9 */
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  transition: filter .3s linear;
}

.partners a:focus img, .partners a:hover img {
  filter: none;
  /* IE6-9 */
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(0);
  /* Microsoft Edge and Firefox 35+ */
  transition: filter .3s linear;
}

.header {
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}

@media all and (min-width: 1200px) {
  .header {
    display: flex !important;
    flex-direction: row;
  }
}

.header__brand {
  max-width: 440px;
}

.header__logo {
  float: left;
  margin: 0 10px 0 0;
  padding: .5rem 0;
}

[dir="rtl"] .header__logo {
  float: right;
  margin: 0 0 0 10px;
}

.header__logo-image {
  max-width: 70vw;
  vertical-align: bottom;
}

@media all and (min-width: 600px) {
  .header__logo-image {
    max-width: 349px;
  }
}

.header__name-and-slogan {
  float: left;
}

.header__site-name {
  margin: 0;
}

.header__site-link:link, .header__site-link:visited {
  color: #434345;
  text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

.header__site-slogan {
  margin: 0;
}

.header__actions {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}

.header__secondary-menu,
.header .block-ifvp-blocks {
  flex-grow: 1;
  text-align: right;
}

[dir="rtl"] .header__secondary-menu, [dir="rtl"]
.header .block-ifvp-blocks {
  float: left;
}

.header__secondary-menu .user-links a,
.header .block-ifvp-blocks .user-links a {
  margin-left: 1rem;
}

.header .region-navigation {
  background: #434345;
  flex-basis: 100%;
  padding: 1rem 0;
  width: 100%;
}

.header__region {
  align-items: center;
  clear: both;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}

.header .views-exposed-form .views-exposed-widget {
  display: inline-block;
  padding: 0;
}

.header .views-exposed-form .views-exposed-widget .form-submit {
  margin-left: .25rem;
  margin-top: 0;
}

.mean-container .mean-bar {
  background: #fff;
  position: relative;
}

.mean-container .mean-nav {
  background: #fff;
  border-bottom: 0.5rem solid #434345;
  margin-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: 1.3rem !important;
  padding: 1rem !important;
  right: .5rem !important;
  width: 1.3rem !important;
}

.mean-container .mean-nav .region-header {
  background: #434345;
  display: none;
  flex-direction: column;
  margin-left: -1rem;
  padding: .5rem 1rem;
}

@media all and (min-width: 600px) {
  .mean-container .mean-nav .region-header {
    flex-direction: row;
    justify-content: space-between;
  }
}

.mean-container .mean-nav .region-header a {
  color: white;
  display: inline-block;
  padding: .5rem;
}

.mean-container a.meanmenu-reveal {
  background: #434345;
  border-radius: 9px;
  right: 1rem !important;
  top: 40%;
}

.mean-container .header__brand {
  padding: 1rem;
}

.mean-container .header__actions {
  position: absolute;
  text-align: center;
  top: 97%;
  width: 100%;
}

.mean-container .header__actions .block-ifvp-blocks {
  width: 100%;
}

.mean-container .user-links a {
  margin: 0 .5rem;
}

.mean-container .region-navigation {
  position: absolute;
  top: 132%;
}

.mean-container .meanclose + .mean-nav .region-header {
  display: block;
}

@media all and (min-width: 601px) {
  .mean-container .meanclose + .mean-nav .region-header {
    display: flex;
  }
}

.mean-container .region-navigation {
  background: #434345;
  width: 100%;
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.highlight-mark,
.new,
.update {
  color: #b90020;
  background-color: transparent;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

[dir="rtl"] .inline-links__item, [dir="rtl"] .inline.links li, .inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir="rtl"] .inline-sibling, [dir="rtl"] .field-label-inline .field-label, .field-label-inline [dir="rtl"] .field-label, [dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *,
.field-label-inline .field-label *,
span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child,
.field-label-inline .field-label + *,
span.field-label + *,
.field-label-inline .field-label + * > :first-child,
span.field-label + * > :first-child,
.field-label-inline .field-label + * > :first-child > :first-child,
span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.region-highlighted {
  clear: both;
}

#ifvp-map,
.leaflet-map-pane {
  height: 50vh;
}

@media all and (min-width: 768px) {
  #ifvp-map,
  .leaflet-map-pane {
    height: 70vh;
  }
}

#ifvp-map h2,
.leaflet-map-pane h2 {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 0;
}

#ifvp-map h2 a,
.leaflet-map-pane h2 a {
  color: #b90020;
}

.leaflet-popup-content-wrapper {
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 0;
  box-shadow: none;
  color: #434345;
}

.leaflet-popup-content {
  font-size: 1rem;
  margin: 0;
}

.leaflet-popup-tip {
  display: none;
}

.marker-cluster-small {
  background-color: rgba(185, 0, 32, 0.6);
}

.marker-cluster-small div {
  background-color: rgba(185, 0, 32, 0.6);
}

.marker-cluster-medium {
  background-color: rgba(185, 0, 32, 0.75);
}

.marker-cluster-medium div {
  background-color: rgba(185, 0, 32, 0.75);
}

.marker-cluster-large {
  background-color: rgba(185, 0, 32, 0.9);
}

.marker-cluster-large div {
  background-color: rgba(185, 0, 32, 0.9);
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.marker-cluster div {
  border-radius: 15px;
  font-size: 16px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  width: 30px;
}

.marker-cluster span {
  color: #ffffff;
  line-height: 30px;
  font-weight: bold;
}

.messages,
.messages--status {
  margin: 1.2rem 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #0d6286;
}

[dir="rtl"] .messages, [dir="rtl"] .messages--status {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}

.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

[dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}

.messages__icon path {
  fill: #0d6286;
}

.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #434345;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: #d4effb;
  color: #0d6286;
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #fffee5;
  color: #434345;
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: #ffdde3;
  color: #b90020;
}

.messages--warning,
.messages.warning {
  border-color: #fef200;
}

.messages--warning path,
.messages.warning path {
  fill: #fef200;
}

.messages--error,
.messages.error {
  border-color: #b90020;
}

.messages--error path,
.messages.error path {
  fill: #b90020;
}

.nominees img {
  display: block;
  margin: 0 1rem 1rem;
  border: 3px solid #b90020;
}

.member-profile {
  margin: 0;
}

.member-profile__banner {
  background: #b90020;
  padding: 2rem;
  overflow: hidden;
}

@media all and (min-width: 1272px) {
  .member-profile__banner {
    padding: 2rem calc((100vw - 1200px) / 2);
  }
}

.member-profile__photo img {
  border: 0.25rem solid #b90020;
  max-width: 250px;
}

.member-profile__header {
  background: #434345;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}

@media all and (min-width: 1024px) {
  .member-profile__header {
    flex-direction: row;
  }
}

@media all and (min-width: 1440px) {
  .member-profile__header {
    padding: 2rem calc((100vw - 1200px) / 2);
  }
}

.member-profile__header h1 {
  color: #fff;
  margin-top: 0;
}

.member-profile__header a {
  color: #fff;
  text-decoration: none;
}

.member-profile__header a > i {
  border: 2px solid white;
  border-radius: 10px;
  font-size: 1.2rem;
  padding: 0.3rem;
  text-decoration: none;
}

.member-profile__header a:focus > i, .member-profile__header a:hover > i {
  background: #fff;
  color: #b90020;
}

.member-profile__header .item-list {
  display: inline-block;
}

.member-profile__header ul {
  list-style-type: none;
  padding: 0;
}

.member-profile__header li {
  display: inline;
}

.member-profile__business-name {
  font-size: 1.25rem;
  font-weight: bold;
}

.member-profile__city + .member-profile__state::before,
.member-profile__city + .member-profile__country::before, .member-profile__state + .member-profile__state::before,
.member-profile__state + .member-profile__country::before {
  content: ",";
  margin-right: 0.25rem;
}

.member-profile__links {
  line-height: 3rem;
}

.member-profile__contact {
  flex-basis: 50%;
}

.member-profile__contact > div {
  margin-bottom: .25rem;
}

.member-profile__quote {
  font-size: 2rem;
  font-style: italic;
  line-height: 1.1;
}

@media all and (min-width: 1024px) {
  .member-profile__quote {
    text-align: right;
  }
}

.member-profile__quote::before {
  content: "“";
}

.member-profile__quote::after {
  content: "”";
}

.member-profile a .icon {
  font-family: "simple-line-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.member-profile a .icon::before {
  content: "\e037";
}

.member-profile a[href*="linkedin.com"] .icon::before {
  content: "\e60a";
}

.member-profile a[href*="facebook.com"] .icon::before {
  content: "\e00b";
}

.member-profile a[href*="instagram.com"] .icon::before {
  content: "\e609";
}

.member-profile a[href*="twitter.com"] .icon::before {
  content: "\e009";
}

.member-profile a[href^="mailto:"] .icon::before {
  content: "\e086";
}

.member-profile a[href^="tel:"] .icon::before {
  content: "\e600";
}

.section-users .layout-center > div.layout-3col {
  padding: 0 2rem;
}

@media all and (min-width: 1272px) {
  .section-users .layout-center > div.layout-3col {
    padding: 0 calc((100vw - 1200px) / 2);
  }
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.block-search .container-inline {
  align-items: center;
  display: flex;
}

.block-search input[type="submit"] {
  background: #434345;
  border-color: #434345;
  color: #fff;
  font-family: "simple-line-icons";
  margin-left: 0.25rem;
  text-indent: -9999px;
}

.block-search input[type="submit"]::before {
  content: "\e090";
}

.button--search {
  border-radius: 9px;
}

.button--search:focus, .button--search:hover {
  color: #fff;
}

.member-search {
  display: flex;
  flex-wrap: wrap;
}

.member-search__filters .views-exposed-widgets {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media all and (min-width: 768px) {
  .member-search__filters .views-exposed-widgets {
    flex-direction: row;
  }
}

.member-search__filters .views-exposed-widgets > div {
  width: 100%;
}

@media all and (min-width: 768px) {
  .member-search__filters .views-exposed-widgets > div {
    width: 35%;
  }
}

.member-search__filters .views-exposed-widget {
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

@media all and (min-width: 768px) {
  .member-search__filters .views-exposed-widget {
    flex-direction: row;
  }
}

.member-search__filters .views-exposed-widget label {
  text-align: left;
}

@media all and (min-width: 768px) {
  .member-search__filters .views-exposed-widget label {
    margin-right: 1rem;
  }
}

.member-search__filters .views-exposed-widget input, .member-search__filters .views-exposed-widget select {
  max-width: 100%;
}

.member-search__filters .views-exposed-widget .form-submit {
  width: 100%;
}

@media all and (min-width: 768px) {
  .member-search__filters .views-exposed-widget .form-submit {
    width: 50%;
  }
}

.member-search .view-header,
.member-search .view-content,
.member-search .view-attachment {
  width: 100%;
}

@media all and (min-width: 768px) {
  .member-search .view-content {
    border-right: 8px 0 8px rgba(67, 67, 69, 0.5);
    height: 80vh;
    overflow: scroll;
    width: 34%;
    z-index: 1;
  }
  .member-search .attachment-after {
    height: 80vh;
    width: 66%;
    z-index: 0;
  }
  .member-search .attachment-after .view-content {
    box-shadow: none;
    width: 100%;
  }
}

.member-search .cards {
  flex-direction: column;
  margin-top: 0;
}

.member-search .cards li {
  border: 0;
  border-top: 2px solid #b7b7b7;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 1rem;
}

.member-search .cards li:last-child {
  border-bottom: 2px solid #b7b7b7;
}

.member-search .cards .member__img {
  width: 33%;
}

.member-search .cards .member__info {
  width: 66%;
}

.member-search .cards h2 {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 0;
}

.member-search .cards h2 a {
  color: #b90020;
}

.flexslider {
  border: 0;
  box-shadow: none;
  margin: 0 auto;
  max-width: 1440px;
  min-width: 100vw;
}

.flex-control-paging li a {
  background: #434345;
  border-radius: 50%;
  display: block;
  height: 1rem;
  text-indent: -99999px;
  width: 1rem;
}

.flex-control-paging li a.flex-active {
  background: #b90020;
}

.visually-hidden,
.footer .footer__menu span,
.element-invisible,
.element-focusable,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.watermark {
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #eeeeee;
  font-size: 75px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.more-link,
.more-help-link {
  text-align: right;
}

[dir="rtl"] .more-link, [dir="rtl"] .more-help-link {
  text-align: left;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .more-link__help-icon, [dir="rtl"] .more-help-link a, .more-help-link [dir="rtl"] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}

.nav-menu__item,
.menu__item {
  list-style-image: url(../sass/navigation/nav-menu/leaf.svg);
  list-style-type: square;
}

.nav-menu__item.is-expanded, .nav-menu__item--is-expanded,
.is-expanded.menu__item,
.menu__item.is-expanded {
  list-style-image: url(../sass/navigation/nav-menu/expanded.svg);
  list-style-type: circle;
}

.nav-menu__item.is-collapsed, .nav-menu__item--is-collapsed,
.is-collapsed.menu__item,
.menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed.svg);
  list-style-type: disc;
}

[dir="rtl"] .nav-menu__item.is-collapsed, [dir="rtl"] .nav-menu__item--is-collapsed, [dir="rtl"] .is-collapsed.menu__item, [dir="rtl"] .menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed-rtl.svg);
}

.nav-menu__link.is-active, .nav-menu__link--is-active,
.menu a.active {
  color: #434345;
}

.navbar,
.main-navigation .links,
.main-navigation .menu {
  margin: 0 auto;
  max-width: 80vw;
  padding: 0;
  text-align: left;
}

[dir="rtl"] .navbar, [dir="rtl"] .main-navigation .links, .main-navigation [dir="rtl"] .links,
[dir="rtl"] .main-navigation .menu, .main-navigation [dir="rtl"] .menu {
  text-align: right;
}

.navbar__item,
.navbar li,
.main-navigation .links li,
.main-navigation .menu li {
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
}

[dir="rtl"] .navbar__item, [dir="rtl"]
.navbar li, [dir="rtl"] .main-navigation .links li, .main-navigation [dir="rtl"] .links li, [dir="rtl"] .main-navigation .menu li, .main-navigation [dir="rtl"] .menu li {
  float: right;
  padding: 0 0 0 10px;
}

.menu-block-1 ul.menu {
  display: flex;
  margin: 0;
  padding: 0;
}

.menu-block-1 ul.menu > li {
  background: transparent;
  border: 0;
  list-style: none;
  padding: 0;
  position: relative;
  text-transform: none;
}

.menu-block-1 ul.menu > li.expanded, .menu-block-1 ul.menu > li.is-expanded {
  list-style-image: none;
  list-style-type: none;
}

.menu-block-1 ul.menu > li a {
  margin: 0 2rem 0 0;
  padding: .5rem 0;
}

.menu-block-1 ul.menu > li a:focus,
.menu-block-1 ul.menu > li a:hover {
  text-decoration: underline;
}

.menu-block-1 ul.menu ul {
  border-radius: 9px;
  display: none;
  padding: .5rem;
  position: absolute;
  top: 30px;
  width: 200px;
  z-index: 100;
}

.menu-block-1 ul.menu ul.show-menu, .menu-block-1 ul.menu ul:focus, .menu-block-1 ul.menu ul:hover {
  background: #434345;
  border: 3px solid #434345;
  display: block;
}

.menu-block-1 ul.menu ul li {
  float: none;
  margin-bottom: .5rem;
  margin-left: 0;
}

.menu-block-1 ul.menu ul a {
  color: #fff;
  font-weight: 400;
  text-transform: none;
}

.menu-block-1 ul.menu ul a:focus, .menu-block-1 ul.menu ul a:hover {
  color: #fff;
}

.menu-block-1 ul.menu a {
  color: #fff;
  text-decoration: none;
}

.menu-mlid-1462 ul {
  right: 0;
}

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 .5em;
  list-style-type: none;
  background-image: none;
}

.pager__current-item,
.pager-current {
  font-weight: bold;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link, .skip-link:visited {
  background-color: #666666;
  color: #fff;
}

.skip-link__wrapper {
  margin: 0;
}

@media print {
  .skip-link__wrapper {
    display: none;
  }
}

.tabs {
  margin: 0.9rem 0 0;
  line-height: 1.5rem;
  border-bottom: 1px solid #cccccc \0/ie;
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}

@media print {
  .tabs {
    display: none;
  }
}

.tabs__tab {
  float: left;
  margin: 0 3px;
  border: 1px solid #cccccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
  overflow: hidden;
  background: #dddddd;
}

[dir="rtl"] .tabs__tab {
  float: right;
}

.tabs__tab.is-active {
  border-bottom-color: #fff;
}

.tabs__tab-link {
  padding: 0 1.2rem;
  display: block;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s;
  text-shadow: #fff 0 1px 0;
  color: #434345;
  background: #dddddd;
  letter-spacing: 1px;
}

.tabs__tab-link:focus, .tabs__tab-link:hover {
  background: #eaeaea;
}

.tabs__tab-link:active, .tabs__tab-link.is-active, .tabs__tab-link--is-active {
  background: #fff;
  text-shadow: none;
}

.tabs--off,
.views-displays .secondary {
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}

.tabs--secondary {
  margin-top: 1.2rem;
  font-size: 0.75rem;
  background-image: none;
}

.tabs + .tabs--secondary {
  margin-top: 0;
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
}

.tabs--secondary .tabs__tab {
  margin: 0.45rem 0.15rem;
  border: 0;
  background: transparent;
}

[dir="rtl"] .tabs--secondary .tabs__tab {
  float: right;
}

.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link {
  border: 1px solid #cccccc;
  border-radius: 24px;
  color: #666666;
  background: #f1f1f1;
  letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover {
  color: #333333;
  background: #dddddd;
  border-color: #999999;
}

.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active, .tabs--secondary .tabs__tab-link--is-active {
  color: white;
  text-shadow: #333333 0 1px 0;
  background: #666666;
  border-color: black;
}

.autocomplete,
.form-autocomplete {
  background-image: url(../sass/forms/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

[dir="rtl"] .autocomplete, [dir="rtl"] .form-autocomplete {
  background-position: 0% center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #434345;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item.is-selected, .autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #0d6286;
  color: #fff;
}

.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../sass/forms/autocomplete/throbber-active.gif);
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend, [dir="rtl"] .collapsible .fieldset-legend, .collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #999999;
  font-size: .9em;
  margin-left: .5em;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper, .collapsible-fieldset--is-collapsed__wrapper,
.is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend,
.is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend, .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend, .collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, [dir="rtl"] .collapsible-fieldset--is-collapsed__legend, [dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend, [dir="rtl"] .collapsible.collapsed .fieldset-legend, .collapsible.collapsed [dir="rtl"] .fieldset-legend, [dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend, .collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend, [dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}

.form-item {
  margin: 1.2rem 0;
}

.form-item__required,
.form-required {
  color: #b90020;
}

.form-item__description,
.form-item .description {
  font-size: 0.75rem;
}

.form-item--inline div,
.form-item--inline label,
.container-inline .form-item div,
.container-inline .form-item label {
  display: inline;
}

.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}

.form-item--radio .form-item__label, .form-item--radio__label,
.form-type-radio .form-item__label,
.form-type-checkbox .form-item__label,
label.option {
  display: inline;
  font-weight: normal;
}

.form-item--radio .form-item__description, .form-item--radio__description,
.form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description, .form-item--radio .form-item .description, .form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item .form-type-checkbox .description {
  margin-left: 1.4em;
}

.form-item.is-error .form-item__widget, .form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #b90020;
}

.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}

.form-table__sticky-header.is-sticky, .form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}

.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #cccccc;
  padding-right: 1em;
  text-align: left;
}

[dir="rtl"] .form-table__header, [dir="rtl"] .form-table th, .form-table [dir="rtl"] th,
[dir="rtl"] form table th, form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #cccccc;
}

.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: .1em .6em;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
}

.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}

.form-table__row.is-active, .form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #dddddd;
}

.form-table__row.is-disabled, .form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #cccccc;
}

.form-table__row.is-selected, .form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fffeef;
}

.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}

.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -webkit-min-content;
  text-align: center;
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #666666;
  background-color: #cccccc;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0d6286 url(../sass/forms/progress-bar/progress-bar.gif) repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

[dir="rtl"] .progress-bar__percentage, [dir="rtl"] .progress .percentage, .progress [dir="rtl"] .percentage {
  float: left;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir="rtl"] .progress-bar--inline, [dir="rtl"] .ajax-progress-bar {
  float: right;
}

.progress-throbber,
.ajax-progress {
  display: inline-block;
}

[dir="rtl"] .progress-throbber, [dir="rtl"] .ajax-progress {
  float: right;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(../sass/forms/progress-throbber/progress-throbber.gif) no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

[dir="rtl"] .progress-throbber__widget, [dir="rtl"] .ajax-progress .throbber, .ajax-progress [dir="rtl"] .throbber {
  float: right;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../sass/forms/resizable-textarea/grippie.png) no-repeat center 2px #eeeeee;
  border: 1px solid #cccccc;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #fffdda;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #fffcc1;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

[dir="rtl"] .table-drag__handle, [dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus, .table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(../sass/forms/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon, .table-drag__handle-icon--is-hover,
.is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle, .table-drag__handle.is-hover .tabledrag-handle .handle, .tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper, [dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

[dir="rtl"] .table-drag__indentation, [dir="rtl"] .indentation {
  float: right;
  margin: -.4em -.4em -.4em .2em;
  padding: .42em .6em .42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../sass/forms/table-drag/tree-child.png) no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child, [dir="rtl"] .table-drag__tree-child-last, [dir="rtl"] .tree-child-last, [dir="rtl"] .table-drag__tree-child-horizontal, [dir="rtl"] .tree-child-horizontal, [dir="rtl"] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../sass/forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}

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