/**
_print.scss
SCSS file for print

@file _print.scss
@path /assets/scss/_print.scss
@version 2019-12-09
*/
@import url("vvy3vey.css");
/**_variables.scss
SCSS file for all varibles.
@file _variables.scss
@path /assets/scss/_variables.scss
@version 2019-10-09
*/
/* Font variables*/
/* Color variables */
/* Font weight variables */
/* Transition speeds variables */
/* Box shadow variables */
/* Radius variables */
/* Images path variable */
/**
_mixins.scss
SCSS file for all mixin elements.

@file _mixins.scss
@path /assets/scss/_mixins.scss
@version 2019-10-09
*/
/* Breakpoint handling */
/* Flexbox css Property */
/* Placeholder css property */
/* Celebrate css property end */
/* FadeIn and FadeOut css property Begin */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* fadeIn and fadeOut css property end */
/* hover, focus, active css property Begin */
/* hover, focus, active css property end */
@media print {
  .menu-container,
  .search-block,
  .filter-button,
  .footer,
  .filter-sidebar-block,
  .sidebar-content,
  .share-link,
  .see-more-link,
  .full-callout-links,
  .animated-arrow,
  .alerts-dropdown-icon,
  .announcement-img,
  .three-up-callout,
  .tag-list,
  .btn,
  .arrow-link,
  .quote-bullets,
  .standards-link,
  .privacy-policy-link,
  .header-inner-right,
  .featured-img {
    display: none !important; }
  .banner-section {
    background-image: none !important; }
  .banner-caption-content {
    height: auto !important; }
  a,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span,
  li:before {
    color: #3e3e3e !important; }
  .box-cell {
    width: 100% !important; }
  .announcements-listing,
  .board-meetings-list {
    white-space: normal !important; }
    .announcements-listing .event-info,
    .board-meetings-list .event-info {
      max-width: none !important; }
    .announcements-listing a,
    .board-meetings-list a {
      display: none !important; }
  .container-fluid-medium {
    padding: 0 !important; }
  html,
  body {
    min-width: 210mm; } }

@page {
  margin: .5in 1in; }
