/** @file Styles are organized using the SMACSS technique. @see http://smacss.com/book/  When you turn on CSS aggregation at admin/config/development/performance, all of these @include files will be combined into a single file. */
/* Import Sass mixins, variables, Compass modules, etc. */
/* Newer versions of Compass will give the following alert: WARNING: Compass has changed how browser support is configured. The following configuration variables are no longer supported: $legacy-support-for-ie6, $legacy-support-for-ie7, $legacy-support-for-ie8. Details: http://compass-style.org/help/documentation/tuning-vendor-prefixes/ */
/** Below font declarations go to PWDS_STARTERKIT */
@font-face { font-family: 'pwds-social-default'; src: url("../fonts/pwds-social-default.eot?w2u1lm"); src: url("../fonts/pwds-social-default.eot?w2u1lm#iefix") format("embedded-opentype"), url("../fonts/pwds-social-default.ttf?w2u1lm") format("truetype"), url("../fonts/pwds-social-default.woff?w2u1lm") format("woff"), url("../fonts/pwds-social-default.svg?w2u1lm#pwds-social-default") format("svg"); font-weight: normal; font-style: normal; }

.facebook .icon .icon-target:before, .google-plus .icon .icon-target:before, .twitter .icon .icon-target:before, .youtube .icon .icon-target:before, .vimeo .icon .icon-target:before, .pinterest .icon .icon-target:before, .linkedin .icon .icon-target:before, .instagram .icon .icon-target:before, .tumblr .icon .icon-target:before, .wordpress .icon .icon-target:before, .email .icon .icon-target:before, .general .icon .icon-target:before { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'pwds-social-default' !important; speak: none; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.facebook .icon .icon-target:before { content: "f"; }

.google-plus .icon .icon-target:before { content: "g"; }

.twitter .icon .icon-target:before { content: "t"; }

.youtube .icon .icon-target:before { content: "y"; }

.vimeo .icon .icon-target:before { content: "v"; }

.pinterest .icon .icon-target:before { content: "p"; }

.linkedin .icon .icon-target:before { content: "l"; }

.instagram .icon .icon-target:before { content: "i"; }

.tumblr .icon .icon-target:before { content: "t"; }

.wordpress .icon .icon-target:before { content: "w"; }

.email .icon .icon-target:before { content: "e"; }

.general .icon .icon-target:before { content: "n"; }

@font-face { font-family: 'pwds-glyphs-default'; src: url("../fonts/pwds-glyphs-default.eot?6iaq5x"); src: url("../fonts/pwds-glyphs-default.eot?6iaq5x#iefix") format("embedded-opentype"), url("../fonts/pwds-glyphs-default.ttf?6iaq5x") format("truetype"), url("../fonts/pwds-glyphs-default.woff?6iaq5x") format("woff"), url("../fonts/pwds-glyphs-default.svg?6iaq5x#pwds-glyphs-default") format("svg"); font-weight: normal; font-style: normal; }

#search-form + .icon .icon-target:before { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'pwds-glyphs-default' !important; speak: none; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "f"; }

.home:before { content: "h"; }

.search:before { content: "f"; }

.rss:before { content: "s"; }

.ical:before { content: "i"; }

.prev:before { content: "p"; }

.next:before { content: "n"; }

.library:before { content: "b"; }

.quotes-right:before { content: "r"; }

.quotes-left:before { content: "l"; }

.location:before { content: "m"; }

.envelop:before { content: "e"; }

.phone:before { content: "p"; }

.newspaper:before { content: "o"; }

.external:before { content: "q"; }

.pdf:before { content: "d"; }

.word:before { content: "w"; }

.excel:before { content: "x"; }

/* Below will remain in both _pwds_base_init.scss and PWDS_STARTERKIT _init.scss. */
/* HTML element (SMACSS base) rules */
/** @file Normalize.css is intended to be used as an alternative to CSS resets.  This file is a slight fork of these original sources: - normalize.css v2.1.2 | MIT License | git.io/normalize - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass  It's suggested that you read the normalize.scss file and customise it to meet your needs, rather then including the file in your project and overriding the defaults later in your CSS. @see http://nicolasgallagher.com/about-normalize-css/  Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/ @see http://snook.ca/archives/html_and_css/no_css_reset/ */
/** HTML5 display definitions */
/* Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary { display: block; }

/* Correct `inline-block` display not defined in IE 8/9. */
audio, canvas, video { display: inline-block; }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/* Address styling not present in IE 8/9. */
[hidden] { display: none; }

/** Below goes to PWDS_STARTERKIT */
/** Base  Instead of relying on the fonts that are available on a user's computer, you can use web fonts which, like images, are resources downloaded to the user's browser. Because of the bandwidth and rendering resources required, web fonts should be used with care.  Numerous resources for web fonts can be found on Google. Here are a few websites where you can find Open Source fonts to download: - http://www.fontsquirrel.com/fontface - http://www.theleagueofmoveabletype.com  In order to use these fonts, you will need to convert them into formats suitable for web fonts. We recommend the free-to-use Font Squirrel's Font-Face Generator: http://www.fontsquirrel.com/fontface/generator  The following is an example @font-face declaration. This font can then be used in any ruleset using a property like this:  font-family: Example, serif;  Since we're using Sass, you'll need to declare your font faces here, then you can add them to the font variables in the _init.scss partial. */
/*
@font-face { font-family: 'Example'; src: url('../fonts/example.eot'); src: url('../fonts/example.eot?iefix') format('eot'), url('../fonts/example.woff') format('woff'), url('../fonts/example.ttf') format('truetype'), url('../fonts/example.svg#webfontOkOndcij') format('svg'); font-weight: normal; font-style: normal;
}
*/
/** Below goes to PWDS_STARTERKIT */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. */
                                  /**
html { font-family: $base-font-family; /* 1 * / font-size: 100% * ($base-font-size / 16px); /* 3 * / -ms-text-size-adjust: 100%; /* 2 * / -webkit-text-size-adjust: 100%; /* 2 * / // Establish a vertical rhythm unit using $base-line-height. @include adjust-leading-to(1);
} */
/* Remove default margin. */
body { margin: 0; padding: 0; }

/** Links  The order of link states are based on Eric Meyer's article: http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states */
/* Address `outline` inconsistency between Chrome and other browsers. */
:focus, a:focus { outline-color: #3b99fc; outline-offset: 1px; outline-style: auto; outline-width: 5px; }

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/** Below goes to PWDS_STARTERKIT */
/** Typography  To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins so that the line height of our base font becomes the basic unit of vertical measurement. We use multiples of that unit to set the top and bottom margins for our block level elements and to set the line heights of any fonts. For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
  /**
p,
pre { margin: rhythm(1) 0;
}
blockquote { /* Also indent the quote on both sides. * / margin: rhythm(1) $indent-amount;
} */
/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
  /**
h1 { /* Set the font-size and line-height while keeping a proper vertical rhythm. * / @include adjust-font-size-to( $h1-font-size );
 /* Set 1 unit of vertical rhythm on the top and bottom margins. * / @include leader(1, $h1-font-size); @include trailer(1, $h1-font-size);
}
h2 { @include adjust-font-size-to( $h2-font-size ); @include leader(1, $h2-font-size); @include trailer(1, $h2-font-size);
}
h3 { @include adjust-font-size-to( $h3-font-size ); @include leader(1, $h3-font-size); @include trailer(1, $h3-font-size);
}
h4 { @include adjust-font-size-to( $h4-font-size ); @include leader(1, $h4-font-size); @include trailer(1, $h4-font-size);
}
h5 { @include adjust-font-size-to( $h5-font-size ); @include leader(1, $h5-font-size); @include trailer(1, $h5-font-size);
}
h6 { @include adjust-font-size-to( $h6-font-size ); @include leader(1, $h6-font-size); @include trailer(1, $h6-font-size);
} */
/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong { font-weight: bold; }

/* Address styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }

/** Below goes to PWDS_STARTERKIT */
/**
/* Address differences between Firefox and other browsers. * /
hr { @include box-sizing(content-box); height: 0; border: 1px solid #666; padding-bottom: -1px; margin: rhythm(1) 0;
} */
/* Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Below goes to PWDS_STARTERKIT */
/**
/* Correct font family set oddly in Safari 5 and Chrome. * /
code,
kbd,
pre,
samp,
tt,
var { font-family: $font-monospace; // The value of $font-monospace ends with ", serif". @include adjust-font-size-to( $base-font-size );
} */
/* Improve readability of pre-formatted text in all browsers. */
pre { white-space: pre-wrap; }

/* Set consistent quote types. */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }

/* Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/** Below goes to PWDS_STARTERKIT */
                                 /**
/** Lists  /
dl,
menu,
ol,
ul { /* Address margins set differently in IE 6/7. * / margin: rhythm(1) 0;
}
ol,
ul { ol, ul { /* Turn off margins on nested lists. * / margin: 0; }
}
dd { margin: 0 0 0 $indent-amount; /* LTR * /
}

/* Address paddings set differently in IE 6/7. * /
menu,
ol,
ul { padding: 0 0 0 $indent-amount; /* LTR * /
} */
/** Embedded content and figures  @todo Look into adding responsive embedded video. */
img { /* Remove border when inside `a` element in IE 8/9. */ border: 0; /* Suppress the space beneath the baseline */ /* vertical-align: bottom; */ /* Responsive images */ max-width: 100%; height: auto; }

/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }

/* Address margin not present in IE 8/9 and Safari 5. */
figure { margin: 0; }

/** Below goes to PWDS_STARTERKIT */
  /**
/** Forms  /

/* Define consistent border, margin, and padding. * /
fieldset { margin: 0 2px; /* Apply borders and padding that keep the vertical rhythm. * / border-color: #c0c0c0; @include apply-side-rhythm-border(top,    $width: 1px, $lines: 0.35); @include apply-side-rhythm-border(bottom, $width: 1px, $lines: 0.65); @include apply-side-rhythm-border(left,   $width: 1px, $lines: 0.65); @include apply-side-rhythm-border(right,  $width: 1px, $lines: 0.65);
} */
/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. 3. Correct alignment displayed oddly in IE 6/7. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. 4. Improve appearance and consistency with IE 6/7. 5. Keep form elements constrained in their containers. */
button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ max-width: 100%; /* 5 */ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /* 5 */ }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input { line-height: normal; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. 4. Remove inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. 3. Remove excess padding in IE 7. Known issue: excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; /* 2 */ }

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

/* Drupal-style form labels. */
label { display: block; font-weight: bold; }

/* To address Tableau sizes */
div.field-name-body iframe.tableau-iframe { max-width: 100% !important; width: inherit; height: inherit; }

/** Below goes to PWDS_STARTERKIT */
  /**
/** Tables  /
table { /* Remove most spacing between table cells. * / border-collapse: collapse; border-spacing: 0; /* Prevent cramped-looking tables * / /* width: 100%; * / /* Add vertical rhythm margins. * / @include leader(1); @include trailer(1);
} */
/* Layout rules */
/** @file Positioning for a responsive layout.  Define CSS classes to create a fluid grid layout with optional sidebars depending on whether blocks are placed in the left or right sidebars.  This layout uses the Zen Grids plugin for Compass: http://zengrids.com */
/** Center the page.  For screen sizes larger than 1200px, prevent excessively long lines of text by setting a max-width. */
#page, .region-bottom { margin-left: auto; margin-right: auto; max-width: 1200px; }

/* Apply the shared properties of grid items in a single, efficient ruleset. */
#header, #content, #navigation, .region-sidebar-first, .region-sidebar-second, #footer { padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; }

/* Containers for grid items and flow items. */
#header:before, #header:after, #main:before, #main:after, #footer:before, #footer:after { content: ""; display: table; }
#header:after, #main:after, #footer:after { clear: both; }

/** Below goes to PWDS_STARTERKIT */
    /**
/* Navigation bar * /
@media all and (min-width: 480px) { #main { /* Move all the children of #main down to make room. * / padding-top: $nav-height; position: relative; } #navigation { /* Move the navbar up inside #main's padding. * / position: absolute; top: 0; height: $nav-height; width: $zen-grid-width; }
} */
/** Use 3 grid columns for smaller screens. */
@media all and (min-width: 480px) and (max-width: 959px) { /** The layout when there is only one sidebar, the left one. */
  .sidebar-first { /* Span 2 columns, starting in 2nd column from left. */ /* Span 1 column, starting in 1st column from left. */ }
  .sidebar-first #content { float: left; width: 66.66667%; margin-left: 33.33333%; margin-right: -100%; }
  .sidebar-first .region-sidebar-first { float: left; width: 33.33333%; margin-left: 0%; margin-right: -33.33333%; }
  /** The layout when there is only one sidebar, the right one. */
  .sidebar-second { /* Span 2 columns, starting in 1st column from left. */ /* Span 1 column, starting in 3rd column from left. */ }
  .sidebar-second #content { float: left; width: 66.66667%; margin-left: 0%; margin-right: -66.66667%; }
  .sidebar-second .region-sidebar-second { float: left; width: 33.33333%; margin-left: 66.66667%; margin-right: -100%; }
  /** The layout when there are two sidebars. */
  .two-sidebars { /* Span 2 columns, starting in 2nd column from left. */ /* Span 1 column, starting in 1st column from left. */ /* Start a new row and span all 3 columns. */ }
  .two-sidebars #content { float: left; width: 66.66667%; margin-left: 33.33333%; margin-right: -100%; }
  .two-sidebars .region-sidebar-first { float: left; width: 33.33333%; margin-left: 0%; margin-right: -33.33333%; }
  .two-sidebars .region-sidebar-second { float: left; width: 100%; margin-left: 0%; margin-right: -100%; padding-left: 0; padding-right: 0; clear: left; /* Apply the shared properties of grid items in a single, efficient ruleset. */ /* Span 1 column, starting in the 1st column from left. */ /* Span 1 column, starting in the 2nd column from left. */ /* Span 1 column, starting in the 3rd column from left. */ }
  .two-sidebars .region-sidebar-second .block { padding-left: 10px; padding-right: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; }
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) { float: left; width: 33.33333%; margin-left: 0%; margin-right: -33.33333%; clear: left; }
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) { float: left; width: 33.33333%; margin-left: 33.33333%; margin-right: -66.66667%; }
  .two-sidebars .region-sidebar-second .block:nth-child(3n) { float: left; width: 33.33333%; margin-left: 66.66667%; margin-right: -100%; } }
/** Use 5 grid columns for larger screens. */
@media all and (min-width: 960px) { /** The layout when there is only one sidebar, the left one. */
  .sidebar-first { /* Span 4 columns, starting in 2nd column from left. */ /* Span 1 column, starting in 1st column from left. */ }
  .sidebar-first #content { float: left; width: 80%; margin-left: 20%; margin-right: -100%; }
  .sidebar-first .region-sidebar-first { float: left; width: 20%; margin-left: 0%; margin-right: -20%; }
  /** The layout when there is only one sidebar, the right one. */
  .sidebar-second { /* Span 4 columns, starting in 1st column from left. */ /* Span 1 column, starting in 5th column from left. */ }
  .sidebar-second #content { float: left; width: 80%; margin-left: 0%; margin-right: -80%; }
  .sidebar-second .region-sidebar-second { float: left; width: 20%; margin-left: 80%; margin-right: -100%; }
  /** The layout when there are two sidebars. */
  .two-sidebars { /* Span 3 columns, starting in 2nd column from left. */ /* Span 1 column, starting in 1st column from left. */ /* Span 1 column, starting in 5th column from left. */ }
  .two-sidebars #content { float: left; width: 60%; margin-left: 20%; margin-right: -80%; }
  .two-sidebars .region-sidebar-first { float: left; width: 20%; margin-left: 0%; margin-right: -20%; }
  .two-sidebars .region-sidebar-second { float: left; width: 20%; margin-left: 80%; margin-right: -100%; } }
/* For images placed in body field. */
/* Please note that most/all themes have these styles defined as well due to some quirkiness with how the WYSIWYG editor works. Please see https://bitbucket.org/princeton/pwds_cms/issues/499 for more info */
img.image-float-left, .media-element-float-left { float: left; margin: 0 1em 0.5em 0; }

img.image-float-right, .media-element-float-right { float: right; margin: 0 0 0.5em 1em; }

img.image-center, .media-element-center { float: none; display: block; margin: 1em auto; clear: both; }

img.image-inline, .media-element-inline { float: none; display: inline-block; margin: 0 .5em; }

/** Remove float images for small devices */
@media (max-width: 639px) { .node-type-basic-page #content .field-name-field-featured-image, #content img.image-float-right { float: none; margin-left: 0; }
  #content img.image-float-left { float: none; margin-right: 0; } }
/* Adds necessarying styling for featured images and WYSYWIG images so they handle captions properly.  Note the media module creates a div with .media-element-container if it is rendering an embedded image that has a caption.  We are using the funky table display for a couple reasons:  (1) Doing so in conjunction with caption-side: bottom for the caption div will ensure the caption text does not extend beyond the width of the image. See http://stackoverflow.com/questions/39478074 for more info (2) This allows us .media-element-center to work properly to center the div, which I found difficult to do on a block element without a fixed with. */
.media-element-container, .node-type-basic-page .field-name-field-featured-image .content, .node-type-people .field-name-field-featured-image .content, .node-type-news .field-name-field-featured-image .content, .node-type-blog .field-name-field-featured-image .content, .node-type-events .field-name-field-featured-image .content, .node-type-course .field-name-field-featured-image .content, .node-type-resource-link .field-name-field-featured-image .content, .page-taxonomy #content .views-field-field-featured-image .content { display: table; /* This removes the phantom spacing that's displayed between the image and its caption. */ }
.media-element-container .field-name-field-image-caption, .node-type-basic-page .field-name-field-featured-image .content .field-name-field-image-caption, .node-type-people .field-name-field-featured-image .content .field-name-field-image-caption, .node-type-news .field-name-field-featured-image .content .field-name-field-image-caption, .node-type-blog .field-name-field-featured-image .content .field-name-field-image-caption, .node-type-events .field-name-field-featured-image .content .field-name-field-image-caption, .node-type-course .field-name-field-featured-image .content .field-name-field-image-caption, .node-type-resource-link .field-name-field-featured-image .content .field-name-field-image-caption, .page-taxonomy #content .views-field-field-featured-image .content .field-name-field-image-caption { display: table-caption; caption-side: bottom; line-height: 1.3em; border-bottom: 1px solid #ddd; padding: .25em 0; }
.media-element-container img, .node-type-basic-page .field-name-field-featured-image .content img, .node-type-people .field-name-field-featured-image .content img, .node-type-news .field-name-field-featured-image .content img, .node-type-blog .field-name-field-featured-image .content img, .node-type-events .field-name-field-featured-image .content img, .node-type-course .field-name-field-featured-image .content img, .node-type-resource-link .field-name-field-featured-image .content img, .page-taxonomy #content .views-field-field-featured-image .content img { display: block; }

/* Flexslider */
.flex-direction-nav a { overflow: inherit !important; font-size: 0; }

.pane-pwds-image-gallery-all-image-galleries-pane ul { margin: 0; padding: 0; }

.pane-pwds-image-gallery-all-image-galleries-pane ul li { list-style: none; box-sizing: border-box; width: 33%; display: inline-block; padding: 0 30px 30px 0; vertical-align: top; }

.pwds-gallery-title h3 { margin: 0; }

.field-name-field-image-caption p { margin: .25em; font-size: .9em; }

.pwds-gallery-description { margin-bottom: 1.5em; }

.pwds-gallery-description p { margin: .25em; }

.view-display-id-gallery_slideshow_pane .flexslider, .view-display-id-gallery_slideshow_thumbnails_summary_pane .flexslider, .view-display-id-gallery_slideshow_thumbnails_pane .flexslider { margin-bottom: 0; }

/* Image Gallery and News Slider with Navigation Buttons */
.pane-bundle-image-carousel .carousel .slidenav button, .view-news-w3c-carousel .carousel .slidenav button { font-size: 100%; font-weight: 400; line-height: inherit; height: 35px; width: 2.488em; background-color: transparent; color: #333; display: block; text-align: center; margin: 0 auto; padding: 0; overflow: hidden; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-width: 0; }
.pane-bundle-image-carousel .carousel .slidenav button:hover, .pane-bundle-image-carousel .carousel .slidenav button:focus, .pane-bundle-image-carousel .carousel .slidenav button:active, .view-news-w3c-carousel .carousel .slidenav button:hover, .view-news-w3c-carousel .carousel .slidenav button:focus, .view-news-w3c-carousel .carousel .slidenav button:active { background-color: #ddd; }
.pane-bundle-image-carousel .carousel .slidenav button:focus, .view-news-w3c-carousel .carousel .slidenav button:focus { outline-color: #3b99fc; outline-offset: 1px; outline-style: auto; outline-width: 5px; }
.pane-bundle-image-carousel .carousel .slidenav button.current, .view-news-w3c-carousel .carousel .slidenav button.current { background-color: #333; color: #fff; font-weight: bold; }

/* Image Gallery panel pane */
.pane-bundle-image-carousel { overflow: hidden; }
.pane-bundle-image-carousel .field-name-field-image-caption { padding-left: 1rem; padding-right: 1rem; }
.pane-bundle-image-carousel .ultra-widescreen-aspect-ratio .carousel { padding: 0 0 37.5% 0; }
.pane-bundle-image-carousel .carousel { border: none; padding: 0 0 56.25% 0; margin-bottom: 0; }
.pane-bundle-image-carousel .carousel ul.slides { z-index: 1; }
.pane-bundle-image-carousel .carousel ul.slides .prev:before { content: ""; }
.pane-bundle-image-carousel .carousel ul.slides .next:before { content: ""; }
.pane-bundle-image-carousel .carousel ul.slides .slide .file-image .content { background-color: #333; color: #fff; }
.pane-bundle-image-carousel .carousel ul.slides .slide .file-image .content img.pwds-slideshow-image, .pane-bundle-image-carousel .carousel ul.slides .slide .file-image .content img.pwds-slideshow-image-8-3-ratio { width: 100%; height: auto; }
.pane-bundle-image-carousel .carousel ul.slides .slide .file-image .content div.field-name-field-image-caption .field-items { position: relative; top: -8px; left: 0; width: 100%; padding: 0; line-height: 1.5em; max-height: 6em; overflow: hidden; font-size: 1.33em; text-align: left; }
.pane-bundle-image-carousel .carousel ul.slides .slide .file-image .content div.field-name-field-image-caption .field-items a:link, .pane-bundle-image-carousel .carousel ul.slides .slide .file-image .content div.field-name-field-image-caption .field-items a:visited { color: #fff; }
.pane-bundle-image-carousel .carousel ul.slides .slide .file-image .content div.field-name-field-image-caption .field-items p { margin: 0.5em 0 0; }
.pane-bundle-image-carousel .carousel ul.slides .slide .file-image .content div.field-name-field-image-caption .field-items p:first-child { margin-top: 0; }
.pane-bundle-image-carousel .carousel .slidenav { z-index: 0; top: 100%; padding-top: 0.5em; height: 48px; }
.pane-bundle-image-carousel .carousel .slidenav li { vertical-align: bottom; margin: 0 0.25em 2px; padding: 0 0.25em; }
.pane-bundle-image-carousel .carousel .slidenav .start-character, .pane-bundle-image-carousel .carousel .slidenav .stop-character { position: relative; left: 0; padding: 0; height: 30px; width: 1.28571429em; margin: 5px auto 0; text-align: center; overflow: hidden; display: block; }
.pane-bundle-image-carousel .carousel .slidenav .start-character:before, .pane-bundle-image-carousel .carousel .slidenav .stop-character:before { font-family: FontAwesome; font-size: inherit; display: block; }
.pane-bundle-image-carousel .carousel .slidenav .start-character:before { content: "\f04b"; }
.pane-bundle-image-carousel .carousel .slidenav .stop-character:before { content: "\f04c"; }
@media (max-width: 414px) { .pane-bundle-image-carousel .carousel .slidenav li { margin: 0 0.125em 2px; padding: 0 0.125em; }
  .pane-bundle-image-carousel .carousel .slidenav button { height: 30px; width: 2em; }
  .pane-bundle-image-carousel .carousel .slidenav .start-character, .pane-bundle-image-carousel .carousel .slidenav .stop-character { margin: 0 auto; } }
.pane-bundle-image-carousel .carousel ul.controls { z-index: 0; }
.pane-bundle-image-carousel .carousel ul.controls .btn-next, .pane-bundle-image-carousel .carousel ul.controls .btn-prev { border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.6); width: 3rem; height: 3rem; padding: 0; background: rgba(0, 0, 0, 0.3); font-size: 2.3em; }
.pane-bundle-image-carousel .carousel ul.controls .btn-next:hover, .pane-bundle-image-carousel .carousel ul.controls .btn-next:focus, .pane-bundle-image-carousel .carousel ul.controls .btn-next:active, .pane-bundle-image-carousel .carousel ul.controls .btn-prev:hover, .pane-bundle-image-carousel .carousel ul.controls .btn-prev:focus, .pane-bundle-image-carousel .carousel ul.controls .btn-prev:active { background: black; border: 1px solid white; }
.pane-bundle-image-carousel .carousel ul.controls .btn-next:after, .pane-bundle-image-carousel .carousel ul.controls .btn-prev:after { font-family: FontAwesome; color: #FFF; font-size: 1.4rem; position: relative; top: -6px; }
.pane-bundle-image-carousel .carousel ul.controls .btn-next { right: 4px; }
.pane-bundle-image-carousel .carousel ul.controls .btn-next:after { content: "\f061"; left: 2px; }
.pane-bundle-image-carousel .carousel ul.controls .btn-prev { left: 4px; }
.pane-bundle-image-carousel .carousel ul.controls .btn-prev:after { content: "\f060"; right: 2px; }
.pane-bundle-image-carousel .carousel ul.controls .slideshow-next, .pane-bundle-image-carousel .carousel ul.controls .slideshow-previous { display: none; }
.pane-bundle-image-carousel .field-name-field-gallery-description { padding-top: 0; }

/* In the sidebar, use same styles as 414px breakpoint above. */
.radix-layouts-sidebar .pane-bundle-image-carousel .carousel .slidenav li { margin: 0 0.125em 2px; padding: 0 0.125em; }
.radix-layouts-sidebar .pane-bundle-image-carousel .carousel .slidenav button { height: 30px; width: 2em; }
.radix-layouts-sidebar .pane-bundle-image-carousel .carousel .slidenav .start-character, .radix-layouts-sidebar .pane-bundle-image-carousel .carousel .slidenav .stop-character { margin: 0 auto; }

/* News Slideshow */
.view-news-w3c-carousel { background: #f4f4f4; }
.view-news-w3c-carousel .carousel { border: none; background: none; padding: 0 0 35% 0; margin: 0; }
.view-news-w3c-carousel .carousel ul.slides .prev:before { content: ""; }
.view-news-w3c-carousel .carousel ul.slides .next:before { content: ""; }
.view-news-w3c-carousel .carousel ul.slides .featured-image-container { float: left; width: 57.5%; padding: 15px 1.5% 15px 6%; }
.view-news-w3c-carousel .carousel ul.slides .featured-image-container .field-name-field-image-caption { display: none; }
.view-news-w3c-carousel .carousel ul.slides .featured-image-container img { width: 100%; }
@media (max-width: 767px) { .view-news-w3c-carousel .carousel ul.slides h3.views-field-title { font-size: 1.5rem; } }
.view-news-w3c-carousel .carousel ul.slides .content-container { float: left; width: 27.5%; padding: 15px 6% 15px 1.5%; }
@media (max-width: 1023px) { .view-news-w3c-carousel .carousel ul.slides .featured-image-container, .view-news-w3c-carousel .carousel ul.slides .content-container { padding: 0 2.5% 0; width: 95%; } }
.view-news-w3c-carousel .carousel ul.slides li.slide { text-align: left; }
.view-news-w3c-carousel .carousel ul.slides li.slide .views-field-body p:first-child { margin-top: 0; }
.view-news-w3c-carousel .carousel ul.slidenav { position: absolute; padding-top: 0; top: calc(100% + 15px); }
.view-news-w3c-carousel .carousel .slidenav { z-index: 501; }
.view-news-w3c-carousel .carousel .slidenav li { vertical-align: bottom; overflow: hidden; }
.view-news-w3c-carousel .carousel .start-character, .view-news-w3c-carousel .carousel .stop-character { position: relative; left: 0; padding: 0; height: 30px; width: 1.28571429em; margin: 5px auto 0; text-align: center; overflow: hidden; display: block; }
.view-news-w3c-carousel .carousel .start-character:before, .view-news-w3c-carousel .carousel .stop-character:before { font-family: FontAwesome; font-size: inherit; display: block; }
.view-news-w3c-carousel .carousel .start-character:before { content: "\f04b"; }
.view-news-w3c-carousel .carousel .stop-character:before { content: "\f04c"; }
.view-news-w3c-carousel .carousel ul.controls .btn-next, .view-news-w3c-carousel .carousel ul.controls .btn-prev { border-radius: 50%; width: 3rem; height: 3rem; padding: 0; background: rgba(0, 0, 0, 0.3); font-size: 2.3em; }
.view-news-w3c-carousel .carousel ul.controls .btn-next:hover, .view-news-w3c-carousel .carousel ul.controls .btn-next:focus, .view-news-w3c-carousel .carousel ul.controls .btn-next:active, .view-news-w3c-carousel .carousel ul.controls .btn-prev:hover, .view-news-w3c-carousel .carousel ul.controls .btn-prev:focus, .view-news-w3c-carousel .carousel ul.controls .btn-prev:active { background: black; }
.view-news-w3c-carousel .carousel ul.controls .btn-next:after, .view-news-w3c-carousel .carousel ul.controls .btn-prev:after { font-family: FontAwesome; color: #FFF; font-size: 1.4rem; position: relative; top: -6px; }
.view-news-w3c-carousel .carousel ul.controls .btn-next { right: 4px; }
.view-news-w3c-carousel .carousel ul.controls .btn-next:after { content: "\f061"; left: 2px; }
.view-news-w3c-carousel .carousel ul.controls .btn-prev { left: 4px; }
.view-news-w3c-carousel .carousel ul.controls .btn-prev:after { content: "\f060"; right: 2px; }
.view-news-w3c-carousel .carousel ul.controls .slideshow-next, .view-news-w3c-carousel .carousel ul.controls .slideshow-previous { display: none; }
@media (max-width: 1023px) { .view-news-w3c-carousel .carousel { padding: 0 0 56.25% 0; } }

/* News Slideshow in narrow columns or a sidebar. */
.radix-layouts-sidebar .view-news-w3c-carousel .carousel, .col-md-8 .view-news-w3c-carousel .carousel, .col-md-6 .view-news-w3c-carousel .carousel, .col-md-4 .view-news-w3c-carousel .carousel, .col-md-3 .view-news-w3c-carousel .carousel { padding: 0 0 56.25% 0; }
.radix-layouts-sidebar .view-news-w3c-carousel .carousel ul.slides .featured-image-container, .radix-layouts-sidebar .view-news-w3c-carousel .carousel ul.slides .content-container, .col-md-8 .view-news-w3c-carousel .carousel ul.slides .featured-image-container, .col-md-8 .view-news-w3c-carousel .carousel ul.slides .content-container, .col-md-6 .view-news-w3c-carousel .carousel ul.slides .featured-image-container, .col-md-6 .view-news-w3c-carousel .carousel ul.slides .content-container, .col-md-4 .view-news-w3c-carousel .carousel ul.slides .featured-image-container, .col-md-4 .view-news-w3c-carousel .carousel ul.slides .content-container, .col-md-3 .view-news-w3c-carousel .carousel ul.slides .featured-image-container, .col-md-3 .view-news-w3c-carousel .carousel ul.slides .content-container { padding: 1em 2.5% 0; width: 95%; }

/* Keeping the styles for the slideshow controls with the optional slide counter in one spot. */
/* With the exception of some margin-top adjustments for the news slideshow, above. */
.view-news-w3c-carousel.with-slide-counter .carousel ul.controls, .pane-bundle-image-carousel .with-slide-counter .carousel ul.controls { position: absolute; right: 0; z-index: 999; }
.view-news-w3c-carousel.with-slide-counter .carousel ul.controls li, .pane-bundle-image-carousel .with-slide-counter .carousel ul.controls li { float: left; }
.view-news-w3c-carousel.with-slide-counter .carousel ul.controls .btn-prev, .view-news-w3c-carousel.with-slide-counter .carousel ul.controls .btn-next, .pane-bundle-image-carousel .with-slide-counter .carousel ul.controls .btn-prev, .pane-bundle-image-carousel .with-slide-counter .carousel ul.controls .btn-next { border-radius: 0; border-width: 0; width: 35px; height: 35px; background-image: url("data:image/svg+xml,%3Csvg height='100px' width='100px' fill='%23000000' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' x='0px' y='0px'%3E%3Ctitle%3ENEXT%3C/title%3E%3Cg data-name='NEXT'%3E%3Cpath d='M16.71,12.71l-9,9a1,1,0,0,1-1.41-1.41L14.59,12,6.29,3.71A1,1,0,0,1,7.71,2.29l9,9A1,1,0,0,1,16.71,12.71Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-color: transparent; margin-top: 0; position: relative; background-size: 35px 35px; }
.view-news-w3c-carousel.with-slide-counter .carousel ul.controls .btn-prev:hover, .view-news-w3c-carousel.with-slide-counter .carousel ul.controls .btn-prev:focus, .view-news-w3c-carousel.with-slide-counter .carousel ul.controls .btn-prev:active, .view-news-w3c-carousel.with-slide-counter .carousel ul.controls .btn-next:hover, .view-news-w3c-carousel.with-slide-counter .carousel ul.controls .btn-next:focus, .view-news-w3c-carousel.with-slide-counter .carousel ul.controls .btn-next:active, .pane-bundle-image-carousel .with-slide-counter .carousel ul.controls .btn-prev:hover, .pane-bundle-image-carousel .with-slide-counter .carousel ul.controls .btn-prev:focus, .pane-bundle-image-carousel .with-slide-counter .carousel ul.controls .btn-prev:active, .pane-bundle-image-carousel .with-slide-counter .carousel ul.controls .btn-next:hover, .pane-bundle-image-carousel .with-slide-counter .carousel ul.controls .btn-next:focus, .pane-bundle-image-carousel .with-slide-counter .carousel ul.controls .btn-next:active { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23E77500;%7D%0A%3C/style%3E%3Ctitle%3ENEXT%3C/title%3E%3Cg%3E%3Cpath class='st0' d='M16.7,12.7l-9,9c-0.4,0.4-1.1,0.3-1.4-0.1c-0.3-0.4-0.3-0.9,0-1.3l8.3-8.3L6.3,3.7c-0.4-0.4-0.4-1,0-1.4 s1-0.4,1.4,0l9,9C17.1,11.7,17.1,12.3,16.7,12.7C16.7,12.7,16.7,12.7,16.7,12.7z'/%3E%3C/g%3E%3C/svg%3E "); }
.view-news-w3c-carousel.with-slide-counter .carousel ul.controls .btn-prev:after, .view-news-w3c-carousel.with-slide-counter .carousel ul.controls .btn-next:after, .pane-bundle-image-carousel .with-slide-counter .carousel ul.controls .btn-prev:after, .pane-bundle-image-carousel .with-slide-counter .carousel ul.controls .btn-next:after { display: none; }
.view-news-w3c-carousel.with-slide-counter .carousel ul.controls .btn-next, .pane-bundle-image-carousel .with-slide-counter .carousel ul.controls .btn-next { margin-right: .5rem; }
.view-news-w3c-carousel.with-slide-counter .carousel ul.controls .btn-prev, .pane-bundle-image-carousel .with-slide-counter .carousel ul.controls .btn-prev { transform: rotate(180deg); margin-right: 1rem; }
.view-news-w3c-carousel.with-slide-counter .carousel ul.controls, .view-news-w3c-carousel.with-slide-counter .carousel ul.slidenav, .pane-bundle-image-carousel .with-slide-counter .carousel ul.controls, .pane-bundle-image-carousel .with-slide-counter .carousel ul.slidenav { top: calc(100% + 15px); }
@media (max-width: 767px) { .view-news-w3c-carousel.with-slide-counter .carousel ul.controls, .view-news-w3c-carousel.with-slide-counter .carousel ul.slidenav, .pane-bundle-image-carousel .with-slide-counter .carousel ul.controls, .pane-bundle-image-carousel .with-slide-counter .carousel ul.slidenav { top: calc(100% + 12px); } }
.view-news-w3c-carousel.with-slide-counter .carousel ul.slidenav, .pane-bundle-image-carousel .with-slide-counter .carousel ul.slidenav { left: 92.5%; text-align: left; position: absolute; width: 8%; z-index: 501; }
.view-news-w3c-carousel.with-slide-counter .carousel ul.slidenav .btn-play-pause, .pane-bundle-image-carousel .with-slide-counter .carousel ul.slidenav .btn-play-pause { background-color: transparent; background-position: center center; background-repeat: no-repeat; border: 0; position: absolute; bottom: 0; top: 0; right: 110px; width: 35px; height: 35px; z-index: 999; }
.view-news-w3c-carousel.with-slide-counter .carousel ul.slidenav .btn-play-pause .stop-character, .view-news-w3c-carousel.with-slide-counter .carousel ul.slidenav .btn-play-pause .start-character, .pane-bundle-image-carousel .with-slide-counter .carousel ul.slidenav .btn-play-pause .stop-character, .pane-bundle-image-carousel .with-slide-counter .carousel ul.slidenav .btn-play-pause .start-character { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
.view-news-w3c-carousel.with-slide-counter .carousel ul.slidenav .btn-play-pause .stop-character:before, .view-news-w3c-carousel.with-slide-counter .carousel ul.slidenav .btn-play-pause .start-character:before, .pane-bundle-image-carousel .with-slide-counter .carousel ul.slidenav .btn-play-pause .stop-character:before, .pane-bundle-image-carousel .with-slide-counter .carousel ul.slidenav .btn-play-pause .start-character:before { content: none; }
.view-news-w3c-carousel.with-slide-counter .carousel ul.slidenav .btn-play-pause[data-action="stop"], .pane-bundle-image-carousel .with-slide-counter .carousel ul.slidenav .btn-play-pause[data-action="stop"] { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35px' height='69px' viewBox='0 0 35 69' style='enable-background:new 0 0 35 69;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M3.5,0C1.6,0,0,1.6,0,3.5v62C0,67.4,1.6,69,3.5,69S7,67.4,7,65.5v-62C7,1.6,5.4,0,3.5,0z'/%3E%3Cpath d='M31.5,0C29.6,0,28,1.6,28,3.5v62c0,1.9,1.6,3.5,3.5,3.5s3.5-1.6,3.5-3.5v-62C35,1.6,33.4,0,31.5,0z'/%3E%3C/g%3E%3C/svg%3E "); background-size: 17px 30px; }
.view-news-w3c-carousel.with-slide-counter .carousel ul.slidenav .btn-play-pause[data-action="stop"]:hover, .view-news-w3c-carousel.with-slide-counter .carousel ul.slidenav .btn-play-pause[data-action="stop"]:focus, .pane-bundle-image-carousel .with-slide-counter .carousel ul.slidenav .btn-play-pause[data-action="stop"]:hover, .pane-bundle-image-carousel .with-slide-counter .carousel ul.slidenav .btn-play-pause[data-action="stop"]:focus { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35px' height='69px' viewBox='0 0 35 69' style='enable-background:new 0 0 35 69;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23E77500;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M3.5,0C1.6,0,0,1.6,0,3.5v62C0,67.4,1.6,69,3.5,69S7,67.4,7,65.5v-62C7,1.6,5.4,0,3.5,0z'/%3E%3Cpath class='st0' d='M31.5,0C29.6,0,28,1.6,28,3.5v62c0,1.9,1.6,3.5,3.5,3.5s3.5-1.6,3.5-3.5v-62C35,1.6,33.4,0,31.5,0z'/%3E%3C/g%3E%3C/svg%3E "); }
.view-news-w3c-carousel.with-slide-counter .carousel ul.slidenav .btn-play-pause[data-action="start"], .pane-bundle-image-carousel .with-slide-counter .carousel ul.slidenav .btn-play-pause[data-action="start"] { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='60.4px' height='69.1px' viewBox='0 0 60.4 69.1' style='enable-background:new 0 0 60.4 69.1;' xml:space='preserve'%3E%3Cpath d='M58.6,31.5L4.9,0.5c-1.1-0.6-2.2-0.6-3.3,0C0.5,1.1,0,2.2,0,3.5v62.1c0,1.2,0.5,2.4,1.6,3c0.5,0.3,1.1,0.5,1.7,0.5 c0.6,0,1.2-0.2,1.7-0.5l53.7-31c1.1-0.6,1.7-1.8,1.7-3C60.4,33.3,59.7,32.1,58.6,31.5z'/%3E%3C/svg%3E "); background-size: 20px 22px; }
.view-news-w3c-carousel.with-slide-counter .carousel ul.slidenav .btn-play-pause[data-action="start"]:hover, .view-news-w3c-carousel.with-slide-counter .carousel ul.slidenav .btn-play-pause[data-action="start"]:focus, .pane-bundle-image-carousel .with-slide-counter .carousel ul.slidenav .btn-play-pause[data-action="start"]:hover, .pane-bundle-image-carousel .with-slide-counter .carousel ul.slidenav .btn-play-pause[data-action="start"]:focus { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='60.4px' height='69.1px' viewBox='0 0 60.4 69.1' style='enable-background:new 0 0 60.4 69.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23E77500;%7D%0A%3C/style%3E%3Cpath class='st0' d='M58.6,31.5L4.9,0.5c-1.1-0.6-2.2-0.6-3.3,0C0.5,1.1,0,2.2,0,3.5v62.1c0,1.2,0.5,2.4,1.6,3 c0.5,0.3,1.1,0.5,1.7,0.5c0.6,0,1.2-0.2,1.7-0.5l53.7-31c1.1-0.6,1.7-1.8,1.7-3C60.4,33.3,59.7,32.1,58.6,31.5z'/%3E%3C/svg%3E "); }
.view-news-w3c-carousel.with-slide-counter .carousel .slide-counter, .pane-bundle-image-carousel .with-slide-counter .carousel .slide-counter { font-size: 1.5rem; position: absolute; display: inline-block; top: 100%; left: 0.5rem; width: 60px; height: 60px; z-index: 900; /* @media (max-width:767px) { top: 100%; font-size: 16px; margin-top: 15px; }
*/ }
.view-news-w3c-carousel.with-slide-counter .carousel .slide-counter .current, .view-news-w3c-carousel.with-slide-counter .carousel .slide-counter .amount-container, .pane-bundle-image-carousel .with-slide-counter .carousel .slide-counter .current, .pane-bundle-image-carousel .with-slide-counter .carousel .slide-counter .amount-container { position: absolute; }
.view-news-w3c-carousel.with-slide-counter .carousel .slide-counter .current, .pane-bundle-image-carousel .with-slide-counter .carousel .slide-counter .current { top: 2px; left: 8px; }
.view-news-w3c-carousel.with-slide-counter .carousel .slide-counter .amount-container, .pane-bundle-image-carousel .with-slide-counter .carousel .slide-counter .amount-container { bottom: 5px; right: 5px; }
@media (max-width: 767px) { .view-news-w3c-carousel.with-slide-counter .carousel .slide-counter .amount-container, .pane-bundle-image-carousel .with-slide-counter .carousel .slide-counter .amount-container { bottom: 13px; right: 8px; } }
.view-news-w3c-carousel.with-slide-counter .carousel .slide-counter .separator, .pane-bundle-image-carousel .with-slide-counter .carousel .slide-counter .separator { background-color: #afacab; color: #afacab; display: inline-block; height: 1px; left: 50%; position: absolute; text-indent: -9999rem; top: 50%; transform: translate(-50%, -50%) rotate(135deg); width: 45px; }
@media (max-width: 767px) { .view-news-w3c-carousel.with-slide-counter .carousel .slide-counter .separator, .pane-bundle-image-carousel .with-slide-counter .carousel .slide-counter .separator { left: 45%; width: 40px; top: 45%; } }

.pane-bundle-image-carousel .with-slide-counter .carousel .field-name-field-image-caption { padding: 15px 200px 15px 100px; }
@media (max-width: 767px) { .pane-bundle-image-carousel .with-slide-counter .carousel .field-name-field-image-caption { padding: 5px 1.5rem 5px; } }
.pane-bundle-image-carousel .with-slide-counter .carousel .slide-counter { background-color: #333; color: #FFF; margin-top: 15px; z-index: 501; }
@media (max-width: 767px) { .pane-bundle-image-carousel .with-slide-counter .carousel .slide-counter { margin-top: 5px; } }
.pane-bundle-image-carousel .with-slide-counter .carousel ul.slides { z-index: 500; }
.pane-bundle-image-carousel .with-slide-counter .carousel ul.controls { z-index: 502; }
.pane-bundle-image-carousel .with-slide-counter .carousel ul.controls .btn-prev, .pane-bundle-image-carousel .with-slide-counter .carousel ul.controls .btn-next { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FCFCFC;%7D%0A%3C/style%3E%3Ctitle%3ENEXT%3C/title%3E%3Cg%3E%3Cpath class='st0' d='M16.7,12.7l-9,9c-0.4,0.4-1.1,0.3-1.4-0.1c-0.3-0.4-0.3-0.9,0-1.3l8.3-8.3L6.3,3.7c-0.4-0.4-0.4-1,0-1.4 s1-0.4,1.4,0l9,9C17.1,11.7,17.1,12.3,16.7,12.7C16.7,12.7,16.7,12.7,16.7,12.7z'/%3E%3C/g%3E%3C/svg%3E%0A"); background-color: #333; }
.pane-bundle-image-carousel .with-slide-counter .carousel ul.slidenav .btn-play-pause[data-action="stop"] { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35px' height='69px' viewBox='0 0 35 69' style='enable-background:new 0 0 35 69;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M3.5,0C1.6,0,0,1.6,0,3.5v62C0,67.4,1.6,69,3.5,69S7,67.4,7,65.5v-62C7,1.6,5.4,0,3.5,0z'/%3E%3Cpath class='st0' d='M31.5,0C29.6,0,28,1.6,28,3.5v62c0,1.9,1.6,3.5,3.5,3.5s3.5-1.6,3.5-3.5v-62C35,1.6,33.4,0,31.5,0z'/%3E%3C/g%3E%3C/svg%3E "); }
.pane-bundle-image-carousel .with-slide-counter .carousel ul.slidenav .btn-play-pause[data-action="start"] { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='60.4px' height='69.1px' viewBox='0 0 60.4 69.1' style='enable-background:new 0 0 60.4 69.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M58.6,31.5L4.9,0.5c-1.1-0.6-2.2-0.6-3.3,0C0.5,1.1,0,2.2,0,3.5v62.1c0,1.2,0.5,2.4,1.6,3 c0.5,0.3,1.1,0.5,1.7,0.5c0.6,0,1.2-0.2,1.7-0.5l53.7-31c1.1-0.6,1.7-1.8,1.7-3C60.4,33.3,59.7,32.1,58.6,31.5z'/%3E%3C/svg%3E "); }

@media (max-width: 767px) { .view-news-w3c-carousel.with-slide-counter .carousel .slide-counter { top: 100%; font-size: 16px; margin-top: 15px; } }

/*-- Niki's enhancements --*/
@media (max-width: 840px) { /* mobile dropdown needs to happen over the carousel */
  #mobile.mean-container, .pu-logo { z-index: 999 !important; } }
@media (max-width: 600px) { .view-news-w3c-carousel { background-color: #f4f4f4; } }
/* Common Front Styles */
.front h1.page__title, .front .breadcrumb { display: none; }

/* NEWS, EVENTS, PEOPLE GRIDS */
.pane-basic-page-basic-page-grid-view:before, .pane-events-events-grid-view:before, .pane-news-news-grid-view:before { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.pane-basic-page-basic-page-grid-view ul.basic-page-grid, .pane-basic-page-basic-page-grid-view ul.events-grid, .pane-basic-page-basic-page-grid-view ul.news-grid, .pane-events-events-grid-view ul.basic-page-grid, .pane-events-events-grid-view ul.events-grid, .pane-events-events-grid-view ul.news-grid, .pane-news-news-grid-view ul.basic-page-grid, .pane-news-news-grid-view ul.events-grid, .pane-news-news-grid-view ul.news-grid { margin: 0; padding: 0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.pane-basic-page-basic-page-grid-view ul.basic-page-grid li, .pane-basic-page-basic-page-grid-view ul.events-grid li, .pane-basic-page-basic-page-grid-view ul.news-grid li, .pane-events-events-grid-view ul.basic-page-grid li, .pane-events-events-grid-view ul.events-grid li, .pane-events-events-grid-view ul.news-grid li, .pane-news-news-grid-view ul.basic-page-grid li, .pane-news-news-grid-view ul.events-grid li, .pane-news-news-grid-view ul.news-grid li { list-style: none; }
.pane-basic-page-basic-page-grid-view ul.basic-page-grid .basic-page-grid-basic-page-info, .pane-basic-page-basic-page-grid-view ul.basic-page-grid .events-grid-event-info, .pane-basic-page-basic-page-grid-view ul.basic-page-grid .news-grid-article-info, .pane-basic-page-basic-page-grid-view ul.events-grid .basic-page-grid-basic-page-info, .pane-basic-page-basic-page-grid-view ul.events-grid .events-grid-event-info, .pane-basic-page-basic-page-grid-view ul.events-grid .news-grid-article-info, .pane-basic-page-basic-page-grid-view ul.news-grid .basic-page-grid-basic-page-info, .pane-basic-page-basic-page-grid-view ul.news-grid .events-grid-event-info, .pane-basic-page-basic-page-grid-view ul.news-grid .news-grid-article-info, .pane-events-events-grid-view ul.basic-page-grid .basic-page-grid-basic-page-info, .pane-events-events-grid-view ul.basic-page-grid .events-grid-event-info, .pane-events-events-grid-view ul.basic-page-grid .news-grid-article-info, .pane-events-events-grid-view ul.events-grid .basic-page-grid-basic-page-info, .pane-events-events-grid-view ul.events-grid .events-grid-event-info, .pane-events-events-grid-view ul.events-grid .news-grid-article-info, .pane-events-events-grid-view ul.news-grid .basic-page-grid-basic-page-info, .pane-events-events-grid-view ul.news-grid .events-grid-event-info, .pane-events-events-grid-view ul.news-grid .news-grid-article-info, .pane-news-news-grid-view ul.basic-page-grid .basic-page-grid-basic-page-info, .pane-news-news-grid-view ul.basic-page-grid .events-grid-event-info, .pane-news-news-grid-view ul.basic-page-grid .news-grid-article-info, .pane-news-news-grid-view ul.events-grid .basic-page-grid-basic-page-info, .pane-news-news-grid-view ul.events-grid .events-grid-event-info, .pane-news-news-grid-view ul.events-grid .news-grid-article-info, .pane-news-news-grid-view ul.news-grid .basic-page-grid-basic-page-info, .pane-news-news-grid-view ul.news-grid .events-grid-event-info, .pane-news-news-grid-view ul.news-grid .news-grid-article-info { box-sizing: border-box; padding: 2%; }
.pane-basic-page-basic-page-grid-view .views-field-title, .pane-events-events-grid-view .views-field-title, .pane-news-news-grid-view .views-field-title { font-weight: bold; }
.pane-basic-page-basic-page-grid-view .views-field-title h3, .pane-events-events-grid-view .views-field-title h3, .pane-news-news-grid-view .views-field-title h3 { font-size: 1em; font-weight: bold; line-height: 1.5em; margin: 0; padding: 0; }
.pane-basic-page-basic-page-grid-view .views-field-news-date, .pane-basic-page-basic-page-grid-view .views-field-news-author, .pane-events-events-grid-view .views-field-news-date, .pane-events-events-grid-view .views-field-news-author, .pane-news-news-grid-view .views-field-news-date, .pane-news-news-grid-view .views-field-news-author { font-size: 0.9rem; }
.pane-basic-page-basic-page-grid-view .views-field-body, .pane-events-events-grid-view .views-field-body, .pane-news-news-grid-view .views-field-body { margin-top: 0.5rem; margin-bottom: 0.5rem; }

@media all and (min-width: 960px) { .basic-page-grid.grid-4-columns .basic-page-grid-basic-page-info, .events-grid.grid-4-columns .events-grid-event-info, .news-grid.grid-4-columns .news-grid-article-info, .people-grid.grid-4-columns .people-grid-person-info { width: 25%; } }
@media all and (min-width: 600px) { .basic-page-grid.grid-3-columns .basic-page-grid-basic-page-info, .events-grid.grid-3-columns .events-grid-event-info, .news-grid.grid-3-columns .news-grid-article-info, .people-grid.grid-3-columns .people-grid-person-info { width: 33%; }
  .basic-page-grid.grid-2-columns .basic-page-grid-basic-page-info, .events-grid.grid-2-columns .events-grid-event-info, .news-grid.grid-2-columns .news-grid-article-info, .people-grid.grid-2-columns .people-grid-person-info { width: 50%; } }
/* People don't want to see themselves so large, so excluding people grid from this rule: */
@media all and (min-width: 600px) and (max-width: 959px) { .basic-page-grid.grid-4-columns .basic-page-grid-basic-page-info, .events-grid.grid-4-columns .events-grid-event-info, .news-grid.grid-4-columns .news-grid-article-info { width: 50%; } }
/* This will keep people images a little smaller: */
@media all and (min-width: 600px) and (max-width: 959px) { .people-grid.grid-4-columns .people-grid-person-info { width: 33%; } }
@media all and (max-width: 599px) { .pane-basic-page-grid-view .basic-page-grid-basic-page-info, .pane-events-events-grid-view .events-grid-event-info, .pane-news-news-grid-view .news-grid-article-info, .pane-people-grid-people-grid-view .people-grid-person-info { width: 50%; } }
/* People don't want to see themselves so large, so excluding people grid from this rule. */
@media all and (max-width: 414px) { .pane-basic-page-grid-view .basic-page-grid-basic-page-info, .pane-events-events-grid-view .events-grid-event-info, .pane-news-news-grid-view .news-grid-article-info { width: 100%; } }
/* PEOPLE GRID */
.pane-people-grid-people-grid-view, .pane-people-grid-faculty-grid-view-exposed-filters { /* Fix bug where grid disappears if after certain content. */ }
.pane-people-grid-people-grid-view:before, .pane-people-grid-faculty-grid-view-exposed-filters:before { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.pane-people-grid-people-grid-view ul, .pane-people-grid-faculty-grid-view-exposed-filters ul { margin: 0; padding: 0; }
.pane-people-grid-people-grid-view .people-grid, .pane-people-grid-faculty-grid-view-exposed-filters .people-grid { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.pane-people-grid-people-grid-view ul li, .pane-people-grid-faculty-grid-view-exposed-filters ul li { list-style: none; }

.pane-people-grid-people-grid-view .people-grid-person-info, .pane-people-grid-faculty-grid-view-exposed-filters .people-grid-person-info { box-sizing: border-box; padding: 2%; }

/* Related News 2-col Grid on People pages */
.node-type-people .field-name-field-related-news { margin-top: .5em; padding: 1em 0 0.5em; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.node-type-people .field-name-field-related-news ul { margin: 0; padding: 0; }
.node-type-people .field-name-field-related-news ul li { list-style: none; padding-top: 1em; padding-bottom: 1em; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.node-type-people .field-name-field-related-news ul li .views-field-field-featured-image { display: block; margin-bottom: .5em; }
.node-type-people .field-name-field-related-news ul li .views-field-field-featured-image .content, .node-type-people .field-name-field-related-news ul li .views-field-field-featured-image img { display: block; }
.node-type-people .field-name-field-related-news ul li .views-field-field-featured-image .field-name-field-image-caption { display: none; }
.node-type-people .field-name-field-related-news ul li a:link, .node-type-people .field-name-field-related-news ul li a:visited, .node-type-people .field-name-field-related-news ul li a:hover, .node-type-people .field-name-field-related-news ul li a:focus, .node-type-people .field-name-field-related-news ul li a:active { font-weight: bold; }

@media (min-width: 841px) { .node-type-people .field-name-field-related-news ul { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .node-type-people .field-name-field-related-news ul li { height: 100%; width: 47%; margin: 0 1.5%; } }
/* RELATED PEOPLE ON NEWS PAGES */
.node-type-news .field-name-field-related-people { margin-top: 1.5em; padding-bottom: 1.5em; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; /* Listed People Names */ /* People Names with Photos: 4-col Grid */ }
.node-type-news .field-name-field-related-people .field-label { font-weight: bold; }
.node-type-news .field-name-field-related-people article { display: inline-block; }
.node-type-news .field-name-field-related-people ul.field-items { padding-left: 0; }
.node-type-news .field-name-field-related-people.related-people-links .node-title { font-size: 1rem; }
.node-type-news .field-name-field-related-people.related-people-links li.field-item { list-style: none; margin-bottom: .5em; display: inline-block; /* IE 11 */ display: inline-flex; }
.node-type-news .field-name-field-related-people.related-people-links li.field-item:after { content: ","; font-size: 1rem; float: right; display: block; }
.node-type-news .field-name-field-related-people.related-people-links li.field-item:last-of-type:after { content: ""; }
.node-type-news .field-name-field-related-people.related-people-thumbnail { width: 100%; float: left; }
.node-type-news .field-name-field-related-people.related-people-thumbnail .field-name-field-featured-image { margin: 1em 0; }
.node-type-news .field-name-field-related-people.related-people-thumbnail .field-name-field-featured-image .content { display: block; }
@media (min-width: 841px) { .node-type-news .field-name-field-related-people.related-people-thumbnail ul.field-items { height: 100%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .node-type-news .field-name-field-related-people.related-people-thumbnail ul.field-items li.field-item { height: 100%; list-style: none; width: 22%; margin: 0 1.5% 1em; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } }

/* RESOURCE LINKS */
.pane-resource-links-specific-cat .views-row, .pane-resource-links-user-cat-title-sort .views-row, .pane-resource-links-user-cat-date-sort .views-row { margin-bottom: 1em; }
.pane-resource-links-specific-cat ul, .pane-resource-links-user-cat-title-sort ul, .pane-resource-links-user-cat-date-sort ul { margin: 0; padding: 0; list-style-type: none; }

.social-sharing-button { margin-right: 7px; }
.social-sharing-button:last { margin-right: 0; }
.social-sharing-button span:before { text-decoration: none; display: inline-block; padding-right: 3px; }

/* Taxonomy term pages. */
.page-taxonomy .view-id-taxonomy_term_display .view-header { display: table; width: 100%; margin-bottom: 1.5em; }
.page-taxonomy .view-id-taxonomy_term_display .item-list ul:first-child { margin: 0; padding: 0; list-style: none; }
.page-taxonomy .view-id-taxonomy_term_display .views-row { margin: 1rem 0; border-bottom: 1px solid #c8c8c8; padding: 0 0 1rem; }
.page-taxonomy .view-id-taxonomy_term_display .views-row.views-row-first { border-top: 1px solid #c8c8c8; padding-top: 1rem; }
.page-taxonomy .view-id-taxonomy_term_display .field-name-field-featured-image { float: left; margin-right: 21px; }
.page-taxonomy .view-id-taxonomy_term_display .field-name-body p:first-child { margin-top: 0; }
.page-taxonomy .view-id-taxonomy_term_display .views-field-created, .page-taxonomy .view-id-taxonomy_term_display .field-name-field-news-date, .page-taxonomy .view-id-taxonomy_term_display .field-name-field-events-date, .page-taxonomy .view-id-taxonomy_term_display .field-name-post-date, .page-taxonomy .view-id-taxonomy_term_display .date-repeat-rule, .page-taxonomy .view-id-taxonomy_term_display .blog-author, .page-taxonomy .view-id-taxonomy_term_display .news-author { font-weight: 500; }

/* Taxonomy: Featured Sitewide Categories on People, News */
.node-type-news .field-name-field-featured-categories.term-links ul.field-items li.field-item, .node-type-people .field-name-field-featured-categories.term-links ul.field-items li.field-item { margin: 0; padding: 0; width: auto; list-style: none; display: inline-flex; vertical-align: bottom; }
.node-type-news .field-name-field-featured-categories.term-links ul.field-items li.field-item:after, .node-type-people .field-name-field-featured-categories.term-links ul.field-items li.field-item:after { content: ", "; margin-right: 5px; float: right; display: block; }
.node-type-news .field-name-field-featured-categories.term-links ul.field-items li.field-item:last-child:after, .node-type-people .field-name-field-featured-categories.term-links ul.field-items li.field-item:last-child:after { content: ""; margin-right: 0; float: none; display: none; }
.node-type-news .field-name-field-featured-categories.term-thumbnail_4_3 li.field-item:before, .node-type-news .field-name-field-featured-categories.term-thumbnail_4_3 li.field-item:after, .node-type-news .field-name-field-featured-categories.term-thumbnail_16_9 li.field-item:before, .node-type-news .field-name-field-featured-categories.term-thumbnail_16_9 li.field-item:after, .node-type-people .field-name-field-featured-categories.term-thumbnail_4_3 li.field-item:before, .node-type-people .field-name-field-featured-categories.term-thumbnail_4_3 li.field-item:after, .node-type-people .field-name-field-featured-categories.term-thumbnail_16_9 li.field-item:before, .node-type-people .field-name-field-featured-categories.term-thumbnail_16_9 li.field-item:after { content: ""; margin-right: 0; display: none; }
.node-type-news .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items, .node-type-news .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items, .node-type-people .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items, .node-type-people .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items { margin-top: 1.5em; padding-left: 0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; flex-direction: row; align-items: space-evenly; height: 100%; }
@media (max-width: 599px) { .node-type-news .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items, .node-type-news .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items, .node-type-people .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items, .node-type-people .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items { margin-top: 0; } }
.node-type-news .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items li.field-item, .node-type-news .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items li.field-item, .node-type-people .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items li.field-item, .node-type-people .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items li.field-item { list-style: none; align-self: stretch; width: 30%; height: 100%; margin: 0 1.5% 3em; float: left; }
@media (min-width: 600px) and (max-width: 840px) { .node-type-news .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items li.field-item, .node-type-news .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items li.field-item, .node-type-people .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items li.field-item, .node-type-people .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items li.field-item { width: 47%; } }
@media (max-width: 599px) { .node-type-news .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items li.field-item, .node-type-news .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items li.field-item, .node-type-people .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items li.field-item, .node-type-people .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items li.field-item { width: 100%; margin-left: auto; margin-right: auto; } }
.node-type-news .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items li.field-item .taxonomy-term, .node-type-news .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items li.field-item .taxonomy-term, .node-type-people .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items li.field-item .taxonomy-term, .node-type-people .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items li.field-item .taxonomy-term { width: 100%; }
.node-type-news .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items li.field-item .taxonomy-term-name, .node-type-news .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items li.field-item .taxonomy-term-name, .node-type-people .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items li.field-item .taxonomy-term-name, .node-type-people .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items li.field-item .taxonomy-term-name { display: inline-block; }
.node-type-news .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items li.field-item .field-name-field-featured-image, .node-type-news .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items li.field-item .field-name-field-featured-image, .node-type-people .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items li.field-item .field-name-field-featured-image, .node-type-people .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items li.field-item .field-name-field-featured-image { display: block; width: 100%; margin: 0; }
.node-type-news .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items li.field-item .field-name-field-featured-image .field-item, .node-type-news .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items li.field-item .field-name-field-featured-image .field-item, .node-type-people .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items li.field-item .field-name-field-featured-image .field-item, .node-type-people .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items li.field-item .field-name-field-featured-image .field-item { width: 100%; }
.node-type-news .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items li.field-item .field-name-field-featured-image .content, .node-type-news .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items li.field-item .field-name-field-featured-image .content, .node-type-people .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items li.field-item .field-name-field-featured-image .content, .node-type-people .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items li.field-item .field-name-field-featured-image .content { display: block; }
.node-type-news .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items li.field-item .field-name-field-featured-image img, .node-type-news .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items li.field-item .field-name-field-featured-image img, .node-type-people .field-name-field-featured-categories.term-thumbnail_4_3 ul.field-items li.field-item .field-name-field-featured-image img, .node-type-people .field-name-field-featured-categories.term-thumbnail_16_9 ul.field-items li.field-item .field-name-field-featured-image img { display: block; margin-bottom: 0.75em; }
.node-type-news .field-name-field-featured-categories ul.field-items, .node-type-people .field-name-field-featured-categories ul.field-items { display: block; }
.node-type-news .field-name-field-featured-categories ul.field-items li.field-item, .node-type-people .field-name-field-featured-categories ul.field-items li.field-item { list-style: none; }
.node-type-news .field-name-field-featured-categories .field-item:before, .node-type-news .field-name-field-featured-categories .field-item:first-child:before, .node-type-people .field-name-field-featured-categories .field-item:before, .node-type-people .field-name-field-featured-categories .field-item:first-child:before { content: ""; margin-right: 0; display: none; }

.node-type-news #content .container-fluid .field-name-field-featured-categories.term-links a:link, .node-type-people #content .container-fluid .field-name-field-featured-categories.term-links a:link, .node-type-news #content .container-fluid .field-name-field-featured-categories.term-links a:visited, .node-type-people #content .container-fluid .field-name-field-featured-categories.term-links a:visited, .node-type-news #content .container-fluid .field-name-field-featured-categories.term-links a:hover, .node-type-people #content .container-fluid .field-name-field-featured-categories.term-links a:hover, .node-type-news #content .container-fluid .field-name-field-featured-categories.term-links a:focus, .node-type-people #content .container-fluid .field-name-field-featured-categories.term-links a:focus, .node-type-news #content .container-fluid .field-name-field-featured-categories.term-links a:active, .node-type-people #content .container-fluid .field-name-field-featured-categories.term-links a:active { font-size: 0.9rem; font-weight: 400; }
.node-type-news #content .container-fluid .field-name-field-featured-categories.term-thumbnail_4_3 a:link, .node-type-people #content .container-fluid .field-name-field-featured-categories.term-thumbnail_4_3 a:link, .node-type-news #content .container-fluid .field-name-field-featured-categories.term-thumbnail_4_3 a:visited, .node-type-people #content .container-fluid .field-name-field-featured-categories.term-thumbnail_4_3 a:visited, .node-type-news #content .container-fluid .field-name-field-featured-categories.term-thumbnail_16_9 a:link, .node-type-people #content .container-fluid .field-name-field-featured-categories.term-thumbnail_16_9 a:link, .node-type-news #content .container-fluid .field-name-field-featured-categories.term-thumbnail_16_9 a:visited, .node-type-people #content .container-fluid .field-name-field-featured-categories.term-thumbnail_16_9 a:visited { font-size: 1em; line-height: 1.5em; font-weight: bold; }
.node-type-news #content .container-fluid .field-name-field-featured-categories.term-thumbnail_4_3 a:hover, .node-type-people #content .container-fluid .field-name-field-featured-categories.term-thumbnail_4_3 a:hover, .node-type-news #content .container-fluid .field-name-field-featured-categories.term-thumbnail_4_3 a:focus, .node-type-people #content .container-fluid .field-name-field-featured-categories.term-thumbnail_4_3 a:focus, .node-type-news #content .container-fluid .field-name-field-featured-categories.term-thumbnail_4_3 a:active, .node-type-people #content .container-fluid .field-name-field-featured-categories.term-thumbnail_4_3 a:active, .node-type-news #content .container-fluid .field-name-field-featured-categories.term-thumbnail_16_9 a:hover, .node-type-people #content .container-fluid .field-name-field-featured-categories.term-thumbnail_16_9 a:hover, .node-type-news #content .container-fluid .field-name-field-featured-categories.term-thumbnail_16_9 a:focus, .node-type-people #content .container-fluid .field-name-field-featured-categories.term-thumbnail_16_9 a:focus, .node-type-news #content .container-fluid .field-name-field-featured-categories.term-thumbnail_16_9 a:active, .node-type-people #content .container-fluid .field-name-field-featured-categories.term-thumbnail_16_9 a:active { font-weight: bold; font-size: 1em; line-height: 1.5em; }

.page-publications-search #biblio-header { margin-bottom: 1.5em; }
.page-publications-search #biblio-header a { margin-right: 10px; }
.page-publications-search #biblio-search-form { margin-bottom: 0.5em; }
.page-publications-search .biblio-alpha-line { text-align: left; margin-top: 1.5em; }
.page-publications-search .biblio-alpha-line a { padding: 0 3px; margin: 0 2px; font-weight: 700; }
.page-publications-search .biblio-current-filters { background-color: transparent; margin-top: 1em; }
.page-publications-search .biblio-separator-bar { background-color: transparent; background: none; border: none; color: inherit; font-size: 2rem; padding: 0; }
.page-publications-search .biblio-entry { font-family: inherit; }
.page-publications-search .biblio-title, .page-publications-search .biblio-title a { font-family: inherit; }
.page-publications-search ul.pager { margin: 1.5em 0; }

/* Component (SMACSS module) rules */
/** @file SMACSS Modules  Adds modular sets of styles.  Additional useful selectors can be found in Zen's online documentation. https://drupal.org/node/1707736 */
/** Wireframes. */
.with-wireframes #header, .with-wireframes #main, .with-wireframes #content, .with-wireframes #navigation, .with-wireframes .region-sidebar-first, .with-wireframes .region-sidebar-second, .with-wireframes #footer, .with-wireframes .region-bottom { outline: 1px solid #ccc; }

/** Accessibility features. */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.element-invisible, .element-focusable, #navigation .block-menu .block__title, #navigation .block-menu-block .block__title { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }

/* Turns off the element-invisible effect. */
.element-focusable:active, .element-focusable:focus { position: static !important; clip: auto; height: auto; width: auto; overflow: auto; }

/* The skip-link link will be completely hidden until a user tabs to the link. */
#skip-link { margin: 0; }
#skip-link a, #skip-link a:visited { display: block; width: 100%; padding: 2px 0 3px 0; text-align: center; background-color: #666; color: #fff; }

/** Branding header. */
/* Wrapping link for logo. */
.header__logo { float: left; /* LTR */ margin: 0; padding: 0; }

/* Logo image. */
.header__logo-image { vertical-align: bottom; }

/* Wrapper for website name and slogan. */
.header__name-and-slogan { float: left; }

/** Below goes to PWDS_STARTERKIT */
/**
/* The name of the website. * /
.header__site-name { margin: 0; @include adjust-font-size-to( $h1-font-size );
} */
/* The link around the name of the website. */
.header__site-link:link, .header__site-link:visited { color: #000; text-decoration: none; }
.header__site-link:hover, .header__site-link:focus { text-decoration: underline; }

/* The slogan (or tagline) of a website. */
.header__site-slogan { margin: 0; }

/* The secondary menu (login, etc.) */
.header__secondary-menu { float: right; /* LTR */ }

/* Wrapper for any blocks placed in the header region. */
.header__region { /* Clear the logo. */ clear: both; }

/** Horizontal main menu, in navigation bar. */
#navigation { /* Sometimes you want to prevent overlapping with main div. */ /* overflow: hidden; */ }
#navigation .block { margin-bottom: 0; }

/** Horizontal (in navigation bar) and vertical (in the first sidebar) main menu items went to PWDS_STARTERKIT. */
/** Breadcrumb navigation. */
.breadcrumb ol { margin: 0; padding: 0; }
.breadcrumb li { display: inline; list-style-type: none; margin: 0; padding: 0; }

/** Titles. */
.page__title, .node__title, .block__title, .comments__title, .comments__form-title, .comment__title { /* Comment title. */ margin: 0; }

/** Messages. */
.messages, .messages--status, .messages--warning, .messages--error { margin: 1.5em 0; padding: 10px 10px 10px 50px; /* LTR */ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII='); background-position: 8px 8px; /* LTR */ background-repeat: no-repeat; border: 1px solid #be7; }

.messages--warning { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC'); border-color: #ed5; }

.messages--error { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg=='); border-color: #ed541d; }

.messages__list { margin: 0; }

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

/* Core/module installation error messages. */
.messages--error p.error { color: #333; }

/* System status report. */
.ok, .messages--status { background-color: #f8fff0; color: #234600; }

.warning, .messages--warning { background-color: #fffce5; color: #840; }

.error, .messages--error { background-color: #fef5f1; color: #8c2e0b; }

/** Below goes to PWDS_STARTERKIT */
/** Inline styles. */
/* List of links generated by theme_links(). */
.inline { display: inline; padding: 0; }
.inline li { display: inline; list-style-type: none; padding: 0 1em 0 0; /* LTR */ }

/* The inline field label used by the Fences module. */
span.field-label { padding: 0 1em 0 0; /* LTR */ }

/** "More" links. */
.more-link { text-align: right; /* LTR */ }

.more-help-link { text-align: right; /* LTR */ }

.more-help-link a { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC'); background-position: 0 50%; /* LTR */ background-repeat: no-repeat; padding: 1px 0 1px 20px; /* LTR */ }

/** Pager. */
/* A list of page numbers when more than 1 page of content is available. */
.pager { clear: both; padding: 0; text-align: center; }

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

.pager-item, .pager-first, .pager-previous, .pager-next, .pager-last, .pager-ellipsis { /* A concatenation of several list items using an ellipsis. */ }

/* The current page's list item. */
.pager-current { font-weight: bold; }

/** Blocks. */
/* Block wrapper. */
.block { margin-bottom: 1.5em; }

/** Menus. */
.menu__item.is-leaf { list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC'); list-style-type: square; }

.menu__item.is-expanded { list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg=='); list-style-type: circle; }

.menu__item.is-collapsed { list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC'); /* LTR */ list-style-type: disc; }

/* The active item in a Drupal menu. */
.menu a.active { color: #000; }

/** Marker. */
/* The "new" or "updated" marker. */
.new, .update { color: #c00; /* Remove background highlighting from <mark> in normalize. */ background-color: transparent; }

/** Unpublished note. */
/* The word "Unpublished" displayed underneath the content. */
.unpublished { height: 0; overflow: visible; /* Remove background highlighting from <mark> in normalize. */ background-color: transparent; color: #d8d8d8; font-size: 75px; line-height: 1; font-family: Impact, "Arial Narrow", Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; text-align: center; /* A very nice CSS3 property. */ word-wrap: break-word; }

/** Below goes to PWDS_STARTERKIT */
                               /**
/** Comments.  /

/* Wrapper for the list of comments and its title. * /
.comments { margin: rhythm(1) 0;
}

/* Preview of the comment before submitting new or updated comment. * /
.comment-preview { /* Drupal core will use a #ffffea background. See #1110842. * / background-color: #ffffea;
}

/* Wrapper for a single comment. * /
.comment {
 /* Comment's permalink wrapper. * / .permalink { text-transform: uppercase; font-size: 75%; }
}

/* Nested comments are indented. * /
.indented { /* Drupal core uses a 25px left margin. * / margin-left: $indent-amount; /* LTR * /
} */
/** Below goes to PWDS_STARTERKIT */
  /**
/** Forms.  /

/* Wrapper for a form element (or group of form elements) and its label. * /
.form-item { margin: rhythm(1) 0;
 /* Pack groups of checkboxes and radio buttons closer together. * / .form-checkboxes & , .form-radios & { /* Drupal core uses "0.4em 0". * / margin: 0; }
 /* Form items in a table. * / tr.odd &, tr.even & { margin: 0; }
 /* Highlight the form elements that caused a form submission error. * / input.error, textarea.error, select.error { border: 1px solid #c00; }
 /* The descriptive help text (separate from the label). * / .description { font-size: 0.85em; }
} */
.form-type-radio .description, .form-type-checkbox .description { margin-left: 2.4em; }

/* The part of the label that indicates a required field. */
.form-required { color: #c00; }

/* Labels for radios and checkboxes. */
label.option { display: inline; font-weight: normal; }

/* Buttons used by contrib modules like Media. */
a.button { -webkit-appearance: button; -moz-appearance: button; appearance: button; }

/* Password confirmation. */
.password-parent, .confirm-parent { margin: 0; }

/* Drupal's default login form block. */
#user-login-form { text-align: left; /* LTR */ }

/** Below goes to PWDS_STARTERKIT */
                      /**
/** OpenID  The default styling for the OpenID login link seems to assume Garland's styling of list items.  /

/* OpenID creates a new ul above the login form's links. * /
.openid-links { /* Position OpenID's ul next to the rest of the links. * / margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. * /
.openid-link,
.user-link { margin-top: rhythm(1);
}
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link { /* Un-do some of the padding on the ul list. * / margin-left: -20px; /* LTR * /
}
#user-login ul { margin: rhythm(1) 0;
} */
/** Drupal admin tables. */
form th { text-align: left; /* LTR */ padding-right: 1em; /* LTR */ border-bottom: 3px solid #ccc; }
form tbody { border-top: 1px solid #ccc; }
form table ul { margin: 0; }

tr.even, tr.odd { background-color: #eee; border-bottom: 1px solid #ccc; padding: 0.1em 0.6em; }

tr.even { background-color: #fff; }

/* Markup generated by theme_tablesort_indicator(). */
td.active { background-color: #ddd; }

/* Center checkboxes inside table cell. */
td.checkbox, th.checkbox { text-align: center; }

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
td.menu-disabled { background: #ccc; }

/** Autocomplete.  @see autocomplete.js */
/* Suggestion list. */
#autocomplete .selected { background: #0072b9; color: #fff; }

/** Collapsible fieldsets.  @see collapse.js */
html.js .collapsible .fieldset-legend { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg=='); background-position: 5px 65%; /* LTR */ background-repeat: no-repeat; padding-left: 15px; /* LTR */ }
html.js .collapsed .fieldset-legend { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC'); /* LTR */ background-position: 5px 50%; /* LTR */ }
.fieldset-legend .summary { color: #999; font-size: 0.9em; margin-left: 0.5em; }

/** TableDrag behavior.  @see tabledrag.js */
tr.drag { background-color: #fffff0; }

tr.drag-previous { background-color: #ffd; }

.tabledrag-toggle-weight { font-size: 0.9em; }

/** TableSelect behavior.  @see tableselect.js */
tr.selected td { background: #ffc; }

/** Progress bar.  @see progress.js */
.progress { font-weight: bold; }
.progress .bar { background: #ccc; border-color: #666; margin: 0 0.2em; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.progress .filled { background-color: #0072b9; background-image: url('../images/progress.gif'); }

/** Views. */
.view-categories-list ul li ul { padding-left: 20px; }

div.feed-icon { font-size: .85em; }
div.feed-icon a + a:after { display: none; }

a.feed-icon img { display: none; }
a.feed-icon .icon .icon-target:before { font-family: 'pwds-glyphs-default'; content: "s"; margin-left: 5px; }

.view-basic-page .views-row, .view-events .views-row, .view-news .views-row, .view-resource-links .views-row { display: flex; border-bottom: 1px solid #dfe0e2; clear: both; margin: 15px 0; padding-bottom: 15px; }
.view-basic-page .views-row.views-row-first, .view-events .views-row.views-row-first, .view-news .views-row.views-row-first, .view-resource-links .views-row.views-row-first { border-top: 1px solid #dfe0e2; padding-top: 15px; }
@media (max-width: 414px) { .view-basic-page .views-row, .view-events .views-row, .view-news .views-row, .view-resource-links .views-row { display: block; } }
.view-basic-page .views-row .basic-page-featured-image-container, .view-basic-page .views-row .event-featured-image-container, .view-basic-page .views-row .news-featured-image-container, .view-basic-page .views-row .resource-link-featured-image-container, .view-events .views-row .basic-page-featured-image-container, .view-events .views-row .event-featured-image-container, .view-events .views-row .news-featured-image-container, .view-events .views-row .resource-link-featured-image-container, .view-news .views-row .basic-page-featured-image-container, .view-news .views-row .event-featured-image-container, .view-news .views-row .news-featured-image-container, .view-news .views-row .resource-link-featured-image-container, .view-resource-links .views-row .basic-page-featured-image-container, .view-resource-links .views-row .event-featured-image-container, .view-resource-links .views-row .news-featured-image-container, .view-resource-links .views-row .resource-link-featured-image-container { margin-right: 15px; }
@media (max-width: 414px) { .view-basic-page .views-row .basic-page-featured-image-container, .view-basic-page .views-row .event-featured-image-container, .view-basic-page .views-row .news-featured-image-container, .view-basic-page .views-row .resource-link-featured-image-container, .view-events .views-row .basic-page-featured-image-container, .view-events .views-row .event-featured-image-container, .view-events .views-row .news-featured-image-container, .view-events .views-row .resource-link-featured-image-container, .view-news .views-row .basic-page-featured-image-container, .view-news .views-row .event-featured-image-container, .view-news .views-row .news-featured-image-container, .view-news .views-row .resource-link-featured-image-container, .view-resource-links .views-row .basic-page-featured-image-container, .view-resource-links .views-row .event-featured-image-container, .view-resource-links .views-row .news-featured-image-container, .view-resource-links .views-row .resource-link-featured-image-container { margin-right: 0; } }

.view-basic-page.view-display-id-basic_page_sidebar_listing .views-row, .view-basic-page.view-display-id-events_sidebar_listing .views-row, .view-basic-page.view-display-id-news_sidebar_listing .views-row, .view-events.view-display-id-basic_page_sidebar_listing .views-row, .view-events.view-display-id-events_sidebar_listing .views-row, .view-events.view-display-id-news_sidebar_listing .views-row, .view-news.view-display-id-basic_page_sidebar_listing .views-row, .view-news.view-display-id-events_sidebar_listing .views-row, .view-news.view-display-id-news_sidebar_listing .views-row { display: block; }
.view-basic-page.view-display-id-basic_page_sidebar_listing .basic-page-featured-image-container, .view-basic-page.view-display-id-events_sidebar_listing .event-featured-image-container, .view-basic-page.view-display-id-news_sidebar_listing .news-featured-image-container, .view-events.view-display-id-basic_page_sidebar_listing .basic-page-featured-image-container, .view-events.view-display-id-events_sidebar_listing .event-featured-image-container, .view-events.view-display-id-news_sidebar_listing .news-featured-image-container, .view-news.view-display-id-basic_page_sidebar_listing .basic-page-featured-image-container, .view-news.view-display-id-events_sidebar_listing .event-featured-image-container, .view-news.view-display-id-news_sidebar_listing .news-featured-image-container { margin-right: 0; }

.col-md-10 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-10 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-10 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-11 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-11 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-12 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-12 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container { flex: 2; }
.col-md-10 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-10 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-10 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-11 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-11 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-12 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-12 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .content-container { flex: 7; }
.col-md-10 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-10 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-10 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-11 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-11 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-12 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-12 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container { flex: 2; }
.col-md-10 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-10 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-10 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-10 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-11 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-11 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-11 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-12 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-12 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-12 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .content-container { flex: 5; }
.col-md-10 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container { flex: 2; }
.col-md-10 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-10 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-10 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-10 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-10 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-10 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-10 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-10 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-10 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-10 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-10 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-10 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-10 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-10 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-11 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-11 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-11 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-11 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-11 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-11 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-11 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-11 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-11 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-11 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-11 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-11 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-11 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-11 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-12 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-12 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-12 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-12 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-12 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-12 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-12 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-12 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-12 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-12 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-12 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-12 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-12 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-12 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container { flex: 7; }
.col-md-10 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-10 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-11 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-12 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container { flex: 2; }
.col-md-10 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-10 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-10 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-10 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-10 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-10 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-10 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-10 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-10 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-10 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-10 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-10 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-10 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-10 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-11 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-11 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-11 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-11 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-11 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-11 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-11 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-11 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-11 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-11 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-11 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-11 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-11 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-11 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-12 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-12 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-12 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-12 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-12 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-12 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-12 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-12 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-12 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-12 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-12 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-12 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-12 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-12 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container { flex: 5; }
.col-md-10 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-10 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-10 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-10 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-10 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-10 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-11 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-11 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-11 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-11 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-11 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-11 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-12 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-12 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-12 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-12 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-12 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-12 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container { flex: 2; }
.col-md-10 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-10 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-10 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-10 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-10 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-10 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-11 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-11 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-11 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-11 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-11 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-11 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-12 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-12 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-12 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-12 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-12 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-12 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container { flex: 7; }
.col-md-10 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-10 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-10 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-10 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-10 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-10 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-11 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-11 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-11 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-11 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-11 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-11 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-12 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-12 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-12 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-12 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-12 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-12 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container { flex: 2; }
.col-md-10 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-10 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-10 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-10 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-10 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-10 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-11 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-11 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-11 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-11 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-11 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-11 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-12 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-12 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-12 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-12 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-12 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-12 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container { flex: 5; }

.col-md-7 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-7 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-7 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-8 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-8 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-9 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-9 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container { flex: 3; }
.col-md-7 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-7 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-7 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-8 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-8 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-9 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-9 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .content-container { flex: 8; }
.col-md-7 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-7 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-7 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-8 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-8 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-9 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-9 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container { flex: 3; }
.col-md-7 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-7 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-7 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-7 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-8 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-8 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-8 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-9 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-9 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-9 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .content-container { flex: 5; }
.col-md-7 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container { flex: 3; }
.col-md-7 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-7 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-7 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-7 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-7 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-7 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-7 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-7 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-7 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-7 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-7 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-7 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-7 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-7 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-8 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-8 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-8 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-8 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-8 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-8 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-8 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-8 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-8 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-8 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-8 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-8 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-8 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-8 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-9 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-9 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-9 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-9 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-9 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-9 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-9 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-9 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-9 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-9 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-9 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-9 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-9 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-9 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container { flex: 8; }
.col-md-7 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-7 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-8 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-9 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container { flex: 3; }
.col-md-7 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-7 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-7 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-7 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-7 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-7 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-7 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-7 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-7 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-7 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-7 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-7 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-7 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-7 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-8 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-8 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-8 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-8 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-8 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-8 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-8 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-8 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-8 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-8 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-8 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-8 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-8 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-8 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-9 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-9 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-9 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-9 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-9 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-9 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-9 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-9 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-9 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-9 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-9 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-9 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-9 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-9 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container { flex: 5; }
.col-md-7 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-7 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-7 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-7 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-7 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-7 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-8 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-8 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-8 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-8 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-8 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-8 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-9 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-9 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-9 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-9 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-9 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-9 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container { flex: 3; }
.col-md-7 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-7 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-7 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-7 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-7 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-7 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-8 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-8 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-8 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-8 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-8 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-8 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-9 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-9 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-9 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-9 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-9 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-9 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container { flex: 8; }
.col-md-7 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-7 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-7 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-7 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-7 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-7 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-8 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-8 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-8 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-8 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-8 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-8 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-9 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-9 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-9 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-9 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-9 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-9 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container { flex: 3; }
.col-md-7 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-7 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-7 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-7 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-7 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-7 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-8 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-8 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-8 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-8 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-8 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-8 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-9 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-9 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-9 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-9 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-9 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-9 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container { flex: 5; }

.col-md-3 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-3 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-3 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-4 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-4 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-5 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-5 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-6 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-6 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .basic-page-featured-image-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .basic-page-featured-image-container { flex: 2; }
.col-md-3 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-3 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-3 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-4 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-4 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-5 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-5 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-6 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-6 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-small-cropped-16x9 .content-container { flex: 5; }
.col-md-3 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-3 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-3 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-4 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-4 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-5 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-5 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-6 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-6 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .basic-page-featured-image-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .basic-page-featured-image-container { flex: 2; }
.col-md-3 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-3 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-3 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-3 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-4 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-4 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-4 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-5 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-5 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-5 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-6 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-6 .view-basic-page.view-display-id-basic_page_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_title_sort .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-6 .view-basic-page.view-display-id-basic_page_full_listing_user_cat_date_sort .views-row.pwds-media-large-cropped-16x9 .content-container { flex: 3; }
.col-md-3 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-featured-image-container { flex: 2; }
.col-md-3 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-3 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-3 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-3 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-3 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-3 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-3 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-3 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-3 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-3 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-3 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-3 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-3 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-3 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-4 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-4 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-4 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-4 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-4 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-4 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-4 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-4 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-4 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-4 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-4 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-4 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-4 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-4 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-5 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-5 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-5 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-5 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-5 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-5 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-5 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-5 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-5 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-5 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-5 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-5 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-5 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-5 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-6 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-6 .view-events.view-display-id-events_full_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-6 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-6 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-6 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-6 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-6 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-6 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-6 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-6 .view-events.view-display-id-events_column_listing .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-6 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-6 .view-events.view-display-id-events_archive .views-row.pwds-media-small-cropped-16x9 .event-information-container, .col-md-6 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-4x3 .event-information-container, .col-md-6 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-small-cropped-16x9 .event-information-container { flex: 5; }
.col-md-3 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-3 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-4 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-5 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-featured-image-container, .col-md-6 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-featured-image-container { flex: 2; }
.col-md-3 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-3 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-3 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-3 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-3 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-3 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-3 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-3 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-3 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-3 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-3 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-3 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-3 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-3 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-4 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-4 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-4 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-4 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-4 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-4 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-4 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-4 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-4 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-4 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-4 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-4 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-4 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-4 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-5 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-5 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-5 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-5 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-5 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-5 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-5 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-5 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-5 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-5 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-5 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-5 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-5 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-5 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-6 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-6 .view-events.view-display-id-events_full_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-6 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-6 .view-events.view-display-id-events_full_listing_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-6 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-6 .view-events.view-display-id-events_full_listing_exposed .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-6 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-6 .view-events.view-display-id-events_filtered_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-6 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-6 .view-events.view-display-id-events_column_listing .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-6 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-6 .view-events.view-display-id-events_archive .views-row.pwds-media-large-cropped-16x9 .event-information-container, .col-md-6 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-4x3 .event-information-container, .col-md-6 .view-events.view-display-id-events_archive_no_contextual_filter .views-row.pwds-media-large-cropped-16x9 .event-information-container { flex: 3; }
.col-md-3 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-3 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-3 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-3 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-3 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-3 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-3 .view-events.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-3 .view-events.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-3 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-3 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-3 .view-events.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-3 .view-events.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-3 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-3 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-3 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-3 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-3 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-3 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-4 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-4 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-4 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-4 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-4 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-4 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-4 .view-events.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-4 .view-events.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-4 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-4 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-4 .view-events.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-4 .view-events.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-4 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-4 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-4 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-4 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-4 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-4 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-5 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-5 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-5 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-5 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-5 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-5 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-5 .view-events.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-5 .view-events.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-5 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-5 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-5 .view-events.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-5 .view-events.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-5 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-5 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-5 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-5 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-5 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-5 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-6 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-6 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-6 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-6 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-6 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-6 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-6 .view-events.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-6 .view-events.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-6 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-6 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-6 .view-events.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-6 .view-events.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-6 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-6 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-6 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-6 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container, .col-md-6 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .news-featured-image-container, .col-md-6 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .news-featured-image-container { flex: 2; }
.col-md-3 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-3 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-3 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-3 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-3 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-3 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-3 .view-events.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-3 .view-events.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-3 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-3 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-3 .view-events.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-3 .view-events.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-3 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-3 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-3 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-3 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-3 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-3 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-4 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-4 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-4 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-4 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-4 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-4 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-4 .view-events.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-4 .view-events.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-4 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-4 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-4 .view-events.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-4 .view-events.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-4 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-4 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-4 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-4 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-4 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-4 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-5 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-5 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-5 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-5 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-5 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-5 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-5 .view-events.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-5 .view-events.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-5 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-5 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-5 .view-events.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-5 .view-events.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-5 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-5 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-5 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-5 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-5 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-5 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-6 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-6 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-6 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-6 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-6 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-6 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-6 .view-events.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-6 .view-events.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-6 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-6 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-6 .view-events.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-6 .view-events.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-6 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-6 .view-news.view-display-id-news_full_listing .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-6 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-6 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-small-cropped-16x9 .content-container, .col-md-6 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-4x3 .content-container, .col-md-6 .view-news.view-display-id-news_column_listing .views-row.pwds-media-small-cropped-16x9 .content-container { flex: 5; }
.col-md-3 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-3 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-3 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-3 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-3 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-3 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-3 .view-events.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-3 .view-events.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-3 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-3 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-3 .view-events.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-3 .view-events.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-3 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-3 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-3 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-3 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-3 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-3 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-4 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-4 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-4 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-4 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-4 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-4 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-4 .view-events.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-4 .view-events.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-4 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-4 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-4 .view-events.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-4 .view-events.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-4 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-4 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-4 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-4 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-4 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-4 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-5 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-5 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-5 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-5 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-5 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-5 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-5 .view-events.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-5 .view-events.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-5 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-5 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-5 .view-events.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-5 .view-events.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-5 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-5 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-5 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-5 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-5 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-5 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-6 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-6 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-6 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-6 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-6 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-6 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-6 .view-events.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-6 .view-events.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-6 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-6 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-6 .view-events.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-6 .view-events.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-6 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-6 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-6 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-6 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container, .col-md-6 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .news-featured-image-container, .col-md-6 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .news-featured-image-container { flex: 2; }
.col-md-3 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-3 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-3 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-3 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-3 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-3 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-3 .view-events.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-3 .view-events.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-3 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-3 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-3 .view-events.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-3 .view-events.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-3 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-3 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-3 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-3 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-3 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-3 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-4 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-4 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-4 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-4 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-4 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-4 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-4 .view-events.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-4 .view-events.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-4 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-4 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-4 .view-events.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-4 .view-events.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-4 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-4 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-4 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-4 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-4 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-4 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-5 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-5 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-5 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-5 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-5 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-5 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-5 .view-events.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-5 .view-events.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-5 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-5 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-5 .view-events.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-5 .view-events.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-5 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-5 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-5 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-5 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-5 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-5 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-6 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-6 .view-basic-page.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-6 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-6 .view-basic-page.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-6 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-6 .view-basic-page.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-6 .view-events.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-6 .view-events.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-6 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-6 .view-events.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-6 .view-events.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-6 .view-events.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-6 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-6 .view-news.view-display-id-news_full_listing .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-6 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-6 .view-news.view-display-id-panel_pane_1 .views-row.pwds-media-large-cropped-16x9 .content-container, .col-md-6 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-4x3 .content-container, .col-md-6 .view-news.view-display-id-news_column_listing .views-row.pwds-media-large-cropped-16x9 .content-container { flex: 3; }

@media (min-width: 415px) { .view-news .views-row.pwds-people-thumbnail .news-featured-image-container, .view-events .views-row.pwds-people-thumbnail .event-featured-image-container, .view-resource-links .views-row.pwds-people-thumbnail .resource-link-featured-image-container, .view-basic-page .views-row.pwds-people-thumbnail .basic-page-featured-image-container { max-width: 120px; min-width: 101px; width: 40%; } }
@media (min-width: 992px) { .col-md-3 .view-news .views-row.pwds-people-thumbnail .news-featured-image-container, .col-md-3 .view-events .views-row.pwds-people-thumbnail .event-featured-image-container, .col-md-3 .view-resource-links .views-row.pwds-people-thumbnail .resource-link-featured-image-container, .col-md-3 .view-basic-page .views-row.pwds-people-thumbnail .basic-page-featured-image-container { width: 35%; min-width: 35%; } }
.view-news .views-row.pwds-people-thumbnail .content-container, .view-events .views-row.pwds-people-thumbnail .event-information-container, .view-resource-links .views-row.pwds-people-thumbnail .content-container, .view-basic-page .views-row.pwds-people-thumbnail .content-container { flex: 1; }

@media (min-width: 415px) { .view-news .views-row.pwds-people-full .news-featured-image-container, .view-events .views-row.pwds-people-full .event-featured-image-container, .view-resource-links .views-row.pwds-people-full .resource-link-featured-image-container, .view-basic-page .views-row.pwds-people-full .basic-page-featured-image-container { width: 40%; max-width: 240px; min-width: 140px; } }
@media (min-width: 992px) { .col-md-3 .view-news .views-row.pwds-people-full .news-featured-image-container, .col-md-3 .view-events .views-row.pwds-people-full .event-featured-image-container, .col-md-3 .view-resource-links .views-row.pwds-people-full .resource-link-featured-image-container, .col-md-3 .view-basic-page .views-row.pwds-people-full .basic-page-featured-image-container { min-width: 40%; } }
.view-news .views-row.pwds-people-full .content-container, .view-events .views-row.pwds-people-full .event-information-container, .view-resource-links .views-row.pwds-people-full .content-container, .view-basic-page .views-row.pwds-people-full .content-container { flex: 1; }

.view-resource-links .views-row.pwds-people-thumbnail .resource-link-featured-image-container, .view-resource-links .views-row.pwds-people-full .resource-link-featured-image-container { flex: initial; }

.view-blog.view-display-id-panel_pane_1 .views-row, .view-blog.view-display-id-blog_full_listing .views-row, .view-blog.view-display-id-blog_column_listing .views-row { display: -webkit-flex; display: -ms-flexbox; display: flex; }
@media (max-width: 414px) { .view-blog.view-display-id-panel_pane_1 .views-row, .view-blog.view-display-id-blog_full_listing .views-row, .view-blog.view-display-id-blog_column_listing .views-row { display: block; } }
.view-blog.view-display-id-panel_pane_1 .views-field-field-featured-image, .view-blog.view-display-id-blog_full_listing .views-field-field-featured-image, .view-blog.view-display-id-blog_column_listing .views-field-field-featured-image { margin-right: 15px; }
@media (max-width: 414px) { .view-blog.view-display-id-panel_pane_1 .views-field-field-featured-image, .view-blog.view-display-id-blog_full_listing .views-field-field-featured-image, .view-blog.view-display-id-blog_column_listing .views-field-field-featured-image { margin-right: 0; } }
.col-md-10 .view-blog.view-display-id-panel_pane_1 .views-field-field-featured-image, .col-md-11 .view-blog.view-display-id-panel_pane_1 .views-field-field-featured-image, .col-md-12 .view-blog.view-display-id-panel_pane_1 .views-field-field-featured-image, .col-md-10 .view-blog.view-display-id-blog_full_listing .views-field-field-featured-image, .col-md-11 .view-blog.view-display-id-blog_full_listing .views-field-field-featured-image, .col-md-12 .view-blog.view-display-id-blog_full_listing .views-field-field-featured-image, .col-md-10 .view-blog.view-display-id-blog_column_listing .views-field-field-featured-image, .col-md-11 .view-blog.view-display-id-blog_column_listing .views-field-field-featured-image, .col-md-12 .view-blog.view-display-id-blog_column_listing .views-field-field-featured-image { flex: 2; }
.col-md-10 .view-blog.view-display-id-panel_pane_1 .content-container, .col-md-11 .view-blog.view-display-id-panel_pane_1 .content-container, .col-md-12 .view-blog.view-display-id-panel_pane_1 .content-container, .col-md-10 .view-blog.view-display-id-blog_full_listing .content-container, .col-md-11 .view-blog.view-display-id-blog_full_listing .content-container, .col-md-12 .view-blog.view-display-id-blog_full_listing .content-container, .col-md-10 .view-blog.view-display-id-blog_column_listing .content-container, .col-md-11 .view-blog.view-display-id-blog_column_listing .content-container, .col-md-12 .view-blog.view-display-id-blog_column_listing .content-container { flex: 10; }
.col-md-7 .view-blog.view-display-id-panel_pane_1 .views-field-field-featured-image, .col-md-8 .view-blog.view-display-id-panel_pane_1 .views-field-field-featured-image, .col-md-9 .view-blog.view-display-id-panel_pane_1 .views-field-field-featured-image, .col-md-7 .view-blog.view-display-id-blog_full_listing .views-field-field-featured-image, .col-md-8 .view-blog.view-display-id-blog_full_listing .views-field-field-featured-image, .col-md-9 .view-blog.view-display-id-blog_full_listing .views-field-field-featured-image, .col-md-7 .view-blog.view-display-id-blog_column_listing .views-field-field-featured-image, .col-md-8 .view-blog.view-display-id-blog_column_listing .views-field-field-featured-image, .col-md-9 .view-blog.view-display-id-blog_column_listing .views-field-field-featured-image { flex: 2; }
.col-md-7 .view-blog.view-display-id-panel_pane_1 .content-container, .col-md-8 .view-blog.view-display-id-panel_pane_1 .content-container, .col-md-9 .view-blog.view-display-id-panel_pane_1 .content-container, .col-md-7 .view-blog.view-display-id-blog_full_listing .content-container, .col-md-8 .view-blog.view-display-id-blog_full_listing .content-container, .col-md-9 .view-blog.view-display-id-blog_full_listing .content-container, .col-md-7 .view-blog.view-display-id-blog_column_listing .content-container, .col-md-8 .view-blog.view-display-id-blog_column_listing .content-container, .col-md-9 .view-blog.view-display-id-blog_column_listing .content-container { flex: 7; }
.col-md-3 .view-blog.view-display-id-panel_pane_1 .views-field-field-featured-image, .col-md-4 .view-blog.view-display-id-panel_pane_1 .views-field-field-featured-image, .col-md-5 .view-blog.view-display-id-panel_pane_1 .views-field-field-featured-image, .col-md-6 .view-blog.view-display-id-panel_pane_1 .views-field-field-featured-image, .col-md-3 .view-blog.view-display-id-blog_full_listing .views-field-field-featured-image, .col-md-4 .view-blog.view-display-id-blog_full_listing .views-field-field-featured-image, .col-md-5 .view-blog.view-display-id-blog_full_listing .views-field-field-featured-image, .col-md-6 .view-blog.view-display-id-blog_full_listing .views-field-field-featured-image, .col-md-3 .view-blog.view-display-id-blog_column_listing .views-field-field-featured-image, .col-md-4 .view-blog.view-display-id-blog_column_listing .views-field-field-featured-image, .col-md-5 .view-blog.view-display-id-blog_column_listing .views-field-field-featured-image, .col-md-6 .view-blog.view-display-id-blog_column_listing .views-field-field-featured-image { flex: 2; }
.col-md-3 .view-blog.view-display-id-panel_pane_1 .content-container, .col-md-4 .view-blog.view-display-id-panel_pane_1 .content-container, .col-md-5 .view-blog.view-display-id-panel_pane_1 .content-container, .col-md-6 .view-blog.view-display-id-panel_pane_1 .content-container, .col-md-3 .view-blog.view-display-id-blog_full_listing .content-container, .col-md-4 .view-blog.view-display-id-blog_full_listing .content-container, .col-md-5 .view-blog.view-display-id-blog_full_listing .content-container, .col-md-6 .view-blog.view-display-id-blog_full_listing .content-container, .col-md-3 .view-blog.view-display-id-blog_column_listing .content-container, .col-md-4 .view-blog.view-display-id-blog_column_listing .content-container, .col-md-5 .view-blog.view-display-id-blog_column_listing .content-container, .col-md-6 .view-blog.view-display-id-blog_column_listing .content-container { flex: 5; }

.view-id-events .event-date-badge-container .badge { width: 3.3em; margin: 0 15px 0 0; padding: 0.5em 0; border-style: solid; border-width: 0.5px; text-align: center; }
.view-id-events .event-date-badge-container .badge #month { text-transform: uppercase; }
.view-id-events .event-date-badge-container .badge #day { font-size: 2em; margin: 0 0 0.125em 0; }

.view-id-events.view-display-id-events_grid_view .event-featured-image-container { min-width: 100%; margin-right: 0; }

.events-grid .event-information-container { display: -webkit-flex; display: -ms-flexbox; display: flex; }

.views-field-field-events-date, .date-display-single, .date-display-range { display: inline; }

@media all and (min-width: 660px) { .view-display-id-events_calendar .calendar-calendar table td .view-item.view-item-events_calendar .calendar.monthview .contents .views-field.views-field-field-events-date .field-content .events-date-small { display: block; }
  .view-display-id-events_calendar .calendar-calendar table td .view-item.view-item-events_calendar .calendar.monthview .contents .events-date-small { display: none; }
  .view-display-id-events_calendar .calendar-calendar table td .events-date-full, .view-display-id-events_calendar .calendar-calendar table td .view-item.view-item-events_calendar .events-date-full { display: none; } }
.event-location.views-field-field-events-location .field-content { word-break: break-word; }

@media all and (max-width: 660px) { .view-display-id-events_calendar .view-header { height: 64px; }
  .view-display-id-events_calendar .view-filters { padding-bottom: 20px; }
  .view-display-id-events_calendar .calendar-calendar table { margin: 0 0 1.5em 0; }
  .view-display-id-events_calendar .calendar-calendar table thead { display: none; }
  .view-display-id-events_calendar .calendar-calendar table tr { display: block; }
  .view-display-id-events_calendar .calendar-calendar table tr.date-box { display: none; }
  .view-display-id-events_calendar .calendar-calendar table tr.date-box td { display: none; }
  .view-display-id-events_calendar .calendar-calendar table tr td { display: block; border: none; text-align: left; font-size: 1em; color: #000; padding: 0; }
  .view-display-id-events_calendar .calendar-calendar table tr td.no-entry, .view-display-id-events_calendar .calendar-calendar table tr td.empty { display: none; }
  .view-display-id-events_calendar .calendar-calendar table tr td .views-field-field-events-date, .view-display-id-events_calendar .calendar-calendar table tr td .date-display-single, .view-display-id-events_calendar .calendar-calendar table tr td .view-item-events_calendar .events-date-full { color: #000; margin: 0; }
  .view-display-id-events_calendar .calendar-calendar table tr td a { font-weight: normal; }
  .view-display-id-events_calendar .calendar-calendar table tr td .inner { padding: 0; }
  .view-display-id-events_calendar .calendar-calendar table tr td .inner .item { margin: 0 0 1.5em 0; }
  .view-display-id-events_calendar .calendar-calendar table tr td .inner .calendar { position: relative; width: auto; }
  .view-display-id-events_calendar .calendar-calendar table tr td .inner .calendar .stripe { position: absolute; left: 0; top: 0; width: 4px; height: 100%; }
  .view-display-id-events_calendar .calendar-calendar table tr td .inner .calendar .contents { padding-left: 6px; }
  .view-display-id-events_calendar .calendar-calendar table tr td .inner .calendar .cutoff { display: none; }
  .view-display-id-events_calendar .calendar-calendar table tr td .inner .events-date-small { display: none; }
  .view-display-id-events_calendar .calendar-calendar .month-view .full tr td.single-day.today, .view-display-id-events_calendar .calendar-calendar .month-view .full tr td.multi-day.ends-today { border: none; }
  .view-display-id-events_calendar .calendar-calendar .month-view .full tr.multi-day, .view-display-id-events_calendar .calendar-calendar .month-view .full tr.multi-day td, .view-display-id-events_calendar .calendar-calendar .month-view .full tr.single-day, .view-display-id-events_calendar .calendar-calendar .month-view .full tr.single-day td { height: auto; max-height: none; width: auto; }
  .view-display-id-events_calendar .calendar-calendar .month-view .full td { padding: 0; }
  .view-display-id-events_calendar .calendar-calendar .month-view .full td.multi-day div.monthview, .view-display-id-events_calendar .calendar-calendar .month-view .full td.single-day div.monthview { background: transparent; height: auto; overflow: visible; margin: 0; padding: 0; color: #000000; position: relative; }
  .view-display-id-events_calendar .calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents { position: relative; width: auto; left: auto; }
  .view-display-id-events_calendar .calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .view-display-id-events_calendar .calendar-calendar .month-view .full td.multi-day .inner .monthview .continuation { display: none; }
  .view-display-id-events_calendar .calendar-calendar div.calendar { font-size: 1em; font-weight: normal; }
  .view-display-id-events_calendar .feed-icon { position: absolute; top: 30px; left: 0; padding: 0; } }
.people-alphapager { margin: auto; text-align: center; }
.people-alphapager a { margin: 0 2px; }
.people-alphapager a.active { color: #666; font-weight: bold; }

.col-md-10 .view-resource-links .resource-link-featured-image-container, .col-md-11 .view-resource-links .resource-link-featured-image-container, .col-md-12 .view-resource-links .resource-link-featured-image-container { flex: 1; }
.col-md-10 .view-resource-links .content-container, .col-md-11 .view-resource-links .content-container, .col-md-12 .view-resource-links .content-container { flex: 4; }

.col-md-7 .view-resource-links .resource-link-featured-image-container, .col-md-8 .view-resource-links .resource-link-featured-image-container, .col-md-9 .view-resource-links .resource-link-featured-image-container { flex: 2; }
.col-md-7 .view-resource-links .content-container, .col-md-8 .view-resource-links .content-container, .col-md-9 .view-resource-links .content-container { flex: 5; }

.col-md-5 .view-resource-links .resource-link-featured-image-container, .col-md-6 .view-resource-links .resource-link-featured-image-container { flex: 3; }
.col-md-5 .view-resource-links .content-container, .col-md-6 .view-resource-links .content-container { flex: 5; }

.col-md-3 .view-resource-links .views-row, .col-md-4 .view-resource-links .views-row { display: block; }

/* Style the Acquia purge "Refresh this page" button. */
#user-zone #acquia-purge-manualpurge-form-page { float: right; margin: .55em 0 0 .75em; }

/* Style for the Accordion list, see issue #275 */
.ui-widget { font-size: 1em; border-width: 1px 1px 1px 4px; border-style: solid; border-color: #000 #000 #000 #000; margin: 1em 0; }

.ui-widget-content { color: inherit; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: none; background: inherit; font-weight: normal; color: inherit; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: none; background: inherit; font-weight: normal; color: inherit; }

.ui-accordion .ui-accordion-content { font-size: 0.9rem; line-height: 1.4rem; margin-bottom: 1em; padding: 0 1.8em; }
.ui-accordion .ui-accordion-content p:first-child { margin-top: 1em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { right: 1em; left: auto; }
.ui-accordion .ui-state-default .ui-icon { background: url(../images/icon_plus.png) no-repeat right center; background-size: 16px 16px; }
.ui-accordion .ui-state-active .ui-icon { background: url(../images/icon_minus.png) no-repeat right center; background-size: 16px 16px; }
.ui-accordion .ui-accordion-header { margin-top: 0; padding: 1.5em 2.5em 1.5em 1.5em; font-weight: 500; }
.ui-accordion .ui-accordion-header.ui-state-hover { background-color: #f4f4f4; }
.ui-accordion .ui-accordion-header.ui-state-focus, .ui-accordion .ui-accordion-header.ui-accordion-header-active { background-color: #d3d3d3; border-radius: 0; }

.accordion_dl dt.faqfield-question .button { border-radius: 0; background-color: #FFF; box-shadow: none; border: 1px solid #000; border-left: 0; margin-top: 1rem; font-weight: 500; padding: 1em 2.5em 1em 1.5em; line-height: 1.3em; }
.accordion_dl dt.faqfield-question .button .indicator { pointer-events: none; }
.accordion_dl dt.faqfield-question .button .indicator .indicator-target:before { content: "\f067"; font-family: fontAwesome; color: #000; left: auto; right: 1.5rem; transform: none; top: 40%; border: 0; position: absolute; }
.accordion_dl dt.faqfield-question .button.expanded { border-bottom-color: transparent; background-color: #d3d3d3; }
.accordion_dl dt.faqfield-question .button.expanded .indicator .indicator-target:before { content: "\f068"; }
.accordion_dl > dd { border-color: transparent #000 #000 #000; font-size: 0.9rem; line-height: 1.4rem; padding: 1em 1.8em; }
.accordion_dl > dd:last-of-type { border-radius: 0; }
.accordion_dl dt, .accordion_dl > dd { border-left: 5px solid #000; }
.accordion_dl > dd dd { border-width: 0; margin: 0; padding: 0; }

/* Maintenance Mode Page Styles */
.maintenance-page .login { padding: 15px 0; }
.maintenance-page .button { text-decoration: none; background-color: #EEEEEE; color: #333333; padding: 2px 6px 2px 6px; border-top: 1px solid #CCCCCC; border-right: 1px solid #333333; border-bottom: 1px solid #333333; border-left: 1px solid #CCCCCC; }

/* iframes */
iframe { border: none; max-width: 100%; display: block; margin-bottom: 1.5em; }

.pane-combined-categories a, .node-type-people .field-name-field-person-categories a, .node-type-events .field-name-field-event-categories a, .node-type-news .field-name-field-news-categories a, .node-type-blog .pane-node-field-blog-categories a, .field-name-field-featured-categories a, .people-page-name-position-teaser-container .people-taxonomy-terms a, .view-events .event-taxonomy-terms a, .view-news .news-taxonomy-terms a, .view-blog .blog-taxonomy-terms a, .view-basic-page .basic-page-taxonomy-terms a, .pane-node-field-tags .field-name-field-tags a { text-transform: uppercase; font-size: 0.9rem; font-weight: 600; }

.pane-node-field-featured-categories .pane-title, .pane-node-field-tags .pane-title, .node-type-people .pane-node-field-person-categories .pane-title, .node-type-blog .pane-node-field-blog-categories .pane-title, .node-type-news .pane-node-field-news-categories .pane-title, .node-type-events .pane-node-field-event-categories .pane-title { font-size: 1rem; font-weight: bold; color: #757575; text-transform: capitalize; float: left; margin: 1px 0 0; }

.node-type-people .pane-node-field-person-categories .pane-title:after, .node-type-blog .pane-node-field-blog-categories .pane-title:after, .node-type-events .pane-node-field-event-categories .pane-title:after, .node-type-news .pane-node-field-news-categories .pane-title:after, .pane-node-field-tags .pane-title:after, .pane-node-field-featured-categories .pane-title:after { content: ":"; position: relative; left: -2px; }

.node-type-people .field-name-field-person-categories .field-item, .node-type-blog .field-name-field-blog-categories .field-item, .node-type-events .field-name-field-event-categories .field-item, .node-type-news .field-name-field-news-categories .field-item, .field-name-field-featured-categories .field-item, .pane-node-field-tags .field-name-field-tags .field-item { float: left; }

.node-type-people .field-name-field-person-categories .field-item:before, .node-type-blog .field-name-field-blog-categories .field-item:before, .node-type-events .field-name-field-event-categories .field-item:before, .node-type-news .field-name-field-news-categories .field-item:before, .field-name-field-featured-categories .field-item:before, .pane-node-field-tags .field-name-field-tags .field-item:before { content: ","; margin-right: 5px; }

.node-type-people .field-name-field-person-categories .field-item:first-child:before, .node-type-blog .field-name-field-blog-categories .field-item:first-child:before, .node-type-events .field-name-field-event-categories .field-item:first-child:before, .node-type-news .field-name-field-news-categories .field-item:first-child:before, .field-name-field-featured-categories .field-item:first-child:before, .pane-node-field-tags .field-name-field-tags .field-item:first-child:before { content: ""; }

.node-type-people .pane-node-field-person-categories:after, .node-type-blog .field-name-field-blog-categories:after, .node-type-events .field-name-field-event-categories:after, .node-type-news .pane-node-field-news-categories:after, .field-name-field-featured-categories:after, .pane-node-field-tags:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }

.pane-combined-categories .categories-label, .view-events .event-taxonomy-terms .field-label { font-weight: bold; }

.node-type-people .field-name-field-people-advisors ul, .node-type-people .field-name-field-advisees ul { margin: 0; padding: 0; list-style: none; }

.full-width-image.without-caption .field-name-field-image-caption { display: none; }
.full-width-image.random-selection .file-image { display: none; }
.full-width-image .field-name-field-image-caption { max-width: 400px; }

.billboard { position: relative; margin-bottom: 1em; }
.billboard .billboard-title { margin: 0 0 .6125rem; }
.billboard .billboard-title a { text-decoration: none; }
.billboard .billboard-teaser { margin-top: 0.5em; margin-bottom: 0.5em; }
.billboard .billboard-read-more { font-weight: 600; font-size: 0.875rem; text-transform: uppercase; }

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

.billboard-positioning-left { text-align: left; }

.billboard-positioning-right { text-align: right; }

.billboard-image img { width: 100%; }

.image-caption-overlay-container { padding: 1rem 0.5rem; }

@media all and (min-width: 1025px) { .col-md-10 .billboard-positioning-left .image-caption-overlay-container, .col-md-10 .billboard-positioning-right .image-caption-overlay-container, .col-md-11 .billboard-positioning-left .image-caption-overlay-container, .col-md-11 .billboard-positioning-right .image-caption-overlay-container, .col-md-12 .billboard-positioning-left .image-caption-overlay-container, .col-md-12 .billboard-positioning-right .image-caption-overlay-container { max-width: 45%; }
  .col-md-10 .billboard.billboard-positioning-left .image-caption-overlay-container, .col-md-11 .billboard.billboard-positioning-left .image-caption-overlay-container, .col-md-12 .billboard.billboard-positioning-left .image-caption-overlay-container { padding-left: 2rem; padding-right: 0; }
  .col-md-10 .billboard.billboard-positioning-right .image-caption-overlay-container, .col-md-11 .billboard.billboard-positioning-right .image-caption-overlay-container, .col-md-12 .billboard.billboard-positioning-right .image-caption-overlay-container { margin-left: 55%; padding-right: 2rem; padding-left: 0; }
  .col-md-8 .col-md-12 .billboard-positioning-left .image-caption-overlay-container, .col-md-8 .col-md-12 .billboard-positioning-right .image-caption-overlay-container, .col-md-9 .col-md-12 .billboard-positioning-left .image-caption-overlay-container, .col-md-9 .col-md-12 .billboard-positioning-right .image-caption-overlay-container { max-width: 50%; }
  .col-md-8 .col-md-12 .billboard.billboard-positioning-right .image-caption-overlay-container, .col-md-9 .col-md-12 .billboard.billboard-positioning-right .image-caption-overlay-container { margin-left: 50%; } }
@media all and (min-width: 1025px) { .col-md-12 .image-caption-overlay, .col-md-8.radix-layouts-content .image-caption-overlay, .col-md-9.radix-layouts-content .image-caption-overlay { position: absolute; bottom: 0; width: 100%; }
  .col-md-12 .image-caption-overlay-container, .col-md-8.radix-layouts-content .image-caption-overlay-container, .col-md-9.radix-layouts-content .image-caption-overlay-container { padding: 9rem 5rem 1rem; }
  .col-md-12 .billboard-dark-background .image-caption-overlay, .col-md-8.radix-layouts-content .billboard-dark-background .image-caption-overlay, .col-md-9.radix-layouts-content .billboard-dark-background .image-caption-overlay { color: #fff; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#000000',GradientType=0); /* IE9 */ background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.6) 64%, rgba(0, 0, 0, 0.8) 85%, rgba(0, 0, 0, 0.95) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.6) 64%, rgba(0, 0, 0, 0.8) 85%, rgba(0, 0, 0, 0.95) 100%); text-shadow: 0 0 100px rgba(0, 0, 0, 0.5); }
  .col-md-12 .billboard-dark-background h2, .col-md-8.radix-layouts-content .billboard-dark-background h2, .col-md-9.radix-layouts-content .billboard-dark-background h2 { color: #fff; }
  .col-md-12 .billboard-light-background .image-caption-overlay, .col-md-8.radix-layouts-content .billboard-light-background .image-caption-overlay, .col-md-9.radix-layouts-content .billboard-light-background .image-caption-overlay { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE9 */ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 45%, rgba(255, 255, 255, 0.8) 64%, rgba(255, 255, 255, 0.9) 85%, white 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 45%, rgba(255, 255, 255, 0.8) 64%, rgba(255, 255, 255, 0.9) 85%, #ffffff 100%); }
  .col-md-12 .billboard-light-background h2, .col-md-8.radix-layouts-content .billboard-light-background h2, .col-md-9.radix-layouts-content .billboard-light-background h2 { color: #000; }
  .col-md-12 .billboard-light-background .billboard-teaser, .col-md-8.radix-layouts-content .billboard-light-background .billboard-teaser, .col-md-9.radix-layouts-content .billboard-light-background .billboard-teaser { color: #000000; }
  body.flavor1 #content .col-md-12 .billboard-light-background a:link, body.flavor1 #content .col-md-12 .billboard-light-background a:visited, body.flavor2 #content .col-md-12 .billboard-light-background a:link, body.flavor2 #content .col-md-12 .billboard-light-background a:visited, body.flavor3 #content .col-md-12 .billboard-light-background a:link, body.flavor3 #content .col-md-12 .billboard-light-background a:visited, body.flavor1 #content .col-md-8.radix-layouts-content .billboard-light-background a:link, body.flavor1 #content .col-md-8.radix-layouts-content .billboard-light-background a:visited, body.flavor2 #content .col-md-8.radix-layouts-content .billboard-light-background a:link, body.flavor2 #content .col-md-8.radix-layouts-content .billboard-light-background a:visited, body.flavor3 #content .col-md-8.radix-layouts-content .billboard-light-background a:link, body.flavor3 #content .col-md-8.radix-layouts-content .billboard-light-background a:visited, body.flavor1 #content .col-md-9.radix-layouts-content .billboard-light-background a:link, body.flavor1 #content .col-md-9.radix-layouts-content .billboard-light-background a:visited, body.flavor2 #content .col-md-9.radix-layouts-content .billboard-light-background a:link, body.flavor2 #content .col-md-9.radix-layouts-content .billboard-light-background a:visited, body.flavor3 #content .col-md-9.radix-layouts-content .billboard-light-background a:link, body.flavor3 #content .col-md-9.radix-layouts-content .billboard-light-background a:visited { color: #000; }
  body.flavor1 #content .col-md-12 .billboard-light-background a:hover, body.flavor2 #content .col-md-12 .billboard-light-background a:hover, body.flavor3 #content .col-md-12 .billboard-light-background a:hover, body.flavor1 #content .col-md-8.radix-layouts-content .billboard-light-background a:hover, body.flavor2 #content .col-md-8.radix-layouts-content .billboard-light-background a:hover, body.flavor3 #content .col-md-8.radix-layouts-content .billboard-light-background a:hover, body.flavor1 #content .col-md-9.radix-layouts-content .billboard-light-background a:hover, body.flavor2 #content .col-md-9.radix-layouts-content .billboard-light-background a:hover, body.flavor3 #content .col-md-9.radix-layouts-content .billboard-light-background a:hover { text-decoration: underline; }
  body.flavor1 #content .col-md-12 .billboard-dark-background a:link, body.flavor1 #content .col-md-12 .billboard-dark-background a:visited, body.flavor2 #content .col-md-12 .billboard-dark-background a:link, body.flavor2 #content .col-md-12 .billboard-dark-background a:visited, body.flavor3 #content .col-md-12 .billboard-dark-background a:link, body.flavor3 #content .col-md-12 .billboard-dark-background a:visited, body.flavor1 #content .col-md-8.radix-layouts-content .billboard-dark-background a:link, body.flavor1 #content .col-md-8.radix-layouts-content .billboard-dark-background a:visited, body.flavor2 #content .col-md-8.radix-layouts-content .billboard-dark-background a:link, body.flavor2 #content .col-md-8.radix-layouts-content .billboard-dark-background a:visited, body.flavor3 #content .col-md-8.radix-layouts-content .billboard-dark-background a:link, body.flavor3 #content .col-md-8.radix-layouts-content .billboard-dark-background a:visited, body.flavor1 #content .col-md-9.radix-layouts-content .billboard-dark-background a:link, body.flavor1 #content .col-md-9.radix-layouts-content .billboard-dark-background a:visited, body.flavor2 #content .col-md-9.radix-layouts-content .billboard-dark-background a:link, body.flavor2 #content .col-md-9.radix-layouts-content .billboard-dark-background a:visited, body.flavor3 #content .col-md-9.radix-layouts-content .billboard-dark-background a:link, body.flavor3 #content .col-md-9.radix-layouts-content .billboard-dark-background a:visited { color: #fff; }
  body.flavor1 #content .col-md-12 .billboard-dark-background a:hover, body.flavor2 #content .col-md-12 .billboard-dark-background a:hover, body.flavor3 #content .col-md-12 .billboard-dark-background a:hover, body.flavor1 #content .col-md-8.radix-layouts-content .billboard-dark-background a:hover, body.flavor2 #content .col-md-8.radix-layouts-content .billboard-dark-background a:hover, body.flavor3 #content .col-md-8.radix-layouts-content .billboard-dark-background a:hover, body.flavor1 #content .col-md-9.radix-layouts-content .billboard-dark-background a:hover, body.flavor2 #content .col-md-9.radix-layouts-content .billboard-dark-background a:hover, body.flavor3 #content .col-md-9.radix-layouts-content .billboard-dark-background a:hover { text-decoration: underline; } }
.summary-as-callout { font-size: 1.2rem; font-weight: 600; margin-bottom: 1.5rem; margin-top: 12px; line-height: 1.8em; }

#content input:focus, #content textarea:focus, #content select:focus, #content .chosen-container-active .chosen-single { border-color: #80bdff; outline-color: #3b99fc; outline-offset: 1px; outline-style: auto; outline-width: 5px; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
#content .chosen-container-active.chosen-with-drop .chosen-single { box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); border-color: #aaa; }
#content input[type="radio"], #content input[type="checkbox"] { border-width: 0; }
#content input[type="radio"]:focus, #content input[type="checkbox"]:focus { box-shadow: none; outline-color: #3b99fc; outline-offset: 1px; outline-style: auto; outline-width: 5px; }

.webform-progressbar-outer { align-items: auto; align-content: start; background-color: transparent; border: none; display: flex; flex-wrap: nowrap; flex-direction: row; height: auto; justify-content: space-between; margin: 1.35em -1px 2em; }

.webform-progressbar-outer + div { margin-top: -2rem; }

.webform-progressbar-inner { background-color: transparent; border: 1px solid #333; border-radius: 1px; position: absolute; width: 100% !important; z-index: 99; }

.webform-progressbar-page { border: none; flex: 1 1 auto; height: auto !important; margin: 10px; position: relative; width: auto !important; }

.webform-progressbar-page, .webform-progressbar-page.completed { background-color: transparent; }

span.webform-progressbar-page[style*="left"] { left: auto !important; }

.webform-progressbar-page.current { background-color: transparent; }

.webform-progressbar-page::before { background: #fff; border: 2px solid #333; border-radius: 100%; content: " "; display: block; height: 7px; left: calc(50% - 4px); margin-top: -13px; position: absolute; width: 7px; z-index: 999; }

.webform-progressbar-page.current::before { background-color: #e77500; height: 17px; left: calc(50% - 10px); margin-top: -18px; width: 17px; }

.webform-progressbar-page .webform-progressbar-page-label { display: block; line-height: 1.25; margin: 0; padding: 9px 8px 5px; top: -6px; }

.current > .webform-progressbar-page-label { background-color: #333; color: #fff; }

.completed > .webform-progressbar-page-label { background-color: #c8c8c8; }

@media all and (max-width: 840px) { .webform-progressbar { text-align: left; }
  .webform-progressbar-outer { align-items: auto; align-content: start; display: flex; flex-wrap: nowrap; flex-direction: column; justify-content: space-between; width: 40%; }
  .webform-progressbar-inner { border: none; border-left: 5px double #333; height: calc(100% - 52px); position: absolute; top: 20px; }
  .webform-progressbar-page { flex: 1 1 auto; margin: 10px; position: relative; }
  .webform-progressbar-page .webform-progressbar-page-label { display: block; padding: 9px 4px 5px 8px; }
  .webform-progressbar-page::before { left: -13px; margin-top: 7px; }
  .webform-progressbar-page.current::before { left: -18px; margin-top: 2px; } }
@media all and (max-width: 768px) { .webform-progressbar-outer { width: 50%; } }
@media all and (max-width: 660px) { .webform-progressbar-outer { width: 66%; } }
@media all and (max-width: 414px) { .webform-progressbar-outer { width: 100%; } }
.field-name-field-events-speakers > .field-items > .field-item { margin-bottom: 0.85rem; }
.field-name-field-events-speakers > .field-items > .field-item:last-child { margin-bottom: 0; }

.field-name-field-events-sponsor .field-item { margin-bottom: 0.85rem; }
.field-name-field-events-sponsor .field-item:last-child { margin-bottom: 0; }

.views-field-field-events-speakers .field-collection-item-field-events-speakers { margin-bottom: 0.85rem; }
.views-field-field-events-speakers .field-collection-item-field-events-speakers:last-child { margin-bottom: 0; }

@media (min-width: 992px) { .node-biblio .biblio-wrapper { display: -webkit-flex; display: -ms-flexbox; display: flex; flex-flow: row wrap; }
  .node-biblio .biblio-wrapper .biblio-left { flex: 1; margin-right: 4rem; }
  .node-biblio .biblio-wrapper .biblio-left .field-name-field-featured-image { margin-top: 1.5rem; min-width: 240px; width: 240px; }
  .node-biblio .biblio-wrapper .biblio-detail-info { flex: 3; } }
/* Don't want website links to be too long: */
.field-name-field-events-link .field-items, .field-name-field-people-website .field-items, .people-page-website, .people-grid-website { word-break: break-word; }

#views-exposed-form-basic-page-basic-page-full-listing-user-cat-title-sort input.select2-search__field, #views-exposed-form-basic-page-basic-page-full-listing-user-cat-date-sort input.select2-search__field, #views-exposed-form-events-events-full-listing-exposed input.select2-search__field, #views-exposed-form-events-calendar-events-calendar input.select2-search__field { border-width: 0 !important; }
#views-exposed-form-basic-page-basic-page-full-listing-user-cat-title-sort input.select2-search__field:focus, #views-exposed-form-basic-page-basic-page-full-listing-user-cat-date-sort input.select2-search__field:focus, #views-exposed-form-events-events-full-listing-exposed input.select2-search__field:focus, #views-exposed-form-events-calendar-events-calendar input.select2-search__field:focus { border-width: 0; box-shadow: none; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered { margin-top: 2px; }

.select2-container--default .select2-search--inline .select2-search__field:focus { outline-color: #3b99fc; outline-offset: 1px; outline-style: auto; outline-width: 5px; width: 98% !important; margin: 4px 1%; }

#views-exposed-form-basic-page-basic-page-full-listing-user-cat-title-sort, #views-exposed-form-basic-page-basic-page-full-listing-user-cat-date-sort { margin-top: 1rem; }
#views-exposed-form-basic-page-basic-page-full-listing-user-cat-title-sort .views-exposed-widgets, #views-exposed-form-basic-page-basic-page-full-listing-user-cat-date-sort .views-exposed-widgets { display: -webkit-flex; display: -ms-flexbox; display: flex; }
#views-exposed-form-basic-page-basic-page-full-listing-user-cat-title-sort #edit-field-featured-categories-tid-wrapper, #views-exposed-form-basic-page-basic-page-full-listing-user-cat-date-sort #edit-field-featured-categories-tid-wrapper { margin-right: 0.85rem; float: none; padding: 0; }
#views-exposed-form-basic-page-basic-page-full-listing-user-cat-title-sort .views-exposed-widget, #views-exposed-form-basic-page-basic-page-full-listing-user-cat-date-sort .views-exposed-widget { float: none; }

.pane-bundle-ambient-video .ambient-video-with-placeholder { position: relative; padding: 0; margin: 0; }
.pane-bundle-ambient-video .video-placeholder-for-mobile { display: none; }
.pane-bundle-ambient-video video#ambient-video { -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; -o-transition: 1s all ease-in-out; transition: 1s all ease-in-out; max-width: 100%; opacity: 1; }
.pane-bundle-ambient-video video#ambient-video.video-paused { opacity: .75; }
.pane-bundle-ambient-video .image-caption-overlay { -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; -o-transition: 1s all ease-in-out; transition: 1s all ease-in-out; }

@media all and (min-width: 1025px) { .col-md-12 .pane-bundle-ambient-video .billboard-dark-background .image-caption-overlay, .col-md-8.radix-layouts-content .pane-bundle-ambient-video .billboard-dark-background .image-caption-overlay, .col-md-9.radix-layouts-content .pane-bundle-ambient-video .billboard-dark-background .image-caption-overlay { color: #fff; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#000000',GradientType=0); /* IE9 */ background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.6) 55%, rgba(0, 0, 0, 0.8) 85%, rgba(0, 0, 0, 0.95) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.6) 55%, rgba(0, 0, 0, 0.8) 85%, rgba(0, 0, 0, 0.95) 100%); text-shadow: 0 0 100px rgba(0, 0, 0, 0.5); }
  .col-md-12 .pane-bundle-ambient-video .billboard-light-background .image-caption-overlay, .col-md-8.radix-layouts-content .pane-bundle-ambient-video .billboard-light-background .image-caption-overlay, .col-md-9.radix-layouts-content .pane-bundle-ambient-video .billboard-light-background .image-caption-overlay { color: #000; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE9 */ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.8) 55%, rgba(255, 255, 255, 0.9) 85%, white 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.8) 55%, rgba(255, 255, 255, 0.9) 85%, #ffffff 100%); text-shadow: none; } }
@media all and (min-width: 841px) { .pane-bundle-ambient-video .ambient-video-with-placeholder { display: block; background-color: #111; color: #fff; }
  .pane-bundle-ambient-video .ambient-video-with-placeholder video#ambient-video, .pane-bundle-ambient-video .ambient-video-with-placeholder button#pause-play-video { display: block; }
  .pane-bundle-ambient-video .ambient-video-with-placeholder button#pause-play-video { background-color: #111; color: #fff; border: 1px solid #666; border-radius: .25em; position: absolute; top: 1em; right: 1em; display: inline-block; width: 2em; height: 2em; font-size: 1.5em; padding: 0; margin: 0; opacity: 0.5; overflow: hidden; z-index: 1000; -webkit-appearance: none; -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; -o-transition: 1s all ease-in-out; transition: 1s all ease-in-out; }
  .pane-bundle-ambient-video .ambient-video-with-placeholder button#pause-play-video:hover, .pane-bundle-ambient-video .ambient-video-with-placeholder button#pause-play-video:focus, .pane-bundle-ambient-video .ambient-video-with-placeholder button#pause-play-video:active { opacity: 1; border: 1px solid #111; }
  .pane-bundle-ambient-video .ambient-video-with-placeholder button#pause-play-video .video-paused:before { margin: .5em auto 1em; padding: 0; text-align: center; font-family: 'FontAwesome'; font-size: inherit; content: "\f04b"; display: block; }
  .pane-bundle-ambient-video .ambient-video-with-placeholder button#pause-play-video .video-playing:before { margin: .5em auto 1em; padding: 0; text-align: center; font-family: 'FontAwesome'; font-size: inherit; content: "\f04c"; display: block; } }
@media all and (max-width: 840px) { .pane-bundle-ambient-video .video-placeholder-for-mobile { display: block; }
  .pane-bundle-ambient-video .video-placeholder-for-mobile img { max-width: 100%; width: 100%; display: block; }
  .pane-bundle-ambient-video video#ambient-video, .pane-bundle-ambient-video button#pause-play-video { display: none; } }
/*Hide repeated search icons in mobile*/
@media (max-width: 840px) { #mobile #search-reveal:nth-child(n+2) { display: none; } }
/** Alerts in highlighted region. */
.region-highlighted .view-alerts.hidden { display: none; }
.region-highlighted .view-alerts .alert-block-list ul.alert-list { list-style: none; margin: 0; padding: 0; }
.region-highlighted .view-alerts .alert-block-list ul.alert-list li { background-color: #8B0000; color: #fff; font-size: 1em; margin: 0 0 1em 0; padding: 1.75em 2em; position: relative; }
.region-highlighted .view-alerts .alert-block-list ul.alert-list li:first-child { margin-top: 1em; }
.region-highlighted .view-alerts .alert-block-list ul.alert-list li:last-child { margin-bottom: 0; }
.region-highlighted .view-alerts .alert-block-list ul.alert-list li h2.alert-title { font-size: 1.5em; line-height: 1.33; margin: 0; }
.region-highlighted .view-alerts .alert-block-list ul.alert-list li ul, .region-highlighted .view-alerts .alert-block-list ul.alert-list li ol { list-style-type: disc; margin: 0.5em 0; padding: 0 0 0 30px; }
.region-highlighted .view-alerts .alert-block-list ul.alert-list li li { margin: 0; padding: 0; }
.region-highlighted .view-alerts .alert-block-list ul.alert-list li p:last-child, .region-highlighted .view-alerts .alert-block-list ul.alert-list li h2:last-child, .region-highlighted .view-alerts .alert-block-list ul.alert-list li h3:last-child, .region-highlighted .view-alerts .alert-block-list ul.alert-list li h4:last-child, .region-highlighted .view-alerts .alert-block-list ul.alert-list li h5:last-child, .region-highlighted .view-alerts .alert-block-list ul.alert-list li h6:last-child, .region-highlighted .view-alerts .alert-block-list ul.alert-list li ul:last-child { margin-bottom: 0; }
.region-highlighted .view-alerts .alert-block-list ul.alert-list li a:link, .region-highlighted .view-alerts .alert-block-list ul.alert-list li a:visited, .region-highlighted .view-alerts .alert-block-list ul.alert-list li a:focus, .region-highlighted .view-alerts .alert-block-list ul.alert-list li a:hover { color: #fff; text-decoration: underline; }
.region-highlighted .view-alerts .alert-block-list ul.alert-list li .alert-close-link { position: absolute; right: 0.8em; top: 0.75em; width: 1.5em; }
.region-highlighted .view-alerts .alert-block-list ul.alert-list li .alert-close-link a.close-alert:link, .region-highlighted .view-alerts .alert-block-list ul.alert-list li .alert-close-link a.close-alert:visited { align-items: center; background-color: #fff; border-radius: 50%; color: #8B0000; display: flex; font-size: 1em; font-weight: bold; height: 1.5em; justify-content: center; left: 1px; line-height: 1em; padding: 0.05em 0.075em 0.15em 0.125em; position: relative; text-align: center; text-decoration: none; width: 1.5em; }
.region-highlighted .view-alerts .alert-block-list ul.alert-list li .alert-close-link a.close-alert:focus, .region-highlighted .view-alerts .alert-block-list ul.alert-list li .alert-close-link a.close-alert:hover { background-color: rgba(255, 255, 255, 0.25); color: #fff; text-decoration: none; }

.navbar-bar .navbar-icon-help:before, .navbar-bar .navbar-icon-help:active:before, .navbar-bar .navbar-icon-help.navbar-active:before { background-image: url("/sites/all/themes/custom/pwds_base/images/PSBv1_logo_solid.svg"); }

/** @file Print styling  @lastmodified    08.31.2018 */
/** By importing this CSS file as media "all", we allow this print file to be aggregated with other stylesheets, for improved front-end performance. */
@media print { /* Underline all links. */
  a:link, a:visited { /* Don't underline header. */ }
  a:link.header__site-link, a:visited.header__site-link { text-decoration: none !important; }
  /* Below goes to PWDS_STARTERKIT */
  #content { /* Add visible URL after links. */ /* Only display useful links.*/ }
  #content a[href]:after { content: " < " attr(href) "> "; font-weight: normal; font-size: 13px; display: block; }
  #content a[href^="javascript:"]:after, #content a[href^="#"]:after, #content .more-link a:after, #content .date-heading .date-prev a:after, #content .date-heading .date-next a:after, #content .feed-icon a:after { content: ""; }
  #content a.no-border:after { content: ""; }
  /* Remove Border from Top of Page */
  #page, .header__user-zone { border: none !important; }
  /* Un-float the content. */
  #content { float: none !important; width: 100% !important; margin: 0 !important; padding: 0 !important; }
  /* Turn off any background colors or images. */
  body, #page, #main, #content { color: #000; background-color: transparent !important; background-image: none !important; }
  /* Hiding Unnecessary Elements */
  /* Hide sidebars and nav elements. */
  #skip-link, #toolbar, #navigation, .region-sidebar-first, .region-sidebar-second, #footer, .breadcrumb, .tabs, .action-links, .links, .book-navigation, .forum-topic-navigation, .pager, .feed-icons, .search-form, #search-form, #navbar-administration, .header #search-form + .icon .icon-target:before, .social-sharing-buttons { display: none !important; }
  /* Hide the Archived event categories */
  .pane-events-events-archive-category, .view-display-id-events_full_listing_exposed .view-filters, .pane-events-events-archive-audience, .pane-events-events-archive-year, .messages, .messages--status, .messages--warning, .messages--error { display: none; }
  /*The Handling of Links*/
  /* Defining all page breaks */
  a, blockquote, table, pre { page-break-inside: avoid; }
  h1, h2, h3, h4, h5, h6, img { page-break-after: avoid; page-break-inside: avoid; }
  ul, ol, dl { page-break-before: avoid; }
  @page { margin: 2cm; }
  .col-md-6 .grid-3-columns > li, .col-md-6 .grid-4-columns > li, .col-md-5 .grid-3-columns > li, .col-md-5 .grid-4-columns > li, .col-md-4 .grid-3-columns > li, .col-md-4 .grid-4-columns > li, .col-md-3 .grid-3-columns > li, .col-md-3 .grid-4-columns > li { width: 50% !important; }
  .node-events.view-mode-full .events-detail-info .field-name-field-events-location { word-break: break-all; } }
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
a.meanmenu-reveal { display: none; }

.mean-container .mean-bar { float: left; width: 100%; position: relative; background: #0c1923; padding: 4px 0; min-height: 42px; z-index: 999999; }

.mean-container a.meanmenu-reveal { width: 22px; height: 22px; padding: 13px 13px 11px; position: absolute; top: 0; right: 0; cursor: pointer; color: #fff; text-decoration: none; font-size: 16px; text-indent: -9999em; line-height: 22px; font-size: 1px; display: block; font-family: Arial,Helvetica,sans-serif; font-weight: 700; }

.mean-container a.meanmenu-reveal span { display: block; background: #fff; height: 3px; margin-top: 3px; }

.mean-container .mean-nav { float: left; width: 100%; background: #0c1923; margin-top: 44px; }

.mean-container .mean-nav ul { padding: 0; margin: 0; width: 100%; list-style-type: none; }

.mean-container .mean-nav ul li { position: relative; float: left; width: 100%; }

.mean-container .mean-nav ul li a { display: block; float: left; width: 90%; padding: 1em 5%; margin: 0; text-align: left; color: #fff; border-top: 1px solid #383838; border-top: 1px solid rgba(255, 255, 255, 0.5); text-decoration: none; text-transform: uppercase; }

.mean-container .mean-nav ul li li a { width: 80%; padding: 1em 10%; border-top: 1px solid #f1f1f1; border-top: 1px solid rgba(255, 255, 255, 0.25); opacity: .75; filter: alpha(opacity=75); text-shadow: none !important; visibility: visible; }

.mean-container .mean-nav ul li.mean-last a { border-bottom: 0; margin-bottom: 0; }

.mean-container .mean-nav ul li li li a { width: 70%; padding: 1em 15%; }

.mean-container .mean-nav ul li li li li a { width: 60%; padding: 1em 20%; }

.mean-container .mean-nav ul li li li li li a { width: 50%; padding: 1em 25%; }

.mean-container .mean-nav ul li a:hover { background: #252525; background: rgba(255, 255, 255, 0.1); }

.mean-container .mean-nav ul li a.mean-expand { margin-top: 1px; width: 26px; height: 32px; padding: 12px !important; text-align: center; position: absolute; right: 0; top: 0; z-index: 2; font-weight: 700; background: rgba(255, 255, 255, 0.1); border: 0 !important; border-left: 1px solid rgba(255, 255, 255, 0.4) !important; border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }

.mean-container .mean-nav ul li a.mean-expand:hover { background: rgba(0, 0, 0, 0.9); }

.mean-container .mean-push { float: left; width: 100%; padding: 0; margin: 0; clear: both; }

.mean-nav .wrapper { width: 100%; padding: 0; margin: 0; }

.mean-container .mean-bar, .mean-container .mean-bar * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.mean-remove { display: none !important; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH -------------------------- */
@font-face { font-family: 'FontAwesome'; src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0"); src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }

.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; }

.fa-2x { font-size: 2em; }

.fa-3x { font-size: 3em; }

.fa-4x { font-size: 4em; }

.fa-5x { font-size: 5em; }

.fa-fw { width: 1.28571429em; text-align: center; }

.fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; }

.fa-ul > li { position: relative; }

.fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; }

.fa-li.fa-lg { left: -1.85714286em; }

.fa-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; }

.fa-pull-left { float: left; }

.fa-pull-right { float: right; }

.fa.fa-pull-left { margin-right: .3em; }

.fa.fa-pull-right { margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right { float: right; }

.pull-left { float: left; }

.fa.pull-left { margin-right: .3em; }

.fa.pull-right { margin-left: .3em; }

.fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }

.fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }

@keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }

.fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

.fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }

.fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; }

.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }

.fa-stack-1x { line-height: inherit; }

.fa-stack-2x { font-size: 2em; }

.fa-inverse { color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-glass:before { content: "\f000"; }

.fa-music:before { content: "\f001"; }

.fa-search:before { content: "\f002"; }

.fa-envelope-o:before { content: "\f003"; }

.fa-heart:before { content: "\f004"; }

.fa-star:before { content: "\f005"; }

.fa-star-o:before { content: "\f006"; }

.fa-user:before { content: "\f007"; }

.fa-film:before { content: "\f008"; }

.fa-th-large:before { content: "\f009"; }

.fa-th:before { content: "\f00a"; }

.fa-th-list:before { content: "\f00b"; }

.fa-check:before { content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; }

.fa-search-plus:before { content: "\f00e"; }

.fa-search-minus:before { content: "\f010"; }

.fa-power-off:before { content: "\f011"; }

.fa-signal:before { content: "\f012"; }

.fa-gear:before, .fa-cog:before { content: "\f013"; }

.fa-trash-o:before { content: "\f014"; }

.fa-home:before { content: "\f015"; }

.fa-file-o:before { content: "\f016"; }

.fa-clock-o:before { content: "\f017"; }

.fa-road:before { content: "\f018"; }

.fa-download:before { content: "\f019"; }

.fa-arrow-circle-o-down:before { content: "\f01a"; }

.fa-arrow-circle-o-up:before { content: "\f01b"; }

.fa-inbox:before { content: "\f01c"; }

.fa-play-circle-o:before { content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; }

.fa-refresh:before { content: "\f021"; }

.fa-list-alt:before { content: "\f022"; }

.fa-lock:before { content: "\f023"; }

.fa-flag:before { content: "\f024"; }

.fa-headphones:before { content: "\f025"; }

.fa-volume-off:before { content: "\f026"; }

.fa-volume-down:before { content: "\f027"; }

.fa-volume-up:before { content: "\f028"; }

.fa-qrcode:before { content: "\f029"; }

.fa-barcode:before { content: "\f02a"; }

.fa-tag:before { content: "\f02b"; }

.fa-tags:before { content: "\f02c"; }

.fa-book:before { content: "\f02d"; }

.fa-bookmark:before { content: "\f02e"; }

.fa-print:before { content: "\f02f"; }

.fa-camera:before { content: "\f030"; }

.fa-font:before { content: "\f031"; }

.fa-bold:before { content: "\f032"; }

.fa-italic:before { content: "\f033"; }

.fa-text-height:before { content: "\f034"; }

.fa-text-width:before { content: "\f035"; }

.fa-align-left:before { content: "\f036"; }

.fa-align-center:before { content: "\f037"; }

.fa-align-right:before { content: "\f038"; }

.fa-align-justify:before { content: "\f039"; }

.fa-list:before { content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before { content: "\f03b"; }

.fa-indent:before { content: "\f03c"; }

.fa-video-camera:before { content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; }

.fa-pencil:before { content: "\f040"; }

.fa-map-marker:before { content: "\f041"; }

.fa-adjust:before { content: "\f042"; }

.fa-tint:before { content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; }

.fa-share-square-o:before { content: "\f045"; }

.fa-check-square-o:before { content: "\f046"; }

.fa-arrows:before { content: "\f047"; }

.fa-step-backward:before { content: "\f048"; }

.fa-fast-backward:before { content: "\f049"; }

.fa-backward:before { content: "\f04a"; }

.fa-play:before { content: "\f04b"; }

.fa-pause:before { content: "\f04c"; }

.fa-stop:before { content: "\f04d"; }

.fa-forward:before { content: "\f04e"; }

.fa-fast-forward:before { content: "\f050"; }

.fa-step-forward:before { content: "\f051"; }

.fa-eject:before { content: "\f052"; }

.fa-chevron-left:before { content: "\f053"; }

.fa-chevron-right:before { content: "\f054"; }

.fa-plus-circle:before { content: "\f055"; }

.fa-minus-circle:before { content: "\f056"; }

.fa-times-circle:before { content: "\f057"; }

.fa-check-circle:before { content: "\f058"; }

.fa-question-circle:before { content: "\f059"; }

.fa-info-circle:before { content: "\f05a"; }

.fa-crosshairs:before { content: "\f05b"; }

.fa-times-circle-o:before { content: "\f05c"; }

.fa-check-circle-o:before { content: "\f05d"; }

.fa-ban:before { content: "\f05e"; }

.fa-arrow-left:before { content: "\f060"; }

.fa-arrow-right:before { content: "\f061"; }

.fa-arrow-up:before { content: "\f062"; }

.fa-arrow-down:before { content: "\f063"; }

.fa-mail-forward:before, .fa-share:before { content: "\f064"; }

.fa-expand:before { content: "\f065"; }

.fa-compress:before { content: "\f066"; }

.fa-plus:before { content: "\f067"; }

.fa-minus:before { content: "\f068"; }

.fa-asterisk:before { content: "\f069"; }

.fa-exclamation-circle:before { content: "\f06a"; }

.fa-gift:before { content: "\f06b"; }

.fa-leaf:before { content: "\f06c"; }

.fa-fire:before { content: "\f06d"; }

.fa-eye:before { content: "\f06e"; }

.fa-eye-slash:before { content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; }

.fa-plane:before { content: "\f072"; }

.fa-calendar:before { content: "\f073"; }

.fa-random:before { content: "\f074"; }

.fa-comment:before { content: "\f075"; }

.fa-magnet:before { content: "\f076"; }

.fa-chevron-up:before { content: "\f077"; }

.fa-chevron-down:before { content: "\f078"; }

.fa-retweet:before { content: "\f079"; }

.fa-shopping-cart:before { content: "\f07a"; }

.fa-folder:before { content: "\f07b"; }

.fa-folder-open:before { content: "\f07c"; }

.fa-arrows-v:before { content: "\f07d"; }

.fa-arrows-h:before { content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; }

.fa-twitter-square:before { content: "\f081"; }

.fa-facebook-square:before { content: "\f082"; }

.fa-camera-retro:before { content: "\f083"; }

.fa-key:before { content: "\f084"; }

.fa-gears:before, .fa-cogs:before { content: "\f085"; }

.fa-comments:before { content: "\f086"; }

.fa-thumbs-o-up:before { content: "\f087"; }

.fa-thumbs-o-down:before { content: "\f088"; }

.fa-star-half:before { content: "\f089"; }

.fa-heart-o:before { content: "\f08a"; }

.fa-sign-out:before { content: "\f08b"; }

.fa-linkedin-square:before { content: "\f08c"; }

.fa-thumb-tack:before { content: "\f08d"; }

.fa-external-link:before { content: "\f08e"; }

.fa-sign-in:before { content: "\f090"; }

.fa-trophy:before { content: "\f091"; }

.fa-github-square:before { content: "\f092"; }

.fa-upload:before { content: "\f093"; }

.fa-lemon-o:before { content: "\f094"; }

.fa-phone:before { content: "\f095"; }

.fa-square-o:before { content: "\f096"; }

.fa-bookmark-o:before { content: "\f097"; }

.fa-phone-square:before { content: "\f098"; }

.fa-twitter:before { content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; }

.fa-github:before { content: "\f09b"; }

.fa-unlock:before { content: "\f09c"; }

.fa-credit-card:before { content: "\f09d"; }

.fa-feed:before, .fa-rss:before { content: "\f09e"; }

.fa-hdd-o:before { content: "\f0a0"; }

.fa-bullhorn:before { content: "\f0a1"; }

.fa-bell:before { content: "\f0f3"; }

.fa-certificate:before { content: "\f0a3"; }

.fa-hand-o-right:before { content: "\f0a4"; }

.fa-hand-o-left:before { content: "\f0a5"; }

.fa-hand-o-up:before { content: "\f0a6"; }

.fa-hand-o-down:before { content: "\f0a7"; }

.fa-arrow-circle-left:before { content: "\f0a8"; }

.fa-arrow-circle-right:before { content: "\f0a9"; }

.fa-arrow-circle-up:before { content: "\f0aa"; }

.fa-arrow-circle-down:before { content: "\f0ab"; }

.fa-globe:before { content: "\f0ac"; }

.fa-wrench:before { content: "\f0ad"; }

.fa-tasks:before { content: "\f0ae"; }

.fa-filter:before { content: "\f0b0"; }

.fa-briefcase:before { content: "\f0b1"; }

.fa-arrows-alt:before { content: "\f0b2"; }

.fa-group:before, .fa-users:before { content: "\f0c0"; }

.fa-chain:before, .fa-link:before { content: "\f0c1"; }

.fa-cloud:before { content: "\f0c2"; }

.fa-flask:before { content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before { content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before { content: "\f0c5"; }

.fa-paperclip:before { content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before { content: "\f0c7"; }

.fa-square:before { content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; }

.fa-list-ul:before { content: "\f0ca"; }

.fa-list-ol:before { content: "\f0cb"; }

.fa-strikethrough:before { content: "\f0cc"; }

.fa-underline:before { content: "\f0cd"; }

.fa-table:before { content: "\f0ce"; }

.fa-magic:before { content: "\f0d0"; }

.fa-truck:before { content: "\f0d1"; }

.fa-pinterest:before { content: "\f0d2"; }

.fa-pinterest-square:before { content: "\f0d3"; }

.fa-google-plus-square:before { content: "\f0d4"; }

.fa-google-plus:before { content: "\f0d5"; }

.fa-money:before { content: "\f0d6"; }

.fa-caret-down:before { content: "\f0d7"; }

.fa-caret-up:before { content: "\f0d8"; }

.fa-caret-left:before { content: "\f0d9"; }

.fa-caret-right:before { content: "\f0da"; }

.fa-columns:before { content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before { content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; }

.fa-envelope:before { content: "\f0e0"; }

.fa-linkedin:before { content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before { content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; }

.fa-comment-o:before { content: "\f0e5"; }

.fa-comments-o:before { content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before { content: "\f0e7"; }

.fa-sitemap:before { content: "\f0e8"; }

.fa-umbrella:before { content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before { content: "\f0ea"; }

.fa-lightbulb-o:before { content: "\f0eb"; }

.fa-exchange:before { content: "\f0ec"; }

.fa-cloud-download:before { content: "\f0ed"; }

.fa-cloud-upload:before { content: "\f0ee"; }

.fa-user-md:before { content: "\f0f0"; }

.fa-stethoscope:before { content: "\f0f1"; }

.fa-suitcase:before { content: "\f0f2"; }

.fa-bell-o:before { content: "\f0a2"; }

.fa-coffee:before { content: "\f0f4"; }

.fa-cutlery:before { content: "\f0f5"; }

.fa-file-text-o:before { content: "\f0f6"; }

.fa-building-o:before { content: "\f0f7"; }

.fa-hospital-o:before { content: "\f0f8"; }

.fa-ambulance:before { content: "\f0f9"; }

.fa-medkit:before { content: "\f0fa"; }

.fa-fighter-jet:before { content: "\f0fb"; }

.fa-beer:before { content: "\f0fc"; }

.fa-h-square:before { content: "\f0fd"; }

.fa-plus-square:before { content: "\f0fe"; }

.fa-angle-double-left:before { content: "\f100"; }

.fa-angle-double-right:before { content: "\f101"; }

.fa-angle-double-up:before { content: "\f102"; }

.fa-angle-double-down:before { content: "\f103"; }

.fa-angle-left:before { content: "\f104"; }

.fa-angle-right:before { content: "\f105"; }

.fa-angle-up:before { content: "\f106"; }

.fa-angle-down:before { content: "\f107"; }

.fa-desktop:before { content: "\f108"; }

.fa-laptop:before { content: "\f109"; }

.fa-tablet:before { content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; }

.fa-circle-o:before { content: "\f10c"; }

.fa-quote-left:before { content: "\f10d"; }

.fa-quote-right:before { content: "\f10e"; }

.fa-spinner:before { content: "\f110"; }

.fa-circle:before { content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before { content: "\f112"; }

.fa-github-alt:before { content: "\f113"; }

.fa-folder-o:before { content: "\f114"; }

.fa-folder-open-o:before { content: "\f115"; }

.fa-smile-o:before { content: "\f118"; }

.fa-frown-o:before { content: "\f119"; }

.fa-meh-o:before { content: "\f11a"; }

.fa-gamepad:before { content: "\f11b"; }

.fa-keyboard-o:before { content: "\f11c"; }

.fa-flag-o:before { content: "\f11d"; }

.fa-flag-checkered:before { content: "\f11e"; }

.fa-terminal:before { content: "\f120"; }

.fa-code:before { content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; }

.fa-location-arrow:before { content: "\f124"; }

.fa-crop:before { content: "\f125"; }

.fa-code-fork:before { content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before { content: "\f127"; }

.fa-question:before { content: "\f128"; }

.fa-info:before { content: "\f129"; }

.fa-exclamation:before { content: "\f12a"; }

.fa-superscript:before { content: "\f12b"; }

.fa-subscript:before { content: "\f12c"; }

.fa-eraser:before { content: "\f12d"; }

.fa-puzzle-piece:before { content: "\f12e"; }

.fa-microphone:before { content: "\f130"; }

.fa-microphone-slash:before { content: "\f131"; }

.fa-shield:before { content: "\f132"; }

.fa-calendar-o:before { content: "\f133"; }

.fa-fire-extinguisher:before { content: "\f134"; }

.fa-rocket:before { content: "\f135"; }

.fa-maxcdn:before { content: "\f136"; }

.fa-chevron-circle-left:before { content: "\f137"; }

.fa-chevron-circle-right:before { content: "\f138"; }

.fa-chevron-circle-up:before { content: "\f139"; }

.fa-chevron-circle-down:before { content: "\f13a"; }

.fa-html5:before { content: "\f13b"; }

.fa-css3:before { content: "\f13c"; }

.fa-anchor:before { content: "\f13d"; }

.fa-unlock-alt:before { content: "\f13e"; }

.fa-bullseye:before { content: "\f140"; }

.fa-ellipsis-h:before { content: "\f141"; }

.fa-ellipsis-v:before { content: "\f142"; }

.fa-rss-square:before { content: "\f143"; }

.fa-play-circle:before { content: "\f144"; }

.fa-ticket:before { content: "\f145"; }

.fa-minus-square:before { content: "\f146"; }

.fa-minus-square-o:before { content: "\f147"; }

.fa-level-up:before { content: "\f148"; }

.fa-level-down:before { content: "\f149"; }

.fa-check-square:before { content: "\f14a"; }

.fa-pencil-square:before { content: "\f14b"; }

.fa-external-link-square:before { content: "\f14c"; }

.fa-share-square:before { content: "\f14d"; }

.fa-compass:before { content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; }

.fa-euro:before, .fa-eur:before { content: "\f153"; }

.fa-gbp:before { content: "\f154"; }

.fa-dollar:before, .fa-usd:before { content: "\f155"; }

.fa-rupee:before, .fa-inr:before { content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; }

.fa-won:before, .fa-krw:before { content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before { content: "\f15a"; }

.fa-file:before { content: "\f15b"; }

.fa-file-text:before { content: "\f15c"; }

.fa-sort-alpha-asc:before { content: "\f15d"; }

.fa-sort-alpha-desc:before { content: "\f15e"; }

.fa-sort-amount-asc:before { content: "\f160"; }

.fa-sort-amount-desc:before { content: "\f161"; }

.fa-sort-numeric-asc:before { content: "\f162"; }

.fa-sort-numeric-desc:before { content: "\f163"; }

.fa-thumbs-up:before { content: "\f164"; }

.fa-thumbs-down:before { content: "\f165"; }

.fa-youtube-square:before { content: "\f166"; }

.fa-youtube:before { content: "\f167"; }

.fa-xing:before { content: "\f168"; }

.fa-xing-square:before { content: "\f169"; }

.fa-youtube-play:before { content: "\f16a"; }

.fa-dropbox:before { content: "\f16b"; }

.fa-stack-overflow:before { content: "\f16c"; }

.fa-instagram:before { content: "\f16d"; }

.fa-flickr:before { content: "\f16e"; }

.fa-adn:before { content: "\f170"; }

.fa-bitbucket:before { content: "\f171"; }

.fa-bitbucket-square:before { content: "\f172"; }

.fa-tumblr:before { content: "\f173"; }

.fa-tumblr-square:before { content: "\f174"; }

.fa-long-arrow-down:before { content: "\f175"; }

.fa-long-arrow-up:before { content: "\f176"; }

.fa-long-arrow-left:before { content: "\f177"; }

.fa-long-arrow-right:before { content: "\f178"; }

.fa-apple:before { content: "\f179"; }

.fa-windows:before { content: "\f17a"; }

.fa-android:before { content: "\f17b"; }

.fa-linux:before { content: "\f17c"; }

.fa-dribbble:before { content: "\f17d"; }

.fa-skype:before { content: "\f17e"; }

.fa-foursquare:before { content: "\f180"; }

.fa-trello:before { content: "\f181"; }

.fa-female:before { content: "\f182"; }

.fa-male:before { content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before { content: "\f184"; }

.fa-sun-o:before { content: "\f185"; }

.fa-moon-o:before { content: "\f186"; }

.fa-archive:before { content: "\f187"; }

.fa-bug:before { content: "\f188"; }

.fa-vk:before { content: "\f189"; }

.fa-weibo:before { content: "\f18a"; }

.fa-renren:before { content: "\f18b"; }

.fa-pagelines:before { content: "\f18c"; }

.fa-stack-exchange:before { content: "\f18d"; }

.fa-arrow-circle-o-right:before { content: "\f18e"; }

.fa-arrow-circle-o-left:before { content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; }

.fa-dot-circle-o:before { content: "\f192"; }

.fa-wheelchair:before { content: "\f193"; }

.fa-vimeo-square:before { content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before { content: "\f195"; }

.fa-plus-square-o:before { content: "\f196"; }

.fa-space-shuttle:before { content: "\f197"; }

.fa-slack:before { content: "\f198"; }

.fa-envelope-square:before { content: "\f199"; }

.fa-wordpress:before { content: "\f19a"; }

.fa-openid:before { content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; }

.fa-yahoo:before { content: "\f19e"; }

.fa-google:before { content: "\f1a0"; }

.fa-reddit:before { content: "\f1a1"; }

.fa-reddit-square:before { content: "\f1a2"; }

.fa-stumbleupon-circle:before { content: "\f1a3"; }

.fa-stumbleupon:before { content: "\f1a4"; }

.fa-delicious:before { content: "\f1a5"; }

.fa-digg:before { content: "\f1a6"; }

.fa-pied-piper-pp:before { content: "\f1a7"; }

.fa-pied-piper-alt:before { content: "\f1a8"; }

.fa-drupal:before { content: "\f1a9"; }

.fa-joomla:before { content: "\f1aa"; }

.fa-language:before { content: "\f1ab"; }

.fa-fax:before { content: "\f1ac"; }

.fa-building:before { content: "\f1ad"; }

.fa-child:before { content: "\f1ae"; }

.fa-paw:before { content: "\f1b0"; }

.fa-spoon:before { content: "\f1b1"; }

.fa-cube:before { content: "\f1b2"; }

.fa-cubes:before { content: "\f1b3"; }

.fa-behance:before { content: "\f1b4"; }

.fa-behance-square:before { content: "\f1b5"; }

.fa-steam:before { content: "\f1b6"; }

.fa-steam-square:before { content: "\f1b7"; }

.fa-recycle:before { content: "\f1b8"; }

.fa-automobile:before, .fa-car:before { content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before { content: "\f1ba"; }

.fa-tree:before { content: "\f1bb"; }

.fa-spotify:before { content: "\f1bc"; }

.fa-deviantart:before { content: "\f1bd"; }

.fa-soundcloud:before { content: "\f1be"; }

.fa-database:before { content: "\f1c0"; }

.fa-file-pdf-o:before { content: "\f1c1"; }

.fa-file-word-o:before { content: "\f1c2"; }

.fa-file-excel-o:before { content: "\f1c3"; }

.fa-file-powerpoint-o:before { content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; }

.fa-file-code-o:before { content: "\f1c9"; }

.fa-vine:before { content: "\f1ca"; }

.fa-codepen:before { content: "\f1cb"; }

.fa-jsfiddle:before { content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; }

.fa-circle-o-notch:before { content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0"; }

.fa-ge:before, .fa-empire:before { content: "\f1d1"; }

.fa-git-square:before { content: "\f1d2"; }

.fa-git:before { content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4"; }

.fa-tencent-weibo:before { content: "\f1d5"; }

.fa-qq:before { content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before { content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before { content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; }

.fa-history:before { content: "\f1da"; }

.fa-circle-thin:before { content: "\f1db"; }

.fa-header:before { content: "\f1dc"; }

.fa-paragraph:before { content: "\f1dd"; }

.fa-sliders:before { content: "\f1de"; }

.fa-share-alt:before { content: "\f1e0"; }

.fa-share-alt-square:before { content: "\f1e1"; }

.fa-bomb:before { content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; }

.fa-tty:before { content: "\f1e4"; }

.fa-binoculars:before { content: "\f1e5"; }

.fa-plug:before { content: "\f1e6"; }

.fa-slideshare:before { content: "\f1e7"; }

.fa-twitch:before { content: "\f1e8"; }

.fa-yelp:before { content: "\f1e9"; }

.fa-newspaper-o:before { content: "\f1ea"; }

.fa-wifi:before { content: "\f1eb"; }

.fa-calculator:before { content: "\f1ec"; }

.fa-paypal:before { content: "\f1ed"; }

.fa-google-wallet:before { content: "\f1ee"; }

.fa-cc-visa:before { content: "\f1f0"; }

.fa-cc-mastercard:before { content: "\f1f1"; }

.fa-cc-discover:before { content: "\f1f2"; }

.fa-cc-amex:before { content: "\f1f3"; }

.fa-cc-paypal:before { content: "\f1f4"; }

.fa-cc-stripe:before { content: "\f1f5"; }

.fa-bell-slash:before { content: "\f1f6"; }

.fa-bell-slash-o:before { content: "\f1f7"; }

.fa-trash:before { content: "\f1f8"; }

.fa-copyright:before { content: "\f1f9"; }

.fa-at:before { content: "\f1fa"; }

.fa-eyedropper:before { content: "\f1fb"; }

.fa-paint-brush:before { content: "\f1fc"; }

.fa-birthday-cake:before { content: "\f1fd"; }

.fa-area-chart:before { content: "\f1fe"; }

.fa-pie-chart:before { content: "\f200"; }

.fa-line-chart:before { content: "\f201"; }

.fa-lastfm:before { content: "\f202"; }

.fa-lastfm-square:before { content: "\f203"; }

.fa-toggle-off:before { content: "\f204"; }

.fa-toggle-on:before { content: "\f205"; }

.fa-bicycle:before { content: "\f206"; }

.fa-bus:before { content: "\f207"; }

.fa-ioxhost:before { content: "\f208"; }

.fa-angellist:before { content: "\f209"; }

.fa-cc:before { content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; }

.fa-meanpath:before { content: "\f20c"; }

.fa-buysellads:before { content: "\f20d"; }

.fa-connectdevelop:before { content: "\f20e"; }

.fa-dashcube:before { content: "\f210"; }

.fa-forumbee:before { content: "\f211"; }

.fa-leanpub:before { content: "\f212"; }

.fa-sellsy:before { content: "\f213"; }

.fa-shirtsinbulk:before { content: "\f214"; }

.fa-simplybuilt:before { content: "\f215"; }

.fa-skyatlas:before { content: "\f216"; }

.fa-cart-plus:before { content: "\f217"; }

.fa-cart-arrow-down:before { content: "\f218"; }

.fa-diamond:before { content: "\f219"; }

.fa-ship:before { content: "\f21a"; }

.fa-user-secret:before { content: "\f21b"; }

.fa-motorcycle:before { content: "\f21c"; }

.fa-street-view:before { content: "\f21d"; }

.fa-heartbeat:before { content: "\f21e"; }

.fa-venus:before { content: "\f221"; }

.fa-mars:before { content: "\f222"; }

.fa-mercury:before { content: "\f223"; }

.fa-intersex:before, .fa-transgender:before { content: "\f224"; }

.fa-transgender-alt:before { content: "\f225"; }

.fa-venus-double:before { content: "\f226"; }

.fa-mars-double:before { content: "\f227"; }

.fa-venus-mars:before { content: "\f228"; }

.fa-mars-stroke:before { content: "\f229"; }

.fa-mars-stroke-v:before { content: "\f22a"; }

.fa-mars-stroke-h:before { content: "\f22b"; }

.fa-neuter:before { content: "\f22c"; }

.fa-genderless:before { content: "\f22d"; }

.fa-facebook-official:before { content: "\f230"; }

.fa-pinterest-p:before { content: "\f231"; }

.fa-whatsapp:before { content: "\f232"; }

.fa-server:before { content: "\f233"; }

.fa-user-plus:before { content: "\f234"; }

.fa-user-times:before { content: "\f235"; }

.fa-hotel:before, .fa-bed:before { content: "\f236"; }

.fa-viacoin:before { content: "\f237"; }

.fa-train:before { content: "\f238"; }

.fa-subway:before { content: "\f239"; }

.fa-medium:before { content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before { content: "\f23b"; }

.fa-optin-monster:before { content: "\f23c"; }

.fa-opencart:before { content: "\f23d"; }

.fa-expeditedssl:before { content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before { content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before { content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before { content: "\f244"; }

.fa-mouse-pointer:before { content: "\f245"; }

.fa-i-cursor:before { content: "\f246"; }

.fa-object-group:before { content: "\f247"; }

.fa-object-ungroup:before { content: "\f248"; }

.fa-sticky-note:before { content: "\f249"; }

.fa-sticky-note-o:before { content: "\f24a"; }

.fa-cc-jcb:before { content: "\f24b"; }

.fa-cc-diners-club:before { content: "\f24c"; }

.fa-clone:before { content: "\f24d"; }

.fa-balance-scale:before { content: "\f24e"; }

.fa-hourglass-o:before { content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253"; }

.fa-hourglass:before { content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256"; }

.fa-hand-scissors-o:before { content: "\f257"; }

.fa-hand-lizard-o:before { content: "\f258"; }

.fa-hand-spock-o:before { content: "\f259"; }

.fa-hand-pointer-o:before { content: "\f25a"; }

.fa-hand-peace-o:before { content: "\f25b"; }

.fa-trademark:before { content: "\f25c"; }

.fa-registered:before { content: "\f25d"; }

.fa-creative-commons:before { content: "\f25e"; }

.fa-gg:before { content: "\f260"; }

.fa-gg-circle:before { content: "\f261"; }

.fa-tripadvisor:before { content: "\f262"; }

.fa-odnoklassniki:before { content: "\f263"; }

.fa-odnoklassniki-square:before { content: "\f264"; }

.fa-get-pocket:before { content: "\f265"; }

.fa-wikipedia-w:before { content: "\f266"; }

.fa-safari:before { content: "\f267"; }

.fa-chrome:before { content: "\f268"; }

.fa-firefox:before { content: "\f269"; }

.fa-opera:before { content: "\f26a"; }

.fa-internet-explorer:before { content: "\f26b"; }

.fa-tv:before, .fa-television:before { content: "\f26c"; }

.fa-contao:before { content: "\f26d"; }

.fa-500px:before { content: "\f26e"; }

.fa-amazon:before { content: "\f270"; }

.fa-calendar-plus-o:before { content: "\f271"; }

.fa-calendar-minus-o:before { content: "\f272"; }

.fa-calendar-times-o:before { content: "\f273"; }

.fa-calendar-check-o:before { content: "\f274"; }

.fa-industry:before { content: "\f275"; }

.fa-map-pin:before { content: "\f276"; }

.fa-map-signs:before { content: "\f277"; }

.fa-map-o:before { content: "\f278"; }

.fa-map:before { content: "\f279"; }

.fa-commenting:before { content: "\f27a"; }

.fa-commenting-o:before { content: "\f27b"; }

.fa-houzz:before { content: "\f27c"; }

.fa-vimeo:before { content: "\f27d"; }

.fa-black-tie:before { content: "\f27e"; }

.fa-fonticons:before { content: "\f280"; }

.fa-reddit-alien:before { content: "\f281"; }

.fa-edge:before { content: "\f282"; }

.fa-credit-card-alt:before { content: "\f283"; }

.fa-codiepie:before { content: "\f284"; }

.fa-modx:before { content: "\f285"; }

.fa-fort-awesome:before { content: "\f286"; }

.fa-usb:before { content: "\f287"; }

.fa-product-hunt:before { content: "\f288"; }

.fa-mixcloud:before { content: "\f289"; }

.fa-scribd:before { content: "\f28a"; }

.fa-pause-circle:before { content: "\f28b"; }

.fa-pause-circle-o:before { content: "\f28c"; }

.fa-stop-circle:before { content: "\f28d"; }

.fa-stop-circle-o:before { content: "\f28e"; }

.fa-shopping-bag:before { content: "\f290"; }

.fa-shopping-basket:before { content: "\f291"; }

.fa-hashtag:before { content: "\f292"; }

.fa-bluetooth:before { content: "\f293"; }

.fa-bluetooth-b:before { content: "\f294"; }

.fa-percent:before { content: "\f295"; }

.fa-gitlab:before { content: "\f296"; }

.fa-wpbeginner:before { content: "\f297"; }

.fa-wpforms:before { content: "\f298"; }

.fa-envira:before { content: "\f299"; }

.fa-universal-access:before { content: "\f29a"; }

.fa-wheelchair-alt:before { content: "\f29b"; }

.fa-question-circle-o:before { content: "\f29c"; }

.fa-blind:before { content: "\f29d"; }

.fa-audio-description:before { content: "\f29e"; }

.fa-volume-control-phone:before { content: "\f2a0"; }

.fa-braille:before { content: "\f2a1"; }

.fa-assistive-listening-systems:before { content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4"; }

.fa-glide:before { content: "\f2a5"; }

.fa-glide-g:before { content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before { content: "\f2a7"; }

.fa-low-vision:before { content: "\f2a8"; }

.fa-viadeo:before { content: "\f2a9"; }

.fa-viadeo-square:before { content: "\f2aa"; }

.fa-snapchat:before { content: "\f2ab"; }

.fa-snapchat-ghost:before { content: "\f2ac"; }

.fa-snapchat-square:before { content: "\f2ad"; }

.fa-pied-piper:before { content: "\f2ae"; }

.fa-first-order:before { content: "\f2b0"; }

.fa-yoast:before { content: "\f2b1"; }

.fa-themeisle:before { content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before { content: "\f2b4"; }

.fa-handshake-o:before { content: "\f2b5"; }

.fa-envelope-open:before { content: "\f2b6"; }

.fa-envelope-open-o:before { content: "\f2b7"; }

.fa-linode:before { content: "\f2b8"; }

.fa-address-book:before { content: "\f2b9"; }

.fa-address-book-o:before { content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before { content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before { content: "\f2bc"; }

.fa-user-circle:before { content: "\f2bd"; }

.fa-user-circle-o:before { content: "\f2be"; }

.fa-user-o:before { content: "\f2c0"; }

.fa-id-badge:before { content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before { content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before { content: "\f2c3"; }

.fa-quora:before { content: "\f2c4"; }

.fa-free-code-camp:before { content: "\f2c5"; }

.fa-telegram:before { content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before { content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before { content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before { content: "\f2cb"; }

.fa-shower:before { content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: "\f2cd"; }

.fa-podcast:before { content: "\f2ce"; }

.fa-window-maximize:before { content: "\f2d0"; }

.fa-window-minimize:before { content: "\f2d1"; }

.fa-window-restore:before { content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before { content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before { content: "\f2d4"; }

.fa-bandcamp:before { content: "\f2d5"; }

.fa-grav:before { content: "\f2d6"; }

.fa-etsy:before { content: "\f2d7"; }

.fa-imdb:before { content: "\f2d8"; }

.fa-ravelry:before { content: "\f2d9"; }

.fa-eercast:before { content: "\f2da"; }

.fa-microchip:before { content: "\f2db"; }

.fa-snowflake-o:before { content: "\f2dc"; }

.fa-superpowers:before { content: "\f2dd"; }

.fa-wpexplorer:before { content: "\f2de"; }

.fa-meetup:before { content: "\f2e0"; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }

/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
