/*
Theme Name: Gravwell
Theme URI: https://github.com/WordPress/twentynineteen
Author: ORNL
Description: Responsive Wordpress Theme developed at Oak Ridge National Laboratory
Version: 1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gravwell

Features custom logo and no menu.

*/
/* media queries */
/*--------------------------------------------------------------
/* Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,700;1,700&display=swap");
/* line 11, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 32, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 45, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 56, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 68, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 77, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 87, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 97, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 108, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 117, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 125, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 129, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 140, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 152, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 168, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 178, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/* line 183, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
form {
  margin: 0;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 191, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 202, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 214, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 225, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
/* line 236, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 249, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 257, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 266, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 276, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 286, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 295, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 304, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 316, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 324, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 335, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 343, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_normalize.scss */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
/* Typography
--------------------------------------------------------------*/
/* latin */
/* latin */
@font-face {
  font-family: 'Antic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Antic Regular"), local("Antic-Regular"), url(https://fonts.gstatic.com/s/antic/v11/TuGfUVB8XY5DRZZMq9kRystl.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* line 33, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
body {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  color: #333;
}

/* line 45, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
pre {
  margin: 0;
}

/* line 49, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
h1,
h2,
h3,
h4,
h5 {
  font-weight: 200;
  margin: 0;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 2px;
  line-height: 1.1em;
  color: #333333;
  font-weight: 600;
}

/* line 64, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
h1 {
  font-size: 2.5rem;
  margin: 0 0 20px;
  position: relative;
  font-weight: 600;
}

/* line 82, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
h2 {
  font-size: 32px;
  margin: 0 0 20px;
  line-height: 1.2em;
}

/* line 88, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
h3 {
  font-size: 26px;
  margin: 0 0 20px;
}

/* line 93, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
h4 {
  font-size: 20px;
  margin: 0 0 15px;
}

/* line 99, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
p {
  margin: 0 0 1em;
}

/* line 103, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
a {
  color: #346e84;
}

/* line 106, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
a:hover {
  color: #d2982d;
}

/* line 111, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
ul,
ol,
p {
  font-size: 18px;
  font-weight: 200;
}

/* line 118, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
em {
  font-style: italic;
}

/* line 123, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
strong {
  font-weight: 700;
}

/* line 130, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
.textwidget ul li {
  font-size: 14px;
}

/* line 139, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
.sidebar-widget ul li {
  font-size: 14px;
}

/* line 145, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
.caption-text {
  font-size: 0.7em;
  font-style: italic;
  text-align: center;
}

/* line 151, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
.image-caption {
  margin-bottom: 1em;
}

/* line 154, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
.image-caption p {
  font-size: 0.85em;
  margin: 0.5em 0 0;
}

/* line 160, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
.text-center {
  text-align: center;
}

/* line 164, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
.align-right {
  text-align: right;
}

/* line 168, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
.big-link {
  font-size: 24px;
  margin: 10px 0;
}

/* line 173, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
.white {
  color: #ffffff;
}

/* line 177, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
.italic-text {
  font-style: italic;
}

/* line 181, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
blockquote {
  font-size: 22px;
  color: #7b7b7b;
  background: #f2f2f2;
  font-style: italic;
  margin: 0 20px 0 0;
  padding: 10px 20px 10px 30px;
  border-left: 3px solid #346e84;
  margin-bottom: 20px;
}

/* line 191, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
blockquote p {
  font-size: 24px;
}

/* line 196, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
.preview-text {
  margin: 0 0 15px;
}

/* line 200, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
.callout {
  background: #007833;
  color: #ffffff;
  font-size: 18px;
  width: 50%;
  padding: 20px 25px;
  float: right;
  margin: 0 0 15px 25px;
}

/* line 209, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6,
.callout p {
  color: #ffffff;
}

/* line 219, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
.callout a {
  color: #EAA522;
}

/* line 223, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
.callout a:hover {
  color: #278bd4;
}

/* line 228, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/typography/_typography.scss */
.red-text {
  color: #e00e0e;
}

/*--------------------------------------------------------------
/* Elements
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_elements.scss */
.button {
  background-color: #d2982d;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}

/* line 8, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_elements.scss */
.button:hover, .button:visited {
  background-color: #EAA522;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 16, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_elements.scss */
.lg-button,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  padding: 15px 40px;
  margin: 20px 0;
}

/* line 23, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_elements.scss */
.sm-button {
  padding: 10px 30px;
  margin: 0;
  font-size: 18px;
}

/* line 29, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_elements.scss */
.title,
.cover {
  width: 100%;
}

/* line 34, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_elements.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 39, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_elements.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 44, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_elements.scss */
.full-width {
  width: 100%;
}

/* line 48, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_elements.scss */
hr {
  margin: 30px 0;
  height: 0;
  border: 2px solid #346e84;
}

/*--------------------------------------------------------------
/* Accordion
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_accordion.scss */
.faq-section .preview-text {
  text-align: center;
  margin: 0 0 79px;
}

/* line 6, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_accordion.scss */
.accordion,
.accordion .list-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 13, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_accordion.scss */
.accordion > li {
  border-bottom: 2px solid #e1e1e1;
}

/* line 17, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_accordion.scss */
.accordion .active a {
  color: #068455;
}

/* line 21, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_accordion.scss */
.accordion .active a:before {
  color: #068455;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: -11px 0 0;
}

/* line 29, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_accordion.scss */
.accordion .opener {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #2C383D;
  text-transform: uppercase;
  padding: 13px 30px 16px 0;
}

/* line 39, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_accordion.scss */
.accordion .opener:before {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
  right: -4px;
  top: 50%;
  margin: -13px 0 0;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
}

/* line 53, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_accordion.scss */
#pre-header {
  background-color: #008556 !important;
}

/* line 57, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_accordion.scss */
.accordion .opener:hover,
.accordion .opener:focus {
  text-decoration: none;
  color: #068455 !important;
}

/* line 63, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_accordion.scss */
.accordion .opener:hover:before,
.accordion .opener:focus:before {
  color: #068455 !important;
}

/* line 68, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_accordion.scss */
.accordion .slide {
  font-size: 16px;
  line-height: 23px;
  margin-top: -20px;
}

/* line 76, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_accordion.scss */
.accordion h2 {
  margin: 0 0 14px;
}

/* line 81, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_accordion.scss */
.accordion p {
  margin: 0 0 24px;
}

/* line 85, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_accordion.scss */
.accordion li:last-child {
  margin-bottom: 50px;
}

/* line 89, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_accordion.scss */
.accordion .list-box {
  margin: 0 0 29px;
}

/* line 92, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_accordion.scss */
.accordion .list-box li {
  margin: 0 0 4px;
}

/*--------------------------------------------------------------
/* Date List
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_date-list.scss */
.date-wrapper {
  background: #346e84;
  padding: 40px;
  background: #ceefd0;
}

/* line 6, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_date-list.scss */
.date-wrapper .date-flex {
  display: flex;
  background: #ffffff;
  border-radius: 10px;
}

/* line 11, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_date-list.scss */
.date-wrapper .date-flex .date-icon {
  padding: 20px;
  border-radius: 10px 0 0 10px;
  background: #346e84;
}

/* line 17, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_date-list.scss */
.date-wrapper .date-flex .dates {
  padding: 10px 40px;
}

/* line 21, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_date-list.scss */
.date-wrapper .date-flex .dates .date-list {
  list-style: none;
  padding: 0;
}

/* line 25, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_date-list.scss */
.date-wrapper .date-flex .dates .date-list li {
  line-height: 1.8em;
}

/*--------------------------------------------------------------
/* Text Sidebar
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_text-sidebar.scss */
.text-sidebar {
  padding: 40px;
  background: #ffffff;
  display: flex;
}

/* line 6, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_text-sidebar.scss */
.text-sidebar .text-column {
  flex-basis: 70%;
}

/* line 11, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_text-sidebar.scss */
.text-sidebar .sidebar-column {
  flex-basis: 30%;
  padding: 25px 15px 15px;
  border-radius: 10px;
  height: auto;
  display: flow-root;
}

/* line 18, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_text-sidebar.scss */
.text-sidebar .sidebar-column .sidebar-wrapper {
  height: auto;
}

@media (max-width: 992px) {
  /* line 27, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_text-sidebar.scss */
  .text-sidebar {
    flex-direction: column;
  }
}

/*--------------------------------------------------------------
/* Cards
--------------------------------------------------------------*/
/* line 81, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
.cards-wrapper {
  background-color: #007833;
  background: url(images/pattern-curves-green-light.jpg);
  background-size: cover;
  padding: 40px 40px 20px;
}

/* line 93, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
.image-cards-section .flex-row {
  display: flex;
}

/* line 97, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
.image-cards-section .goal-card {
  margin: 0 20px 20px;
}

/* line 101, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
.image-cards-section .goal-card-wrapper {
  flex-basis: 33%;
}

/* line 105, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
.image-cards-section .image-card-img {
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
}

/* line 111, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
.image-cards-section .image-card-content {
  background: #ffffff;
  padding: 25px 25px 10px;
  margin-top: -25px;
  z-index: 111;
  position: relative;
  min-height: 370px;
}

/* line 120, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
.image-cards-section .image-card-title {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 20px;
}

/* line 130, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
.image-cards-section .image-card-desc ul {
  margin-bottom: 0px;
  padding-left: 25px;
}

@media (max-width: 1199px) {
  /* line 141, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
  .flex-row.goal-section {
    flex-wrap: wrap;
  }
  /* line 145, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
  .goal-section .goal-card-wrapper {
    flex-basis: 100%;
  }
  /* line 149, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
  .goal-card-wrapper .goal-card {
    margin: 0 auto 2rem;
    max-width: 100%;
    max-width: 400px;
  }
  /* line 156, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
  .image-cards-section .image-card-content {
    min-height: auto;
  }
  /* line 161, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
  .image-card-img {
    margin: 0px;
  }
  /* line 164, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
  .image-card-img img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 171, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
  .container-center {
    text-align: center;
  }
  /* line 174, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
  .container-center p {
    text-align: left;
  }
  /* line 179, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
  .flex-row.goal-section {
    flex-wrap: wrap;
  }
  /* line 183, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
  .goal-section .goal-card-wrapper {
    flex-basis: 100%;
  }
  /* line 187, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
  .goal-card-wrapper .goal-card {
    margin: 0 auto 2rem;
    max-width: 350px;
  }
  /* line 192, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_cards.scss */
  .cards-wrapper {
    padding: 30px 10px 0px;
  }
}

/*--------------------------------------------------------------
/* Colored image cards
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_image-cards.scss */
.image-cards-wrapper {
  background: #346e84;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
}

/* line 8, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_image-cards.scss */
.image-cards-wrapper .image-col-span-2 {
  grid-column: auto / span 2;
  display: flex;
}

/* line 13, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_image-cards.scss */
.image-cards-wrapper .image-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

/* line 22, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_image-cards.scss */
.image-cards-wrapper .image-card .image-block.two-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* line 27, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_image-cards.scss */
.image-cards-wrapper .image-card .image-block img {
  height: auto;
  min-height: 250px;
}

/* line 33, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_image-cards.scss */
.image-cards-wrapper .image-card .image-text {
  padding: 20px;
}

/* line 36, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_image-cards.scss */
.image-cards-wrapper .image-card .image-text .image-caption {
  font-size: 14px;
  margin-top: 0px;
  color: #7b7b7b;
}

@media (max-width: 1199px) {
  /* line 50, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_image-cards.scss */
  .image-cards-wrapper .image-card .image-block img {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 992px) {
  /* line 60, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_image-cards.scss */
  .image-cards-wrapper {
    flex-direction: column;
    display: flex;
  }
  /* line 67, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_image-cards.scss */
  .image-cards-wrapper .image-card .image-block img {
    min-width: 100%;
  }
}

/*--------------------------------------------------------------
/* Colored image cards
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_news.scss */
.fa-bullhorn {
  color: #0F5C14;
}

/* line 5, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_news.scss */
.fa-dollar-sign {
  color: #2C7B95;
}

/* line 9, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_news.scss */
.fa-award {
  color: #8B802D;
}

/* line 13, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_news.scss */
.fa-users-class {
  color: #82D687;
}

/* line 17, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_news.scss */
.fa-user {
  color: #9EE8FC;
}

/*--------------------------------------------------------------
/* Button Row
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_button-row.scss */
.button-row-section {
  padding: 1em 0;
}

/* line 5, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_button-row.scss */
.button-row-flex {
  display: flex;
  justify-content: flex-end;
}

/* line 9, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_button-row.scss */
.button-row-flex .button-item {
  margin-left: 20px;
}

/*--------------------------------------------------------------
/* Colored text block
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_colored-text-block.scss */
.colored-text-bgrd {
  background: #ffffff;
  background: url("images/white-abstract-bgrd.jpg");
  background-size: cover;
  padding: 40px;
  position: relative;
}

/* line 8, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_colored-text-block.scss */
.colored-text-bgrd .colored-text-wrapper {
  color: #ffffff;
  background: #346e84;
  padding: 30px 40px 20px;
  z-index: 1;
  position: relative;
}

/* line 15, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_colored-text-block.scss */
.colored-text-bgrd .colored-text-wrapper h1,
.colored-text-bgrd .colored-text-wrapper h2,
.colored-text-bgrd .colored-text-wrapper h3,
.colored-text-bgrd .colored-text-wrapper h4,
.colored-text-bgrd .colored-text-wrapper h5,
.colored-text-bgrd .colored-text-wrapper h6 {
  color: #ffffff;
}

/* line 26, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_colored-text-block.scss */
.emphasis-block {
  margin-left: 250px;
}

/* line 30, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_colored-text-block.scss */
.emphasis-image {
  position: absolute;
  left: 3%;
  top: calc(50% - 220px);
  z-index: 0;
}

/* line 35, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_colored-text-block.scss */
.emphasis-image img {
  height: 440px;
}

@media (max-width: 767px) {
  /* line 42, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_colored-text-block.scss */
  .colored-text-bgrd {
    padding: 0;
  }
  /* line 45, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_colored-text-block.scss */
  .emphasis-block {
    margin-left: 0px;
  }
  /* line 48, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_colored-text-block.scss */
  .emphasis-image {
    display: none;
  }
}

/*--------------------------------------------------------------
/* Gallery
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_gallery.scss */
.gallery-section {
  padding: 1em 0;
}

/* line 5, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_gallery.scss */
.gallery-item {
  cursor: pointer;
}

/*--------------------------------------------------------------
/* Nav
--------------------------------------------------------------*/
/* line 2, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_mixins.scss */
a {
  color: #278bd4;
}

/* line 5, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_mixins.scss */
a:visited {
  color: #278bd4;
}

/* line 9, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_mixins.scss */
a:hover {
  color: #EAA522;
}

/* line 13, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_mixins.scss */
a:active {
  color: #EAA522;
}

/* line 3, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_nav.scss */
a {
  text-decoration: none;
}

/* line 7, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_nav.scss */
.breadcrumb {
  margin-top: 0;
}

/* line 11, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_nav.scss */
.top-banner {
  background: #ffffff;
  background-size: cover;
  height: 160px;
}

/* line 17, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_nav.scss */
.top-banner .top-banner-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

/* line 23, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_nav.scss */
.top-banner .top-banner-flex .main-logo {
  max-height: 138px;
  padding: 10px;
}

/* line 28, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_nav.scss */
.top-banner .top-banner-flex .program-logo {
  height: 90px;
}

/* line 34, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_nav.scss */
.site-title-wrapper {
  margin-left: 25px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
}

/* line 39, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_nav.scss */
.site-title-wrapper .site-title {
  font-size: 2.75rem;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
  line-height: 3rem;
  letter-spacing: 2px;
  color: #346e84;
}

/* line 49, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_nav.scss */
.site-title-wrapper .site-description {
  font-size: 16px;
}

@media (max-width: 992px) {
  /* line 55, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_nav.scss */
  .top-bar {
    padding: 10px 0 10px;
  }
  /* line 59, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_nav.scss */
  .top-bar .main-menu li {
    line-height: 2.5em;
    height: 50px;
  }
  /* line 70, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_nav.scss */
  .menu .mega-menu .menu-logo {
    padding: 0 15px;
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
/* Container
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
body {
  background-color: #ffffff;
}

/* line 5, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}

/* line 15, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.page-content-wrapper {
  background: #ffffff;
}

/* line 19, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.intro-section {
  padding: 30px 0;
}

/* line 22, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.intro-section h1 {
  color: #ffffff;
}

/* line 27, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.archive-section {
  padding: 30px 0 0;
}

/* line 30, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.archive-section h3 {
  margin: 20px 0 5px;
}

/* line 35, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.content-wrapper {
  background: #346e84;
  color: #ffffff;
  padding: 20px 30px;
  border-radius: 5px;
}

/* line 42, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.title-wrapper {
  padding: 40px 40px 0;
}

/* line 46, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.item-wrapper {
  padding: 40px 40px 0;
}

/* line 50, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.item-wrapper:last-child {
  padding: 40px;
}

/* line 54, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.text-wrapper {
  background: #ffffff;
  padding: 0 15px 10px;
  display: flow-root;
}

/* line 66, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.table-section {
  margin: 0px 0 30px;
}

/* line 70, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.table-wrapper {
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 5px;
}

/* line 75, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.table-wrapper button {
  padding: 5px;
}

/* line 80, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.message-section {
  background: #346e84;
  color: #ffffff;
  margin-bottom: 20px;
}

/* line 86, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.message-wrapper {
  padding: 20px 40px;
  text-align: center;
}

/* line 91, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.hero-grid {
  /* for IE */
  display: -ms-grid;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 2fr 5fr;
  /* for IE */
  -ms-grid-columns: 3fr 0.1fr 5fr;
  grid-gap: 15px;
  min-height: 450px;
  background-color: rgba(82, 82, 82, 0.85);
  border-radius: 5px;
  margin: 70px 0;
  /*    grid-auto-rows: minmax (20px, auto);*/
}

/* line 110, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.hero-grid .grid-item {
  color: #ffffff;
  padding: 0px 20px;
  display: flex;
}

/* line 117, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.hero-image-text-grid {
  display: flex;
  justify-content: space-between;
}

/* line 121, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.hero-image-text-grid .left-item {
  flex-basis: 50%;
}

/* line 125, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.hero-image-text-grid .right-item {
  flex-basis: 50%;
  color: #ffffff;
  background: #346e84;
  padding: 20px 30px;
}

/* line 134, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.grid-wrapper {
  margin: 0 auto;
}

/* line 138, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.grid-item {
  align-items: center;
  font-size: 22px;
}

/* line 143, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.block-1 {
  grid-column: 1;
  -ms-grid-row: 1;
}

/* line 148, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.block-2 {
  grid-column: 2;
  -ms-grid-column: 3;
}

/* line 153, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.grid-two {
  padding: 20px 0;
  display: grid;
  /* for IE */
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  /* for IE */
  -ms-grid-columns: 1fr 0.1fr 1fr;
  grid-gap: 30px;
  justify-items: center;
  margin: 50px auto;
  max-width: 800px;
  color: #222222;
}

/* line 169, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.grid-two .grid-item {
  background: #fff;
  box-shadow: 3px 3px 10px #6666662e;
  width: 350px;
}

/* line 175, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.grid-two a {
  color: #222222;
}

/* line 178, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.grid-two a:hover {
  color: #222222;
  text-decoration: none;
}

/* line 185, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

/* line 192, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.flex-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

/* line 198, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.flex-column:not(:last-child) {
  padding-right: 1px;
}

@media (max-width: 767px) {
  /* line 204, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
  .grid-two {
    grid-template-columns: 1fr;
    /* for IE */
    -ms-grid-columns: 1fr;
  }
  /* line 210, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
  .block-2 {
    grid-column: 1;
    -ms-grid-column: 1;
  }
  /* line 215, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
  .hero-grid {
    grid-template-columns: 1fr;
    /* for IE */
    -ms-grid-columns: 1fr;
  }
  /* line 221, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
  .hero-grid .grid-item {
    margin: 0 auto;
  }
  /* line 224, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
  .hero-grid .grid-item .lg-button {
    display: block;
    margin: 35px auto 0;
  }
}

/* line 232, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.grid-outer {
  position: relative;
  overflow: hidden;
}

/* line 237, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.form-section {
  background-color: #007833;
  padding: 50px 0;
  color: #ffffff;
}

/* line 242, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.form-section h2 {
  font-size: 48px;
}

/* line 249, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.news-item-wrapper img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 254, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.news-item-wrapper:hover img {
  filter: contrast(150%);
}

/* line 260, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.cards {
  padding: 40px 0 30px;
  background: url(images/fusion-gray-brgd.jpg);
  background-size: cover;
}

/* line 264, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.cards .cards-wrapper {
  margin: 0 auto;
  max-width: 700px;
  display: flex;
  justify-content: space-between;
}

/* line 271, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.cards a:hover {
  text-decoration: none;
}

/* line 279, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom {
  background: #ffffff;
  padding: 30px 40px 30px;
}

/* line 284, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper {
  flex-direction: column;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

/* line 291, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper h2 {
  margin-bottom: 40px;
}

/* line 295, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards {
  display: flex;
}

/* line 299, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .middle-entry {
  margin: 0 15px;
}

/* line 303, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry {
  flex-basis: 33%;
  background: #ffffff;
  border: 1px solid #dbdbdb;
}

/* line 309, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry:nth-child(2) {
  margin: 0 15px;
}

/* line 314, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-detail {
  background: #ffffff;
  padding: 10px 20px 25px;
}

/* line 321, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-content h4 {
  font-weight: 700;
}

/* line 325, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-content a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 200;
  color: #525252;
}

/* line 331, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-content a:hover {
  color: #d2982d;
}

/* line 337, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-tag {
  display: inline-block;
}

/* line 340, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-tag li {
  line-height: 14px;
}

/* line 343, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-tag li a {
  font-size: 14px;
  font-weight: 700;
  color: #525252;
}

/* line 348, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-tag li a:hover {
  color: #346e84;
}

/* line 356, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-like span {
  font-weight: 700;
  color: #346e84;
}

/* line 362, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-image {
  position: relative;
  overflow: hidden;
}

/* line 366, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-image .entry-overlay {
  background: rgba(234, 165, 34, 0.9);
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 380, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-image .entry-overlay .fa {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  font-size: 48px;
  z-index: 5;
}

/* line 389, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-image:after {
  content: '';
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  /* Add more width */
  width: 130%;
  /* To form a square, the padding-bottom, needs to have the same value as the width property */
  padding-bottom: 120%;
  box-shadow: inset 0px 0px 150px 60px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

/* line 411, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry:hover .entry-image .entry-overlay {
  opacity: 1;
}

/* line 420, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.newsroom .news-wrapper .view-news {
  text-align: center;
  margin: 30px 0 20px;
}

@media (max-width: 992px) {
  /* line 431, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
  .newsroom .news-wrapper .news-cards .news-entry {
    flex-basis: auto;
  }
  /* line 438, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
  .container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  /* line 444, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
  .sd-body {
    max-width: 550px;
  }
}

/* line 449, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.page-title-wrapper {
  background: #346e84;
  position: relative;
}

/* line 454, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.page-title-wrapper h1 {
  color: #ffffff;
  margin-bottom: 0px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #346e84;
  padding: 8px 20px;
}

/* line 463, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.page-title-wrapper h1.simple-header {
  position: relative;
  width: 100%;
  padding: 18px 30px;
}

/* line 471, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.archive-title-wrapper {
  background: #346e84;
}

/* line 475, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.archive-title-wrapper h1 {
  color: #ffffff;
  margin-bottom: 0px;
  padding: 18px 30px;
}

/* line 484, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.body-content {
  background: #ffffff;
  padding: 30px;
  margin: 0;
  display: flex;
}

/* line 491, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.main-content {
  flex-basis: 100%;
  min-width: 0;
}

/* media queries */
@media (max-width: 992px) {
  /* line 503, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
  .hero-image-text-grid {
    flex-direction: column;
  }
  /* line 506, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
  .hero-image-text-grid .left-item {
    flex-basis: 30%;
  }
  /* line 510, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
  .hero-image-text-grid .right-item {
    flex-basis: auto;
  }
  /* line 515, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
  .news-cards {
    flex-direction: column;
    align-items: center;
  }
  /* line 519, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
  .news-cards .news-entry {
    width: 90%;
    margin: 0px 0px 30px;
  }
}

@media (max-width: 767px) {
  /* line 535, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
  .cards .cards-wrapper {
    flex-direction: column;
  }
}

/* line 545, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.highlight h1 {
  margin-bottom: 0px;
}

/* line 549, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.highlight .highlight-wrapper {
  background: #ffffff;
  padding: 5px 30px;
  margin-bottom: 40px;
  border-radius: 8px;
}

/* line 555, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.highlight .highlight-wrapper .lg-button {
  margin: 0px;
}

/* line 562, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.main-wrapper {
  padding: 0px;
}

/* Files */
/* line 568, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.files {
  display: flex;
}

/* line 571, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.files .file-card {
  display: flex;
  margin-right: 20px;
  text-align: center;
}

/* line 576, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.files .file-card a {
  color: #ffffff;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 580, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.files .file-card a:hover {
  color: #EAA522;
  text-decoration: none;
}

/* line 586, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.files .file-card .fa {
  font-size: 64px;
}

/* line 590, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_containers.scss */
.files .file-card p {
  font-weight: 700;
}

/*--------------------------------------------------------------
/* Bio-cards
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_bio-cards.scss */
.bio-card-grid {
  margin-top: 20px;
}

/* line 5, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_bio-cards.scss */
.bio-wrapper {
  display: flex;
  background: #fff;
  padding: 20px 40px;
}

/* line 10, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_bio-cards.scss */
.bio-wrapper .headshot-image {
  margin: 5px 35px 5px 0;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
}

/* line 21, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_bio-cards.scss */
.bio-wrapper .bio-content h5 span {
  font-weight: 200;
}

/* line 28, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_bio-cards.scss */
.headshot-placeholder {
  height: 50px;
  width: 50px;
  background: #dbdbdb;
}

/* line 42, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_bio-cards.scss */
.bio-cards-wrapper .bio-card {
  display: flex;
  margin-bottom: 30px;
}

/* line 48, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_bio-cards.scss */
.bio-cards-wrapper .bio-card ul {
  margin: 0;
}

/* line 53, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_bio-cards.scss */
.bio-cards-wrapper .bio-card .headshot-image {
  margin-bottom: 0.5em;
  width: 200px;
  height: 200px;
}

/* line 60, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_bio-cards.scss */
.bio-cards-wrapper h3 {
  font-size: 1.1rem;
  margin: 20px 0 10px;
}

/* line 65, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_bio-cards.scss */
.bio-cards-wrapper p {
  font-size: 1.1rem;
  margin: 0;
  line-height: 1.5rem;
  margin: 0.5rem 0 0;
}

/* line 72, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_bio-cards.scss */
.bio-cards-wrapper .bio-title {
  font-style: italic;
}

/* line 76, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_bio-cards.scss */
.bio-cards-wrapper .bio-phone {
  margin-top: 0;
}

/*--------------------------------------------------------------
/* Notice Box
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_notice-box.scss */
.notice-block {
  margin-top: 30px;
}

/* line 5, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_notice-box.scss */
.notices {
  margin: 1rem 0;
  position: relative;
}

/* line 9, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_notice-box.scss */
.notices p {
  padding: 15px;
  display: block;
  font-size: 1rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  color: #666;
}

/* line 18, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_notice-box.scss */
.notices p:first-child:before {
  position: absolute;
  top: 4px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06a";
  left: 10px;
}

/* line 28, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_notice-box.scss */
.notices p:first-child:after {
  position: absolute;
  top: 4px;
  color: #fff;
  left: 2rem;
}

/* line 39, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_notice-box.scss */
.info p {
  border-top: 30px solid #F0B37E;
  background: #FFF2DB;
}

/* line 44, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_notice-box.scss */
.info p:first-child:after {
  content: 'Info';
}

/* line 51, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_notice-box.scss */
.warning p {
  border-top: 30px solid rgba(217, 83, 79, 0.8);
  background: #FAE2E2;
}

/* line 56, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_notice-box.scss */
.warning p:first-child:after {
  content: 'Warning';
}

/* line 64, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_notice-box.scss */
.note p {
  border-top: 30px solid #6AB0DE;
  background: #E7F2FA;
}

/* line 69, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_notice-box.scss */
.note p:first-child:after {
  content: 'Note';
}

/* line 76, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_notice-box.scss */
.tip p {
  border-top: 30px solid rgba(92, 184, 92, 0.8);
  background: #E6F9E6;
}

/* line 81, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_notice-box.scss */
.tip p:first-child:after {
  content: 'Tip';
}

/*--------------------------------------------------------------
/* Thumb Text
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_thumb-text.scss */
.thumb-item {
  display: flex;
  margin: 20px 0;
}

/* line 6, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_thumb-text.scss */
.thumb-image {
  width: 150px;
  margin-right: 20px;
}

/* line 11, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_thumb-text.scss */
.thumb-description {
  flex-basis: 100%;
}

/* line 13, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_thumb-text.scss */
.thumb-description p {
  margin-top: 0;
}

/*--------------------------------------------------------------
/* Hover Circles
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-wrapper {
  padding: 20px 15px 60px;
}

/* line 5, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-grid {
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 21, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-grid:after {
  clear: both;
}

/* line 25, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-grid li {
  width: 170px;
  height: 170px;
  display: inline-block;
  margin: 20px;
}

/* line 32, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-parent {
  position: relative;
}

/* line 35, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-parent::after {
  position: absolute;
  content: '';
  background: #346e84;
  height: 10px;
  width: 45px;
  top: 50%;
  margin-top: -5px;
  right: -45px;
  z-index: -1;
}

/* line 49, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-parent:nth-child(2)::before, .circle-parent:nth-last-child(2)::before {
  position: absolute;
  content: '';
  background: #346e84;
  height: 10px;
  width: 45px;
  top: 50%;
  margin-top: -5px;
  left: -45px;
  z-index: -1;
}

/* line 63, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-parent:first-child::before {
  position: absolute;
  content: '';
  background: #346e84;
  height: 10px;
  width: 45px;
  top: 50%;
  margin-top: -5px;
  left: -45px;
  z-index: -1;
}

/* line 75, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-parent:first-child::after {
  position: absolute;
  content: '';
  background: #346e84;
  height: 20px;
  width: 20px;
  top: 50%;
  margin-top: -10px;
  left: -60px;
  z-index: -1;
  border-radius: 50%;
}

/* line 91, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-parent:last-child::before {
  position: absolute;
  content: '';
  background: #346e84;
  height: 20px;
  width: 20px;
  top: 50%;
  margin-top: -10px;
  right: -60px;
  z-index: -1;
  border-radius: 50%;
}

/* line 104, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-parent:last-child::after {
  position: absolute;
  content: '';
  background: #346e84;
  height: 10px;
  width: 45px;
  top: 50%;
  margin-top: -5px;
  right: -45px;
  z-index: -1;
}

/* line 120, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
  box-shadow: inset 0 0 0 0 rgba(66, 133, 200, 0.4), inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: cover;
  margin-bottom: 20px;
}

/* line 142, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-img-chart {
  background-image: url(images/icons/chart.jpg);
}

/* line 146, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-img-gears {
  background-image: url(images/icons/gears.jpg);
}

/* line 150, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-img-link {
  background-image: url(images/icons/link.jpg);
}

/* line 154, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-img-money {
  background-image: url(images/icons/money.jpg);
}

/* line 158, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-img-wrench {
  background-image: url(images/icons/wrench.jpg);
}

/* line 163, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-info {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  display: flex;
  align-items: center;
  line-height: 1.1em;
  font-size: 1.2em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  /*for a smooth font */
}

/* line 191, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  display: flex;
  align-items: center;
  margin: 0 30px;
  padding: 65px 0 0 0;
  height: 110px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* line 208, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-info p {
  color: #fff;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 14px;
  line-height: 16px;
}

/* line 218, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-info p a {
  display: block;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: 'Open Sans', Arial, sans-serif;
}

/* line 231, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-info p a:hover {
  color: #fff222;
  color: rgba(255, 242, 34, 0.8);
}

/* line 236, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-item:hover {
  box-shadow: inset 0 0 0 110px rgba(66, 133, 200, 0.7), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 243, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
.circle-item:hover .circle-info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 1199px) {
  /* line 254, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
  .circle-grid li {
    width: 130px;
    height: 130px;
  }
  /* line 259, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
  .circle-info {
    line-height: 1.0em;
    font-size: 1.0em;
  }
}

@media (max-width: 992px) {
  /* line 266, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
  .circle-grid li {
    margin: 20px 10px;
  }
  /* line 270, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
  .circle-parent {
    position: relative;
  }
  /* line 273, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
  .circle-parent::after {
    display: none;
  }
  /* line 279, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
  .circle-parent:nth-child(2)::before, .circle-parent:nth-last-child(2)::before {
    display: none;
  }
  /* line 285, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
  .circle-parent:first-child::before {
    display: none;
  }
  /* line 289, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
  .circle-parent:first-child::after {
    display: none;
  }
  /* line 296, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
  .circle-parent:last-child::before {
    display: none;
  }
  /* line 300, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
  .circle-parent:last-child::after {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 310, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
  .circle-grid li {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 300px;
    margin-bottom: 80px;
  }
  /* line 318, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
  .circle-info {
    line-height: 1.4em;
    font-size: 1.4em;
  }
  /* line 322, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
  .circle-info p {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 328, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_hover-circles.scss */
  .circle-item:hover {
    box-shadow: inset 0 0 0 160px rgba(66, 133, 200, 0.7), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
  }
}

/*--------------------------------------------------------------
/* Featured publications
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_featured-publications.scss */
.publication-wrapper {
  margin-bottom: 30px;
}

/* line 4, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_featured-publications.scss */
.publication-wrapper h2 {
  margin-bottom: 30px;
}

/* line 9, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_featured-publications.scss */
.pub-container {
  position: relative;
}

/* line 12, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_featured-publications.scss */
.pub-container .pub-overlay {
  transition: .5s ease;
  opacity: 0;
  text-align: center;
}

/* line 19, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_featured-publications.scss */
.pub-container:hover .pub-overlay {
  opacity: 1;
}

/* line 25, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_featured-publications.scss */
.pub-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* line 31, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_featured-publications.scss */
.pub-list .pub-item {
  padding: 0 10px;
  position: relative;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

/* line 35, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_featured-publications.scss */
.pub-list .pub-item .pub-img {
  position: relative;
  max-height: 200px;
  width: 150px;
  z-index: 1;
  cursor: pointer;
}

/* line 45, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_featured-publications.scss */
.pub-list .pub-item:hover {
  transform: scale(1.2);
}

@media (max-width: 992px) {
  /* line 54, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_featured-publications.scss */
  .pub-list .pub-item .pub-img {
    width: 120px;
  }
  /* line 57, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_featured-publications.scss */
  .pub-list {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  /* line 67, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_featured-publications.scss */
  .pub-list {
    flex-direction: column;
  }
  /* line 71, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_featured-publications.scss */
  .pub-list .pub-item .pub-img {
    width: 300px;
    margin-bottom: 40px;
    max-height: 100%;
  }
  /* line 76, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_featured-publications.scss */
  .pub-list .pub-item .pub-img img {
    width: 300px;
    height: auto;
  }
  /* line 82, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_featured-publications.scss */
  .pub-list .pub-item:hover {
    transform: none;
  }
  /* line 90, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_featured-publications.scss */
  .pub-container .pub-overlay {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
/* Search
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_search.scss */
.search-bar {
  padding: 0.5rem 0;
  background: #346e84;
}

/* line 5, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_search.scss */
.search-bar .search-wrapper {
  display: flex;
  justify-content: flex-end;
}

/* line 10, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_search.scss */
.search-bar .search-input {
  border: 1px solid #ffffff;
  border-radius: 2px;
}

/* line 16, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_search.scss */
.search-page {
  padding: 0 40px 2rem;
}

/* line 19, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_search.scss */
.search-page .search-block {
  margin: 2.5rem 0;
  width: 100%;
}

/*--------------------------------------------------------------
/* Showcase
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
.showcase-wrapper {
  display: flex;
  padding: 15px 13px 40px;
}

/* line 5, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
.showcase-wrapper h2 {
  margin-bottom: 5px;
}

/* line 9, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
.showcase-wrapper .slide-box {
  flex-basis: 50%;
}

/* line 13, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
.showcase-wrapper .highlight-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 20, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
.list-link {
  text-align: right;
  margin-top: 20px;
}

/* line 23, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
.list-link .fa {
  margin-left: 5px;
}

/* line 28, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
.post-entry {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

/* line 32, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
.post-entry p {
  margin: 0;
}

/* line 36, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
.post-entry span {
  font-weight: 700;
  font-size: 1.2rem;
}

/* line 42, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
.post-list {
  flex-basis: 100%;
  flex: 1;
  padding: 0 0 0 30px;
}

/* line 48, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
.nav-button {
  text-align: right;
}

/* line 52, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
.post-items {
  padding-left: 0;
  list-style: none;
}

/* Slider */
/* line 71, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
.slider-container {
  position: relative;
}

/* line 75, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
#slider {
  position: relative;
  flex-basis: 100%;
  flex: 1;
}

/* line 83, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
#slider .slider-wrapper {
  background: #ffffff;
}

/* line 90, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
#slider .sd-meta span:first-of-type {
  margin-left: 0;
}

/* line 94, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
#slider .sd-meta .read-more {
  float: right;
  color: #EAA522;
  margin-top: 20px;
  -webkit-transition: all 0.250s ease-in-out;
  -moz-transition: all 0.250s ease-in-out;
  -o-transition: all 0.250s ease-in-out;
  transition: all 0.250s ease-in-out;
}

/* line 105, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
#slider .slide {
  height: 600px;
  padding: 0px 30px;
  cursor: pointer;
}

/* line 110, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
#slider .slide .slide-description {
  padding: 10px;
  display: flex;
  height: 20%;
  background: #346e84;
  text-align: center;
}

/* line 118, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
#slider .slide .slide-description .slide-title {
  color: #ffffff;
  font-size: 1.4rem;
  width: 100%;
  padding: 0 15px;
}

/* line 126, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
#slider .slide .slider-img {
  height: 80%;
}

/* line 147, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
#slider .slide .sd-body {
  height: auto;
  overflow: hidden;
}

/* line 153, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
#slider .cycle-pager {
  position: absolute;
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

/* line 161, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
#slider .cycle-pager span {
  display: inline-block;
  font-size: 4.5em;
  color: #d2982d;
}

/* line 166, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
#slider .cycle-pager span:hover {
  cursor: pointer;
}

/* line 171, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
#slider .cycle-pager .cycle-pager-active {
  color: #ffffff;
}

/* line 176, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
#slider .cycle-next {
  right: 0;
}

/* line 180, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
#slider .cycle-next .fa {
  text-indent: 10px;
}

/* line 185, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
#slider .cycle-prev {
  left: 0;
}

/* line 189, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
#slider .cycle-prev .fa {
  text-indent: 7px;
}

/* line 194, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
#slider .cycle-prev,
#slider .cycle-next {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 99;
  line-height: 40px;
  font-size: 32px;
  text-align: center;
  background: #d2982d;
  margin: 0px 15px 0;
  line-height: 460px;
  border-radius: 0px;
  -webkit-transition: all 0.250s ease-in-out;
  -moz-transition: all 0.250s ease-in-out;
  -o-transition: all 0.250s ease-in-out;
  transition: all 0.250s ease-in-out;
}

/* line 216, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
#slider .cycle-prev:hover,
#slider .cycle-next:hover {
  opacity: 1;
  background: #EAA522;
  cursor: pointer;
}

@media (max-width: 992px) {
  /* line 228, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
  .showcase-wrapper {
    flex-direction: column;
    padding: 15px 0;
  }
  /* line 232, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
  .showcase-wrapper .slide-box {
    flex-basis: 100%;
  }
  /* line 237, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_showcase.scss */
  .post-list {
    padding: 60px 30px 20px;
  }
}

/*--------------------------------------------------------------
/* Focus Cards
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
.focus-wrapper {
  background: #ffffff;
}

/* line 5, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
.focus-flex {
  display: flex;
  justify-content: center;
  padding: 10px 0px;
}

/* line 12, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
.focus-grid {
  position: relative;
  margin: 0 auto;
  padding: 30px 0 20px;
  z-index: 199;
  list-style: none;
  text-align: center;
}

/* line 20, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
.focus-grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  max-width: 480px;
  max-height: 360px;
  width: 48%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
}

/* line 33, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
.focus-grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

/* line 41, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
.focus-grid figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 49, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
.focus-grid figure figcaption::before, .focus-grid figure figcaption::after {
  pointer-events: none;
}

/* line 55, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
.focus-grid figure figcaption,
.focus-grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 66, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
.focus-grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

/* line 74, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
.focus-grid figure h2 {
  font-size: 24px;
}

/* line 79, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
.focus-grid figure h2,
.focus-grid figure p {
  margin: 0;
}

/* line 84, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
.focus-grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* line 91, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
figure.effect-honey {
  background: #4a3753;
}

/* line 95, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
figure.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

/* line 102, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
figure.effect-honey:hover img {
  opacity: 0.5;
}

/* line 106, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38px;
  background: #346e84;
  content: '';
  -webkit-transform: translate3d(0, -120px, 0);
  transform: translate3d(0, -120px, 0);
}

/* line 118, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
figure.effect-honey h2 {
  position: absolute;
  color: #ffffff;
  bottom: 70px;
  left: -25px;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

/* line 130, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
}

/* line 140, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

/* line 146, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
}

@media (max-width: 992px) {
  /* line 155, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
  .focus-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /* line 162, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_focus-cards.scss */
  .focus-grid figure {
    max-width: 80%;
    max-height: 500px;
    margin: 20px 0;
    width: 60%;
  }
}

/*--------------------------------------------------------------
/* Media Cards
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-section {
  padding-bottom: 30px;
  margin-top: 30px;
}

/* line 6, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-wrapper {
  flex-direction: column;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

/* line 12, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-wrapper h2 {
  margin-bottom: 40px;
}

/* line 17, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-cards {
  display: flex;
  flex-wrap: wrap;
}

/* line 22, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 29, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-entry {
  flex-basis: 31.5%;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  margin-bottom: 15px;
}

/* line 35, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-entry.event-container {
  background: rgba(55, 206, 89, 0.85);
  padding: 10px;
  border: none;
  color: #ffffff;
}

/* line 42, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-entry:nth-child(3n - 1) {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 47, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-entry .entry-detail {
  background: #ffffff;
  padding: 15px 20px;
}

/* line 51, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-entry .entry-detail h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

/* line 56, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-entry .entry-detail p {
  font-size: 14px;
  color: #7b7b7b;
}

/* line 61, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-entry .entry-detail li {
  font-size: 14px;
  color: #7b7b7b;
}

/* line 69, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-entry .entry-content h4 {
  font-weight: 700;
}

/* line 73, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-entry .entry-content a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 200;
  color: #525252;
}

/* line 79, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-entry .entry-content a:hover {
  color: #d2982d;
}

/* line 85, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-entry .entry-image {
  position: relative;
  overflow: hidden;
}

/* line 89, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-entry .entry-image img {
  width: 100%;
}

/* line 93, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-entry .entry-image .entry-overlay {
  background: rgba(234, 165, 34, 0.9);
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 107, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-entry .entry-image .entry-overlay .fa {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  font-size: 48px;
  z-index: 5;
}

/* line 120, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-entry:hover .entry-image .entry-overlay {
  opacity: 1;
}

/* line 127, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.view-media {
  text-align: center;
  margin: 30px 20px 30px;
}

/* line 133, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.page-content-wrapper .media-wrapper {
  padding: 0 35px;
}

/* line 138, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-title-wrapper {
  background: #ffffff;
  padding: 0 35px 0 45px;
}

/* line 143, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
.media-title-wrapper h1 {
  margin: 0;
}

@media (max-width: 1199px) {
  /* line 149, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
  .media-entry {
    flex-basis: 47.5%;
    margin-bottom: 1vw;
  }
  /* line 154, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
  .media-entry:nth-child(3n - 1) {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 159, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
  .media-entry:nth-child(2n) {
    margin-left: 1vw;
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  /* line 171, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
  .media-entry {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  /* line 172, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_media-cards.scss */
  .media-entry:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
/* Sidebar
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_sidebar.scss */
.template-wrapper {
  display: flex;
  padding: 0 40px 40px;
  background: #ffffff;
}

/* line 6, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_sidebar.scss */
.template-wrapper .text-wrapper {
  padding: 0;
}

/* line 15, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_sidebar.scss */
.header-sidebar h1::after {
  height: 0;
}

/* line 21, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_sidebar.scss */
.sidebar-content {
  flex-basis: 250px;
  padding: 0 10px 20px 20px;
  margin-left: 20px;
  min-width: 250px;
}

/* line 27, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_sidebar.scss */
.sidebar-content p {
  font-size: 14px;
}

@media (max-width: 992px) {
  /* line 33, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_sidebar.scss */
  .template-wrapper {
    flex-direction: column;
  }
  /* line 37, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_sidebar.scss */
  .sidebar-content {
    margin: 15px 0 0;
    border-left: none;
  }
}

/*--------------------------------------------------------------
/* Icon Row
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_highlights.scss */
.highlight-header {
  display: flex;
  justify-content: space-between;
}

/* line 10, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_highlights.scss */
.highlight-titles .highlight-subtitle {
  font-size: 24px;
  font-style: italic;
  color: #7b7b7b;
}

/*--------------------------------------------------------------
/* Footer
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_footer.scss */
.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 7, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_footer.scss */
.sponsor-section {
  background-color: #007833;
  padding: 20px 0;
}

/* line 11, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_footer.scss */
.sponsor-section .org-logo {
  height: 70px;
}

/* line 15, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_footer.scss */
.sponsor-section .footer-logo {
  text-align: center;
}

/* line 18, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_footer.scss */
.sponsor-section .footer-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* line 26, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_footer.scss */
.sponsor-section .first-logo {
  flex-basis: 25%;
  height: 50px;
}

/* line 31, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_footer.scss */
.sponsor-section .second-logo {
  flex-basis: 25%;
  height: 70px;
}

/* line 36, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_footer.scss */
.sponsor-section .third-logo {
  flex-basis: 25%;
  height: 70px;
}

/* line 41, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_footer.scss */
.sponsor-section .fourth-logo {
  flex-basis: 25%;
  height: 50px;
}

/* line 48, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_footer.scss */
.site-footer {
  text-align: center;
  font-size: 32px;
  font-size: 1.286rem;
  margin-top: 30px;
}

/* line 55, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_footer.scss */
.site-footer .org-wrapper {
  background-color: #ffffff;
  padding: 25px 0;
  color: #525252;
}

/* line 60, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_footer.scss */
.site-footer .org-wrapper .default-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
}

/* line 77, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_footer.scss */
.site-footer .org-wrapper .default-info img {
  height: 48px;
}

/* line 81, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_footer.scss */
.site-footer .org-wrapper .default-info .mandatory-links a {
  color: #525252;
}

/* line 88, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_footer.scss */
.site-footer .logo-padding {
  padding: 20px;
}

/* line 92, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_footer.scss */
.site-footer .credits {
  color: #ffffff;
  font-size: 1rem;
  font-style: italic;
  padding: 12px 15px;
  background: #525252;
}

/* line 100, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_footer.scss */
.site-footer .site__increase {
  height: 432px;
}

@media (max-width: 767px) {
  /* line 108, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_footer.scss */
  .site-footer .default-info {
    flex-direction: column;
    gap: 1rem;
  }
  /* line 115, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/layout/_footer.scss */
  .site-footer .org-wrapper .default-info {
    flex-direction: column;
    gap: 1rem;
  }
}

/*--------------------------------------------------------------
/* Media
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/media/_media.scss */
.bg-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  opacity: 0.9;
  display: block;
}

/* line 14, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/media/_media.scss */
.video-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -5;
  background-color: blue;
}

/* line 26, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/media/_media.scss */
.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

/* line 31, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/media/_media.scss */
.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

/* line 36, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/media/_media.scss */
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 20px;
}

/* responsive medis */
/* line 43, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/media/_media.scss */
embed, iframe, img, object, video {
  max-width: 100%;
}

/*--------------------------------------------------------------
/* Videos
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_videos.scss */
.bg-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  opacity: 0.9;
  display: block;
}

/* line 14, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_videos.scss */
.video-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -5;
  background-color: rgba(77, 77, 77, 0.1);
}

/* line 26, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_videos.scss */
.bg {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}

/* line 37, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_videos.scss */
.video-block {
  width: 100%;
}

/* line 41, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_videos.scss */
.video-section {
  padding: 20px;
  background: #ffffff;
}

/* line 45, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_videos.scss */
.video-section h2 {
  margin: 45px 0;
}

/* line 51, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_videos.scss */
.page-content-wrapper .video-section {
  padding: 10px 50px 30px;
}

/* line 56, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_videos.scss */
.video-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -5;
  background-color: rgba(77, 77, 77, 0.1);
}

/* video popup */
/* line 71, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_videos.scss */
.video-section {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}

/* line 107, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_videos.scss */
.play-video {
  display: flex;
  justify-content: center;
}

/* line 112, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_videos.scss */
.play-video a {
  color: #ffffff;
  background: #346e84;
  font-size: 40px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  padding-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 128, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_videos.scss */
.play-video a:hover {
  border-color: #EAA522;
  background: #EAA522;
}

/* line 135, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_videos.scss */
.news-video {
  padding: 50px 0;
}

/* line 139, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_videos.scss */
.our-story-content {
  padding: 80px;
  color: #ffffff;
}

/* line 143, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/elements/_videos.scss */
.our-story-content span {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  line-height: 33px;
}

/*--------------------------------------------------------------
/* Vendor
--------------------------------------------------------------*/
/* line 2, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body .sy-pager li.sy-active a {
  background-color: #d2982d;
}

/* line 6, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body .sy-pager li {
  margin: 0 0.5em;
}

/* line 10, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body .sy-slides-wrap {
  position: relative;
  height: auto;
}

/* line 15, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body .sy-slides-wrap .sy-caption {
  border-radius: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
}

/* line 22, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body .sy-slides-wrap .sy-caption-wrap {
  left: 0;
  bottom: 0;
  width: 100%;
}

/* line 33, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body .gform_wrapper h2.gsection_title,
body .gform_wrapper h3.gform_title {
  font-weight: 700;
  font-size: 2.25rem;
  margin-top: 40px !important;
}

/* mailerlite */
/* line 43, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.mailerlite-form .mailerlite-form-field {
  margin: 30px 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

/* line 50, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.mailerlite-form .mailerlite-subscribe-button-container {
  text-align: left;
}

/* line 54, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.mailerlite-subscribe-submit {
  background: #d2982d;
  padding: 15px 40px;
  border: none;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}

/* line 61, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.mailerlite-subscribe-submit:hover {
  background: #EAA522;
}

/* line 66, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.mailerlite-form-field input[type=email] {
  width: 300px;
}

/* line 70, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
li.css a {
  border-radius: 0;
}

/* line 74, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.rpwwt-widget ul {
  margin-left: 40px;
  list-style: disc;
  position: relative;
}

/* line 79, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.rpwwt-widget ul li {
  margin: 0;
}

/* line 82, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.rpwwt-widget ul li::before {
  content: "\2022";
  position: absolute;
  left: -17px;
  font-size: 22px;
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #333333;
}

/* line 93, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.theme-button {
  background-color: #EAA522;
  color: #ffffff;
}

/* line 98, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.fasc-size-large {
  padding: 8px 20px;
}

/* line 102, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.fasc-button {
  padding: 8px 45px;
  background-color: #EAA522;
  color: #ffffff;
}

/* line 108, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.fasc-type-flat {
  -webkit-transition: background-image 350ms ease-in-out;
  -moz-transition: background-image 350ms ease-in-out;
  -ms-transition: background-image 350ms ease-in-out;
  -o-transition: background-image 350ms ease-in-out;
  transition: background-image 350ms ease-in-out;
}

/* line 112, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.gform_wrapper li.gfield fieldset {
  border: none;
}

/* line 116, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.column-border {
  border-right: 2px solid #ffffff !important;
}

/* line 120, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.mega-menu-item-has-children > a.mega-menu-link:hover {
  color: #ffffff;
  font-weight: 600;
}

/* line 125, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #ffffff;
  font-weight: 600;
}

/* line 131, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children li.mega-menu-item-has-children li.mega-menu-item-object-page::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  background: #ffffff !important;
  border-radius: 50%;
  height: 5px !important;
  width: 5px !important;
}

/* line 142, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item {
  margin-left: 10px;
}

/* line 152, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body #mega-menu-wrap-primary #mega-menu-primary {
  text-align: left;
}

/* line 158, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.gfield_description ul li {
  font-size: .813em;
}

/* line 167, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: #346e84;
}

/* line 172, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
#pf-content .main-logo {
  display: none;
}

/* print friendly styles */
/* line 179, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.highlight-subtitle {
  font-size: 2.5rem;
}

/* line 185, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: initial;
}

/* line 189, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  margin: 1px 0px 0 10px;
  position: relative;
}

/* line 194, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  top: 51px;
}

/* line 198, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body .semantic_ui .ui.table {
  font-size: 16px;
}

/* line 202, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body .min-table-col {
  min-width: 170px;
}

/* line 206, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body a.fasc-button {
  color: #ffffff;
}

/* line 209, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body a.fasc-button:visited {
  color: #ffffff;
}

/* line 214, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body .gform_wrapper .gfield_repeater_cell label {
  color: #23282d;
  font-weight: 700;
  font-size: 18px;
}

/* line 220, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body .gfield_repeater_wrapper input {
  border: 1px solid #23282d;
}

/* line 224, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body .gfield_repeater_buttons .add_repeater_item_text,
body .gfield_repeater_buttons .remove_repeater_item_text {
  height: auto;
  color: #757575;
  border-radius: 5px;
  margin: 15px 20px 0 0;
  border: 1px solid #23282d;
  padding: 10px 20px;
  font-size: 18px;
}

/* line 235, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body .gform_wrapper li.gfield fieldset legend.gfield_label {
  line-height: 60px;
  font-size: 1.25em;
}

/* line 245, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.wp-caption-text {
  font-size: 14px;
  color: #7b7b7b;
}

/* line 250, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  margin: 0 0px 0 10px;
}

/* line 254, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.mega-sub-menu {
  padding: 15px 10px;
}

/* line 259, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  background: #dbdbdb;
}

/* line 264, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu {
  height: 50px;
  border-bottom: 1px solid #ccc;
}

/* line 272, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu * {
  word-break: normal;
}

/* line 276, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu {
  min-height: 50px;
}

/* line 280, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .menu-list-items {
  background: #dbdbdb;
}

/* line 284, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .site-title-wrapper {
  color: #333;
  height: 80px;
  display: flex;
  flex-direction: column;
}

/* line 290, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .site-title-wrapper p {
  margin: 0px;
}

/* line 294, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .site-title-wrapper .site-title {
  line-height: 80px;
  font-weight: 700;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Antic", sans-serif;
}

/* line 303, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .site-title-wrapper .site-description {
  line-height: 25px;
}

/* line 310, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .menu-links .menu-button {
  border-radius: 10px;
  margin: 7px 10px 0;
  background: #EAA522;
  border-radius: 10px;
  padding: 8px 15px;
  color: #ffffff;
  margin-top: 7px 15px 0 10px;
  height: 36px;
}

/* line 325, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .menu-links .menu-button:hover {
  background: #d2982d;
}

/* line 328, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .menu-links .menu-button:hover a {
  color: #ffffff;
}

/* line 334, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .menu-links .menu-button a {
  color: #ffffff;
  line-height: 20px;
}

/* line 342, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .menu-links > li > a {
  color: #333;
  line-height: 50px;
  text-transform: none;
}

/* line 347, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .menu-links > li > a:hover {
  color: #EAA522;
}

/* line 352, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .menu-links > li.active a {
  /*------------------------------------- ACTIVE CLASS MENU LINKS */
  background-color: transparent;
  color: #EAA522;
}

/* line 358, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .menu-logo img {
  height: 90%;
  margin: 5px 0;
}

/* line 363, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu.desktopTopFixed .menu-list-items {
  /*--------------------------------------------------------- TOP FIXED FOR DESKTOP */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 0px 10px;
  background: #346e84;
  border-bottom: 2px solid #346e84;
}

/* line 376, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .drop-down-multilevel a:hover {
  color: #EAA522;
}

/* line 381, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .menu-mobile-collapse-trigger:before,
.menu .mega-menu .menu-mobile-collapse-trigger:after,
.menu .mega-menu .menu-mobile-collapse-trigger span {
  background: #525252;
  width: 30px;
  height: 3px;
}

/* line 390, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .menu-mobile-collapse-trigger:before {
  top: 10px;
}

/* line 394, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .menu-mobile-collapse-trigger:after {
  top: 30px;
}

/* line 398, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .menu-mobile-collapse-trigger {
  /*------------------------------------------------------ MOBILE COLLAPSE TRIGGER BUTTON */
  margin-top: 3px;
  height: 45px;
  width: 55px;
  background: transparent;
}

/* line 406, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .menu-mobile-collapse-trigger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 410, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.menu .mega-menu .menu-mobile-collapse-trigger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 992px) {
  /* line 420, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
  body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #ffffff;
  }
  /* line 424, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
  body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0 10px 5px;
  }
  /* line 432, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
  .menu .mega-menu .menu-logo > li > a {
    line-height: normal;
    /* padding-top: 16px; */
    /* padding-bottom: 16px; */
    position: relative;
    z-index: 10;
    width: auto;
    padding: 0px;
  }
  /* line 442, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
  .menu .mega-menu .menu-links > li > a {
    line-height: 40px;
  }
  /* line 446, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
  .menu .mega-menu .menu-links {
    background: #dbdbdb;
    top: 50px;
  }
  /* line 450, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
  .menu .mega-menu .menu-links .menu-button {
    padding: 0px;
    border-radius: 5px;
    height: auto;
    margin: 0;
    background: transparent;
  }
  /* line 457, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
  .menu .mega-menu .menu-links .menu-button:hover {
    background: transparent;
  }
  /* line 460, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
  .menu .mega-menu .menu-links .menu-button:hover a {
    color: #EAA522;
  }
  /* line 465, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
  .menu .mega-menu .menu-links .menu-button a {
    margin: 0px;
    color: #333;
    line-height: 40px;
  }
  /* line 472, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
  .menu .mega-menu .menu-links .desktopTopFixed .menu-list-items .menu-logo > li > a img {
    height: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 488, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
  .menu .mega-menu .menu-list-items {
    background: #ffffff;
  }
}

@media only screen and (min-width: 993px) {
  /* line 498, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
  body #mega-menu-wrap-primary #mega-menu-primary li .mega-search-wrap.mega-static {
    border: 1px solid #ccc;
    border-radius: 10px !important;
    margin-left: 5px;
  }
  /* line 506, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
  body #mega-menu-wrap-primary {
    background: #dbdbdb;
  }
  /* line 511, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
  body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: #dbdbdb;
  }
  /* line 515, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
  body #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
  body #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.3), 0 6.7px 5.3px rgba(0, 0, 0, 0.3), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  }
}

/* line 530, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body #mega-menu-wrap-primary #mega-menu-primary li .mega-search.mega-search-open input[type=text] {
  border-radius: 10px !important;
  padding-left: 10px !important;
}

/* line 535, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
body #mega-menu-wrap-primary #mega-menu-primary li .mega-search-wrap {
  height: 32px !important;
}

@media only screen and (max-width: 992px) {
  /* line 540, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
  body #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    padding: 0px 0px 10px 0px;
  }
}

/* line 546, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-disable-link > a.mega-menu-link:hover {
  color: #ffffff;
}

/* line 550, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  height: auto;
}

/* line 554, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
h4.mega-block-title {
  font-size: 16px;
}

/* line 560, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.mega-menu-item .textwidget ul {
  margin-left: 20px;
}

/* line 563, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.mega-menu-item .textwidget ul li {
  font-size: 14px;
  border: none;
  line-height: 1.4em;
}

/* line 568, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.mega-menu-item .textwidget ul li a {
  color: #333;
}

/* line 571, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.mega-menu-item .textwidget ul li a:hover {
  color: #EAA522;
}

/* line 578, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
.mega-menu-item .textwidget p {
  font-size: 14px;
  line-height: 1.0em;
  font-style: italic;
}

/* line 586, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.menu-button {
  padding: 0px 10px;
  border-radius: 5px;
  height: 36px;
  margin: 0 10px;
  background: #EAA522;
}

/* line 593, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.menu-button:hover {
  background: #EAA522;
}

/* line 597, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.menu-button a {
  margin: 0px;
  color: #ffffff;
  line-height: 36px;
}

/* line 604, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-button.menu-button:hover {
  background: #EAA522;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media only screen and (min-width: 993px) {
  /* line 612, ../../../../../Users/de8/htdocs/neutron-imaging/wp-content/themes/gravwell/sass/utils/_vendor.scss */
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-button.menu-button > a.mega-menu-link:hover {
    background: transparent;
    color: #ffffff;
  }
}

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