/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* line 2, sass/_normalize.min.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 2, sass/_normalize.min.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 2, sass/_normalize.min.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 2, sass/_normalize.min.scss */
[hidden] {
  display: none;
}

/* line 2, sass/_normalize.min.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 2, sass/_normalize.min.scss */
html, button, input, select, textarea {
  font-family: sans-serif;
}

/* line 2, sass/_normalize.min.scss */
body {
  margin: 0;
}

/* line 2, sass/_normalize.min.scss */
a:focus {
  outline: thin dotted;
}

/* line 2, sass/_normalize.min.scss */
a:active, a:hover {
  outline: 0;
}

/* line 2, sass/_normalize.min.scss */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* line 2, sass/_normalize.min.scss */
h2 {
  font-size: 1.5em;
  margin: .83em 0;
}

/* line 2, sass/_normalize.min.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 2, sass/_normalize.min.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 2, sass/_normalize.min.scss */
h5 {
  font-size: .83em;
  margin: 1.67em 0;
}

/* line 2, sass/_normalize.min.scss */
h6 {
  font-size: .67em;
  margin: 2.33em 0;
}

/* line 2, sass/_normalize.min.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 2, sass/_normalize.min.scss */
b, strong {
  font-weight: bold;
}

/* line 2, sass/_normalize.min.scss */
blockquote {
  margin: 1em 40px;
}

/* line 2, sass/_normalize.min.scss */
dfn {
  font-style: italic;
}

/* line 2, sass/_normalize.min.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 2, sass/_normalize.min.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 2, sass/_normalize.min.scss */
p, pre {
  margin: 1em 0;
}

/* line 2, sass/_normalize.min.scss */
code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em;
}

/* line 2, sass/_normalize.min.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 2, sass/_normalize.min.scss */
q {
  quotes: none;
}

/* line 2, sass/_normalize.min.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 2, sass/_normalize.min.scss */
small {
  font-size: 80%;
}

/* line 2, sass/_normalize.min.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 2, sass/_normalize.min.scss */
sup {
  top: -0.5em;
}

/* line 2, sass/_normalize.min.scss */
sub {
  bottom: -0.25em;
}

/* line 2, sass/_normalize.min.scss */
dl, menu, ol, ul {
  margin: 0;
}

/* line 2, sass/_normalize.min.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 2, sass/_normalize.min.scss */
menu, ol, ul {
  padding: 0 0 0 0px;
}

/* line 2, sass/_normalize.min.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* line 2, sass/_normalize.min.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 2, sass/_normalize.min.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 2, sass/_normalize.min.scss */
figure {
  margin: 0;
}

/* line 2, sass/_normalize.min.scss */
form {
  margin: 0;
}

/* line 2, sass/_normalize.min.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/* line 2, sass/_normalize.min.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

/* line 2, sass/_normalize.min.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 2, sass/_normalize.min.scss */
button, input {
  line-height: normal;
}

/* line 2, sass/_normalize.min.scss */
button, select {
  text-transform: none;
}

/* line 2, sass/_normalize.min.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

/* line 2, sass/_normalize.min.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 2, sass/_normalize.min.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

/* line 2, sass/_normalize.min.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 2, sass/_normalize.min.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 2, sass/_normalize.min.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 2, sass/_normalize.min.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 2, sass/_normalize.min.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=d012451e-8ffc-454b-ac9e-ab24aafebf2b");

@font-face{
	font-family:"UniversLTW01-45LightObl";
	src:url("fonts/63bd7ad7-ab01-47e6-8cba-e2298391f89b.eot?#iefix");
	src:url("fonts/63bd7ad7-ab01-47e6-8cba-e2298391f89b.eot?#iefix") format("eot"),url("fonts/e77f713a-7f78-4d74-b299-5ca4242176b9.woff") format("woff"),url("fonts/90e56276-5fa2-4640-be25-8f42f40e4e8b.ttf") format("truetype"),url("fonts/ffbd82f1-3d16-4dfc-8a55-df71c332b658.svg#ffbd82f1-3d16-4dfc-8a55-df71c332b658") format("svg");
}

@font-face{
	font-family:"Univers LT W01 45 Light";
	src:url("fonts/2b61512c-069e-4111-bb23-9a918f94a74d.eot?#iefix");
	src:url("fonts/2b61512c-069e-4111-bb23-9a918f94a74d.eot?#iefix") format("eot"),url("fonts/ecf89914-1896-43f6-a0a0-fe733d1db6e7.woff") format("woff"),url("fonts/7628f343-8c36-4707-9559-8feb86c0462f.ttf") format("truetype"),url("fonts/11b816e7-d678-48dd-bc75-560de9c19049.svg#11b816e7-d678-48dd-bc75-560de9c19049") format("svg");
}

@font-face{
	font-family:"Univers LT W01 55 Roman";
	src:url("fonts/b5c30ea8-0700-4fd2-aa12-cc45074693a9.eot?#iefix");
	src:url("fonts/b5c30ea8-0700-4fd2-aa12-cc45074693a9.eot?#iefix") format("eot"),url("fonts/7b95cb9a-a288-4405-97a0-13095f56a903.woff") format("woff"),url("fonts/c7481806-4ea4-40db-a623-7bc352bbbe43.ttf") format("truetype"),url("fonts/ac8280da-3de5-456d-bd77-8f01665452a9.svg#ac8280da-3de5-456d-bd77-8f01665452a9") format("svg");
}

@font-face{
	font-family:"UniversLTW01-55Oblique";
	src:url("fonts/783e01cd-5eb8-41d7-a380-a18673f2983b.eot?#iefix");
	src:url("fonts/783e01cd-5eb8-41d7-a380-a18673f2983b.eot?#iefix") format("eot"),url("fonts/90c17e08-290d-4eba-ab33-77c81c1f559d.woff") format("woff"),url("fonts/d93b9eab-632d-4aaf-b7fa-5c17060d62fc.ttf") format("truetype"),url("fonts/caa7a31a-310f-4020-8311-89816a31472f.svg#caa7a31a-310f-4020-8311-89816a31472f") format("svg");
}

@font-face{
	font-family:"Univers LT W01 65 Bold";
	src:url("fonts/db1c462f-8890-4a11-9de5-36872279e20a.eot?#iefix");
	src:url("fonts/db1c462f-8890-4a11-9de5-36872279e20a.eot?#iefix") format("eot"),url("fonts/b993da84-c1f6-474a-8f00-8aa797b3de8f.woff") format("woff"),url("fonts/58403ef6-4c15-4280-b4b6-9acf50804f4f.ttf") format("truetype"),url("fonts/9178e351-95c5-4913-9eeb-fd0645a18c2d.svg#9178e351-95c5-4913-9eeb-fd0645a18c2d") format("svg");
}*/
/* line 32, sass/_fonts.scss */
body {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}

/* line 39, sass/_fonts.scss */
h1 {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  color: #4D148C;
}

/* line 44, sass/_fonts.scss */
h2, h2.title, h2.pane-title, h2.block-title {
  margin: 0 0 10px;
  color: #4D148C;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  line-height: 1.6em;
  font-weight: 300;
}

/* line 52, sass/_fonts.scss */
.node-article h2, .node-story h2 {
  font-weight: bold;
}

/* line 55, sass/_fonts.scss */
p, .content ul li, .content ol li, content ul li > p {
  font-size: 0.86em;
}

/* line 58, sass/_fonts.scss */
a,
a:link,
a:visited {
  color: #4D148C;
  text-decoration: none;
}
/* line 63, sass/_fonts.scss */
a:after,
a:link:after,
a:visited:after {
  text-decoration: underline;
}

/* line 70, sass/_fonts.scss */
a:after,
a:link:after,
a:visited:after {
  text-decoration: none;
}

/* line 74, sass/_fonts.scss */
a:hover,
a:focus,
a:active {
  color: #666;
  text-decoration: underline;
}
/* line 80, sass/_fonts.scss */
a:hover:after,
a:focus:after,
a:active:after {
  display: inline-block;
  text-decoration: none !important;
}

/* line 85, sass/_fonts.scss */
.node .content a {
  font-weight: 600;
}

/* line 88, sass/_fonts.scss */
.field-name-field-sub-heading {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 0 0 16px;
}

/* ==========================================================================
HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
========================================================================== */
/* line 9, sass/main.scss */
html, body, div, object, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, form, fieldset, input, textarea, select, label, legend, button, a, small, table, th, td {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
}

/* line 10, sass/main.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 11, sass/main.scss */
audio, canvas, video {
  display: inline-block;
}

/* line 12, sass/main.scss */
body {
  text-rendering: optimizeLegibility;
}

/* line 13, sass/main.scss */
html, fieldset, img, abbr {
  border: 0;
}

/* line 14, sass/main.scss */
img {
  vertical-align: middle;
}

/* line 15, sass/main.scss */
ul, ol {
  padding-left: 1.5em;
}

/* line 16, sass/main.scss */
input, textarea, select, button {
  font-family: inherit;
}

/* line 17, sass/main.scss */
button, input[type="button"], input[type="reset"], input[type="submit"], label[for] {
  cursor: pointer;
}

/* line 18, sass/main.scss */
sup, sub {
  position: relative;
  top: -.4em;
  vertical-align: baseline;
}

/* line 19, sass/main.scss */
sub {
  top: .3em;
}

/* line 20, sass/main.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 21, sass/main.scss */
th {
  text-align: left;
}

/* line 22, sass/main.scss */
code {
  white-space: pre;
}

/* line 23, sass/main.scss */
abbr[title] {
  cursor: help;
}

/* line 24, sass/main.scss */
ins {
  text-decoration: none;
}

/* line 25, sass/main.scss */
q:before, q:after {
  content: "";
}

/* line 26, sass/main.scss */
a:hover, a:active {
  outline: 0;
}

/***** GLOBALS *****/
/* line 28, sass/main.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 29, sass/main.scss */
.clearfix:after {
  clear: both;
}

/* line 30, sass/main.scss */
::-moz-selection {
  /*	text-shadow:none;*/
}

/* line 33, sass/main.scss */
::selection {
  /*	text-shadow:none;*/
}

/* line 36, sass/main.scss */
.tabs {
  line-height: 1em;
}

/* line 38, sass/main.scss */
html,
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}

/* line 45, sass/main.scss */
html, body {
  width: 100%;
}

/* line 49, sass/main.scss */
::-ms-clear {
  display: none;
}

/* line 50, sass/main.scss */
input[type=text]::-ms-clear {
  display: none;
}

/* line 53, sass/main.scss */
hr {
  height: 1px;
  border: none;
  background: #E3E3E3;
  margin: 20px 0;
  clear: both;
}

/* line 60, sass/main.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* line 65, sass/main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 70, sass/main.scss */
textarea {
  resize: vertical;
}

/* line 73, sass/main.scss */
* {
  -webkit-tap-highlight-color: 0;
}

/* line 76, sass/main.scss */
.contextual-links-wrapper {
  display: none !important;
}

/***** RESET *****/
/* Unpublished content. */
/* line 81, sass/main.scss */
.node-unpublished .unpublished,
.comment-unpublished .unpublished {
  height: 0;
  overflow: visible;
  color: #D8D8D8;
  font-size: 75px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
}

/* ==========================================================================
Imports
========================================================================== */
/* Drupal's error/warning/status messages. */
/* line 2, sass/_errors.scss */
div.messages,
div.status,
div.warning,
div.error {
  min-height: 21px;
  padding: 5px 5px 5px 35px;
  border: 2px solid #FF7;
  margin: 0 1em 5px 1em;
  background: #FFC url(../images/messages-status.png) no-repeat 5px 5px;
  color: #000;
}

/* line 13, sass/_errors.scss */
div.warning {
  border-color: #FC0;
  background-image: url(../images/messages-warning.png);
}

/* line 17, sass/_errors.scss */
div.warning,
tr.warning {
  color: #000;
  background-color: #FFC;
}

/* line 22, sass/_errors.scss */
div.error {
  border-color: #C00;
  background-image: url(../images/messages-error.png);
}

/* line 26, sass/_errors.scss */
div.error,
tr.error {
  color: #900;
  background-color: #FEE;
}

/* line 31, sass/_errors.scss */
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 1, sass/_sitewide.scss */
.desktoponly {
  display: none;
}

/* line 5, sass/_sitewide.scss */
.region-content img {
  width: 100%;
}
/* line 8, sass/_sitewide.scss */
.region-content form img {
  width: auto;
}

/* line 12, sass/_sitewide.scss */
.centered {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ================================================
   Global Styles
   ================================================ */
/* line 23, sass/_sitewide.scss */
h1.title {
  text-indent: -9999em;
  overflow: hidden;
  outline: none;
  height: 0;
}

/* line 29, sass/_sitewide.scss */
h2 {
  margin-bottom: 12px;
}

/* line 32, sass/_sitewide.scss */
h3 {
  color: #4D148C;
  margin: 0.5em 0;
}

/* line 36, sass/_sitewide.scss */
p {
  margin: 0 0 15px;
}
/* line 38, sass/_sitewide.scss */
p.intro {
  font-size: 1em;
}

/* line 42, sass/_sitewide.scss */
.empty p {
  margin: 0px;
}

/* line 46, sass/_sitewide.scss */
ul, ol {
  margin: 10px 10px 5px;
  padding: 0 0 .25em 1em;
}

/* line 50, sass/_sitewide.scss */
ol li {
  margin-bottom: 10px;
}

/* line 53, sass/_sitewide.scss */
ul li {
  list-style: disc;
}

/* line 56, sass/_sitewide.scss */
blockquote {
  padding: 15px 25px;
}

/* line 59, sass/_sitewide.scss */
table {
  width: 100%;
  border: 1px solid #999;
}

/* line 63, sass/_sitewide.scss */
td, th {
  padding: .3em .5em;
}

/* line 67, sass/_sitewide.scss */
.highlight {
  color: #4D148C;
}

/* line 70, sass/_sitewide.scss */
.hidden {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 76, sass/_sitewide.scss */
.arrow-link a:after, .arrow:after, .arrow a:after {
  content: '\25BA';
  font-size: 0.86em;
  padding-left: 5px;
  display: inline-block;
  text-decoration: none;
}

/* line 83, sass/_sitewide.scss */
.close.arrow {
  margin-left: 30px;
  background: url(../images/link-up-arrow.png) no-repeat right center;
}

/* line 88, sass/_sitewide.scss */
.close.arrow:hover {
  background: url(../images/link-up-arrow-hover.png) no-repeat right center;
}

/* line 91, sass/_sitewide.scss */
.purple-btn:link, .purple-btn:visited, .views-exposed-widget .form-submit, .page-search .region-content #edit-submit {
  display: inline-block;
  color: #FFFFFF;
  padding: 7px 20px;
  font-size: 1em;
  background: #4D148C;
  background: -moz-linear-gradient(top, #9279B3 0%, #4D148C 75%);
  background: -webkit-linear-gradient(top, #9279B3 0%, #4D148C 75%);
  background: linear-gradient(to bottom, #9279b3 0%, #4d148c 75%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 104, sass/_sitewide.scss */
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0px;
  font-size: 0.8em;
  line-height: 18px;
}

/* line 109, sass/_sitewide.scss */
.purple-btn:hover, .views-exposed-widget .form-submit:hover, .page-search .region-content #edit-submit:hover {
  text-decoration: none;
  background: #1E093D;
  background: -moz-linear-gradient(top, #9279B3 0%, #1E093D 75%);
  background: -webkit-linear-gradient(top, #9279B3 0%, #1E093D 75%);
  background: linear-gradient(to bottom, #9279b3 0%, #1e093d 75%);
}

/* ======================
   Links 
   ====================== */
/* line 120, sass/_sitewide.scss */
.links li,
ul.primary li {
  display: inline;
  list-style: none;
}

/* ======================
   Blocks
   ====================== */
/* line 131, sass/_sitewide.scss */
.block > h2 {
  border-bottom: 2px solid #CCC;
}
/* line 134, sass/_sitewide.scss */
.block .content {
  padding: 20px 0;
}
/* line 137, sass/_sitewide.scss */
.block.empty {
  margin-top: 40px;
}
/* line 139, sass/_sitewide.scss */
.block.empty .content {
  padding: 0px;
  max-height: 20px;
}
/* line 144, sass/_sitewide.scss */
.block.empty + .block .content {
  padding-top: 2px;
}
/* line 150, sass/_sitewide.scss */
.block.intro {
  margin-top: 40px;
}

/* ======================
   Field Collection 
   ====================== */
/* line 160, sass/_sitewide.scss */
.field-collection-container {
  padding: 0px 20px;
  border-bottom: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 163, sass/_sitewide.scss */
.field-collection-container .field-collection-view {
  padding: 0;
}
/* line 167, sass/_sitewide.scss */
.field-collection-container .field-name-field-quote-copy {
  font-size: 1.15em;
  color: #AAA;
  line-height: 1.4em;
}
/* line 171, sass/_sitewide.scss */
.field-collection-container .field-name-field-quote-copy .field-item:before {
  content: open-quote;
}
/* line 174, sass/_sitewide.scss */
.field-collection-container .field-name-field-quote-copy .field-item:after {
  content: close-quote;
}
/* line 178, sass/_sitewide.scss */
.field-collection-container .field-name-field-source-name, .field-collection-container .field-name-field-position {
  font-size: 0.75em;
  color: #AAA;
  font-weight: bold;
}
/* line 184, sass/_sitewide.scss */
.field-collection-container .field-name-field-source-name {
  margin-top: 20px;
}
/* line 187, sass/_sitewide.scss */
.field-collection-container + .field-name-body {
  padding-top: 5px !important;
}

/* ======================
  Search 
   ====================== */
/* line 195, sass/_sitewide.scss */
.page-search .region-content {
  background: #FFF;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
}
/* line 200, sass/_sitewide.scss */
.page-search .region-content .block .content {
  padding: 0px;
}
/* line 203, sass/_sitewide.scss */
.page-search .region-content label[for=edit-keys] {
  font-weight: 400;
}
/* line 206, sass/_sitewide.scss */
.page-search .region-content #edit-keys {
  width: 100%;
  padding: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0 20px;
}
/* line 212, sass/_sitewide.scss */
.page-search .region-content h2 {
  border-bottom: 1px solid #AAA;
  font-size: 1.1em;
  font-weight: bold;
  font-family: Arial;
  margin-top: 2em;
}
/* line 219, sass/_sitewide.scss */
.page-search .region-content .view-content {
  padding: 20px 20px 60px;
}
/* line 222, sass/_sitewide.scss */
.page-search .region-content .item-list {
  position: relative;
  bottom: 0px;
}
/* line 228, sass/_sitewide.scss */
.page-search .region-content .search-form .search-results {
  padding-left: 0;
  margin-left: 0;
}
/* line 231, sass/_sitewide.scss */
.page-search .region-content .search-form .search-results li {
  margin-bottom: 2em;
}
/* line 233, sass/_sitewide.scss */
.page-search .region-content .search-form .search-results li h3 {
  font-size: 0.9em;
  margin-bottom: 0px;
}
/* line 237, sass/_sitewide.scss */
.page-search .region-content .search-form .search-results li .search-snippet-info {
  padding-left: 0px;
}

@media only screen and (min-width: 815px) {
  /* line 249, sass/_sitewide.scss */
  .mobileonly {
    display: none;
  }

  /* line 252, sass/_sitewide.scss */
  .desktoponly {
    display: block;
  }

  /* line 255, sass/_sitewide.scss */
  .field-collection-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 257, sass/_sitewide.scss */
  .field-collection-container + .field-name-body {
    width: 50% !important;
  }

  /* line 262, sass/_sitewide.scss */
  .node-page .field-collection-container {
    width: 45%;
    float: right;
  }

  /* line 268, sass/_sitewide.scss */
  .page-search .region-content #edit-keys {
    max-width: 350px;
    margin: 0 20px 20px;
  }
  /* line 274, sass/_sitewide.scss */
  .page-search .region-content ul.pager .pager-current a {
    font-weight: bold;
  }
  /* line 279, sass/_sitewide.scss */
  .page-search .region-content ul.pager .pager-item a {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 815px) {
  /* line 291, sass/_sitewide.scss */
  ul.pager .pager-first, ul.pager .pager-last, ul.pager .pager-current, ul.pager .pager-item {
    display: none;
  }
}
/* ================================================
   Layout Styles
   ================================================ */
/* line 5, sass/_layout.scss */
#content {
  margin: 0;
  padding: 0;
}
/* line 8, sass/_layout.scss */
#content .container {
  padding: 0 10px 30px;
}

/* line 12, sass/_layout.scss */
.region-top .content {
  padding: 0;
  margin: 0;
  height: auto;
  max-height: 450px;
  overflow: hidden;
}
/* line 18, sass/_layout.scss */
.region-top .content img {
  width: 100%;
}

/* line 23, sass/_layout.scss */
.feature {
  margin: 10px 20px 20px;
}
/* line 25, sass/_layout.scss */
.feature h3 {
  margin-top: 0px;
}

/* ================================================
   Node Styles
   ================================================ */
/* line 33, sass/_layout.scss */
.node-pillar-of-giving .content {
  padding: 10px 20px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 36, sass/_layout.scss */
.node-pillar-of-giving .content h2 {
  margin-bottom: 0px;
}
/* line 39, sass/_layout.scss */
.node-pillar-of-giving .content li.pillar-key {
  font-size: 1em;
}

/* ================================================
   Panels
   ================================================ */
/* reset default values */
/* line 49, sass/_layout.scss */
.panels-flexible-3 .panels-flexible-region-inside {
  padding: 0;
}

/* line 52, sass/_layout.scss */
.panel-separator, .panel-flexible .panel-separator, .panel-2col-bricks .panel-separator {
  margin: 0;
}

/* panel layout styles */
/* line 57, sass/_layout.scss */
.panel-pane.grey-bg {
  background: transparent;
}

/* line 60, sass/_layout.scss */
.empty .pane-content {
  padding: 0px;
  max-height: 20px;
}

/* line 64, sass/_layout.scss */
.pane-content .node-page .content {
  padding-top: 0px;
}

/* line 67, sass/_layout.scss */
.panel-1col .panel-panel {
  background: #FFF;
  margin-bottom: 25px !important;
  -webkit-box-shadow: 0 2px 6px -1px #9e9e9e;
  -moz-box-shadow: 0 2px 6px -1px #9e9e9e;
  box-shadow: 0 2px 6px -1px #9e9e9e;
}
/* line 71, sass/_layout.scss */
.panel-1col .panel-panel.gray {
  background: transparent;
  -webkit-box-shadow: 0 0 0 0 0;
  -moz-box-shadow: 0 0 0 0 0;
  box-shadow: 0 0 0 0 0;
}
/* line 76, sass/_layout.scss */
.panel-1col .panel-panel .pane-content .view {
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 82, sass/_layout.scss */
.panel-1col .panel-panel .pane-custom .pane-content {
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 87, sass/_layout.scss */
.panel-1col .panel-panel h2.pane-title {
  padding: 20px 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 90, sass/_layout.scss */
.panel-1col .panel-panel h2.pane-title + .pane-content {
  padding-top: 0;
}

/* line 96, sass/_layout.scss */
.panel-2col-bricks .panel-panel .inside {
  background: #FFF;
  margin-bottom: 25px !important;
  -webkit-box-shadow: 0 2px 6px -1px #9e9e9e;
  -moz-box-shadow: 0 2px 6px -1px #9e9e9e;
  box-shadow: 0 2px 6px -1px #9e9e9e;
}
/* line 101, sass/_layout.scss */
.panel-2col-bricks .panel-panel .inside .pane-custom .pane-content {
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 105, sass/_layout.scss */
.panel-2col-bricks .panel-panel .inside .pane-custom.no-pad .pane-content {
  padding: 0px;
}
/* line 108, sass/_layout.scss */
.panel-2col-bricks .panel-panel .inside .pane-custom.no-pad .pane-content .field-collection-view {
  padding: 0px;
  margin: 0px;
}
/* line 112, sass/_layout.scss */
.panel-2col-bricks .panel-panel .inside .pane-custom.no-pad .pane-content .story-content {
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 118, sass/_layout.scss */
.panel-2col-bricks .panel-panel .inside h2.pane-title {
  padding: 20px 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 121, sass/_layout.scss */
.panel-2col-bricks .panel-panel .inside h2.pane-title + .pane-content {
  padding-top: 0;
}
/* line 126, sass/_layout.scss */
.panel-2col-bricks .panel-panel .inside .pane-content .field-name-body {
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 130, sass/_layout.scss */
.panel-2col-bricks .panel-panel .inside .pane-content .view, .panel-2col-bricks .panel-panel .inside .pane-content .field-type-date {
  padding: 5px 20px 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 133, sass/_layout.scss */
.panel-2col-bricks .panel-panel .inside .pane-content .view.view-stories, .panel-2col-bricks .panel-panel .inside .pane-content .field-type-date.view-stories {
  padding: 0px;
}
/* line 140, sass/_layout.scss */
.panel-2col-bricks .panel-panel.panel-col-first, .panel-2col-bricks .panel-panel.panel-col-last {
  float: none;
  width: 100%;
}
/* line 143, sass/_layout.scss */
.panel-2col-bricks .panel-panel.panel-col-first .inside, .panel-2col-bricks .panel-panel.panel-col-last .inside {
  margin: 0px;
}

/* line 150, sass/_layout.scss */
#node-4 .panel-2col-bricks .center-wrapper .inside, #node-4 .panel-2col-bricks .panel-panel .inside {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 155, sass/_layout.scss */
#node-4 .panel-2col-bricks .center-wrapper .inside .pane-content, #node-4 .panel-2col-bricks .panel-panel .inside .pane-content {
  padding: 0px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 163, sass/_layout.scss */
.panel-flexible .panels-flexible-region {
  width: 100%;
  background: #FFFFFF;
  margin-bottom: 25px !important;
  -webkit-box-shadow: 0 2px 6px -1px #9e9e9e;
  -moz-box-shadow: 0 2px 6px -1px #9e9e9e;
  box-shadow: 0 2px 6px -1px #9e9e9e;
}
/* line 169, sass/_layout.scss */
.panel-flexible .panels-flexible-region .view .views-row {
  padding: 20px 0px;
}
/* line 172, sass/_layout.scss */
.panel-flexible .panels-flexible-region .view.view-publications .views-row {
  padding: 2px 0px;
}
/* line 177, sass/_layout.scss */
.panel-flexible .panels-flexible-region .pane-custom {
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 180, sass/_layout.scss */
.panel-flexible .panels-flexible-region .pane-custom.no-pad {
  padding: 0px;
}
/* line 183, sass/_layout.scss */
.panel-flexible .panels-flexible-region .pane-custom.empty .pane-content {
  height: 10px;
}
/* line 187, sass/_layout.scss */
.panel-flexible .panels-flexible-region .pane-custom.intro h2 {
  border-bottom: 2px solid #CCC;
}
/* line 192, sass/_layout.scss */
.panel-flexible .panels-flexible-region .pane-views-publications-block {
  padding: 20px;
  font-size: 0.9em;
}
/* line 195, sass/_layout.scss */
.panel-flexible .panels-flexible-region .pane-views-publications-block .views-field-title {
  font-weight: bold;
  color: #000;
  font-size: 0.9em;
}
/* line 200, sass/_layout.scss */
.panel-flexible .panels-flexible-region .pane-views-publications-block .views-field-view-node, .panel-flexible .panels-flexible-region .pane-views-publications-block .views-field-views-conditional {
  float: right;
  font-weight: 600;
  font-size: 0.9em;
}
/* line 204, sass/_layout.scss */
.panel-flexible .panels-flexible-region .pane-views-publications-block .views-field-view-node:after, .panel-flexible .panels-flexible-region .pane-views-publications-block .views-field-views-conditional:after {
  content: '\25BA';
  color: #4D148C;
  font-size: 0.9em;
}
/* line 209, sass/_layout.scss */
.panel-flexible .panels-flexible-region .pane-views-publications-block .views-field-view-node:hover:after, .panel-flexible .panels-flexible-region .pane-views-publications-block .views-field-views-conditional:hover:after {
  color: #666;
}
/* line 214, sass/_layout.scss */
.panel-flexible .panels-flexible-region.no-bg {
  background: transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  margin-bottom: 0 !important;
}

/* line 221, sass/_layout.scss */
.inside:empty {
  display: none;
}

/* ================================================
   Media Queries
   ================================================ */
@media (min-width: 815px) {
  /* line 229, sass/_layout.scss */
  .narrow .content {
    width: 75%;
  }

  /* line 233, sass/_layout.scss */
  .panel-2col-bricks .panel-panel.panel-col-first, .panel-2col-bricks .panel-panel.panel-col-last {
    float: left;
    width: 50%;
  }
  /* line 237, sass/_layout.scss */
  .panel-2col-bricks .panel-panel.panel-col-first .inside {
    margin: 0 .5em .5em 0;
  }
  /* line 240, sass/_layout.scss */
  .panel-2col-bricks .panel-panel.panel-col-last .inside {
    margin: 0 0 .5em .5em;
  }
  /* line 244, sass/_layout.scss */
  .panel-2col-bricks .panel-panel .pane-content .field-name-body {
    width: 75%;
  }

  /* line 250, sass/_layout.scss */
  .panel-flexible .thirds {
    width: 32%;
    float: left;
    margin-right: 2%;
  }
  /* line 254, sass/_layout.scss */
  .panel-flexible .thirds:nth-child(3n) {
    margin-right: 0px;
  }
  /* line 258, sass/_layout.scss */
  .panel-flexible .panels-flexible-region-3-1_2col_left {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  /* line 263, sass/_layout.scss */
  .panel-flexible .panels-flexible-region-3-1_2col_right {
    float: left;
    width: 66%;
  }
}
@media (min-width: 1800px) {
  /* line 270, sass/_layout.scss */
  .region-top .content img {
    margin-top: -50px;
  }
}
/* ================================================
   Header Styles
   ================================================ */
/* line 5, sass/_header.scss */
#fx-global-header {
  font-family: "Arial Narrow", arial, helvetica, sans-serif;
  position: relative;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  height: 0px;
}
/* line 12, sass/_header.scss */
#fx-global-header .container {
  padding: 0 10px;
}
/* line 15, sass/_header.scss */
#fx-global-header div.employee-menu {
  display: none;
}
/* line 18, sass/_header.scss */
#fx-global-header #resources, #fx-global-header #global-nav, #fx-global-header #main-logo {
  display: none;
}

/* line 22, sass/_header.scss */
#mobile-header {
  height: 75px;
}
/* line 24, sass/_header.scss */
#mobile-header #main-logo {
  display: block;
  float: left;
  margin: 34px 20px 0 10px;
}
/* line 29, sass/_header.scss */
#mobile-header #mobile-menu-link {
  position: absolute;
  top: 0;
  right: 0;
  left: 120px;
  height: 75px;
  font-size: 13px;
  font-weight: bold;
  outline: 0;
}
/* line 38, sass/_header.scss */
#mobile-header #mobile-menu-link span {
  position: absolute;
  top: 32px;
  right: 10px;
  border-radius: 4px;
  padding: 5px 11px 10px 11px !important;
  -webkit-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  -moz-transition: background-color .15s ease-in-out;
  -ms-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
}
/* line 49, sass/_header.scss */
#mobile-header #mobile-menu-link span:hover {
  background-color: #FFF;
}

/* line 57, sass/_header.scss */
#menu-mobile {
  display: none;
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 20;
  width: 100%;
  border-radius: 0 0 7px 7px;
  -webkit-box-shadow: 0 7px 9px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 7px 9px rgba(0, 0, 0, 0.4);
  box-shadow: 0 7px 9px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  overflow: hidden;
}
/* line 70, sass/_header.scss */
#menu-mobile .links {
  margin: 0;
  padding: 0;
}
/* line 73, sass/_header.scss */
#menu-mobile .links li {
  display: block;
}
/* line 75, sass/_header.scss */
#menu-mobile .links li a {
  display: block;
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #fff 0, #e0e0e0 97%, #ccc 100%);
  background: -webkit-linear-gradient(top, #fff 0, #e0e0e0 97%, #ccc 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 97%, #cccccc 100%);
  text-shadow: 0 1px 0 #FFF;
  font-size: 18px;
  padding: 15px 40px 15px 20px;
  color: #000;
  text-transform: capitalize;
  text-decoration: none;
}
/* line 87, sass/_header.scss */
#menu-mobile .links li a:hover {
  color: #4D148C;
  text-decoration: none;
}
/* line 91, sass/_header.scss */
#menu-mobile .links li a span.tooltip {
  font-size: 0.75em;
}

/* line 100, sass/_header.scss */
.admin-menu #menu-mobile {
  top: 95px;
}
/* line 103, sass/_header.scss */
.admin-menu #mobile-header #mobile-menu-link span {
  top: 52px;
}

@media only screen and (min-width: 815px) {
  /* line 109, sass/_header.scss */
  #menu-mobile, #mobile-menu-link, #mobile-header {
    display: none;
  }

  /* line 112, sass/_header.scss */
  #fx-global-header {
    height: 75px;
  }
  /* line 114, sass/_header.scss */
  #fx-global-header #resources, #fx-global-header #global-nav, #fx-global-header #main-logo {
    display: block;
  }
  /* line 117, sass/_header.scss */
  #fx-global-header div.region-navigation {
    float: left;
  }
  /* line 120, sass/_header.scss */
  #fx-global-header div.employee-menu {
    display: block;
    font-size: 0.75em;
    float: right;
    margin: 48px 0 0 0;
  }
  /* line 126, sass/_header.scss */
  #fx-global-header div.employee-menu .employee-menu-intro {
    display: none;
    font-size: 11px;
    padding-right: 10px;
  }
  /* line 130, sass/_header.scss */
  #fx-global-header div.employee-menu .employee-menu-intro > a > img {
    width: 15px;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    border: none;
  }
  /* line 137, sass/_header.scss */
  #fx-global-header div.employee-menu .employee-menu-intro .employee-tooltip {
    display: none;
    position: absolute;
    right: 140px;
    width: 250px;
    color: #666;
    font-size: 14px;
    padding: 10px;
    margin-left: -125px;
    background: #EEE;
    border: 1px solid #DDD;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    z-index: 300;
  }
  /* line 153, sass/_header.scss */
  #fx-global-header div.employee-menu .employee-menu-intro a:hover .employee-tooltip {
    display: block;
  }
  /* line 158, sass/_header.scss */
  #fx-global-header div.employee-menu .links {
    float: right;
  }
  /* line 160, sass/_header.scss */
  #fx-global-header div.employee-menu .links li {
    display: inline;
    padding: 0 8px;
    position: relative;
  }
  /* line 164, sass/_header.scss */
  #fx-global-header div.employee-menu .links li a {
    text-transform: uppercase;
    font-weight: 600;
  }
  /* line 168, sass/_header.scss */
  #fx-global-header div.employee-menu .links li.last {
    padding-right: 0px;
  }
  /* line 171, sass/_header.scss */
  #fx-global-header div.employee-menu .links li .tooltip {
    display: none;
    position: absolute;
    right: -4px;
    top: 22px;
    width: 250px;
    color: #666;
    font-size: 14px;
    padding: 10px;
    margin-left: -125px;
    background: #EEE;
    border: 1px solid #DDD;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    z-index: 300;
  }
  /* line 188, sass/_header.scss */
  #fx-global-header div.employee-menu .links li:hover .tooltip {
    display: block;
  }

  /* line 196, sass/_header.scss */
  .ie div.employee-menu .links li {
    padding: 0 4px;
  }
}
@media only screen and (min-width: 920px) {
  /* line 204, sass/_header.scss */
  #fx-global-header div.employee-menu .employee-menu-intro {
    display: inline;
  }
}
/* ================================================
   Views Styles
   ================================================ */
/* line 5, sass/_views.scss */
.view .views-row {
  width: 100%;
  padding: 10px 0px;
}
/* line 11, sass/_views.scss */
.view.view-publications .views-row {
  margin-bottom: 0px;
}
/* line 17, sass/_views.scss */
.view.view-pillars .view-content .item-list li {
  line-height: 1.4em;
  margin-bottom: 10px;
}
/* line 24, sass/_views.scss */
.view.border .view-header {
  border-bottom: 1px solid #CCC;
  padding: 20px;
}
/* line 28, sass/_views.scss */
.view.border .views-row {
  padding: 20px 0px;
  border-top: 1px solid #CCC;
}
/* line 31, sass/_views.scss */
.view.border .views-row:first-of-type {
  border-top: 0;
}
/* line 39, sass/_views.scss */
.view .view-filters form .views-widget-filter-keys, .view .view-filters form #edit-field-date-value-min-wrapper, .view .view-filters form #edit-field-date-value-max-wrapper {
  position: relative;
}
/* line 41, sass/_views.scss */
.view .view-filters form .views-widget-filter-keys label, .view .view-filters form #edit-field-date-value-min-wrapper label, .view .view-filters form #edit-field-date-value-max-wrapper label {
  position: absolute;
  line-height: 38px;
  padding-left: 10px;
  font-size: 0.8em;
  font-weight: 100;
}
/* line 48, sass/_views.scss */
.view .view-filters form .views-widget-filter-keys input, .view .view-filters form #edit-field-date-value-min-wrapper input, .view .view-filters form #edit-field-date-value-max-wrapper input {
  height: 38px;
  min-width: 198px;
}
/* line 53, sass/_views.scss */
.view .view-filters form #edit-field-date-value-min-wrapper, .view .view-filters form #edit-field-date-value-max-wrapper {
  float: left;
}
/* line 55, sass/_views.scss */
.view .view-filters form #edit-field-date-value-min-wrapper label, .view .view-filters form #edit-field-date-value-max-wrapper label {
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
/* line 59, sass/_views.scss */
.view .view-filters form #edit-field-date-value-min-wrapper .active label, .view .view-filters form #edit-field-date-value-max-wrapper .active label {
  opacity: 0;
}
/* line 63, sass/_views.scss */
.view .view-filters form .description {
  display: none;
}
/* line 69, sass/_views.scss */
.view .item-list .pager {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4D148C;
  line-height: 2.4em;
  margin: 0;
}
/* line 77, sass/_views.scss */
.view .item-list .pager a {
  color: #FFFFFF;
  font-size: 0.86em;
  font-weight: bold;
}

/* line 85, sass/_views.scss */
.view-tote-bag-calculation {
  padding: 0px !important;
}
/* line 87, sass/_views.scss */
.view-tote-bag-calculation .views-row {
  padding: 20px 0px;
}
/* line 90, sass/_views.scss */
.view-tote-bag-calculation .tote-bags, .view-tote-bag-calculation .tote-amount {
  display: block;
  width: 100%;
  height: 30px;
  background: #FFF;
  position: relative;
  margin: 10px 0px;
}
/* line 97, sass/_views.scss */
.view-tote-bag-calculation .tote-bags .data, .view-tote-bag-calculation .tote-amount .data {
  position: relative;
  width: 1%;
  max-width: 100%;
  height: 100%;
  background: #4D148C;
  -moz-transition: width 500ms;
  -o-transition: width 500ms;
  -webkit-transition: width 500ms;
  transition: width 500ms;
}
/* line 104, sass/_views.scss */
.view-tote-bag-calculation .tote-bags .data .percent, .view-tote-bag-calculation .tote-bags .data .value, .view-tote-bag-calculation .tote-amount .data .percent, .view-tote-bag-calculation .tote-amount .data .value {
  display: none;
}
/* line 107, sass/_views.scss */
.view-tote-bag-calculation .tote-bags .data .total, .view-tote-bag-calculation .tote-amount .data .total {
  position: absolute;
  left: 100%;
  top: -25px;
  height: 25px;
  border-left: 1px solid #4D148C;
  text-indent: 0px;
  padding: 0px 5px;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 25px;
  color: #4D148C;
}
/* line 119, sass/_views.scss */
.view-tote-bag-calculation .tote-bags .data .total.max, .view-tote-bag-calculation .tote-amount .data .total.max {
  left: auto;
  right: 0px;
  border-left: none;
  border-right: 1px solid #4D148C;
}
/* line 127, sass/_views.scss */
.view-tote-bag-calculation .tote-bags:after, .view-tote-bag-calculation .tote-amount:after {
  display: block;
  position: absolute;
  right: 0px;
  height: 25px;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 25px;
}
/* line 137, sass/_views.scss */
.view-tote-bag-calculation .tote-bags {
  margin-bottom: 55px;
}
/* line 139, sass/_views.scss */
.view-tote-bag-calculation .tote-bags:after {
  content: "45,000 totes";
}
/* line 144, sass/_views.scss */
.view-tote-bag-calculation .tote-amount:after {
  content: "$500,000 dollars";
}
/* line 148, sass/_views.scss */
.view-tote-bag-calculation .view-footer {
  padding: 10px 0px;
}

/* ================================================
   Media Queries
   ================================================ */
@media (max-width: 815px) {
  /* line 157, sass/_views.scss */
  .view-header .simpleselect, .views-exposed-widget, .simpleselect, .simpleselect .options, input.form-submit {
    width: 100% !important;
  }
}
@media (min-width: 815px) {
  /* line 164, sass/_views.scss */
  .view.thirds .views-row {
    width: 32%;
    float: left;
    margin-right: 2%;
  }
  /* line 168, sass/_views.scss */
  .view.thirds .views-row:nth-child(3n) {
    margin-right: 0px;
  }
  /* line 174, sass/_views.scss */
  .view.image-right .views-field-field-image, .view.image-right .views-field-field-gallery-image, .view.image-right .views-field-field-fedex-video {
    width: 36%;
    float: right;
    margin-top: 20px;
    margin-left: 2%;
  }
  /* line 179, sass/_views.scss */
  .view.image-right .views-field-field-image + .views-field-nid, .view.image-right .views-field-field-gallery-image + .views-field-nid, .view.image-right .views-field-field-fedex-video + .views-field-nid {
    width: 62%;
  }
  /* line 185, sass/_views.scss */
  .view .view-header h2, .view .view-header p {
    width: 75%;
  }
  /* line 190, sass/_views.scss */
  .view.view-search .view-header h2 {
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    width: 100%;
    padding: 0px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.5em;
  }
  /* line 199, sass/_views.scss */
  .view .views-widget-filter-keys {
    float: right;
    padding-right: 0px;
  }
}
/* ================================================
   Panel Tabs
   ================================================ */
/* line 6, sass/_quicktabs.scss */
.page-about-fedex-cares .region-content .content {
  padding-top: 0px;
}
/* line 9, sass/_quicktabs.scss */
.page-about-fedex-cares .region-content h2.pane-title {
  margin-left: 20px;
}
/* line 12, sass/_quicktabs.scss */
.page-about-fedex-cares .region-content a {
  font-weight: 600;
}
/* line 16, sass/_quicktabs.scss */
.page-about-fedex-cares ul.primary {
  border-bottom: 1px solid #CCC;
  margin: 40px 0 0 0;
  padding-left: 0px;
}
/* line 20, sass/_quicktabs.scss */
.page-about-fedex-cares ul.primary li {
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 0.75em;
  display: block;
}
@media (min-width: 815px) {
  /* line 20, sass/_quicktabs.scss */
  .page-about-fedex-cares ul.primary li {
    display: inline-block;
  }
}
/* line 28, sass/_quicktabs.scss */
.page-about-fedex-cares ul.primary li a {
  display: block;
  background: #E5E5E5;
  border: 1px solid #CCC;
  border-bottom: 0;
  line-height: 28px;
  padding: 2px 9px;
  margin-right: 0px;
  color: #4D148C;
  text-decoration: none;
  outline: 0;
  font-weight: 600;
}
/* line 40, sass/_quicktabs.scss */
.page-about-fedex-cares ul.primary li a:hover, .page-about-fedex-cares ul.primary li a:focus {
  text-decoration: none;
}
@media (min-width: 815px) {
  /* line 28, sass/_quicktabs.scss */
  .page-about-fedex-cares ul.primary li a {
    display: inline-block;
  }
}
/* line 47, sass/_quicktabs.scss */
.page-about-fedex-cares ul.primary li.active a {
  background: #FFFFFF;
  color: #666;
  text-decoration: none;
}

/* ================================================
   Quicktabs Styles
   ================================================ */
/* reset defaults */
/* line 62, sass/_quicktabs.scss */
.ui-tabs {
  padding: 0px;
}
/* line 64, sass/_quicktabs.scss */
.ui-tabs .ui-tabs-nav {
  padding: 0px;
}

/* line 68, sass/_quicktabs.scss */
.ui-corner-all, .ui-corner-top {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* line 74, sass/_quicktabs.scss */
.ui-widget-content {
  border: none;
  color: inherit;
}

/* line 78, sass/_quicktabs.scss */
.ui-widget {
  font-family: inherit;
}

/* line 81, sass/_quicktabs.scss */
.ui-widget-header {
  border: none;
  color: inherit;
  background: transparent;
}

/* line 86, sass/_quicktabs.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none;
  color: inherit;
}

/* tab styles */
/* line 91, sass/_quicktabs.scss */
ul.quicktabs-tabs, .ui-tabs ul.ui-tabs-nav {
  border-bottom: 1px solid #CCC;
}
/* line 94, sass/_quicktabs.scss */
ul.quicktabs-tabs .node > .content, .ui-tabs ul.ui-tabs-nav .node > .content {
  padding-top: 10px;
}
/* line 98, sass/_quicktabs.scss */
ul.quicktabs-tabs li, .ui-tabs ul.ui-tabs-nav li {
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 0.7em;
}
/* line 102, sass/_quicktabs.scss */
ul.quicktabs-tabs li a, .ui-tabs ul.ui-tabs-nav li a {
  display: block;
  background: #E5E5E5;
  border: 1px solid #CCC;
  border-bottom: 0;
  line-height: 28px;
  padding: 2px 10px;
  color: #4D148C;
  text-decoration: none;
  outline: 0;
}
/* line 112, sass/_quicktabs.scss */
ul.quicktabs-tabs li a:hover, ul.quicktabs-tabs li a:focus, .ui-tabs ul.ui-tabs-nav li a:hover, .ui-tabs ul.ui-tabs-nav li a:focus {
  text-decoration: none;
}
/* line 116, sass/_quicktabs.scss */
ul.quicktabs-tabs li.active a, ul.quicktabs-tabs li.ui-tabs-active a, .ui-tabs ul.ui-tabs-nav li.active a, .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a {
  background: #FFFFFF;
  color: #666;
  text-decoration: none;
}

/* line 125, sass/_quicktabs.scss */
.node-pillar-of-giving .field-collection-container {
  float: none;
  margin-bottom: 0;
  width: 100%;
  padding: 0px;
}
/* line 130, sass/_quicktabs.scss */
.node-pillar-of-giving .field-collection-container .field-item {
  margin-bottom: 40px;
}
/* line 134, sass/_quicktabs.scss */
.node-pillar-of-giving h4 {
  font-size: 0.9em;
  margin-top: 30px;
}
/* line 138, sass/_quicktabs.scss */
.node-pillar-of-giving h3 {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  margin: 30px 0 0;
}
/* line 143, sass/_quicktabs.scss */
.node-pillar-of-giving .view-display-id-block_1 .views-row {
  margin-bottom: 0px;
  padding: 4px 0;
}
/* line 148, sass/_quicktabs.scss */
.node-pillar-of-giving .node-pillar-of-giving p.pillar-related-info {
  font-size: 16px;
  margin-bottom: 0;
  color: #4D148C;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
/* line 155, sass/_quicktabs.scss */
.node-pillar-of-giving .node-pillar-of-giving div.pillar-related-info a {
  font-size: 12px;
}
/* line 158, sass/_quicktabs.scss */
.node-pillar-of-giving .sidebar {
  padding: 60px 0px;
}
/* line 160, sass/_quicktabs.scss */
.node-pillar-of-giving .sidebar .view.view-stories-by-pillar {
  padding: 0 15px;
}
/* line 162, sass/_quicktabs.scss */
.node-pillar-of-giving .sidebar .view.view-stories-by-pillar .views-row {
  padding-top: 0px;
}
/* line 164, sass/_quicktabs.scss */
.node-pillar-of-giving .sidebar .view.view-stories-by-pillar .views-row .views-field-view-node {
  margin: 0.5em 0;
  font-size: 0.9em;
  font-weight: bold;
}
/* line 168, sass/_quicktabs.scss */
.node-pillar-of-giving .sidebar .view.view-stories-by-pillar .views-row .views-field-view-node a:after {
  content: '\25BA';
  font-size: 0.86em;
  padding-left: 5px;
  display: inline-block;
  text-decoration: none;
}
/* line 179, sass/_quicktabs.scss */
.node-pillar-of-giving .sidebar .arrow-link {
  padding-top: 10px;
  margin: 15px;
  border-top: 1px solid #AAA;
  font-size: 0.86em;
  font-weight: bold;
}

@media only screen and (min-width: 815px) {
  /* line 191, sass/_quicktabs.scss */
  ul.quicktabs-tabs li a {
    display: inline-block;
  }

  /* line 196, sass/_quicktabs.scss */
  .node-pillar-of-giving > .content {
    width: 65%;
    margin-left: 20px;
    float: left;
  }
  /* line 201, sass/_quicktabs.scss */
  .node-pillar-of-giving .sidebar {
    width: 32%;
    float: left;
    padding-top: 100px;
  }
}
/* ================================================
   FX Video Styles
   ================================================ */
/* Fire tracking data for videos - use responsive video span as a wrapper */
/* line 5, sass/_graphics.scss */
.fx-video {
  position: relative;
}
/* line 7, sass/_graphics.scss */
.fx-video br {
  display: none;
}

/* line 11, sass/_graphics.scss */
.fx-video img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

/* line 17, sass/_graphics.scss */
.fx-video .fx-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 87px;
  height: 87px;
  margin: -43px 0 0 -43px;
  cursor: pointer;
  opacity: .75;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

/* line 30, sass/_graphics.scss */
.fx-video .fx-play-icon:hover {
  opacity: 1;
}

/* line 33, sass/_graphics.scss */
.video-title {
  display: none;
}

/* line 36, sass/_graphics.scss */
.node-pillar-of-giving .video-title {
  display: block;
  margin: 10px 0px;
  color: #4D148C;
  font-weight: bold;
  line-height: 1.4em;
}

/* ================================================
   Field Slideshow
   ================================================ */
/* line 47, sass/_graphics.scss */
.field-slideshow-wrapper {
  width: 100%;
}
/* line 49, sass/_graphics.scss */
.field-slideshow-wrapper .field-slideshow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 52, sass/_graphics.scss */
.field-slideshow-wrapper ul.field-slideshow-pager {
  display: none;
}
/* line 54, sass/_graphics.scss */
.field-slideshow-wrapper ul.field-slideshow-pager li {
  margin: 3px 3px 0 0;
}

/* line 59, sass/_graphics.scss */
.flexslider {
  border: none;
  margin-bottom: 0px;
}

/* line 63, sass/_graphics.scss */
.flex-direction-nav, .flex-control-nav {
  display: none;
}

/* ================================================
   Tracker Styles
   ================================================ */
/* line 70, sass/_graphics.scss */
.front .tracker {
  display: block;
  width: 100%;
  background-color: #EAEAEA;
  padding: 45px 20px 35px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 77, sass/_graphics.scss */
.front .data {
  display: block;
  width: 100%;
  height: 25px;
  background-color: #FFF;
}

/* line 83, sass/_graphics.scss */
.front .data .value {
  position: relative;
  display: block;
  width: 1%;
  height: 25px;
  background-color: #4D148C;
  -webkit-transition: width 1.5s linear;
  -moz-transition: width 1.5s linear;
  -o-transition: width 1.5s linear;
  transition: width 1.5s linear;
}

/* line 94, sass/_graphics.scss */
.front .data .value .data-input {
  position: absolute;
  top: -30px;
  left: 99%;
  display: block;
  height: 30px;
  border-left: 1px solid #4D148C;
  padding-left: 13px;
  font-weight: bold;
  font-size: 0.86em;
}

/* line 105, sass/_graphics.scss */
.front .data .data-input:before {
  position: absolute;
  left: 0;
  content: "$";
  padding-left: 5px;
}

/* line 111, sass/_graphics.scss */
.front .data .data-input:after {
  position: absolute;
  left: 100%;
  content: "Million";
  padding-left: 5px;
}

/* line 117, sass/_graphics.scss */
.front .datapoint {
  display: block;
  width: 100%;
}

/* line 121, sass/_graphics.scss */
.front .data-point span {
  font-size: 0.86em;
  font-weight: bold;
  margin-top: 10px;
}

/* line 126, sass/_graphics.scss */
.front .data-point .start {
  float: left;
}

/* line 129, sass/_graphics.scss */
.front .data-point .end {
  float: right;
}

@media print {
  /* line 5, sass/_print.scss */
  a:link,
  a:visited {
    /* underline all links */
    text-decoration: underline !important;
  }

  /* line 10, sass/_print.scss */
  #site-name a:link,
  #site-name a:visited {
    /* Don't underline header */
    text-decoration: none !important;
  }

  /* line 15, sass/_print.scss */
  #content a[href]:after {
    /* Add visible URL after links. */
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }

  /* line 21, sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    /* Only display useful links. */
    content: "";
  }

  /* line 26, sass/_print.scss */
  #content abbr[title]:after {
    /* Add visible title after abbreviations. */
    content: " (" attr(title) ")";
  }

  /* line 30, sass/_print.scss */
  #content {
    /* Un-float the content */
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* line 37, sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    /* Turn off any background colors or images */
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* line 46, sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    /* Hide sidebars and nav elements */
    visibility: hidden;
    display: none;
  }
}
/* End @media print */
/* ================================================
   Story/Article - View
   ================================================ */
/* line 4, sass/_stories.scss */
.view-stories,
.view-articles {
  padding: 0px;
  position: relative;
}
/* line 8, sass/_stories.scss */
.view-stories .view-content,
.view-articles .view-content {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 6px -1px #9e9e9e;
  -moz-box-shadow: 0 2px 6px -1px #9e9e9e;
  box-shadow: 0 2px 6px -1px #9e9e9e;
}
/* line 13, sass/_stories.scss */
.view-stories.featured .view-content,
.view-articles.featured .view-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 17, sass/_stories.scss */
.view-stories.featured .view-content .views-row,
.view-articles.featured .view-content .views-row {
  padding-top: 0px;
}
/* line 19, sass/_stories.scss */
.view-stories.featured .view-content .views-row .node .content,
.view-articles.featured .view-content .views-row .node .content {
  padding-top: 0px;
}
/* line 21, sass/_stories.scss */
.view-stories.featured .view-content .views-row .node .content .story-media,
.view-articles.featured .view-content .views-row .node .content .story-media {
  margin-top: 0px;
}
/* line 23, sass/_stories.scss */
.view-stories.featured .view-content .views-row .node .content .story-media + .story-media,
.view-articles.featured .view-content .views-row .node .content .story-media + .story-media {
  display: none;
}
/* line 31, sass/_stories.scss */
.view-stories .views-row,
.view-articles .views-row {
  position: relative;
  padding: 0;
  border: none;
  margin: 0 0 20px;
  border-bottom: 1px solid #DDD;
}
/* line 37, sass/_stories.scss */
.view-stories .views-row.views-row-last,
.view-articles .views-row.views-row-last {
  border-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 815px) {
  /* line 31, sass/_stories.scss */
  .view-stories .views-row,
  .view-articles .views-row {
    margin-bottom: 0;
  }
}
/* line 46, sass/_stories.scss */
.view-stories .views-row .node .story-col + .story-col iframe, .view-stories .views-row .node .story-col + .story-col img,
.view-articles .views-row .node .story-col + .story-col iframe,
.view-articles .views-row .node .story-col + .story-col img {
  display: none;
}
/* line 50, sass/_stories.scss */
.view-stories .views-row .node .content,
.view-articles .views-row .node .content {
  padding-top: 2px;
}
/* line 52, sass/_stories.scss */
.view-stories .views-row .node .content .story-media,
.view-articles .views-row .node .content .story-media {
  margin-top: 15px;
}
/* line 54, sass/_stories.scss */
.view-stories .views-row .node .content .story-media + .story-media,
.view-articles .views-row .node .content .story-media + .story-media {
  display: none;
}
/* line 58, sass/_stories.scss */
.view-stories .views-row .node .content .story-content,
.view-articles .views-row .node .content .story-content {
  margin-top: 10px;
}
/* line 64, sass/_stories.scss */
.view-stories .views-row .storify-teaser,
.view-articles .views-row .storify-teaser {
  font-size: 12px;
  line-height: 30px;
  margin: 0 0 15px -30px;
  color: #888;
  background: #eee;
  padding: 0 10px 0 15px;
  display: block;
  width: 120px;
  border-radius: 0 5px 5px 0;
}
/* line 74, sass/_stories.scss */
.view-stories .views-row .storify-teaser span.storify,
.view-articles .views-row .storify-teaser span.storify {
  display: block;
  float: left;
  width: 57px;
  height: 14px;
  overflow: hidden;
  margin: 8px 3px 0 0;
  background-image: url("//storify.com/public/img/logo.blue.small.png");
  background-repeat: no-repeat;
}
/* line 87, sass/_stories.scss */
.view-stories .item-list .pager,
.view-articles .item-list .pager {
  position: static;
}
/* line 89, sass/_stories.scss */
.view-stories .item-list .pager li,
.view-articles .item-list .pager li {
  margin: 0;
}
/* line 92, sass/_stories.scss */
.view-stories .item-list .pager li a:after,
.view-articles .item-list .pager li a:after {
  display: inline-block;
  content: "+";
  margin-left: 5px;
  text-decoration: none;
}
/* line 100, sass/_stories.scss */
.view-stories .item-list .pager.pager-load-more-empty,
.view-articles .item-list .pager.pager-load-more-empty {
  display: none;
}
/* line 105, sass/_stories.scss */
.view-stories input[type=text],
.view-articles input[type=text] {
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 0;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  font-size: 12px;
  color: #999;
  font-family: Arial, sans-serif;
  margin: 0;
  box-sizing: border-box;
}
/* line 117, sass/_stories.scss */
.view-stories input[type=text].article-search,
.view-articles input[type=text].article-search {
  background: url(../images/icon-search.png) calc(100% - 10px) center no-repeat #FFF;
  background-size: 15px auto;
}
/* line 122, sass/_stories.scss */
.view-stories .views-widget-filter-title,
.view-stories .views-widget-filter-body_value,
.view-articles .views-widget-filter-title,
.view-articles .views-widget-filter-body_value {
  display: none;
}
/* line 126, sass/_stories.scss */
.view-stories .article-search-container,
.view-articles .article-search-container {
  margin: 0 0 10px;
}
@media (min-width: 815px) {
  /* line 130, sass/_stories.scss */
  .view-stories .view-header,
  .view-articles .view-header {
    float: left;
    padding-top: 0.5em;
    margin-right: 20px;
  }
  /* line 135, sass/_stories.scss */
  .view-stories .article-search-container,
  .view-articles .article-search-container {
    position: absolute;
    right: 0;
    top: 5px;
    width: 200px;
  }
  /* line 141, sass/_stories.scss */
  .view-stories .view-filters,
  .view-articles .view-filters {
    min-height: 50px;
    margin-bottom: 20px;
  }
}

/* ================================================
   Story/Article - Node
   ================================================ */
/* line 154, sass/_stories.scss */
.node-type-article .node,
.node-type-story .node {
  background: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px -1px #9e9e9e;
  -moz-box-shadow: 0 2px 6px -1px #9e9e9e;
  box-shadow: 0 2px 6px -1px #9e9e9e;
}
/* line 159, sass/_stories.scss */
.node-type-article .node .content .story-media img,
.node-type-story .node .content .story-media img {
  height: auto;
  max-height: none;
}

/* line 168, sass/_stories.scss */
.node-story .content,
.node-article .content {
  padding: 0;
}
/* line 171, sass/_stories.scss */
.node-story .content .story-col,
.node-article .content .story-col {
  box-sizing: border-box;
}
/* line 173, sass/_stories.scss */
.node-story .content .story-col iframe,
.node-article .content .story-col iframe {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  max-height: 210px;
}
/* line 181, sass/_stories.scss */
.node-story .content .story-media img,
.node-article .content .story-media img {
  vertical-align: top;
  max-height: 280px;
  object-fit: cover;
}
/* line 187, sass/_stories.scss */
.node-story .content .story-content,
.node-article .content .story-content {
  padding: 20px;
}
/* line 189, sass/_stories.scss */
.node-story .content .story-content h2, .node-story .content .story-content h2 a,
.node-article .content .story-content h2,
.node-article .content .story-content h2 a {
  font-size: 1.15em;
  line-height: 1.25em;
  margin-bottom: 0px;
}
/* line 195, sass/_stories.scss */
.node-story .content .story-content time,
.node-story .content .story-content .date-display-single,
.node-article .content .story-content time,
.node-article .content .story-content .date-display-single {
  display: block;
  margin: 5px 0;
  font-size: 0.8125em;
  line-height: 1.46154em;
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 204, sass/_stories.scss */
.node-story .content .story-content .field-name-field-date,
.node-article .content .story-content .field-name-field-date {
  margin-bottom: 15px;
}
/* line 207, sass/_stories.scss */
.node-story .content .story-content .field-name-body,
.node-article .content .story-content .field-name-body {
  margin: 5px 0;
}
/* line 209, sass/_stories.scss */
.node-story .content .story-content .field-name-body p,
.node-article .content .story-content .field-name-body p {
  font-size: 0.8125em;
  line-height: 1.46154em;
  max-width: 620px;
}
/* line 215, sass/_stories.scss */
.node-story .content .story-content .links,
.node-article .content .story-content .links {
  margin: 0;
  padding: 0;
}
/* line 218, sass/_stories.scss */
.node-story .content .story-content .links li,
.node-article .content .story-content .links li {
  padding: 0;
  font-size: 0.8125em;
  line-height: 1.46154em;
}
/* line 223, sass/_stories.scss */
.node-story .content .story-content .links a,
.node-article .content .story-content .links a {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
/* line 227, sass/_stories.scss */
.node-story .content .story-content .links a:after,
.node-article .content .story-content .links a:after {
  display: inline-block;
  content: '\25BA';
  font-size: 0.85em;
  padding-left: 5px;
  text-decoration: none;
}
@media (min-width: 815px) {
  /* line 168, sass/_stories.scss */
  .node-story .content,
  .node-article .content {
    padding: 20px 0;
  }
  /* line 240, sass/_stories.scss */
  .node-story .content .story-content,
  .node-article .content .story-content {
    float: left;
    width: 57%;
    padding: 0 20px;
  }
  /* line 245, sass/_stories.scss */
  .node-story .content .story-content.story-col:only-of-type,
  .node-article .content .story-content.story-col:only-of-type {
    width: 100%;
  }
  /* line 247, sass/_stories.scss */
  .node-story .content .story-content.story-col:only-of-type img,
  .node-article .content .story-content.story-col:only-of-type img {
    width: 100%;
    float: right;
    padding-left: 20px;
    clear: both;
    margin: 20px 0 5px 0;
  }
  /* line 254, sass/_stories.scss */
  .node-story .content .story-content.story-col:only-of-type iframe,
  .node-article .content .story-content.story-col:only-of-type iframe {
    width: 45%;
    float: right;
    padding-left: 20px;
    clear: both;
    margin: 20px -20px 5px 20px;
  }
  /* line 261, sass/_stories.scss */
  .node-story .content .story-content.story-col:only-of-type .storify iframe,
  .node-article .content .story-content.story-col:only-of-type .storify iframe {
    width: auto;
    float: none;
    padding-left: 0px;
    margin: 0px;
  }
  /* line 267, sass/_stories.scss */
  .node-story .content .story-content.story-col:only-of-type .wp-caption,
  .node-article .content .story-content.story-col:only-of-type .wp-caption {
    float: right;
    width: 45% !important;
    clear: both;
  }
  /* line 271, sass/_stories.scss */
  .node-story .content .story-content.story-col:only-of-type .wp-caption img,
  .node-article .content .story-content.story-col:only-of-type .wp-caption img {
    width: 100%;
  }
  /* line 275, sass/_stories.scss */
  .node-story .content .story-content.story-col:only-of-type .wp-caption-text,
  .node-article .content .story-content.story-col:only-of-type .wp-caption-text {
    padding-left: 20px;
  }
  /* line 280, sass/_stories.scss */
  .node-story .content .story-media,
  .node-article .content .story-media {
    float: right;
    width: 43%;
  }
  /* line 283, sass/_stories.scss */
  .node-story .content .story-media img,
  .node-article .content .story-media img {
    height: 210px;
  }
  /* line 286, sass/_stories.scss */
  .node-story .content .story-media .fx-play-icon img,
  .node-article .content .story-media .fx-play-icon img {
    height: auto;
    min-height: 0px;
  }
  /* line 291, sass/_stories.scss */
  .panels-flexible-region.thirds .node-story .content, .panel-2col-bricks .panel-panel.panel-col-first .node-story .content, .panel-2col-bricks .panel-panel.panel-col-last .node-story .content, .panels-flexible-region.thirds
  .node-article .content, .panel-2col-bricks .panel-panel.panel-col-first
  .node-article .content, .panel-2col-bricks .panel-panel.panel-col-last
  .node-article .content {
    padding: 0;
  }
  /* line 295, sass/_stories.scss */
  .panels-flexible-region.thirds .node-story .content .story-col, .panel-2col-bricks .panel-panel.panel-col-first .node-story .content .story-col, .panel-2col-bricks .panel-panel.panel-col-last .node-story .content .story-col, .panels-flexible-region.thirds
  .node-article .content .story-col, .panel-2col-bricks .panel-panel.panel-col-first
  .node-article .content .story-col, .panel-2col-bricks .panel-panel.panel-col-last
  .node-article .content .story-col {
    float: none;
    width: auto;
  }
  /* line 299, sass/_stories.scss */
  .panels-flexible-region.thirds .node-story .content .story-content, .panel-2col-bricks .panel-panel.panel-col-first .node-story .content .story-content, .panel-2col-bricks .panel-panel.panel-col-last .node-story .content .story-content, .panels-flexible-region.thirds
  .node-article .content .story-content, .panel-2col-bricks .panel-panel.panel-col-first
  .node-article .content .story-content, .panel-2col-bricks .panel-panel.panel-col-last
  .node-article .content .story-content {
    padding: 20px;
  }
}

/* line 311, sass/_stories.scss */
.panel-2col-bricks .panel-panel .inside .pane-content .node-story .field-type-date,
.panel-2col-bricks .panel-panel .inside .pane-content .node-story .field-name-body,
.panel-2col-bricks .panel-panel .inside .pane-content .node-article .field-type-date,
.panel-2col-bricks .panel-panel .inside .pane-content .node-article .field-name-body {
  padding: 0;
  width: auto;
}

/* line 318, sass/_stories.scss */
.page-node-4 #block-system-main .view-stories {
  padding-top: 30px;
  border-top: 2px solid #CCC;
}
/* line 321, sass/_stories.scss */
.page-node-4 #block-system-main .view-stories .article-search-container {
  top: 35px;
}

/* line 326, sass/_stories.scss */
.pane-custom.node-story img {
  height: 210px;
  object-fit: cover;
}

/* line 332, sass/_stories.scss */
.story-intro-blocks .pane-content {
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ================================================
   Field - Related Pillar
   ================================================ */
/* line 341, sass/_stories.scss */
.field-name-field-related-pillar {
  margin-bottom: 10px;
}
/* line 343, sass/_stories.scss */
.field-name-field-related-pillar .field-items {
  line-height: 1em;
}
/* line 346, sass/_stories.scss */
.field-name-field-related-pillar .field-item {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0.6875em;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
}
/* line 353, sass/_stories.scss */
.field-name-field-related-pillar .field-item:after {
  content: ", ";
}
/* line 356, sass/_stories.scss */
.field-name-field-related-pillar .field-item:last-of-type:after {
  content: "";
}

/* ================================================
   Story - Storify Import
   ================================================ */
/* line 366, sass/_stories.scss */
.node-story-storify .content {
  padding: 10px;
}
/* line 368, sass/_stories.scss */
.node-story-storify .content .story-content {
  padding: 0;
  border: 1px solid #DDD;
  position: relative;
}
/* line 372, sass/_stories.scss */
.node-story-storify .content .story-content:before {
  content: "";
  position: absolute;
  top: 16px;
  left: -11px;
  display: block;
  width: 10px;
  height: 30px;
  background: #EEE;
}

/* ================================================
   Feed Imports - fix to classes brought in
   ================================================ */
/* line 5, sass/_feeds.scss */
.node-teaser .wp-caption {
  max-width: 100%;
}
/* line 8, sass/_feeds.scss */
.node-teaser .wp-caption-text {
  display: none;
}

/* ================================================
   Social Block 
   ================================================ */
/* line 5, sass/_social.scss */
.twitter-tweet .MediaCard, .twitter-tweet .MediaCard-media {
  display: none !important;
}

/* line 10, sass/_social.scss */
.social h2 {
  font-size: 0.95em;
  font-weight: bold;
  color: #000;
  font-family: Arial, sans-serif;
}
/* line 16, sass/_social.scss */
.social.twitter h2 {
  background: url("../images/Twitter.png") no-repeat 100% 50%;
  background-size: 21px 17px;
}
/* line 19, sass/_social.scss */
.social.twitter h2:after {
  content: "@FedEx";
  color: #39BFFE;
  padding-left: 3px;
}
/* line 26, sass/_social.scss */
.social.facebook h2 {
  background: url("../images/Facebook.png") no-repeat 100% 50%;
  background-size: 18px 17px;
}
/* line 30, sass/_social.scss */
.social.facebook blockquote {
  padding: 0px;
}

/* ==========================================================================
Helper classes
========================================================================== */
/* line 113, sass/main.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

/* line 119, sass/main.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* line 125, sass/main.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 129, sass/main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 139, sass/main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 148, sass/main.scss */
.invisible {
  visibility: hidden;
}

/* line 151, sass/main.scss */
.clearfix:before,
.clearfix:after,
.page-search .item-list:after {
  content: " ";
  display: table;
}

/* line 157, sass/main.scss */
.clearfix:after,
.page-search .item-list:after {
  clear: both;
}

/* line 161, sass/main.scss */
.clearfix, .page-search .item-list {
  *zoom: 1;
}

/* line 164, sass/main.scss */
.overflow-hidden {
  overflow: hidden;
}
